|
|
|
1 | 2025-05-13T20:44:21.062Z | job assigned to worker 01JV5P6J8JC2JDM6FHFWNBCEP6 [factory aws, i-0961dad7a75a7ef73] (queued for 58 s) |
|
2 | 2025-05-13T20:44:29.197Z | starting task 0: "setup" |
3 | 2025-05-13T20:44:29.202Z | ++ uname -s |
4 | 2025-05-13T20:44:29.207Z | + kern=SunOS |
5 | 2025-05-13T20:44:29.208Z | + build_user=build |
6 | 2025-05-13T20:44:29.208Z | + build_uid=12345 |
7 | 2025-05-13T20:44:29.208Z | + work_dir=/work |
8 | 2025-05-13T20:44:29.208Z | + input_dir=/input |
9 | 2025-05-13T20:44:29.208Z | + [[ 0 == 12345 ]] |
10 | 2025-05-13T20:44:29.208Z | + case "$kern" in |
11 | 2025-05-13T20:44:29.208Z | + groupadd -g 12345 build |
12 | 2025-05-13T20:44:29.208Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-13T20:44:31.214Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-13T20:44:31.321Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-13T20:44:31.333Z | + home_fs=zfs |
16 | 2025-05-13T20:44:31.333Z | + [[ zfs == autofs ]] |
17 | 2025-05-13T20:44:31.333Z | + mkdir -p /home/build |
18 | 2025-05-13T20:44:31.333Z | + chown build:build /home/build /work |
19 | 2025-05-13T20:44:33.323Z | + chmod 0700 /home/build /work |
20 | 2025-05-13T20:44:33.326Z | process exited: duration 4131 ms, exit code 0 |
|
21 | 2025-05-13T20:44:33.336Z | starting task 1: "rust-toolchain" |
22 | 2025-05-13T20:44:33.339Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
23 | 2025-05-13T20:44:33.339Z | * rust toolchain channel = "1.86.0" |
24 | 2025-05-13T20:44:33.339Z | * rust toolchain profile = "default" |
25 | 2025-05-13T20:44:33.339Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-05-13T20:44:33.339Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-13T20:44:33.340Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-13T20:44:33.343Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-13T20:44:33.343Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
30 | 2025-05-13T20:44:33.460Z | info: downloading installer |
31 | 2025-05-13T20:44:34.992Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-13T20:44:34.992Z | warn: /opt/ooce/bin |
33 | 2025-05-13T20:44:34.992Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-13T20:44:34.992Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-13T20:44:34.992Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-13T20:44:34.993Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-13T20:44:34.993Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-13T20:44:34.993Z | error: cannot install while Rust is installed |
39 | 2025-05-13T20:44:34.993Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-13T20:44:35.005Z | info: profile set to 'default' |
41 | 2025-05-13T20:44:35.005Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-13T20:44:35.008Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
43 | 2025-05-13T20:44:35.191Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
44 | 2025-05-13T20:44:35.191Z | info: downloading component 'cargo' |
45 | 2025-05-13T20:44:35.968Z | info: downloading component 'clippy' |
46 | 2025-05-13T20:44:36.405Z | info: downloading component 'rust-docs' |
47 | 2025-05-13T20:44:38.031Z | info: downloading component 'rust-std' |
48 | 2025-05-13T20:44:39.957Z | info: downloading component 'rustc' |
49 | 2025-05-13T20:44:46.079Z | info: downloading component 'rustfmt' |
50 | 2025-05-13T20:44:46.312Z | info: installing component 'cargo' |
51 | 2025-05-13T20:44:47.154Z | info: installing component 'clippy' |
52 | 2025-05-13T20:44:47.567Z | info: installing component 'rust-docs' |
53 | 2025-05-13T20:44:49.427Z | info: installing component 'rust-std' |
54 | 2025-05-13T20:44:51.172Z | info: installing component 'rustc' |
55 | 2025-05-13T20:44:57.520Z | info: installing component 'rustfmt' |
56 | 2025-05-13T20:44:57.850Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
57 | 2025-05-13T20:44:57.850Z | |
58 | 2025-05-13T20:44:58.263Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
59 | 2025-05-13T20:44:58.263Z | |
60 | 2025-05-13T20:44:58.270Z | |
61 | 2025-05-13T20:44:58.270Z | Rust is installed now. Great! |
62 | 2025-05-13T20:44:58.270Z | |
63 | 2025-05-13T20:44:58.270Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-13T20:44:58.270Z | environment variable. This has not been done automatically. |
65 | 2025-05-13T20:44:58.270Z | |
66 | 2025-05-13T20:44:58.271Z | To configure your current shell, you need to source |
67 | 2025-05-13T20:44:58.271Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-13T20:44:58.271Z | |
69 | 2025-05-13T20:44:58.271Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-13T20:44:58.271Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-13T20:44:58.271Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-13T20:44:58.271Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-13T20:44:58.337Z | + rustup --version |
74 | 2025-05-13T20:44:58.347Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-13T20:44:58.352Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-13T20:44:58.447Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
77 | 2025-05-13T20:44:58.465Z | + cargo --version |
78 | 2025-05-13T20:44:58.493Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
79 | 2025-05-13T20:44:58.497Z | + rustc --version |
80 | 2025-05-13T20:44:58.562Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
81 | 2025-05-13T20:44:58.568Z | process exited: duration 25228 ms, exit code 0 |
|
82 | 2025-05-13T20:44:58.578Z | starting task 2: "authentication" |
83 | 2025-05-13T20:44:58.604Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-05-13T20:44:58.624Z | starting task 3: "clone repository" |
85 | 2025-05-13T20:44:58.651Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-13T20:44:58.651Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-13T20:44:58.670Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-13T20:45:07.990Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-13T20:45:07.990Z | + git fetch origin 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
90 | 2025-05-13T20:45:08.322Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-13T20:45:08.322Z | * branch 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 -> FETCH_HEAD |
92 | 2025-05-13T20:45:08.334Z | + [[ -n eliza/ereport-sp-api ]] |
93 | 2025-05-13T20:45:08.337Z | ++ git branch --show-current |
94 | 2025-05-13T20:45:08.341Z | + current=main |
95 | 2025-05-13T20:45:08.341Z | + [[ main != eliza/ereport-sp-api ]] |
96 | 2025-05-13T20:45:08.341Z | + git branch -f eliza/ereport-sp-api 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
97 | 2025-05-13T20:45:08.344Z | + git checkout -f eliza/ereport-sp-api |
98 | 2025-05-13T20:45:08.552Z | Switched to branch 'eliza/ereport-sp-api' |
99 | 2025-05-13T20:45:08.556Z | + git reset --hard 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
100 | 2025-05-13T20:45:08.773Z | HEAD is now at 368f84fc2 oh god i picked the wrong one of the three shas lol |
101 | 2025-05-13T20:45:08.776Z | process exited: duration 10158 ms, exit code 0 |
|
102 | 2025-05-13T20:45:08.786Z | starting task 4: "build" |
103 | 2025-05-13T20:45:08.790Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-13T20:45:08.790Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-13T20:45:08.790Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-13T20:45:08.790Z | + cargo --version |
107 | 2025-05-13T20:45:08.848Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
108 | 2025-05-13T20:45:08.851Z | + rustc --version |
109 | 2025-05-13T20:45:08.921Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
110 | 2025-05-13T20:45:08.924Z | + source ./env.sh |
111 | 2025-05-13T20:45:08.928Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-05-13T20:45:08.928Z | ++ set -o xtrace |
113 | 2025-05-13T20:45:08.928Z | ++++ dirname ./env.sh |
114 | 2025-05-13T20:45:08.931Z | +++ readlink -f . |
115 | 2025-05-13T20:45:08.936Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ 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-05-13T20:45:08.936Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-05-13T20:45:08.936Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-05-13T20:45:08.936Z | + 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-05-13T20:45:08.936Z | + 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-05-13T20:45:08.936Z | + banner prerequisites |
129 | 2025-05-13T20:45:08.940Z | |
130 | 2025-05-13T20:45:08.940Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-05-13T20:45:08.940Z | # # # # # # # # # # # # # # # |
132 | 2025-05-13T20:45:08.940Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-05-13T20:45:08.940Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-05-13T20:45:08.940Z | # # # # # # # # # # # # # # # |
135 | 2025-05-13T20:45:08.941Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-05-13T20:45:08.941Z | |
137 | 2025-05-13T20:45:08.941Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-05-13T20:45:18.986Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-05-13T20:45:24.700Z | Startup: Caching catalogs ... Done |
140 | 2025-05-13T20:45:29.528Z | Planning: Solver setup ... Done (3.676s) |
141 | 2025-05-13T20:45:29.546Z | Planning: Running solver ... Done (0.036s) |
142 | 2025-05-13T20:45:29.628Z | Planning: Finding local manifests ... Done (0.003s) |
143 | 2025-05-13T20:45:29.646Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-05-13T20:45:30.220Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-05-13T20:45:30.268Z | Planning: Package planning ... Done (0.047s) |
146 | 2025-05-13T20:45:30.319Z | Planning: Merging actions ... Done (0.051s) |
147 | 2025-05-13T20:45:30.613Z | Planning: Checking for conflicting actions ... Done (0.294s) |
148 | 2025-05-13T20:45:30.625Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-05-13T20:45:31.581Z | Planning: Evaluating mediators ... Done (0.956s) |
150 | 2025-05-13T20:45:31.591Z | Planning: Planning completed in 6.78 seconds |
151 | 2025-05-13T20:45:31.607Z | Packages to install: 4 |
152 | 2025-05-13T20:45:31.607Z | Mediators to change: 2 |
153 | 2025-05-13T20:45:31.610Z | Services to change: 1 |
154 | 2025-05-13T20:45:31.610Z | Estimated space available: 155.55 GB |
155 | 2025-05-13T20:45:31.610Z | Estimated space to be consumed: 1.65 GB |
156 | 2025-05-13T20:45:31.610Z | Create boot environment: No |
157 | 2025-05-13T20:45:31.610Z | Create backup boot environment: No |
158 | 2025-05-13T20:45:31.610Z | Rebuild boot archive: No |
159 | 2025-05-13T20:45:31.610Z | |
160 | 2025-05-13T20:45:31.610Z | Changed mediators: |
161 | 2025-05-13T20:45:31.610Z | mediator clang: |
162 | 2025-05-13T20:45:31.610Z | version: None -> 15 (system default) |
163 | 2025-05-13T20:45:31.610Z | |
164 | 2025-05-13T20:45:31.610Z | mediator llvm: |
165 | 2025-05-13T20:45:31.610Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-05-13T20:45:31.610Z | |
167 | 2025-05-13T20:45:31.610Z | Changed packages: |
168 | 2025-05-13T20:45:31.610Z | helios-dev |
169 | 2025-05-13T20:45:31.610Z | developer/build-essential |
170 | 2025-05-13T20:45:31.611Z | None -> 11-2.0 |
171 | 2025-05-13T20:45:31.611Z | library/libxmlsec1 |
172 | 2025-05-13T20:45:31.611Z | None -> 1.2.35-2.0 |
173 | 2025-05-13T20:45:31.611Z | ooce/developer/clang-15 |
174 | 2025-05-13T20:45:31.611Z | None -> 15.0.7-2.0 |
175 | 2025-05-13T20:45:31.611Z | ooce/developer/llvm-15 |
176 | 2025-05-13T20:45:31.611Z | None -> 15.0.7-2.0 |
177 | 2025-05-13T20:45:31.611Z | |
178 | 2025-05-13T20:45:31.611Z | Services: |
179 | 2025-05-13T20:45:31.611Z | restart_fmri: |
180 | 2025-05-13T20:45:31.611Z | svc:/system/update-man-index:default |
181 | 2025-05-13T20:45:31.658Z | |
182 | 2025-05-13T20:45:31.658Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-05-13T20:45:37.779Z | Download: 213/3290 items 1.3/212.6MB 0% complete (484k/s) |
184 | 2025-05-13T20:45:42.800Z | Download: 1206/3290 items 85.2/212.6MB 40% complete (8.5M/s) |
185 | 2025-05-13T20:45:47.803Z | Download: 1984/3290 items 118.7/212.6MB 55% complete (11.8M/s) |
186 | 2025-05-13T20:45:58.096Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.8M/s) |
187 | 2025-05-13T20:46:03.111Z | Download: 2811/3290 items 121.0/212.6MB 56% complete (366k/s) |
188 | 2025-05-13T20:46:08.179Z | Download: 3280/3290 items 208.2/212.6MB 97% complete (9.1M/s) |
189 | 2025-05-13T20:46:13.809Z | Download: 3289/3290 items 211.8/212.6MB 99% complete (9.1M/s) |
190 | 2025-05-13T20:46:13.844Z | Download: Completed 212.60 MB in 42.18 seconds (5.0M/s) |
191 | 2025-05-13T20:46:14.019Z | Actions: 1/3689 actions (Installing new actions) |
192 | 2025-05-13T20:46:18.550Z | Actions: Completed 3689 actions in 4.53 seconds. |
193 | 2025-05-13T20:46:18.855Z | Done (0.301s) |
194 | 2025-05-13T20:46:18.855Z | Done (0.000s) |
195 | 2025-05-13T20:46:19.584Z | Done (0.727s) |
196 | 2025-05-13T20:46:24.105Z | Done (4.247s) |
197 | 2025-05-13T20:46:24.192Z | Done (0.020s) |
198 | 2025-05-13T20:46:24.211Z | Done (0.000s) |
199 | 2025-05-13T20:46:24.361Z | Done (0.000s) |
200 | 2025-05-13T20:46:25.137Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-05-13T20:46:25.297Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-05-13T20:46:25.300Z | Planning: Consolidating action changes ... Done |
203 | 2025-05-13T20:46:25.574Z | Planning: Evaluating mediators ... Done |
204 | 2025-05-13T20:46:25.599Z | Planning: Planning completed in 0.43 seconds |
205 | 2025-05-13T20:46:25.610Z | Mediators to change: 2 |
206 | 2025-05-13T20:46:25.610Z | Create boot environment: No |
207 | 2025-05-13T20:46:25.610Z | Create backup boot environment: No |
208 | 2025-05-13T20:46:25.679Z | Done |
209 | 2025-05-13T20:46:25.679Z | Done |
210 | 2025-05-13T20:46:26.184Z | Done |
211 | 2025-05-13T20:46:29.780Z | Done |
212 | 2025-05-13T20:46:29.862Z | Done |
213 | 2025-05-13T20:46:29.866Z | Done |
214 | 2025-05-13T20:46:30.000Z | Done |
215 | 2025-05-13T20:46:30.614Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-05-13T20:46:30.617Z | Planning: Merging actions ... Done |
217 | 2025-05-13T20:46:30.801Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-05-13T20:46:30.804Z | Planning: Consolidating action changes ... Done |
219 | 2025-05-13T20:46:31.066Z | Planning: Evaluating mediators ... Done |
220 | 2025-05-13T20:46:31.122Z | Planning: Planning completed in 0.75 seconds |
221 | 2025-05-13T20:46:31.156Z | Packages to change: 1 |
222 | 2025-05-13T20:46:31.156Z | Mediators to change: 1 |
223 | 2025-05-13T20:46:31.159Z | Services to change: 1 |
224 | 2025-05-13T20:46:31.159Z | Create boot environment: No |
225 | 2025-05-13T20:46:31.159Z | Create backup boot environment: Yes |
226 | 2025-05-13T20:46:33.452Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-05-13T20:46:33.456Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2025-05-13T20:46:33.456Z | Done |
229 | 2025-05-13T20:46:33.456Z | Done |
230 | 2025-05-13T20:46:33.599Z | Done |
231 | 2025-05-13T20:46:37.194Z | Done |
232 | 2025-05-13T20:46:37.280Z | Done |
233 | 2025-05-13T20:46:37.283Z | Done |
234 | 2025-05-13T20:46:37.425Z | Done |
235 | 2025-05-13T20:46:37.859Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-05-13T20:46:37.859Z | clang system 15 system |
237 | 2025-05-13T20:46:37.859Z | csh system system illumos |
238 | 2025-05-13T20:46:37.859Z | ctags system system illumos |
239 | 2025-05-13T20:46:37.859Z | file system system illumos |
240 | 2025-05-13T20:46:37.859Z | gcc vendor 12 vendor |
241 | 2025-05-13T20:46:37.859Z | gcc system 10 system |
242 | 2025-05-13T20:46:37.859Z | gcc system 7 system |
243 | 2025-05-13T20:46:37.859Z | go system 1.20 system |
244 | 2025-05-13T20:46:37.859Z | go system 1.19 system |
245 | 2025-05-13T20:46:37.859Z | llvm system 15 system |
246 | 2025-05-13T20:46:37.859Z | llvm system 14 system |
247 | 2025-05-13T20:46:37.859Z | mariadb system 10.6 system |
248 | 2025-05-13T20:46:37.859Z | mta vendor vendor dma |
249 | 2025-05-13T20:46:37.859Z | openjdk system 17 system |
250 | 2025-05-13T20:46:37.859Z | openjdk system 11 system |
251 | 2025-05-13T20:46:37.859Z | openjdk system 1.8 system |
252 | 2025-05-13T20:46:37.859Z | openssl vendor 3 vendor |
253 | 2025-05-13T20:46:37.859Z | perl system 5.36 system |
254 | 2025-05-13T20:46:37.859Z | postgresql system 15 system |
255 | 2025-05-13T20:46:37.859Z | postgresql system 13 system |
256 | 2025-05-13T20:46:37.859Z | python vendor 3 vendor |
257 | 2025-05-13T20:46:37.859Z | python system 2 system |
258 | 2025-05-13T20:46:37.859Z | python3 system 3.11 system |
259 | 2025-05-13T20:46:37.859Z | ruby system 3.0 system |
260 | 2025-05-13T20:46:37.859Z | words vendor vendor american-english |
261 | 2025-05-13T20:46:37.859Z | words system system australian-english |
262 | 2025-05-13T20:46:37.859Z | words system system british-english |
263 | 2025-05-13T20:46:37.860Z | words system system canadian-english |
264 | 2025-05-13T20:46:37.860Z | words system system french |
265 | 2025-05-13T20:46:37.860Z | words system system italian |
266 | 2025-05-13T20:46:37.860Z | words system system ngerman |
267 | 2025-05-13T20:46:37.860Z | words system system ogerman |
268 | 2025-05-13T20:46:37.860Z | words system system spanish |
269 | 2025-05-13T20:46:38.193Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2025-05-13T20:46:38.193Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2025-05-13T20:46:41.909Z | FMRI IFO |
272 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
279 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
282 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
283 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
285 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
286 | 2025-05-13T20:46:41.909Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2025-05-13T20:46:42.831Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2025-05-13T20:46:43.186Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
289 | 2025-05-13T20:46:43.943Z | Updating crates.io index |
290 | 2025-05-13T20:46:43.987Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
291 | 2025-05-13T20:46:44.312Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
292 | 2025-05-13T20:46:44.902Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2025-05-13T20:46:45.190Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2025-05-13T20:46:45.509Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
295 | 2025-05-13T20:46:45.827Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2025-05-13T20:46:48.568Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2025-05-13T20:46:50.567Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2025-05-13T20:46:51.429Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2025-05-13T20:46:52.114Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2025-05-13T20:46:52.404Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2025-05-13T20:46:52.705Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2025-05-13T20:46:53.546Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2025-05-13T20:46:53.943Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
304 | 2025-05-13T20:46:54.501Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
305 | 2025-05-13T20:46:54.766Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-05-13T20:46:55.107Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2025-05-13T20:46:55.417Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
308 | 2025-05-13T20:46:55.704Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
309 | 2025-05-13T20:46:56.009Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
310 | 2025-05-13T20:46:56.232Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
311 | 2025-05-13T20:46:56.520Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
312 | 2025-05-13T20:46:56.886Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
313 | 2025-05-13T20:46:57.206Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
314 | 2025-05-13T20:46:57.565Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
315 | 2025-05-13T20:46:58.044Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
316 | 2025-05-13T20:46:58.429Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
317 | 2025-05-13T20:46:58.765Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
318 | 2025-05-13T20:46:59.162Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
319 | 2025-05-13T20:46:59.589Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
320 | 2025-05-13T20:46:59.872Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
321 | 2025-05-13T20:47:00.170Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
322 | 2025-05-13T20:47:00.476Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
323 | 2025-05-13T20:47:09.594Z | Updating git repository `https://github.com/illumos/smf-rs` |
324 | 2025-05-13T20:47:11.067Z | Downloading crates ... |
325 | 2025-05-13T20:47:11.138Z | Downloaded zerocopy-derive v0.7.35 |
326 | 2025-05-13T20:47:11.144Z | Downloaded anstyle v1.0.10 |
327 | 2025-05-13T20:47:11.146Z | Downloaded bitflags v1.3.2 |
328 | 2025-05-13T20:47:11.150Z | Downloaded block-buffer v0.10.4 |
329 | 2025-05-13T20:47:11.153Z | Downloaded byteorder v1.5.0 |
330 | 2025-05-13T20:47:11.153Z | Downloaded clap_lex v0.7.4 |
331 | 2025-05-13T20:47:11.158Z | Downloaded winnow v0.7.3 |
332 | 2025-05-13T20:47:11.165Z | Downloaded proc-macro2 v1.0.94 |
333 | 2025-05-13T20:47:11.168Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2025-05-13T20:47:11.171Z | Downloaded proc-macro-error v1.0.4 |
335 | 2025-05-13T20:47:11.174Z | Downloaded zerocopy v0.7.35 |
336 | 2025-05-13T20:47:11.189Z | Downloaded toml_datetime v0.6.8 |
337 | 2025-05-13T20:47:11.192Z | Downloaded thiserror-impl v2.0.12 |
338 | 2025-05-13T20:47:11.192Z | Downloaded thiserror-impl v1.0.69 |
339 | 2025-05-13T20:47:11.195Z | Downloaded thiserror v2.0.12 |
340 | 2025-05-13T20:47:11.199Z | Downloaded utf8parse v0.2.2 |
341 | 2025-05-13T20:47:11.203Z | Downloaded camino-tempfile v1.3.0 |
342 | 2025-05-13T20:47:11.203Z | Downloaded cargo_toml v0.21.0 |
343 | 2025-05-13T20:47:11.207Z | Downloaded clap v4.5.35 |
344 | 2025-05-13T20:47:11.213Z | Downloaded fs-err v3.1.0 |
345 | 2025-05-13T20:47:11.216Z | Downloaded dtrace-parser v0.2.0 |
346 | 2025-05-13T20:47:11.216Z | Downloaded dof v0.3.0 |
347 | 2025-05-13T20:47:11.219Z | Downloaded plain v0.2.3 |
348 | 2025-05-13T20:47:11.219Z | Downloaded pretty-hex v0.4.1 |
349 | 2025-05-13T20:47:11.222Z | Downloaded scroll_derive v0.12.0 |
350 | 2025-05-13T20:47:11.222Z | Downloaded scroll v0.12.0 |
351 | 2025-05-13T20:47:11.225Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2025-05-13T20:47:11.225Z | Downloaded smawk v0.3.2 |
353 | 2025-05-13T20:47:11.228Z | Downloaded terminal_size v0.4.0 |
354 | 2025-05-13T20:47:11.228Z | Downloaded cpufeatures v0.2.14 |
355 | 2025-05-13T20:47:11.232Z | Downloaded anstyle-parse v0.2.5 |
356 | 2025-05-13T20:47:11.232Z | Downloaded terminal_size v0.2.6 |
357 | 2025-05-13T20:47:11.235Z | Downloaded macaddr v1.0.1 |
358 | 2025-05-13T20:47:11.235Z | Downloaded swrite v0.1.0 |
359 | 2025-05-13T20:47:11.235Z | Downloaded serde_spanned v0.6.8 |
360 | 2025-05-13T20:47:11.238Z | Downloaded io-lifetimes v1.0.11 |
361 | 2025-05-13T20:47:11.238Z | Downloaded sha2 v0.10.8 |
362 | 2025-05-13T20:47:11.244Z | Downloaded tabled_derive v0.7.0 |
363 | 2025-05-13T20:47:11.244Z | Downloaded once_cell v1.21.3 |
364 | 2025-05-13T20:47:11.249Z | Downloaded semver v1.0.26 |
365 | 2025-05-13T20:47:11.249Z | Downloaded log v0.4.22 |
366 | 2025-05-13T20:47:11.252Z | Downloaded papergrid v0.11.0 |
367 | 2025-05-13T20:47:11.256Z | Downloaded tempfile v3.13.0 |
368 | 2025-05-13T20:47:11.256Z | Downloaded ryu v1.0.18 |
369 | 2025-05-13T20:47:11.259Z | Downloaded textwrap v0.16.1 |
370 | 2025-05-13T20:47:11.262Z | Downloaded fastrand v2.1.1 |
371 | 2025-05-13T20:47:11.265Z | Downloaded anyhow v1.0.98 |
372 | 2025-05-13T20:47:11.268Z | Downloaded serde v1.0.219 |
373 | 2025-05-13T20:47:11.271Z | Downloaded colorchoice v1.0.2 |
374 | 2025-05-13T20:47:11.274Z | Downloaded usdt-macro v0.5.0 |
375 | 2025-05-13T20:47:11.274Z | Downloaded usdt-impl v0.5.0 |
376 | 2025-05-13T20:47:11.274Z | Downloaded usdt v0.5.0 |
377 | 2025-05-13T20:47:11.278Z | Downloaded anstyle-query v1.1.1 |
378 | 2025-05-13T20:47:11.278Z | Downloaded thread-id v4.2.2 |
379 | 2025-05-13T20:47:11.278Z | Downloaded bytecount v0.6.8 |
380 | 2025-05-13T20:47:11.282Z | Downloaded unicode-linebreak v0.1.5 |
381 | 2025-05-13T20:47:11.282Z | Downloaded pest_generator v2.7.14 |
382 | 2025-05-13T20:47:11.282Z | Downloaded pest_derive v2.7.14 |
383 | 2025-05-13T20:47:11.285Z | Downloaded cargo_metadata v0.19.2 |
384 | 2025-05-13T20:47:11.288Z | Downloaded pest_meta v2.7.14 |
385 | 2025-05-13T20:47:11.288Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-05-13T20:47:11.291Z | Downloaded cargo-platform v0.1.8 |
387 | 2025-05-13T20:47:11.291Z | Downloaded quote v1.0.39 |
388 | 2025-05-13T20:47:11.294Z | Downloaded version_check v0.9.5 |
389 | 2025-05-13T20:47:11.294Z | Downloaded memmap v0.7.0 |
390 | 2025-05-13T20:47:11.297Z | Downloaded thiserror v1.0.69 |
391 | 2025-05-13T20:47:11.300Z | Downloaded unicode-ident v1.0.14 |
392 | 2025-05-13T20:47:11.303Z | Downloaded typenum v1.17.0 |
393 | 2025-05-13T20:47:11.306Z | Downloaded toml v0.8.20 |
394 | 2025-05-13T20:47:11.309Z | Downloaded itoa v1.0.11 |
395 | 2025-05-13T20:47:11.312Z | Downloaded usdt-attr-macro v0.5.0 |
396 | 2025-05-13T20:47:11.312Z | Downloaded syn v1.0.109 |
397 | 2025-05-13T20:47:11.322Z | Downloaded errno v0.3.9 |
398 | 2025-05-13T20:47:11.325Z | Downloaded serde_json v1.0.140 |
399 | 2025-05-13T20:47:11.329Z | Downloaded indexmap v2.9.0 |
400 | 2025-05-13T20:47:11.333Z | Downloaded crypto-common v0.1.6 |
401 | 2025-05-13T20:47:11.336Z | Downloaded camino v1.1.9 |
402 | 2025-05-13T20:47:11.336Z | Downloaded syn v2.0.98 |
403 | 2025-05-13T20:47:11.348Z | Downloaded memchr v2.7.4 |
404 | 2025-05-13T20:47:11.352Z | Downloaded strsim v0.11.1 |
405 | 2025-05-13T20:47:11.355Z | Downloaded serde_derive v1.0.219 |
406 | 2025-05-13T20:47:11.358Z | Downloaded rustix v0.38.37 |
407 | 2025-05-13T20:47:11.378Z | Downloaded toml_edit v0.22.24 |
408 | 2025-05-13T20:47:11.397Z | Downloaded is_terminal_polyfill v1.70.1 |
409 | 2025-05-13T20:47:11.400Z | Downloaded heck v0.5.0 |
410 | 2025-05-13T20:47:11.400Z | Downloaded heck v0.4.1 |
411 | 2025-05-13T20:47:11.400Z | Downloaded generic-array v0.14.7 |
412 | 2025-05-13T20:47:11.404Z | Downloaded fnv v1.0.7 |
413 | 2025-05-13T20:47:11.404Z | Downloaded equivalent v1.0.1 |
414 | 2025-05-13T20:47:11.404Z | Downloaded digest v0.10.7 |
415 | 2025-05-13T20:47:11.408Z | Downloaded clap_derive v4.5.32 |
416 | 2025-05-13T20:47:11.411Z | Downloaded cfg-if v1.0.0 |
417 | 2025-05-13T20:47:11.411Z | Downloaded bitflags v2.9.0 |
418 | 2025-05-13T20:47:11.414Z | Downloaded autocfg v1.4.0 |
419 | 2025-05-13T20:47:11.414Z | Downloaded anstream v0.6.18 |
420 | 2025-05-13T20:47:11.432Z | Downloaded pest v2.7.14 |
421 | 2025-05-13T20:47:11.451Z | Downloaded rustix v0.37.28 |
422 | 2025-05-13T20:47:11.462Z | Downloaded hashbrown v0.15.1 |
423 | 2025-05-13T20:47:11.467Z | Downloaded goblin v0.8.2 |
424 | 2025-05-13T20:47:11.479Z | Downloaded clap_builder v4.5.35 |
425 | 2025-05-13T20:47:11.482Z | Downloaded unicode-width v0.1.14 |
426 | 2025-05-13T20:47:11.511Z | Downloaded tabled v0.15.0 |
427 | 2025-05-13T20:47:11.523Z | Downloaded libc v0.2.171 |
428 | 2025-05-13T20:47:11.664Z | Compiling proc-macro2 v1.0.94 |
429 | 2025-05-13T20:47:11.664Z | Compiling unicode-ident v1.0.14 |
430 | 2025-05-13T20:47:11.668Z | Compiling serde v1.0.219 |
431 | 2025-05-13T20:47:11.668Z | Compiling version_check v0.9.5 |
432 | 2025-05-13T20:47:11.668Z | Compiling libc v0.2.171 |
433 | 2025-05-13T20:47:11.668Z | Compiling memchr v2.7.4 |
434 | 2025-05-13T20:47:11.704Z | Compiling thiserror v1.0.69 |
435 | 2025-05-13T20:47:11.708Z | Compiling ryu v1.0.18 |
436 | 2025-05-13T20:47:11.935Z | Compiling ucd-trie v0.1.7 |
437 | 2025-05-13T20:47:12.147Z | Compiling itoa v1.0.11 |
438 | 2025-05-13T20:47:12.454Z | Compiling once_cell v1.21.3 |
439 | 2025-05-13T20:47:12.472Z | Compiling byteorder v1.5.0 |
440 | 2025-05-13T20:47:12.495Z | Compiling rustix v0.38.37 |
441 | 2025-05-13T20:47:12.756Z | Compiling serde_json v1.0.140 |
442 | 2025-05-13T20:47:12.909Z | Compiling bitflags v2.9.0 |
443 | 2025-05-13T20:47:13.144Z | Compiling usdt-impl v0.5.0 |
444 | 2025-05-13T20:47:13.245Z | Compiling proc-macro-error-attr v1.0.4 |
445 | 2025-05-13T20:47:13.349Z | Compiling syn v1.0.109 |
446 | 2025-05-13T20:47:13.424Z | Compiling io-lifetimes v1.0.11 |
447 | 2025-05-13T20:47:13.458Z | Compiling proc-macro-error v1.0.4 |
448 | 2025-05-13T20:47:13.574Z | Compiling quote v1.0.39 |
449 | 2025-05-13T20:47:13.728Z | Compiling errno v0.3.9 |
450 | 2025-05-13T20:47:13.784Z | Compiling equivalent v1.0.1 |
451 | 2025-05-13T20:47:13.901Z | Compiling plain v0.2.3 |
452 | 2025-05-13T20:47:13.971Z | Compiling syn v2.0.98 |
453 | 2025-05-13T20:47:14.027Z | Compiling rustix v0.37.28 |
454 | 2025-05-13T20:47:14.088Z | Compiling hashbrown v0.15.1 |
455 | 2025-05-13T20:47:14.197Z | Compiling thread-id v4.2.2 |
456 | 2025-05-13T20:47:14.217Z | Compiling log v0.4.22 |
457 | 2025-05-13T20:47:14.240Z | Compiling camino v1.1.9 |
458 | 2025-05-13T20:47:14.324Z | Compiling utf8parse v0.2.2 |
459 | 2025-05-13T20:47:14.500Z | Compiling anstyle-parse v0.2.5 |
460 | 2025-05-13T20:47:14.944Z | Compiling pretty-hex v0.4.1 |
461 | 2025-05-13T20:47:15.025Z | Compiling bitflags v1.3.2 |
462 | 2025-05-13T20:47:15.152Z | Compiling indexmap v2.9.0 |
463 | 2025-05-13T20:47:15.177Z | Compiling winnow v0.7.3 |
464 | 2025-05-13T20:47:15.177Z | Compiling anstyle-query v1.1.1 |
465 | 2025-05-13T20:47:15.246Z | Compiling anstyle v1.0.10 |
466 | 2025-05-13T20:47:15.284Z | Compiling unicode-width v0.1.14 |
467 | 2025-05-13T20:47:15.336Z | Compiling autocfg v1.4.0 |
468 | 2025-05-13T20:47:15.658Z | Compiling thiserror v2.0.12 |
469 | 2025-05-13T20:47:15.830Z | Compiling semver v1.0.26 |
470 | 2025-05-13T20:47:16.295Z | Compiling colorchoice v1.0.2 |
471 | 2025-05-13T20:47:16.306Z | Compiling is_terminal_polyfill v1.70.1 |
472 | 2025-05-13T20:47:16.445Z | Compiling fs-err v3.1.0 |
473 | 2025-05-13T20:47:16.495Z | Compiling anstream v0.6.18 |
474 | 2025-05-13T20:47:16.520Z | Compiling terminal_size v0.4.0 |
475 | 2025-05-13T20:47:16.737Z | Compiling fastrand v2.1.1 |
476 | 2025-05-13T20:47:16.769Z | Compiling strsim v0.11.1 |
477 | 2025-05-13T20:47:16.811Z | Compiling fnv v1.0.7 |
478 | 2025-05-13T20:47:16.964Z | Compiling clap_lex v0.7.4 |
479 | 2025-05-13T20:47:17.109Z | Compiling bytecount v0.6.8 |
480 | 2025-05-13T20:47:17.430Z | Compiling heck v0.5.0 |
481 | 2025-05-13T20:47:17.522Z | Compiling heck v0.4.1 |
482 | 2025-05-13T20:47:17.685Z | Compiling anyhow v1.0.98 |
483 | 2025-05-13T20:47:17.908Z | Compiling cfg-if v1.0.0 |
484 | 2025-05-13T20:47:17.941Z | Compiling terminal_size v0.2.6 |
485 | 2025-05-13T20:47:17.966Z | Compiling clap_builder v4.5.35 |
486 | 2025-05-13T20:47:17.990Z | Compiling papergrid v0.11.0 |
487 | 2025-05-13T20:47:18.024Z | Compiling tempfile v3.13.0 |
488 | 2025-05-13T20:47:18.312Z | Compiling memmap v0.7.0 |
489 | 2025-05-13T20:47:18.645Z | Compiling smawk v0.3.2 |
490 | 2025-05-13T20:47:18.729Z | Compiling unicode-linebreak v0.1.5 |
491 | 2025-05-13T20:47:18.880Z | Compiling swrite v0.1.0 |
492 | 2025-05-13T20:47:19.029Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
493 | 2025-05-13T20:47:19.224Z | Compiling textwrap v0.16.1 |
494 | 2025-05-13T20:47:19.702Z | Compiling tabled_derive v0.7.0 |
495 | 2025-05-13T20:47:21.176Z | Compiling tabled v0.15.0 |
496 | 2025-05-13T20:47:21.198Z | Compiling serde_derive v1.0.219 |
497 | 2025-05-13T20:47:21.202Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-05-13T20:47:21.202Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-05-13T20:47:21.202Z | Compiling scroll_derive v0.12.0 |
500 | 2025-05-13T20:47:21.202Z | Compiling thiserror-impl v2.0.12 |
501 | 2025-05-13T20:47:21.202Z | Compiling clap_derive v4.5.32 |
502 | 2025-05-13T20:47:22.666Z | Compiling scroll v0.12.0 |
503 | 2025-05-13T20:47:23.211Z | Compiling goblin v0.8.2 |
504 | 2025-05-13T20:47:23.215Z | Compiling zerocopy v0.7.35 |
505 | 2025-05-13T20:47:24.280Z | Compiling pest v2.7.14 |
506 | 2025-05-13T20:47:25.694Z | Compiling clap v4.5.35 |
507 | 2025-05-13T20:47:26.447Z | Compiling pest_meta v2.7.14 |
508 | 2025-05-13T20:47:27.318Z | Compiling pest_generator v2.7.14 |
509 | 2025-05-13T20:47:28.735Z | Compiling pest_derive v2.7.14 |
510 | 2025-05-13T20:47:29.356Z | Compiling dtrace-parser v0.2.0 |
511 | 2025-05-13T20:47:30.246Z | Compiling toml_datetime v0.6.8 |
512 | 2025-05-13T20:47:30.250Z | Compiling serde_spanned v0.6.8 |
513 | 2025-05-13T20:47:30.250Z | Compiling cargo-platform v0.1.8 |
514 | 2025-05-13T20:47:30.528Z | Compiling serde_tokenstream v0.2.2 |
515 | 2025-05-13T20:47:30.694Z | Compiling toml_edit v0.22.24 |
516 | 2025-05-13T20:47:30.755Z | Compiling macaddr v1.0.1 |
517 | 2025-05-13T20:47:30.850Z | Compiling camino-tempfile v1.3.0 |
518 | 2025-05-13T20:47:31.582Z | Compiling dof v0.3.0 |
519 | 2025-05-13T20:47:31.582Z | Compiling cargo_metadata v0.19.2 |
520 | 2025-05-13T20:47:33.215Z | Compiling usdt-macro v0.5.0 |
521 | 2025-05-13T20:47:33.215Z | Compiling usdt-attr-macro v0.5.0 |
522 | 2025-05-13T20:47:33.592Z | Compiling toml v0.8.20 |
523 | 2025-05-13T20:47:34.360Z | Compiling cargo_toml v0.21.0 |
524 | 2025-05-13T20:47:34.394Z | Compiling usdt v0.5.0 |
525 | 2025-05-13T20:47:36.810Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
526 | 2025-05-13T20:47:39.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.43s |
527 | 2025-05-13T20:47:40.259Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
528 | 2025-05-13T20:47:40.895Z | Downloading crates ... |
529 | 2025-05-13T20:47:41.031Z | Downloaded atty v0.2.14 |
530 | 2025-05-13T20:47:41.034Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-05-13T20:47:41.042Z | Downloaded atomicwrites v0.4.4 |
532 | 2025-05-13T20:47:41.047Z | Downloaded array-init v0.0.4 |
533 | 2025-05-13T20:47:41.053Z | Downloaded home v0.5.9 |
534 | 2025-05-13T20:47:41.056Z | Downloaded heapless v0.8.0 |
535 | 2025-05-13T20:47:41.059Z | Downloaded icu_provider_macros v1.5.0 |
536 | 2025-05-13T20:47:41.062Z | Downloaded heck v0.3.3 |
537 | 2025-05-13T20:47:41.066Z | Downloaded cfg_aliases v0.1.1 |
538 | 2025-05-13T20:47:41.069Z | Downloaded ciborium-io v0.2.2 |
539 | 2025-05-13T20:47:41.072Z | Downloaded cfg_aliases v0.2.1 |
540 | 2025-05-13T20:47:41.076Z | Downloaded crucible-workspace-hack v0.1.0 |
541 | 2025-05-13T20:47:41.079Z | Downloaded headers-core v0.3.0 |
542 | 2025-05-13T20:47:41.079Z | Downloaded cstr-argument v0.1.2 |
543 | 2025-05-13T20:47:41.082Z | Downloaded crunchy v0.2.2 |
544 | 2025-05-13T20:47:41.082Z | Downloaded crc8 v0.1.1 |
545 | 2025-05-13T20:47:41.085Z | Downloaded hostname v0.4.0 |
546 | 2025-05-13T20:47:41.085Z | Downloaded base16ct v0.2.0 |
547 | 2025-05-13T20:47:41.088Z | Downloaded heapless v0.7.17 |
548 | 2025-05-13T20:47:41.094Z | Downloaded hyper-rustls v0.27.3 |
549 | 2025-05-13T20:47:41.097Z | Downloaded headers v0.4.0 |
550 | 2025-05-13T20:47:41.101Z | Downloaded hubpack_derive v0.1.1 |
551 | 2025-05-13T20:47:41.105Z | Downloaded async-stream v0.3.6 |
552 | 2025-05-13T20:47:41.108Z | Downloaded precomputed-hash v0.1.1 |
553 | 2025-05-13T20:47:41.108Z | Downloaded hickory-client v0.24.4 |
554 | 2025-05-13T20:47:41.112Z | Downloaded ciborium-ll v0.2.2 |
555 | 2025-05-13T20:47:41.116Z | Downloaded hex v0.4.3 |
556 | 2025-05-13T20:47:41.120Z | Downloaded crc v3.2.1 |
557 | 2025-05-13T20:47:41.120Z | Downloaded http-range v0.1.5 |
558 | 2025-05-13T20:47:41.124Z | Downloaded bb8 v0.8.5 |
559 | 2025-05-13T20:47:41.124Z | Downloaded chrono-tz-build v0.4.0 |
560 | 2025-05-13T20:47:41.128Z | Downloaded is_ci v1.2.0 |
561 | 2025-05-13T20:47:41.128Z | Downloaded humantime v2.1.0 |
562 | 2025-05-13T20:47:41.131Z | Downloaded cipher v0.4.4 |
563 | 2025-05-13T20:47:41.134Z | Downloaded hyper-tls v0.6.0 |
564 | 2025-05-13T20:47:41.137Z | Downloaded highway v1.3.0 |
565 | 2025-05-13T20:47:41.140Z | Downloaded hex-literal v0.4.1 |
566 | 2025-05-13T20:47:41.140Z | Downloaded idna_adapter v1.2.0 |
567 | 2025-05-13T20:47:41.143Z | Downloaded constant_time_eq v0.3.1 |
568 | 2025-05-13T20:47:41.143Z | Downloaded crc-catalog v2.4.0 |
569 | 2025-05-13T20:47:41.146Z | Downloaded cbc v0.1.2 |
570 | 2025-05-13T20:47:41.149Z | Downloaded convert_case v0.4.0 |
571 | 2025-05-13T20:47:41.149Z | Downloaded cmake v0.1.51 |
572 | 2025-05-13T20:47:41.153Z | Downloaded crossbeam-deque v0.8.5 |
573 | 2025-05-13T20:47:41.156Z | Downloaded blowfish v0.9.1 |
574 | 2025-05-13T20:47:41.156Z | Downloaded castaway v0.2.3 |
575 | 2025-05-13T20:47:41.159Z | Downloaded httpdate v1.0.3 |
576 | 2025-05-13T20:47:41.159Z | Downloaded base64ct v1.6.0 |
577 | 2025-05-13T20:47:41.163Z | Downloaded bcrypt-pbkdf v0.10.0 |
578 | 2025-05-13T20:47:41.166Z | Downloaded progenitor v0.9.1 |
579 | 2025-05-13T20:47:41.169Z | Downloaded atomic-waker v1.1.2 |
580 | 2025-05-13T20:47:41.169Z | Downloaded argon2 v0.5.3 |
581 | 2025-05-13T20:47:41.172Z | Downloaded hmac v0.12.1 |
582 | 2025-05-13T20:47:41.175Z | Downloaded icu_locid_transform v1.5.0 |
583 | 2025-05-13T20:47:41.178Z | Downloaded match_cfg v0.1.0 |
584 | 2025-05-13T20:47:41.178Z | Downloaded rfc6979 v0.4.0 |
585 | 2025-05-13T20:47:41.184Z | Downloaded ident_case v1.0.1 |
586 | 2025-05-13T20:47:41.184Z | Downloaded iana-time-zone v0.1.63 |
587 | 2025-05-13T20:47:41.187Z | Downloaded rustc-hash v1.1.0 |
588 | 2025-05-13T20:47:41.187Z | Downloaded serde-big-array v0.5.1 |
589 | 2025-05-13T20:47:41.191Z | Downloaded libsw-core v0.3.1 |
590 | 2025-05-13T20:47:41.194Z | Downloaded linear-map v1.2.0 |
591 | 2025-05-13T20:47:41.194Z | Downloaded lalrpop-util v0.19.12 |
592 | 2025-05-13T20:47:41.197Z | Downloaded crc32fast v1.4.2 |
593 | 2025-05-13T20:47:41.200Z | Downloaded sync_wrapper v1.0.1 |
594 | 2025-05-13T20:47:41.201Z | Downloaded internet-checksum v0.2.1 |
595 | 2025-05-13T20:47:41.204Z | Downloaded is-terminal v0.4.13 |
596 | 2025-05-13T20:47:41.204Z | Downloaded chacha20 v0.9.1 |
597 | 2025-05-13T20:47:41.207Z | Downloaded linked-hash-map v0.5.6 |
598 | 2025-05-13T20:47:41.210Z | Downloaded lazycell v1.3.0 |
599 | 2025-05-13T20:47:41.210Z | Downloaded kstat-rs v0.2.4 |
600 | 2025-05-13T20:47:41.213Z | Downloaded hyper-staticfile v0.10.1 |
601 | 2025-05-13T20:47:41.216Z | Downloaded libefi-sys v0.1.0 |
602 | 2025-05-13T20:47:41.216Z | Downloaded md-5 v0.10.6 |
603 | 2025-05-13T20:47:41.219Z | Downloaded siphasher v0.3.11 |
604 | 2025-05-13T20:47:41.222Z | Downloaded maybe-uninit v2.0.0 |
605 | 2025-05-13T20:47:41.222Z | Downloaded proc-macro-crate v1.3.1 |
606 | 2025-05-13T20:47:41.226Z | Downloaded async-bb8-diesel v0.2.1 |
607 | 2025-05-13T20:47:41.229Z | Downloaded arrayvec v0.7.6 |
608 | 2025-05-13T20:47:41.232Z | Downloaded lzss v0.8.2 |
609 | 2025-05-13T20:47:41.232Z | Downloaded allocator-api2 v0.2.18 |
610 | 2025-05-13T20:47:41.236Z | Downloaded radium v0.7.0 |
611 | 2025-05-13T20:47:41.239Z | Downloaded quick-error v1.2.3 |
612 | 2025-05-13T20:47:41.243Z | Downloaded scrypt v0.11.0 |
613 | 2025-05-13T20:47:41.243Z | Downloaded serde-hex v0.1.0 |
614 | 2025-05-13T20:47:41.246Z | Downloaded time-core v0.1.2 |
615 | 2025-05-13T20:47:41.249Z | Downloaded jobserver v0.1.32 |
616 | 2025-05-13T20:47:41.252Z | Downloaded unicode-truncate v1.1.0 |
617 | 2025-05-13T20:47:41.252Z | Downloaded zone v0.1.8 |
618 | 2025-05-13T20:47:41.255Z | Downloaded zerofrom v0.1.4 |
619 | 2025-05-13T20:47:41.255Z | Downloaded termcolor v1.4.1 |
620 | 2025-05-13T20:47:41.258Z | Downloaded scopeguard v1.2.0 |
621 | 2025-05-13T20:47:41.262Z | Downloaded ingot-types v0.1.0 |
622 | 2025-05-13T20:47:41.266Z | Downloaded litemap v0.7.3 |
623 | 2025-05-13T20:47:41.269Z | Downloaded lock_api v0.4.12 |
624 | 2025-05-13T20:47:41.269Z | Downloaded clang-sys v1.8.1 |
625 | 2025-05-13T20:47:41.273Z | Downloaded hyper-util v0.1.11 |
626 | 2025-05-13T20:47:41.276Z | Downloaded icu_locid v1.5.0 |
627 | 2025-05-13T20:47:41.282Z | Downloaded serde_urlencoded v0.7.1 |
628 | 2025-05-13T20:47:41.285Z | Downloaded serde_repr v0.1.19 |
629 | 2025-05-13T20:47:41.288Z | Downloaded embedded-io v0.6.1 |
630 | 2025-05-13T20:47:41.291Z | Downloaded crossbeam-epoch v0.9.18 |
631 | 2025-05-13T20:47:41.294Z | Downloaded arc-swap v1.7.1 |
632 | 2025-05-13T20:47:41.297Z | Downloaded diesel_table_macro_syntax v0.2.0 |
633 | 2025-05-13T20:47:41.301Z | Downloaded smf v0.2.3 |
634 | 2025-05-13T20:47:41.307Z | Downloaded num_threads v0.1.7 |
635 | 2025-05-13T20:47:41.307Z | Downloaded supports-color v3.0.2 |
636 | 2025-05-13T20:47:41.310Z | Downloaded normalize-line-endings v0.3.0 |
637 | 2025-05-13T20:47:41.310Z | Downloaded difflib v0.4.0 |
638 | 2025-05-13T20:47:41.310Z | Downloaded time-macros v0.2.18 |
639 | 2025-05-13T20:47:41.313Z | Downloaded indexmap v1.9.3 |
640 | 2025-05-13T20:47:41.316Z | Downloaded foreign-types v0.3.2 |
641 | 2025-05-13T20:47:41.316Z | Downloaded parse-display v0.10.0 |
642 | 2025-05-13T20:47:41.320Z | Downloaded daft-derive v0.1.3 |
643 | 2025-05-13T20:47:41.335Z | Downloaded progenitor-client v0.8.0 |
644 | 2025-05-13T20:47:41.338Z | Downloaded pin-utils v0.1.0 |
645 | 2025-05-13T20:47:41.338Z | Downloaded dirs-sys-next v0.1.2 |
646 | 2025-05-13T20:47:41.341Z | Downloaded dirs-next v2.0.0 |
647 | 2025-05-13T20:47:41.341Z | Downloaded deranged v0.3.11 |
648 | 2025-05-13T20:47:41.345Z | Downloaded futures-sink v0.3.31 |
649 | 2025-05-13T20:47:41.345Z | Downloaded fs-err v2.11.0 |
650 | 2025-05-13T20:47:41.348Z | Downloaded fd-lock v4.0.2 |
651 | 2025-05-13T20:47:41.351Z | Downloaded fallible-iterator v0.2.0 |
652 | 2025-05-13T20:47:41.354Z | Downloaded smallvec v0.6.14 |
653 | 2025-05-13T20:47:41.354Z | Downloaded slog-stdlog v4.1.1 |
654 | 2025-05-13T20:47:41.359Z | Downloaded serde_with_macros v3.12.0 |
655 | 2025-05-13T20:47:41.362Z | Downloaded multimap v0.10.0 |
656 | 2025-05-13T20:47:41.362Z | Downloaded number_prefix v0.4.0 |
657 | 2025-05-13T20:47:41.362Z | Downloaded ctr v0.9.2 |
658 | 2025-05-13T20:47:41.365Z | Downloaded slog-bunyan v2.5.0 |
659 | 2025-05-13T20:47:41.368Z | Downloaded num_enum v0.5.11 |
660 | 2025-05-13T20:47:41.372Z | Downloaded num_enum_derive v0.5.11 |
661 | 2025-05-13T20:47:41.376Z | Downloaded defmt-parser v0.3.4 |
662 | 2025-05-13T20:47:41.376Z | Downloaded smallvec v1.14.0 |
663 | 2025-05-13T20:47:41.379Z | Downloaded structmeta v0.3.0 |
664 | 2025-05-13T20:47:41.384Z | Downloaded der_derive v0.7.3 |
665 | 2025-05-13T20:47:41.384Z | Downloaded r2d2 v0.8.10 |
666 | 2025-05-13T20:47:41.387Z | Downloaded toml v0.7.8 |
667 | 2025-05-13T20:47:41.390Z | Downloaded tower-service v0.3.3 |
668 | 2025-05-13T20:47:41.393Z | Downloaded tower-layer v0.3.3 |
669 | 2025-05-13T20:47:41.393Z | Downloaded psl-types v2.0.11 |
670 | 2025-05-13T20:47:41.396Z | Downloaded globset v0.4.15 |
671 | 2025-05-13T20:47:41.396Z | Downloaded phf_codegen v0.11.2 |
672 | 2025-05-13T20:47:41.399Z | Downloaded ron v0.7.1 |
673 | 2025-05-13T20:47:41.403Z | Downloaded darling_macro v0.20.10 |
674 | 2025-05-13T20:47:41.406Z | Downloaded universal-hash v0.5.1 |
675 | 2025-05-13T20:47:41.409Z | Downloaded simd-adler32 v0.3.7 |
676 | 2025-05-13T20:47:41.409Z | Downloaded jiff-static v0.2.13 |
677 | 2025-05-13T20:47:41.412Z | Downloaded scheduled-thread-pool v0.2.7 |
678 | 2025-05-13T20:47:41.415Z | Downloaded slog-async v2.8.0 |
679 | 2025-05-13T20:47:41.418Z | Downloaded password-hash v0.4.2 |
680 | 2025-05-13T20:47:41.418Z | Downloaded const_format v0.2.34 |
681 | 2025-05-13T20:47:41.424Z | Downloaded unicode-xid v0.2.6 |
682 | 2025-05-13T20:47:41.430Z | Downloaded synstructure v0.13.1 |
683 | 2025-05-13T20:47:41.436Z | Downloaded endian-type v0.1.2 |
684 | 2025-05-13T20:47:41.436Z | Downloaded pin-project-lite v0.2.14 |
685 | 2025-05-13T20:47:41.441Z | Downloaded md5 v0.7.0 |
686 | 2025-05-13T20:47:41.441Z | Downloaded opaque-debug v0.3.1 |
687 | 2025-05-13T20:47:41.441Z | Downloaded rustls-pemfile v1.0.4 |
688 | 2025-05-13T20:47:41.444Z | Downloaded serde_bytes v0.11.17 |
689 | 2025-05-13T20:47:41.444Z | Downloaded postgres-types v0.2.9 |
690 | 2025-05-13T20:47:41.448Z | Downloaded rand_core v0.6.4 |
691 | 2025-05-13T20:47:41.451Z | Downloaded postgres-protocol v0.6.8 |
692 | 2025-05-13T20:47:41.455Z | Downloaded pbkdf2 v0.12.2 |
693 | 2025-05-13T20:47:41.455Z | Downloaded fatfs v0.3.6 |
694 | 2025-05-13T20:47:41.458Z | Downloaded rand_chacha v0.9.0 |
695 | 2025-05-13T20:47:41.463Z | Downloaded debug-ignore v1.0.5 |
696 | 2025-05-13T20:47:41.463Z | Downloaded data-encoding v2.6.0 |
697 | 2025-05-13T20:47:41.466Z | Downloaded tls_codec_derive v0.4.1 |
698 | 2025-05-13T20:47:41.466Z | Downloaded tls_codec v0.4.1 |
699 | 2025-05-13T20:47:41.469Z | Downloaded password-hash v0.5.0 |
700 | 2025-05-13T20:47:41.472Z | Downloaded support-bundle-viewer v0.1.0 |
701 | 2025-05-13T20:47:41.473Z | Downloaded snafu-derive v0.8.5 |
702 | 2025-05-13T20:47:41.476Z | Downloaded num-traits v0.2.19 |
703 | 2025-05-13T20:47:41.479Z | Downloaded proc-macro-error-attr2 v2.0.0 |
704 | 2025-05-13T20:47:41.483Z | Downloaded tokio-postgres v0.7.13 |
705 | 2025-05-13T20:47:41.489Z | Downloaded sha1 v0.10.6 |
706 | 2025-05-13T20:47:41.495Z | Downloaded pretty-hex v0.2.1 |
707 | 2025-05-13T20:47:41.495Z | Downloaded env_filter v0.1.2 |
708 | 2025-05-13T20:47:41.495Z | Downloaded either v1.14.0 |
709 | 2025-05-13T20:47:41.498Z | Downloaded predicates-core v1.0.8 |
710 | 2025-05-13T20:47:41.498Z | Downloaded memoffset v0.9.1 |
711 | 2025-05-13T20:47:41.498Z | Downloaded zeroize_derive v1.4.2 |
712 | 2025-05-13T20:47:41.501Z | Downloaded zeroize v1.8.1 |
713 | 2025-05-13T20:47:41.501Z | Downloaded void v1.0.2 |
714 | 2025-05-13T20:47:41.505Z | Downloaded postcard v1.0.10 |
715 | 2025-05-13T20:47:41.508Z | Downloaded write16 v1.0.0 |
716 | 2025-05-13T20:47:41.508Z | Downloaded whoami v1.5.2 |
717 | 2025-05-13T20:47:41.511Z | Downloaded zstd-safe v7.2.3 |
718 | 2025-05-13T20:47:41.514Z | Downloaded termtree v0.5.1 |
719 | 2025-05-13T20:47:41.514Z | Downloaded take_mut v0.2.2 |
720 | 2025-05-13T20:47:41.519Z | Downloaded foreign-types-shared v0.3.1 |
721 | 2025-05-13T20:47:41.519Z | Downloaded yansi v1.0.1 |
722 | 2025-05-13T20:47:41.522Z | Downloaded serde_path_to_error v0.1.16 |
723 | 2025-05-13T20:47:41.525Z | Downloaded primeorder v0.13.6 |
724 | 2025-05-13T20:47:41.525Z | Downloaded ed25519 v2.2.3 |
725 | 2025-05-13T20:47:41.528Z | Downloaded dyn-clone v1.0.19 |
726 | 2025-05-13T20:47:41.531Z | Downloaded newline-converter v0.3.0 |
727 | 2025-05-13T20:47:41.531Z | Downloaded float-cmp v0.10.0 |
728 | 2025-05-13T20:47:41.534Z | Downloaded try-lock v0.2.5 |
729 | 2025-05-13T20:47:41.534Z | Downloaded thiserror-impl-no-std v2.0.2 |
730 | 2025-05-13T20:47:41.539Z | Downloaded spki v0.7.3 |
731 | 2025-05-13T20:47:41.544Z | Downloaded toml_edit v0.19.15 |
732 | 2025-05-13T20:47:41.557Z | Downloaded parse-size v1.1.0 |
733 | 2025-05-13T20:47:41.560Z | Downloaded oso-derive v0.27.3 |
734 | 2025-05-13T20:47:41.560Z | Downloaded num-derive v0.4.2 |
735 | 2025-05-13T20:47:41.563Z | Downloaded new_debug_unreachable v1.0.6 |
736 | 2025-05-13T20:47:41.563Z | Downloaded foreign-types-shared v0.1.1 |
737 | 2025-05-13T20:47:41.568Z | Downloaded russh-cryptovec v0.7.3 |
738 | 2025-05-13T20:47:41.568Z | Downloaded xattr v1.3.1 |
739 | 2025-05-13T20:47:41.572Z | Downloaded hash32 v0.3.1 |
740 | 2025-05-13T20:47:41.572Z | Downloaded sec1 v0.7.3 |
741 | 2025-05-13T20:47:41.575Z | Downloaded schemars v0.8.22 |
742 | 2025-05-13T20:47:41.586Z | Downloaded form_urlencoded v1.2.1 |
743 | 2025-05-13T20:47:41.590Z | Downloaded aes v0.8.4 |
744 | 2025-05-13T20:47:41.595Z | Downloaded fixedbitset v0.4.2 |
745 | 2025-05-13T20:47:41.598Z | Downloaded gethostname v0.5.0 |
746 | 2025-05-13T20:47:41.598Z | Downloaded dropshot_endpoint v0.16.0 |
747 | 2025-05-13T20:47:41.601Z | Downloaded serde_cbor v0.11.2 |
748 | 2025-05-13T20:47:41.604Z | Downloaded tabwriter v1.4.0 |
749 | 2025-05-13T20:47:41.607Z | Downloaded twox-hash v2.1.0 |
750 | 2025-05-13T20:47:41.610Z | Downloaded yoke-derive v0.7.4 |
751 | 2025-05-13T20:47:41.610Z | Downloaded hyper v1.6.0 |
752 | 2025-05-13T20:47:41.618Z | Downloaded tokio-rustls v0.25.0 |
753 | 2025-05-13T20:47:41.621Z | Downloaded tokio-rustls v0.24.1 |
754 | 2025-05-13T20:47:41.625Z | Downloaded num-conv v0.1.0 |
755 | 2025-05-13T20:47:41.625Z | Downloaded foreign-types-macros v0.2.3 |
756 | 2025-05-13T20:47:41.629Z | Downloaded writeable v0.5.5 |
757 | 2025-05-13T20:47:41.629Z | Downloaded p256 v0.13.2 |
758 | 2025-05-13T20:47:41.632Z | Downloaded derive_builder_core v0.20.2 |
759 | 2025-05-13T20:47:41.635Z | Downloaded typify v0.3.0 |
760 | 2025-05-13T20:47:41.639Z | Downloaded vergen v8.3.2 |
761 | 2025-05-13T20:47:41.643Z | Downloaded rustyline v14.0.0 |
762 | 2025-05-13T20:47:41.650Z | Downloaded slab v0.4.9 |
763 | 2025-05-13T20:47:41.653Z | Downloaded steno v0.4.1 |
764 | 2025-05-13T20:47:41.656Z | Downloaded parse-display-derive v0.10.0 |
765 | 2025-05-13T20:47:41.659Z | Downloaded ref-cast-impl v1.0.23 |
766 | 2025-05-13T20:47:41.663Z | Downloaded unicase v2.7.0 |
767 | 2025-05-13T20:47:41.663Z | Downloaded termios v0.3.3 |
768 | 2025-05-13T20:47:41.666Z | Downloaded itertools v0.10.5 |
769 | 2025-05-13T20:47:41.671Z | Downloaded tap v1.0.1 |
770 | 2025-05-13T20:47:41.674Z | Downloaded tabled_derive v0.10.0 |
771 | 2025-05-13T20:47:41.677Z | Downloaded signature v2.2.0 |
772 | 2025-05-13T20:47:41.677Z | Downloaded derive_builder v0.20.2 |
773 | 2025-05-13T20:47:41.683Z | Downloaded document-features v0.2.10 |
774 | 2025-05-13T20:47:41.688Z | Downloaded utf-8 v0.7.6 |
775 | 2025-05-13T20:47:41.689Z | Downloaded zerovec-derive v0.10.3 |
776 | 2025-05-13T20:47:41.692Z | Downloaded daft v0.1.3 |
777 | 2025-05-13T20:47:41.692Z | Downloaded rsa v0.9.6 |
778 | 2025-05-13T20:47:41.697Z | Downloaded num-complex v0.4.6 |
779 | 2025-05-13T20:47:41.700Z | Downloaded futures-task v0.3.31 |
780 | 2025-05-13T20:47:41.703Z | Downloaded flagset v0.4.6 |
781 | 2025-05-13T20:47:41.706Z | Downloaded percent-encoding v2.3.1 |
782 | 2025-05-13T20:47:41.706Z | Downloaded ron v0.8.1 |
783 | 2025-05-13T20:47:41.711Z | Downloaded fixedbitset v0.5.7 |
784 | 2025-05-13T20:47:41.714Z | Downloaded parking_lot_core v0.9.10 |
785 | 2025-05-13T20:47:41.718Z | Downloaded slog v2.7.0 |
786 | 2025-05-13T20:47:41.723Z | Downloaded openssl-probe v0.1.5 |
787 | 2025-05-13T20:47:41.723Z | Downloaded futures-core v0.3.31 |
788 | 2025-05-13T20:47:41.727Z | Downloaded rand_xorshift v0.3.0 |
789 | 2025-05-13T20:47:41.727Z | Downloaded hkdf v0.12.4 |
790 | 2025-05-13T20:47:41.730Z | Downloaded num v0.4.3 |
791 | 2025-05-13T20:47:41.734Z | Downloaded tinystr v0.7.6 |
792 | 2025-05-13T20:47:41.734Z | Downloaded thiserror-no-std v2.0.2 |
793 | 2025-05-13T20:47:41.738Z | Downloaded tracing-attributes v0.1.27 |
794 | 2025-05-13T20:47:41.744Z | Downloaded omicron-zone-package v0.12.2 |
795 | 2025-05-13T20:47:41.750Z | Downloaded float-ord v0.3.2 |
796 | 2025-05-13T20:47:41.750Z | Downloaded want v0.3.1 |
797 | 2025-05-13T20:47:41.757Z | Downloaded signal-hook-tokio v0.3.1 |
798 | 2025-05-13T20:47:41.757Z | Downloaded filetime v0.2.25 |
799 | 2025-05-13T20:47:41.757Z | Downloaded ff v0.13.0 |
800 | 2025-05-13T20:47:41.757Z | Downloaded tungstenite v0.21.0 |
801 | 2025-05-13T20:47:41.761Z | Downloaded unicode-segmentation v1.12.0 |
802 | 2025-05-13T20:47:41.764Z | Downloaded rustc-hash v2.1.1 |
803 | 2025-05-13T20:47:41.767Z | Downloaded funty v2.0.0 |
804 | 2025-05-13T20:47:41.767Z | Downloaded rustc_version v0.4.1 |
805 | 2025-05-13T20:47:41.771Z | Downloaded itertools v0.13.0 |
806 | 2025-05-13T20:47:41.778Z | Downloaded peg-runtime v0.8.5 |
807 | 2025-05-13T20:47:41.781Z | Downloaded futures-io v0.3.31 |
808 | 2025-05-13T20:47:41.781Z | Downloaded slog-scope v4.4.0 |
809 | 2025-05-13T20:47:41.784Z | Downloaded tokio-native-tls v0.3.1 |
810 | 2025-05-13T20:47:41.784Z | Downloaded quinn-udp v0.5.5 |
811 | 2025-05-13T20:47:41.796Z | Downloaded tower v0.5.2 |
812 | 2025-05-13T20:47:41.801Z | Downloaded newtype_derive v0.1.6 |
813 | 2025-05-13T20:47:41.801Z | Downloaded zone v0.3.1 |
814 | 2025-05-13T20:47:41.801Z | Downloaded strum v0.26.3 |
815 | 2025-05-13T20:47:41.809Z | Downloaded rustc_version v0.1.7 |
816 | 2025-05-13T20:47:41.809Z | Downloaded multer v3.1.0 |
817 | 2025-05-13T20:47:41.809Z | Downloaded vsss-rs v3.3.4 |
818 | 2025-05-13T20:47:41.812Z | Downloaded des v0.8.1 |
819 | 2025-05-13T20:47:41.812Z | Downloaded utf8_iter v1.0.4 |
820 | 2025-05-13T20:47:41.812Z | Downloaded tungstenite v0.23.0 |
821 | 2025-05-13T20:47:41.815Z | Downloaded itertools v0.14.0 |
822 | 2025-05-13T20:47:41.823Z | Downloaded nanorand v0.7.0 |
823 | 2025-05-13T20:47:41.826Z | Downloaded tokio-macros v2.5.0 |
824 | 2025-05-13T20:47:41.830Z | Downloaded progenitor-client v0.9.1 |
825 | 2025-05-13T20:47:41.830Z | Downloaded num-iter v0.1.45 |
826 | 2025-05-13T20:47:41.830Z | Downloaded tokio-util v0.7.13 |
827 | 2025-05-13T20:47:41.838Z | Downloaded vte_generate_state_changes v0.1.2 |
828 | 2025-05-13T20:47:41.842Z | Downloaded topological-sort v0.2.2 |
829 | 2025-05-13T20:47:41.842Z | Downloaded nibble_vec v0.1.0 |
830 | 2025-05-13T20:47:41.842Z | Downloaded tokio-rustls v0.26.0 |
831 | 2025-05-13T20:47:41.845Z | Downloaded crossterm v0.28.1 |
832 | 2025-05-13T20:47:41.852Z | Downloaded zerocopy v0.6.6 |
833 | 2025-05-13T20:47:41.857Z | Downloaded phf_generator v0.11.2 |
834 | 2025-05-13T20:47:41.857Z | Downloaded openssl-macros v0.1.1 |
835 | 2025-05-13T20:47:41.862Z | Downloaded fxhash v0.2.1 |
836 | 2025-05-13T20:47:41.862Z | Downloaded utf16_iter v1.0.5 |
837 | 2025-05-13T20:47:41.862Z | Downloaded untrusted v0.7.1 |
838 | 2025-05-13T20:47:41.866Z | Downloaded zone_cfg_derive v0.3.0 |
839 | 2025-05-13T20:47:41.866Z | Downloaded zone_cfg_derive v0.1.2 |
840 | 2025-05-13T20:47:41.866Z | Downloaded env_logger v0.11.5 |
841 | 2025-05-13T20:47:41.866Z | Downloaded num-integer v0.1.46 |
842 | 2025-05-13T20:47:41.871Z | Downloaded x509-cert v0.2.5 |
843 | 2025-05-13T20:47:41.874Z | Downloaded strum_macros v0.25.3 |
844 | 2025-05-13T20:47:41.879Z | Downloaded salsa20 v0.10.2 |
845 | 2025-05-13T20:47:41.884Z | Downloaded pkcs1 v0.7.5 |
846 | 2025-05-13T20:47:41.884Z | Downloaded defmt-macros v0.3.9 |
847 | 2025-05-13T20:47:41.887Z | Downloaded static_assertions v1.1.0 |
848 | 2025-05-13T20:47:41.887Z | Downloaded pkcs5 v0.7.1 |
849 | 2025-05-13T20:47:41.891Z | Downloaded displaydoc v0.2.5 |
850 | 2025-05-13T20:47:41.895Z | Downloaded tracing-core v0.1.32 |
851 | 2025-05-13T20:47:41.898Z | Downloaded progenitor v0.8.0 |
852 | 2025-05-13T20:47:41.901Z | Downloaded poly1305 v0.8.0 |
853 | 2025-05-13T20:47:41.901Z | Downloaded rayon-core v1.12.1 |
854 | 2025-05-13T20:47:41.907Z | Downloaded defmt v0.3.8 |
855 | 2025-05-13T20:47:41.910Z | Downloaded nom v7.1.3 |
856 | 2025-05-13T20:47:41.917Z | Downloaded owo-colors v4.2.0 |
857 | 2025-05-13T20:47:41.920Z | Downloaded display-error-chain v0.2.2 |
858 | 2025-05-13T20:47:41.920Z | Downloaded typed-path v0.9.3 |
859 | 2025-05-13T20:47:41.926Z | Downloaded rustls-pki-types v1.10.0 |
860 | 2025-05-13T20:47:41.930Z | Downloaded serde_with v3.12.0 |
861 | 2025-05-13T20:47:41.939Z | Downloaded pem v3.0.5 |
862 | 2025-05-13T20:47:41.942Z | Downloaded half v2.4.1 |
863 | 2025-05-13T20:47:41.946Z | Downloaded futures v0.3.31 |
864 | 2025-05-13T20:47:41.949Z | Downloaded flate2 v1.1.1 |
865 | 2025-05-13T20:47:41.954Z | Downloaded shlex v1.3.0 |
866 | 2025-05-13T20:47:41.959Z | Downloaded shell-words v1.1.0 |
867 | 2025-05-13T20:47:41.959Z | Downloaded flume v0.11.1 |
868 | 2025-05-13T20:47:41.963Z | Downloaded mime v0.3.17 |
869 | 2025-05-13T20:47:41.968Z | Downloaded vte v0.11.1 |
870 | 2025-05-13T20:47:41.968Z | Downloaded rcgen v0.12.1 |
871 | 2025-05-13T20:47:41.971Z | Downloaded half v1.8.3 |
872 | 2025-05-13T20:47:41.971Z | Downloaded getrandom v0.2.15 |
873 | 2025-05-13T20:47:41.974Z | Downloaded tinyvec v1.8.0 |
874 | 2025-05-13T20:47:41.977Z | Downloaded signal-hook-mio v0.2.4 |
875 | 2025-05-13T20:47:41.980Z | Downloaded pkcs8 v0.10.2 |
876 | 2025-05-13T20:47:41.983Z | Downloaded zip v0.6.6 |
877 | 2025-05-13T20:47:41.988Z | Downloaded getrandom v0.3.1 |
878 | 2025-05-13T20:47:41.991Z | Downloaded p521 v0.13.3 |
879 | 2025-05-13T20:47:41.994Z | Downloaded h2 v0.4.6 |
880 | 2025-05-13T20:47:42.002Z | Downloaded uuid v1.16.0 |
881 | 2025-05-13T20:47:42.006Z | Downloaded pin-project v1.1.6 |
882 | 2025-05-13T20:47:42.019Z | Downloaded zerovec v0.10.4 |
883 | 2025-05-13T20:47:42.025Z | Downloaded quinn v0.11.5 |
884 | 2025-05-13T20:47:42.028Z | Downloaded qorb v0.3.1 |
885 | 2025-05-13T20:47:42.033Z | Downloaded mime_guess v2.0.5 |
886 | 2025-05-13T20:47:42.036Z | Downloaded env_logger v0.10.2 |
887 | 2025-05-13T20:47:42.039Z | Downloaded csv v1.3.1 |
888 | 2025-05-13T20:47:42.059Z | Downloaded miniz_oxide v0.8.5 |
889 | 2025-05-13T20:47:42.063Z | Downloaded openssl-sys v0.9.107 |
890 | 2025-05-13T20:47:42.067Z | Downloaded hashbrown v0.12.3 |
891 | 2025-05-13T20:47:42.072Z | Downloaded socket2 v0.5.9 |
892 | 2025-05-13T20:47:42.075Z | Downloaded diesel_derives v2.2.3 |
893 | 2025-05-13T20:47:42.079Z | Downloaded unsafe-libyaml v0.2.11 |
894 | 2025-05-13T20:47:42.083Z | Downloaded reedline v0.38.0 |
895 | 2025-05-13T20:47:42.091Z | Downloaded publicsuffix v2.3.0 |
896 | 2025-05-13T20:47:42.095Z | Downloaded tracing v0.1.40 |
897 | 2025-05-13T20:47:42.099Z | Downloaded git2 v0.19.0 |
898 | 2025-05-13T20:47:42.108Z | Downloaded num-bigint v0.4.6 |
899 | 2025-05-13T20:47:42.113Z | Downloaded tabled v0.18.0 |
900 | 2025-05-13T20:47:42.132Z | Downloaded samael v0.0.18 |
901 | 2025-05-13T20:47:42.137Z | Downloaded chrono v0.4.40 |
902 | 2025-05-13T20:47:42.145Z | Downloaded bindgen v0.71.1 |
903 | 2025-05-13T20:47:42.155Z | Downloaded quinn-proto v0.11.8 |
904 | 2025-05-13T20:47:42.162Z | Downloaded tough v0.20.0 |
905 | 2025-05-13T20:47:42.172Z | Downloaded zip v2.6.1 |
906 | 2025-05-13T20:47:42.176Z | Downloaded mio v1.0.2 |
907 | 2025-05-13T20:47:42.181Z | Downloaded ssh-key v0.6.6 |
908 | 2025-05-13T20:47:42.189Z | Downloaded minimal-lexical v0.2.1 |
909 | 2025-05-13T20:47:42.194Z | Downloaded rustls-webpki v0.101.7 |
910 | 2025-05-13T20:47:42.210Z | Downloaded winnow v0.6.26 |
911 | 2025-05-13T20:47:42.219Z | Downloaded num-bigint-dig v0.8.4 |
912 | 2025-05-13T20:47:42.224Z | Downloaded portable-atomic v1.11.0 |
913 | 2025-05-13T20:47:42.232Z | Downloaded sqlparser v0.45.0 |
914 | 2025-05-13T20:47:42.239Z | Downloaded nix v0.28.0 |
915 | 2025-05-13T20:47:42.250Z | Downloaded rustls v0.21.12 |
916 | 2025-05-13T20:47:42.263Z | Downloaded hickory-proto v0.24.4 |
917 | 2025-05-13T20:47:42.278Z | Downloaded openssl v0.10.72 |
918 | 2025-05-13T20:47:42.289Z | Downloaded quick-xml v0.37.2 |
919 | 2025-05-13T20:47:42.296Z | Downloaded radix_trie v0.2.1 |
920 | 2025-05-13T20:47:42.301Z | Downloaded smoltcp v0.9.1 |
921 | 2025-05-13T20:47:42.312Z | Downloaded salty v0.3.0 |
922 | 2025-05-13T20:47:42.320Z | Downloaded zerocopy v0.8.25 |
923 | 2025-05-13T20:47:42.368Z | Downloaded polar-core v0.27.3 |
924 | 2025-05-13T20:47:42.379Z | Downloaded openapiv3 v2.0.0 |
925 | 2025-05-13T20:47:42.393Z | Downloaded unicode-width v0.2.0 |
926 | 2025-05-13T20:47:42.399Z | Downloaded webpki-roots v0.26.6 |
927 | 2025-05-13T20:47:42.404Z | Downloaded regex-syntax v0.8.5 |
928 | 2025-05-13T20:47:42.413Z | Downloaded regex v1.11.1 |
929 | 2025-05-13T20:47:42.426Z | Downloaded nix v0.27.1 |
930 | 2025-05-13T20:47:42.437Z | Downloaded chrono-tz v0.10.3 |
931 | 2025-05-13T20:47:42.444Z | Downloaded regress v0.10.3 |
932 | 2025-05-13T20:47:42.451Z | Downloaded p384 v0.13.0 |
933 | 2025-05-13T20:47:42.458Z | Downloaded curve25519-dalek v4.1.3 |
934 | 2025-05-13T20:47:42.467Z | Downloaded bstr v1.10.0 |
935 | 2025-05-13T20:47:42.478Z | Downloaded rustls v0.23.19 |
936 | 2025-05-13T20:47:42.490Z | Downloaded sled v0.34.7 |
937 | 2025-05-13T20:47:42.500Z | Downloaded typify-impl v0.2.0 |
938 | 2025-05-13T20:47:42.515Z | Downloaded nix v0.29.0 |
939 | 2025-05-13T20:47:42.527Z | Downloaded object v0.36.5 |
940 | 2025-05-13T20:47:42.539Z | Downloaded smoltcp v0.11.0 |
941 | 2025-05-13T20:47:42.554Z | Downloaded diesel v2.2.10 |
942 | 2025-05-13T20:47:42.572Z | Downloaded ratatui v0.29.0 |
943 | 2025-05-13T20:47:42.596Z | Downloaded dropshot v0.16.0 |
944 | 2025-05-13T20:47:42.617Z | Downloaded rustls v0.22.4 |
945 | 2025-05-13T20:47:42.628Z | Downloaded petname v2.0.2 |
946 | 2025-05-13T20:47:42.633Z | Downloaded proptest v1.6.0 |
947 | 2025-05-13T20:47:42.644Z | Downloaded typify-impl v0.3.0 |
948 | 2025-05-13T20:47:42.663Z | Downloaded jiff v0.2.13 |
949 | 2025-05-13T20:47:42.678Z | Downloaded regex-automata v0.4.8 |
950 | 2025-05-13T20:47:42.695Z | Downloaded zerocopy-derive v0.6.6 |
951 | 2025-05-13T20:47:42.705Z | Downloaded lzma-sys v0.1.20 |
952 | 2025-05-13T20:47:42.734Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
953 | 2025-05-13T20:47:42.746Z | Downloaded petgraph v0.6.5 |
954 | 2025-05-13T20:47:42.764Z | Downloaded libz-sys v1.1.20 |
955 | 2025-05-13T20:47:42.784Z | Downloaded vcpkg v0.2.15 |
956 | 2025-05-13T20:47:42.822Z | Downloaded gimli v0.31.1 |
957 | 2025-05-13T20:47:42.830Z | Downloaded bitvec v1.0.1 |
958 | 2025-05-13T20:47:42.856Z | Downloaded futures-util v0.3.31 |
959 | 2025-05-13T20:47:42.872Z | Downloaded unicode-normalization v0.1.24 |
960 | 2025-05-13T20:47:42.876Z | Downloaded petgraph v0.7.1 |
961 | 2025-05-13T20:47:42.893Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
962 | 2025-05-13T20:47:42.912Z | Downloaded regex-syntax v0.6.29 |
963 | 2025-05-13T20:47:42.919Z | Downloaded tokio v1.43.1 |
964 | 2025-05-13T20:47:42.956Z | Downloaded winnow v0.5.40 |
965 | 2025-05-13T20:47:42.964Z | Downloaded sha3 v0.10.8 |
966 | 2025-05-13T20:47:42.968Z | Downloaded object v0.30.4 |
967 | 2025-05-13T20:47:42.977Z | Downloaded rayon v1.10.0 |
968 | 2025-05-13T20:47:42.986Z | Downloaded rustls-webpki v0.102.8 |
969 | 2025-05-13T20:47:43.004Z | Downloaded bindgen v0.69.5 |
970 | 2025-05-13T20:47:43.012Z | Downloaded aws-lc-rs v1.12.4 |
971 | 2025-05-13T20:47:43.020Z | Downloaded rustc-demangle v0.1.24 |
972 | 2025-05-13T20:47:43.024Z | Downloaded blake3 v1.5.4 |
973 | 2025-05-13T20:47:43.030Z | Downloaded lalrpop v0.19.12 |
974 | 2025-05-13T20:47:43.042Z | Downloaded hashbrown v0.13.2 |
975 | 2025-05-13T20:47:43.056Z | Downloaded icu_properties_data v1.5.0 |
976 | 2025-05-13T20:47:43.059Z | Downloaded olpc-cjson v0.1.4 |
977 | 2025-05-13T20:47:43.059Z | Downloaded peg-macros v0.8.5 |
978 | 2025-05-13T20:47:43.063Z | Downloaded russh v0.45.0 |
979 | 2025-05-13T20:47:43.066Z | Downloaded signal-hook-registry v1.4.2 |
980 | 2025-05-13T20:47:43.066Z | Downloaded sqlformat v0.3.5 |
981 | 2025-05-13T20:47:43.070Z | Downloaded progenitor-impl v0.8.0 |
982 | 2025-05-13T20:47:43.070Z | Downloaded parse-zoneinfo v0.3.1 |
983 | 2025-05-13T20:47:43.073Z | Downloaded pkg-config v0.3.31 |
984 | 2025-05-13T20:47:43.076Z | Downloaded oso v0.27.3 |
985 | 2025-05-13T20:47:43.079Z | Downloaded structmeta-derive v0.3.0 |
986 | 2025-05-13T20:47:43.079Z | Downloaded stable_deref_trait v1.2.0 |
987 | 2025-05-13T20:47:43.079Z | Downloaded oxnet v0.1.1 |
988 | 2025-05-13T20:47:43.082Z | Downloaded papergrid v0.14.0 |
989 | 2025-05-13T20:47:43.085Z | Downloaded yoke v0.7.4 |
990 | 2025-05-13T20:47:43.089Z | Downloaded xshell v0.2.7 |
991 | 2025-05-13T20:47:43.089Z | Downloaded unicode-properties v0.1.3 |
992 | 2025-05-13T20:47:43.092Z | Downloaded tar v0.4.44 |
993 | 2025-05-13T20:47:43.092Z | Downloaded phf_shared v0.11.2 |
994 | 2025-05-13T20:47:43.095Z | Downloaded foreign-types v0.5.0 |
995 | 2025-05-13T20:47:43.095Z | Downloaded encoding_rs v0.8.34 |
996 | 2025-05-13T20:47:43.115Z | Downloaded time v0.3.36 |
997 | 2025-05-13T20:47:43.121Z | Downloaded derive-where v1.2.7 |
998 | 2025-05-13T20:47:43.125Z | Downloaded russh-keys v0.45.0 |
999 | 2025-05-13T20:47:43.128Z | Downloaded parking_lot_core v0.8.6 |
1000 | 2025-05-13T20:47:43.131Z | Downloaded zerocopy-derive v0.8.25 |
1001 | 2025-05-13T20:47:43.135Z | Downloaded unicode_categories v0.1.1 |
1002 | 2025-05-13T20:47:43.138Z | Downloaded slog-envlogger v2.2.0 |
1003 | 2025-05-13T20:47:43.141Z | Downloaded slog-json v2.6.1 |
1004 | 2025-05-13T20:47:43.141Z | Downloaded futures-channel v0.3.31 |
1005 | 2025-05-13T20:47:43.145Z | Downloaded uzers v0.12.1 |
1006 | 2025-05-13T20:47:43.146Z | Downloaded pem-rfc7468 v0.7.0 |
1007 | 2025-05-13T20:47:43.149Z | Downloaded signal-hook v0.3.17 |
1008 | 2025-05-13T20:47:43.149Z | Downloaded pretty_assertions v1.4.1 |
1009 | 2025-05-13T20:47:43.152Z | Downloaded derive_more v0.99.20 |
1010 | 2025-05-13T20:47:43.155Z | Downloaded tiny-keccak v2.0.2 |
1011 | 2025-05-13T20:47:43.158Z | Downloaded futures-executor v0.3.31 |
1012 | 2025-05-13T20:47:43.158Z | Downloaded ring v0.17.11 |
1013 | 2025-05-13T20:47:43.200Z | Downloaded expectorate v1.2.0 |
1014 | 2025-05-13T20:47:43.204Z | Downloaded aho-corasick v1.1.3 |
1015 | 2025-05-13T20:47:43.209Z | Downloaded aes-gcm v0.10.3 |
1016 | 2025-05-13T20:47:43.212Z | Downloaded rand_seeder v0.3.0 |
1017 | 2025-05-13T20:47:43.215Z | Downloaded unarray v0.1.4 |
1018 | 2025-05-13T20:47:43.215Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1019 | 2025-05-13T20:47:43.274Z | Downloaded ed25519-dalek v2.1.1 |
1020 | 2025-05-13T20:47:43.277Z | Downloaded darling_core v0.20.10 |
1021 | 2025-05-13T20:47:43.280Z | Downloaded der v0.7.9 |
1022 | 2025-05-13T20:47:43.285Z | Downloaded sct v0.7.1 |
1023 | 2025-05-13T20:47:43.289Z | Downloaded prettyplease v0.2.30 |
1024 | 2025-05-13T20:47:43.292Z | Downloaded unicode-bidi v0.3.17 |
1025 | 2025-05-13T20:47:43.295Z | Downloaded curve25519-dalek-derive v0.1.1 |
1026 | 2025-05-13T20:47:43.295Z | Downloaded hash32 v0.2.1 |
1027 | 2025-05-13T20:47:43.299Z | Downloaded parking_lot v0.11.2 |
1028 | 2025-05-13T20:47:43.302Z | Downloaded rand v0.9.0 |
1029 | 2025-05-13T20:47:43.306Z | Downloaded csv-core v0.1.11 |
1030 | 2025-05-13T20:47:43.306Z | Downloaded parking_lot v0.12.3 |
1031 | 2025-05-13T20:47:43.309Z | Downloaded ecdsa v0.16.9 |
1032 | 2025-05-13T20:47:43.310Z | Downloaded idna v1.0.3 |
1033 | 2025-05-13T20:47:43.313Z | Downloaded progenitor-macro v0.9.1 |
1034 | 2025-05-13T20:47:43.316Z | Downloaded test-strategy v0.4.0 |
1035 | 2025-05-13T20:47:43.322Z | Downloaded elliptic-curve v0.13.8 |
1036 | 2025-05-13T20:47:43.325Z | Downloaded packed_struct_codegen v0.10.1 |
1037 | 2025-05-13T20:47:43.325Z | Downloaded native-tls v0.2.12 |
1038 | 2025-05-13T20:47:43.325Z | Downloaded itertools v0.12.1 |
1039 | 2025-05-13T20:47:43.331Z | Downloaded rand v0.8.5 |
1040 | 2025-05-13T20:47:43.334Z | Downloaded url v2.5.3 |
1041 | 2025-05-13T20:47:43.339Z | Downloaded sigpipe v0.1.3 |
1042 | 2025-05-13T20:47:43.342Z | Downloaded spin v0.9.8 |
1043 | 2025-05-13T20:47:43.342Z | Downloaded libxml v0.3.3 |
1044 | 2025-05-13T20:47:43.346Z | Downloaded derive_builder_macro v0.20.2 |
1045 | 2025-05-13T20:47:43.350Z | Downloaded secrecy v0.8.0 |
1046 | 2025-05-13T20:47:43.350Z | Downloaded proc-macro-error2 v2.0.1 |
1047 | 2025-05-13T20:47:43.353Z | Downloaded snafu v0.8.5 |
1048 | 2025-05-13T20:47:43.356Z | Downloaded libm v0.2.8 |
1049 | 2025-05-13T20:47:43.365Z | Downloaded schemars_derive v0.8.22 |
1050 | 2025-05-13T20:47:43.368Z | Downloaded same-file v1.0.6 |
1051 | 2025-05-13T20:47:43.368Z | Downloaded resolv-conf v0.7.0 |
1052 | 2025-05-13T20:47:43.368Z | Downloaded predicates v3.1.3 |
1053 | 2025-05-13T20:47:43.371Z | Downloaded yasna v0.5.2 |
1054 | 2025-05-13T20:47:43.376Z | Downloaded tui-tree-widget v0.23.0 |
1055 | 2025-05-13T20:47:43.376Z | Downloaded phf v0.11.2 |
1056 | 2025-05-13T20:47:43.379Z | Downloaded strip-ansi-escapes v0.2.0 |
1057 | 2025-05-13T20:47:43.379Z | Downloaded stringprep v0.1.5 |
1058 | 2025-05-13T20:47:43.379Z | Downloaded polyval v0.6.2 |
1059 | 2025-05-13T20:47:43.379Z | Downloaded memmap2 v0.9.5 |
1060 | 2025-05-13T20:47:43.382Z | Downloaded value-bag v1.9.0 |
1061 | 2025-05-13T20:47:43.386Z | Downloaded cc v1.2.15 |
1062 | 2025-05-13T20:47:43.389Z | Downloaded bumpalo v3.16.0 |
1063 | 2025-05-13T20:47:43.392Z | Downloaded serde_plain v1.0.2 |
1064 | 2025-05-13T20:47:43.395Z | Downloaded secrecy v0.10.3 |
1065 | 2025-05-13T20:47:43.395Z | Downloaded strum_macros v0.26.4 |
1066 | 2025-05-13T20:47:43.399Z | Downloaded dunce v1.0.5 |
1067 | 2025-05-13T20:47:43.399Z | Downloaded dsl_auto_type v0.1.2 |
1068 | 2025-05-13T20:47:43.399Z | Downloaded subprocess v0.2.9 |
1069 | 2025-05-13T20:47:43.402Z | Downloaded serde_derive_internals v0.29.1 |
1070 | 2025-05-13T20:47:43.402Z | Downloaded zstd v0.13.3 |
1071 | 2025-05-13T20:47:43.405Z | Downloaded diesel-dtrace v0.4.2 |
1072 | 2025-05-13T20:47:43.405Z | Downloaded peg v0.8.5 |
1073 | 2025-05-13T20:47:43.409Z | Downloaded which v4.4.2 |
1074 | 2025-05-13T20:47:43.418Z | Downloaded base64 v0.22.1 |
1075 | 2025-05-13T20:47:43.422Z | Downloaded nodrop v0.1.14 |
1076 | 2025-05-13T20:47:43.422Z | Downloaded enum-as-inner v0.6.1 |
1077 | 2025-05-13T20:47:43.422Z | Downloaded ena v0.14.3 |
1078 | 2025-05-13T20:47:43.422Z | Downloaded hickory-server v0.24.4 |
1079 | 2025-05-13T20:47:43.426Z | Downloaded crossbeam-channel v0.5.15 |
1080 | 2025-05-13T20:47:43.429Z | Downloaded subtle v2.6.1 |
1081 | 2025-05-13T20:47:43.429Z | Downloaded ssh-cipher v0.2.0 |
1082 | 2025-05-13T20:47:43.432Z | Downloaded semver v0.1.20 |
1083 | 2025-05-13T20:47:43.432Z | Downloaded foldhash v0.1.3 |
1084 | 2025-05-13T20:47:43.433Z | Downloaded pin-project-internal v1.1.6 |
1085 | 2025-05-13T20:47:43.436Z | Downloaded diff v0.1.13 |
1086 | 2025-05-13T20:47:43.439Z | Downloaded zopfli v0.8.1 |
1087 | 2025-05-13T20:47:43.439Z | Downloaded icu_collections v1.5.0 |
1088 | 2025-05-13T20:47:43.445Z | Downloaded num-rational v0.4.2 |
1089 | 2025-05-13T20:47:43.449Z | Downloaded nu-ansi-term v0.50.1 |
1090 | 2025-05-13T20:47:43.449Z | Downloaded newtype-uuid v1.2.1 |
1091 | 2025-05-13T20:47:43.454Z | Downloaded similar v2.7.0 |
1092 | 2025-05-13T20:47:43.458Z | Downloaded serde_yaml v0.9.34+deprecated |
1093 | 2025-05-13T20:47:43.463Z | Downloaded rtoolbox v0.0.2 |
1094 | 2025-05-13T20:47:43.463Z | Downloaded rpassword v7.3.1 |
1095 | 2025-05-13T20:47:43.463Z | Downloaded rand_chacha v0.3.1 |
1096 | 2025-05-13T20:47:43.464Z | Downloaded crypto-bigint v0.5.5 |
1097 | 2025-05-13T20:47:43.469Z | Downloaded compact_str v0.8.0 |
1098 | 2025-05-13T20:47:43.473Z | Downloaded bytes v1.10.1 |
1099 | 2025-05-13T20:47:43.481Z | Downloaded fs_extra v1.3.0 |
1100 | 2025-05-13T20:47:43.481Z | Downloaded powerfmt v0.2.0 |
1101 | 2025-05-13T20:47:43.484Z | Downloaded tinyvec_macros v0.1.1 |
1102 | 2025-05-13T20:47:43.484Z | Downloaded packed_struct v0.10.1 |
1103 | 2025-05-13T20:47:43.484Z | Downloaded num-derive v0.3.3 |
1104 | 2025-05-13T20:47:43.484Z | Downloaded ghash v0.5.1 |
1105 | 2025-05-13T20:47:43.484Z | Downloaded futures-macro v0.3.31 |
1106 | 2025-05-13T20:47:43.484Z | Downloaded darling v0.20.10 |
1107 | 2025-05-13T20:47:43.487Z | Downloaded hickory-resolver v0.24.4 |
1108 | 2025-05-13T20:47:43.493Z | Downloaded sqlparser_derive v0.2.2 |
1109 | 2025-05-13T20:47:43.496Z | Downloaded pbkdf2 v0.11.0 |
1110 | 2025-05-13T20:47:43.496Z | Downloaded path-slash v0.1.5 |
1111 | 2025-05-13T20:47:43.496Z | Downloaded paste v1.0.15 |
1112 | 2025-05-13T20:47:43.501Z | Downloaded typify-macro v0.2.0 |
1113 | 2025-05-13T20:47:43.501Z | Downloaded tokio-tungstenite v0.23.1 |
1114 | 2025-05-13T20:47:43.505Z | Downloaded tokio-tungstenite v0.21.0 |
1115 | 2025-05-13T20:47:43.505Z | Downloaded tokio-stream v0.1.17 |
1116 | 2025-05-13T20:47:43.510Z | Downloaded indicatif v0.17.11 |
1117 | 2025-05-13T20:47:43.515Z | Downloaded base64 v0.21.7 |
1118 | 2025-05-13T20:47:43.515Z | Downloaded group v0.13.0 |
1119 | 2025-05-13T20:47:43.518Z | Downloaded glob v0.3.2 |
1120 | 2025-05-13T20:47:43.518Z | Downloaded rustls-pemfile v2.2.0 |
1121 | 2025-05-13T20:47:43.518Z | Downloaded zerofrom-derive v0.1.4 |
1122 | 2025-05-13T20:47:43.522Z | Downloaded wyz v0.5.1 |
1123 | 2025-05-13T20:47:43.523Z | Downloaded wait-timeout v0.2.0 |
1124 | 2025-05-13T20:47:43.523Z | Downloaded untrusted v0.9.0 |
1125 | 2025-05-13T20:47:43.528Z | Downloaded typify-macro v0.3.0 |
1126 | 2025-05-13T20:47:43.528Z | Downloaded typify v0.2.0 |
1127 | 2025-05-13T20:47:43.534Z | Downloaded progenitor-impl v0.9.1 |
1128 | 2025-05-13T20:47:43.534Z | Downloaded chacha20poly1305 v0.10.1 |
1129 | 2025-05-13T20:47:43.534Z | Downloaded backtrace v0.3.74 |
1130 | 2025-05-13T20:47:43.537Z | Downloaded term v0.7.0 |
1131 | 2025-05-13T20:47:43.541Z | Downloaded impl-trait-for-tuples v0.2.2 |
1132 | 2025-05-13T20:47:43.544Z | Downloaded icu_properties v1.5.1 |
1133 | 2025-05-13T20:47:43.544Z | Downloaded thread_local v1.1.8 |
1134 | 2025-05-13T20:47:43.548Z | Downloaded string_cache v0.8.9 |
1135 | 2025-05-13T20:47:43.548Z | Downloaded slog-term v2.9.1 |
1136 | 2025-05-13T20:47:43.552Z | Downloaded xz2 v0.1.7 |
1137 | 2025-05-13T20:47:43.552Z | Downloaded walkdir v2.5.0 |
1138 | 2025-05-13T20:47:43.558Z | Downloaded base64 v0.13.1 |
1139 | 2025-05-13T20:47:43.558Z | Downloaded embedded-io v0.4.0 |
1140 | 2025-05-13T20:47:43.562Z | Downloaded litrs v0.4.1 |
1141 | 2025-05-13T20:47:43.563Z | Downloaded crossbeam-utils v0.8.21 |
1142 | 2025-05-13T20:47:43.567Z | Downloaded http v1.2.0 |
1143 | 2025-05-13T20:47:43.567Z | Downloaded crc-any v2.5.0 |
1144 | 2025-05-13T20:47:43.570Z | Downloaded cookie v0.18.1 |
1145 | 2025-05-13T20:47:43.573Z | Downloaded const-oid v0.9.6 |
1146 | 2025-05-13T20:47:43.573Z | Downloaded blake2 v0.10.6 |
1147 | 2025-05-13T20:47:43.577Z | Downloaded bzip2 v0.5.2 |
1148 | 2025-05-13T20:47:43.577Z | Downloaded indent_write v2.2.0 |
1149 | 2025-05-13T20:47:43.582Z | Downloaded indoc v1.0.9 |
1150 | 2025-05-13T20:47:43.583Z | Downloaded rustversion v1.0.17 |
1151 | 2025-05-13T20:47:43.587Z | Downloaded ref-cast v1.0.23 |
1152 | 2025-05-13T20:47:43.587Z | Downloaded ppv-lite86 v0.2.20 |
1153 | 2025-05-13T20:47:43.587Z | Downloaded colored v2.2.0 |
1154 | 2025-05-13T20:47:43.590Z | Downloaded ipnet v2.11.0 |
1155 | 2025-05-13T20:47:43.590Z | Downloaded xshell-macros v0.2.7 |
1156 | 2025-05-13T20:47:43.593Z | Downloaded waitgroup v0.1.2 |
1157 | 2025-05-13T20:47:43.594Z | Downloaded icu_provider v1.5.0 |
1158 | 2025-05-13T20:47:43.597Z | Downloaded icu_locid_transform_data v1.5.0 |
1159 | 2025-05-13T20:47:43.597Z | Downloaded sync-ptr v0.1.1 |
1160 | 2025-05-13T20:47:43.597Z | Downloaded strum_macros v0.24.3 |
1161 | 2025-05-13T20:47:43.600Z | Downloaded ssh-encoding v0.2.0 |
1162 | 2025-05-13T20:47:43.600Z | Downloaded slog-dtrace v0.3.0 |
1163 | 2025-05-13T20:47:43.604Z | Downloaded libloading v0.8.5 |
1164 | 2025-05-13T20:47:43.604Z | Downloaded rusty-fork v0.3.0 |
1165 | 2025-05-13T20:47:43.608Z | Downloaded rand_core v0.9.2 |
1166 | 2025-05-13T20:47:43.608Z | Downloaded lazy_static v1.5.0 |
1167 | 2025-05-13T20:47:43.608Z | Downloaded ingot-macros v0.1.0 |
1168 | 2025-05-13T20:47:43.611Z | Downloaded icu_normalizer_data v1.5.0 |
1169 | 2025-05-13T20:47:43.611Z | Downloaded icu_normalizer v1.5.0 |
1170 | 2025-05-13T20:47:43.615Z | Downloaded async-trait v0.1.88 |
1171 | 2025-05-13T20:47:43.619Z | Downloaded ahash v0.8.11 |
1172 | 2025-05-13T20:47:43.622Z | Downloaded maplit v1.0.2 |
1173 | 2025-05-13T20:47:43.622Z | Downloaded managed v0.8.0 |
1174 | 2025-05-13T20:47:43.626Z | Downloaded lru-cache v0.1.2 |
1175 | 2025-05-13T20:47:43.626Z | Downloaded lru v0.12.5 |
1176 | 2025-05-13T20:47:43.626Z | Downloaded lockfree-object-pool v0.1.6 |
1177 | 2025-05-13T20:47:43.630Z | Downloaded http-body-util v0.1.3 |
1178 | 2025-05-13T20:47:43.630Z | Downloaded libscf-sys v1.1.0 |
1179 | 2025-05-13T20:47:43.633Z | Downloaded keccak v0.1.5 |
1180 | 2025-05-13T20:47:43.633Z | Downloaded instability v0.3.2 |
1181 | 2025-05-13T20:47:43.633Z | Downloaded inout v0.1.3 |
1182 | 2025-05-13T20:47:43.633Z | Downloaded ingot v0.1.0 |
1183 | 2025-05-13T20:47:43.637Z | Downloaded cancel-safe-futures v0.1.5 |
1184 | 2025-05-13T20:47:43.641Z | Downloaded bzip2 v0.4.4 |
1185 | 2025-05-13T20:47:43.641Z | Downloaded ipnetwork v0.21.1 |
1186 | 2025-05-13T20:47:43.644Z | Downloaded indoc v2.0.6 |
1187 | 2025-05-13T20:47:43.644Z | Downloaded console v0.15.10 |
1188 | 2025-05-13T20:47:43.648Z | Downloaded libsw v3.4.0 |
1189 | 2025-05-13T20:47:43.648Z | Downloaded cookie_store v0.21.1 |
1190 | 2025-05-13T20:47:43.651Z | Downloaded const_format_proc_macros v0.2.34 |
1191 | 2025-05-13T20:47:43.654Z | Downloaded ciborium v0.2.2 |
1192 | 2025-05-13T20:47:43.654Z | Downloaded bcs v0.1.6 |
1193 | 2025-05-13T20:47:43.661Z | Downloaded progenitor-macro v0.8.0 |
1194 | 2025-05-13T20:47:43.661Z | Downloaded cassowary v0.3.0 |
1195 | 2025-05-13T20:47:43.667Z | Downloaded bit-vec v0.8.0 |
1196 | 2025-05-13T20:47:43.667Z | Downloaded http-body v1.0.1 |
1197 | 2025-05-13T20:47:43.667Z | Downloaded backoff v0.4.0 |
1198 | 2025-05-13T20:47:43.667Z | Downloaded buf-list v1.0.3 |
1199 | 2025-05-13T20:47:43.670Z | Downloaded bit-set v0.8.0 |
1200 | 2025-05-13T20:47:43.670Z | Downloaded bit-set v0.5.3 |
1201 | 2025-05-13T20:47:43.671Z | Downloaded cexpr v0.6.0 |
1202 | 2025-05-13T20:47:43.671Z | Downloaded block-padding v0.3.3 |
1203 | 2025-05-13T20:47:43.671Z | Downloaded bit-vec v0.6.3 |
1204 | 2025-05-13T20:47:43.671Z | Downloaded hubpack v0.1.2 |
1205 | 2025-05-13T20:47:43.674Z | Downloaded instant v0.1.13 |
1206 | 2025-05-13T20:47:43.674Z | Downloaded cobs v0.2.3 |
1207 | 2025-05-13T20:47:43.678Z | Downloaded cargo_metadata v0.18.1 |
1208 | 2025-05-13T20:47:43.678Z | Downloaded bitfield-struct v0.6.2 |
1209 | 2025-05-13T20:47:43.678Z | Downloaded bitfield v0.14.0 |
1210 | 2025-05-13T20:47:43.678Z | Downloaded addr2line v0.24.2 |
1211 | 2025-05-13T20:47:43.682Z | Downloaded async-recursion v1.1.1 |
1212 | 2025-05-13T20:47:43.686Z | Downloaded assert_matches v1.5.0 |
1213 | 2025-05-13T20:47:43.686Z | Downloaded arrayref v0.3.9 |
1214 | 2025-05-13T20:47:43.686Z | Downloaded aead v0.5.2 |
1215 | 2025-05-13T20:47:43.689Z | Downloaded hostname v0.3.1 |
1216 | 2025-05-13T20:47:43.689Z | Downloaded adler2 v2.0.0 |
1217 | 2025-05-13T20:47:43.689Z | Downloaded httparse v1.9.5 |
1218 | 2025-05-13T20:47:43.692Z | Downloaded ascii-canvas v3.0.0 |
1219 | 2025-05-13T20:47:43.948Z | Downloaded aws-lc-sys v0.26.0 |
1220 | 2025-05-13T20:47:44.262Z | Compiling serde v1.0.219 |
1221 | 2025-05-13T20:47:44.265Z | Compiling value-bag v1.9.0 |
1222 | 2025-05-13T20:47:44.265Z | Compiling shlex v1.3.0 |
1223 | 2025-05-13T20:47:44.265Z | Compiling lock_api v0.4.12 |
1224 | 2025-05-13T20:47:44.265Z | Compiling scopeguard v1.2.0 |
1225 | 2025-05-13T20:47:44.422Z | Compiling typenum v1.17.0 |
1226 | 2025-05-13T20:47:44.479Z | Compiling syn v2.0.98 |
1227 | 2025-05-13T20:47:44.494Z | Compiling getrandom v0.2.15 |
1228 | 2025-05-13T20:47:44.588Z | Compiling jobserver v0.1.32 |
1229 | 2025-05-13T20:47:44.811Z | Compiling log v0.4.22 |
1230 | 2025-05-13T20:47:44.909Z | Compiling rand_core v0.6.4 |
1231 | 2025-05-13T20:47:44.936Z | Compiling generic-array v0.14.7 |
1232 | 2025-05-13T20:47:44.955Z | Compiling smallvec v1.14.0 |
1233 | 2025-05-13T20:47:45.286Z | Compiling cc v1.2.15 |
1234 | 2025-05-13T20:47:45.345Z | Compiling subtle v2.6.1 |
1235 | 2025-05-13T20:47:45.416Z | Compiling const-oid v0.9.6 |
1236 | 2025-05-13T20:47:45.416Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2025-05-13T20:47:45.420Z | Compiling pkg-config v0.3.31 |
1238 | 2025-05-13T20:47:45.524Z | Compiling parking_lot_core v0.9.10 |
1239 | 2025-05-13T20:47:45.548Z | Compiling pin-project-lite v0.2.14 |
1240 | 2025-05-13T20:47:45.661Z | Compiling rustix v0.38.37 |
1241 | 2025-05-13T20:47:45.690Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2025-05-13T20:47:46.374Z | Compiling parking_lot v0.12.3 |
1243 | 2025-05-13T20:47:46.535Z | Compiling mio v1.0.2 |
1244 | 2025-05-13T20:47:46.555Z | Compiling spin v0.9.8 |
1245 | 2025-05-13T20:47:46.656Z | Compiling futures-core v0.3.31 |
1246 | 2025-05-13T20:47:46.722Z | Compiling aho-corasick v1.1.3 |
1247 | 2025-05-13T20:47:46.908Z | Compiling litemap v0.7.3 |
1248 | 2025-05-13T20:47:46.933Z | Compiling writeable v0.5.5 |
1249 | 2025-05-13T20:47:47.197Z | Compiling serde_json v1.0.140 |
1250 | 2025-05-13T20:47:47.297Z | Compiling regex-syntax v0.8.5 |
1251 | 2025-05-13T20:47:47.521Z | Compiling libm v0.2.8 |
1252 | 2025-05-13T20:47:47.525Z | Compiling either v1.14.0 |
1253 | 2025-05-13T20:47:47.681Z | Compiling cpufeatures v0.2.14 |
1254 | 2025-05-13T20:47:47.716Z | Compiling socket2 v0.5.9 |
1255 | 2025-05-13T20:47:47.794Z | Compiling slab v0.4.9 |
1256 | 2025-05-13T20:47:47.931Z | Compiling num-traits v0.2.19 |
1257 | 2025-05-13T20:47:47.955Z | Compiling glob v0.3.2 |
1258 | 2025-05-13T20:47:48.531Z | Compiling getrandom v0.3.1 |
1259 | 2025-05-13T20:47:48.647Z | Compiling futures-sink v0.3.31 |
1260 | 2025-05-13T20:47:48.818Z | Compiling clang-sys v1.8.1 |
1261 | 2025-05-13T20:47:48.836Z | Compiling icu_locid_transform_data v1.5.0 |
1262 | 2025-05-13T20:47:48.958Z | Compiling prettyplease v0.2.30 |
1263 | 2025-05-13T20:47:49.353Z | Compiling lazy_static v1.5.0 |
1264 | 2025-05-13T20:47:49.485Z | Compiling allocator-api2 v0.2.18 |
1265 | 2025-05-13T20:47:49.505Z | Compiling icu_properties_data v1.5.0 |
1266 | 2025-05-13T20:47:49.586Z | Compiling minimal-lexical v0.2.1 |
1267 | 2025-05-13T20:47:49.608Z | Compiling foldhash v0.1.3 |
1268 | 2025-05-13T20:47:49.920Z | Compiling libloading v0.8.5 |
1269 | 2025-05-13T20:47:50.087Z | Compiling nom v7.1.3 |
1270 | 2025-05-13T20:47:50.226Z | Compiling hashbrown v0.15.1 |
1271 | 2025-05-13T20:47:50.245Z | Compiling home v0.5.9 |
1272 | 2025-05-13T20:47:50.319Z | Compiling icu_normalizer_data v1.5.0 |
1273 | 2025-05-13T20:47:50.441Z | Compiling utf8_iter v1.0.4 |
1274 | 2025-05-13T20:47:50.467Z | Compiling utf16_iter v1.0.5 |
1275 | 2025-05-13T20:47:50.672Z | Compiling write16 v1.0.0 |
1276 | 2025-05-13T20:47:50.676Z | Compiling base64ct v1.6.0 |
1277 | 2025-05-13T20:47:50.823Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-05-13T20:47:50.980Z | Compiling bindgen v0.69.5 |
1279 | 2025-05-13T20:47:51.158Z | Compiling regex-automata v0.4.8 |
1280 | 2025-05-13T20:47:51.256Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2025-05-13T20:47:51.770Z | Compiling itertools v0.12.1 |
1282 | 2025-05-13T20:47:51.863Z | Compiling synstructure v0.13.1 |
1283 | 2025-05-13T20:47:53.310Z | Compiling cexpr v0.6.0 |
1284 | 2025-05-13T20:47:53.420Z | Compiling flagset v0.4.6 |
1285 | 2025-05-13T20:47:53.472Z | Compiling rustc-hash v1.1.0 |
1286 | 2025-05-13T20:47:53.641Z | Compiling lazycell v1.3.0 |
1287 | 2025-05-13T20:47:53.644Z | Compiling futures-channel v0.3.31 |
1288 | 2025-05-13T20:47:53.823Z | Compiling cmake v0.1.51 |
1289 | 2025-05-13T20:47:54.076Z | Compiling futures-io v0.3.31 |
1290 | 2025-05-13T20:47:54.220Z | Compiling dunce v1.0.5 |
1291 | 2025-05-13T20:47:54.351Z | Compiling pin-utils v0.1.0 |
1292 | 2025-05-13T20:47:54.370Z | Compiling futures-task v0.3.31 |
1293 | 2025-05-13T20:47:54.463Z | Compiling fs_extra v1.3.0 |
1294 | 2025-05-13T20:47:54.643Z | Compiling form_urlencoded v1.2.1 |
1295 | 2025-05-13T20:47:54.679Z | Compiling vcpkg v0.2.15 |
1296 | 2025-05-13T20:47:54.777Z | Compiling paste v1.0.15 |
1297 | 2025-05-13T20:47:54.863Z | Compiling zerocopy v0.8.25 |
1298 | 2025-05-13T20:47:54.954Z | Compiling crossbeam-utils v0.8.21 |
1299 | 2025-05-13T20:47:55.003Z | Compiling ring v0.17.11 |
1300 | 2025-05-13T20:47:55.529Z | Compiling tracing-core v0.1.32 |
1301 | 2025-05-13T20:47:55.699Z | Compiling iana-time-zone v0.1.63 |
1302 | 2025-05-13T20:47:56.072Z | Compiling aws-lc-rs v1.12.4 |
1303 | 2025-05-13T20:47:56.364Z | Compiling regex v1.11.1 |
1304 | 2025-05-13T20:47:56.437Z | Compiling openssl-sys v0.9.107 |
1305 | 2025-05-13T20:47:56.677Z | Compiling tinyvec_macros v0.1.1 |
1306 | 2025-05-13T20:47:56.708Z | Compiling serde_derive v1.0.219 |
1307 | 2025-05-13T20:47:56.782Z | Compiling zeroize_derive v1.4.2 |
1308 | 2025-05-13T20:47:57.292Z | Compiling zerofrom-derive v0.1.4 |
1309 | 2025-05-13T20:47:57.494Z | Compiling yoke-derive v0.7.4 |
1310 | 2025-05-13T20:47:57.582Z | Compiling zerovec-derive v0.10.3 |
1311 | 2025-05-13T20:47:58.179Z | Compiling zeroize v1.8.1 |
1312 | 2025-05-13T20:47:59.873Z | Compiling crypto-common v0.1.6 |
1313 | 2025-05-13T20:48:00.009Z | Compiling block-buffer v0.10.4 |
1314 | 2025-05-13T20:48:00.074Z | Compiling displaydoc v0.2.5 |
1315 | 2025-05-13T20:48:00.093Z | Compiling zerocopy-derive v0.7.35 |
1316 | 2025-05-13T20:48:00.280Z | Compiling digest v0.10.7 |
1317 | 2025-05-13T20:48:00.626Z | Compiling zerofrom v0.1.4 |
1318 | 2025-05-13T20:48:00.768Z | Compiling hmac v0.12.1 |
1319 | 2025-05-13T20:48:00.847Z | Compiling yoke v0.7.4 |
1320 | 2025-05-13T20:48:01.016Z | Compiling icu_provider_macros v1.5.0 |
1321 | 2025-05-13T20:48:01.214Z | Compiling zerovec v0.10.4 |
1322 | 2025-05-13T20:48:01.406Z | Compiling tokio-macros v2.5.0 |
1323 | 2025-05-13T20:48:01.466Z | Compiling block-padding v0.3.3 |
1324 | 2025-05-13T20:48:01.488Z | Compiling sha2 v0.10.8 |
1325 | 2025-05-13T20:48:01.510Z | Compiling thiserror-impl v1.0.69 |
1326 | 2025-05-13T20:48:01.712Z | Compiling inout v0.1.3 |
1327 | 2025-05-13T20:48:01.978Z | Compiling zerocopy v0.7.35 |
1328 | 2025-05-13T20:48:02.003Z | Compiling cipher v0.4.4 |
1329 | 2025-05-13T20:48:02.045Z | Compiling der_derive v0.7.3 |
1330 | 2025-05-13T20:48:02.536Z | Compiling futures-macro v0.3.31 |
1331 | 2025-05-13T20:48:02.798Z | Compiling salsa20 v0.10.2 |
1332 | 2025-05-13T20:48:03.057Z | Compiling tinystr v0.7.6 |
1333 | 2025-05-13T20:48:03.238Z | Compiling icu_collections v1.5.0 |
1334 | 2025-05-13T20:48:03.391Z | Compiling icu_locid v1.5.0 |
1335 | 2025-05-13T20:48:03.447Z | Compiling ppv-lite86 v0.2.20 |
1336 | 2025-05-13T20:48:04.242Z | Compiling pbkdf2 v0.12.2 |
1337 | 2025-05-13T20:48:04.317Z | Compiling der v0.7.9 |
1338 | 2025-05-13T20:48:04.347Z | Compiling futures-util v0.3.31 |
1339 | 2025-05-13T20:48:04.422Z | Compiling scrypt v0.11.0 |
1340 | 2025-05-13T20:48:04.457Z | Compiling icu_provider v1.5.0 |
1341 | 2025-05-13T20:48:04.548Z | Compiling thiserror v1.0.69 |
1342 | 2025-05-13T20:48:04.716Z | Compiling aes v0.8.4 |
1343 | 2025-05-13T20:48:04.921Z | Compiling cbc v0.1.2 |
1344 | 2025-05-13T20:48:04.983Z | Compiling pest v2.7.14 |
1345 | 2025-05-13T20:48:05.162Z | Compiling icu_locid_transform v1.5.0 |
1346 | 2025-05-13T20:48:05.368Z | Compiling tracing-attributes v0.1.27 |
1347 | 2025-05-13T20:48:05.411Z | Compiling zerocopy-derive v0.8.25 |
1348 | 2025-05-13T20:48:07.210Z | Compiling icu_properties v1.5.1 |
1349 | 2025-05-13T20:48:07.447Z | Compiling spki v0.7.3 |
1350 | 2025-05-13T20:48:07.576Z | Compiling pest_meta v2.7.14 |
1351 | 2025-05-13T20:48:07.823Z | Compiling pkcs5 v0.7.1 |
1352 | 2025-05-13T20:48:07.969Z | Compiling scroll_derive v0.12.0 |
1353 | 2025-05-13T20:48:08.579Z | Compiling tracing v0.1.40 |
1354 | 2025-05-13T20:48:08.903Z | Compiling bitflags v2.9.0 |
1355 | 2025-05-13T20:48:09.083Z | Compiling bytes v1.10.1 |
1356 | 2025-05-13T20:48:09.192Z | Compiling semver v1.0.26 |
1357 | 2025-05-13T20:48:09.651Z | Compiling indexmap v2.9.0 |
1358 | 2025-05-13T20:48:09.861Z | Compiling rustc_version v0.4.1 |
1359 | 2025-05-13T20:48:10.525Z | Compiling tokio v1.43.1 |
1360 | 2025-05-13T20:48:10.552Z | Compiling http v1.2.0 |
1361 | 2025-05-13T20:48:11.050Z | Compiling icu_normalizer v1.5.0 |
1362 | 2025-05-13T20:48:11.744Z | Compiling uuid v1.16.0 |
1363 | 2025-05-13T20:48:11.853Z | Compiling chrono v0.4.40 |
1364 | 2025-05-13T20:48:11.982Z | Compiling idna_adapter v1.2.0 |
1365 | 2025-05-13T20:48:12.142Z | Compiling pkcs8 v0.10.2 |
1366 | 2025-05-13T20:48:12.217Z | Compiling idna v1.0.3 |
1367 | 2025-05-13T20:48:12.747Z | Compiling rustls-pki-types v1.10.0 |
1368 | 2025-05-13T20:48:12.810Z | Compiling httparse v1.9.5 |
1369 | 2025-05-13T20:48:12.841Z | Compiling url v2.5.3 |
1370 | 2025-05-13T20:48:13.254Z | Compiling which v4.4.2 |
1371 | 2025-05-13T20:48:13.760Z | Compiling http-body v1.0.1 |
1372 | 2025-05-13T20:48:13.780Z | Compiling scroll v0.12.0 |
1373 | 2025-05-13T20:48:13.798Z | Compiling pest_generator v2.7.14 |
1374 | 2025-05-13T20:48:13.972Z | Compiling tinyvec v1.8.0 |
1375 | 2025-05-13T20:48:13.996Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2025-05-13T20:48:14.309Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1377 | 2025-05-13T20:48:14.613Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1378 | 2025-05-13T20:48:15.076Z | Compiling schemars v0.8.22 |
1379 | 2025-05-13T20:48:15.103Z | Compiling foreign-types-shared v0.1.1 |
1380 | 2025-05-13T20:48:15.124Z | Compiling powerfmt v0.2.0 |
1381 | 2025-05-13T20:48:15.245Z | Compiling untrusted v0.9.0 |
1382 | 2025-05-13T20:48:15.430Z | Compiling adler2 v2.0.0 |
1383 | 2025-05-13T20:48:15.448Z | Compiling atomic-waker v1.1.2 |
1384 | 2025-05-13T20:48:15.452Z | Compiling untrusted v0.7.1 |
1385 | 2025-05-13T20:48:15.487Z | Compiling try-lock v0.2.5 |
1386 | 2025-05-13T20:48:15.645Z | Compiling num-conv v0.1.0 |
1387 | 2025-05-13T20:48:15.666Z | Compiling rustversion v1.0.17 |
1388 | 2025-05-13T20:48:15.673Z | Compiling time-core v0.1.2 |
1389 | 2025-05-13T20:48:15.673Z | Compiling openssl v0.10.72 |
1390 | 2025-05-13T20:48:15.673Z | Compiling goblin v0.8.2 |
1391 | 2025-05-13T20:48:15.910Z | Compiling pest_derive v2.7.14 |
1392 | 2025-05-13T20:48:15.931Z | Compiling time-macros v0.2.18 |
1393 | 2025-05-13T20:48:16.152Z | Compiling schemars_derive v0.8.22 |
1394 | 2025-05-13T20:48:16.201Z | Compiling want v0.3.1 |
1395 | 2025-05-13T20:48:16.423Z | Compiling miniz_oxide v0.8.5 |
1396 | 2025-05-13T20:48:16.705Z | Compiling deranged v0.3.11 |
1397 | 2025-05-13T20:48:17.932Z | Compiling foreign-types v0.3.2 |
1398 | 2025-05-13T20:48:18.793Z | Compiling tokio-util v0.7.13 |
1399 | 2025-05-13T20:48:19.672Z | Compiling rand_core v0.9.2 |
1400 | 2025-05-13T20:48:20.117Z | Compiling h2 v0.4.6 |
1401 | 2025-05-13T20:48:20.136Z | Compiling openssl-macros v0.1.1 |
1402 | 2025-05-13T20:48:20.604Z | Compiling httpdate v1.0.3 |
1403 | 2025-05-13T20:48:20.856Z | Compiling dyn-clone v1.0.19 |
1404 | 2025-05-13T20:48:20.876Z | Compiling native-tls v0.2.12 |
1405 | 2025-05-13T20:48:21.047Z | Compiling tower-service v0.3.3 |
1406 | 2025-05-13T20:48:21.081Z | Compiling num_threads v0.1.7 |
1407 | 2025-05-13T20:48:21.191Z | Compiling syn v1.0.109 |
1408 | 2025-05-13T20:48:21.225Z | Compiling rustls v0.23.19 |
1409 | 2025-05-13T20:48:21.272Z | Compiling dof v0.3.0 |
1410 | 2025-05-13T20:48:21.517Z | Compiling time v0.3.36 |
1411 | 2025-05-13T20:48:23.381Z | Compiling rand_chacha v0.9.0 |
1412 | 2025-05-13T20:48:24.749Z | Compiling dtrace-parser v0.2.0 |
1413 | 2025-05-13T20:48:25.504Z | Compiling unicode-normalization v0.1.24 |
1414 | 2025-05-13T20:48:25.995Z | Compiling heapless v0.7.17 |
1415 | 2025-05-13T20:48:26.302Z | Compiling rand_chacha v0.3.1 |
1416 | 2025-05-13T20:48:26.463Z | Compiling signature v2.2.0 |
1417 | 2025-05-13T20:48:26.485Z | Compiling crossbeam-epoch v0.9.18 |
1418 | 2025-05-13T20:48:26.604Z | Compiling crc32fast v1.4.2 |
1419 | 2025-05-13T20:48:26.760Z | Compiling cookie v0.18.1 |
1420 | 2025-05-13T20:48:26.932Z | Compiling hyper v1.6.0 |
1421 | 2025-05-13T20:48:27.096Z | Compiling base64 v0.22.1 |
1422 | 2025-05-13T20:48:27.100Z | Compiling zstd-safe v7.2.3 |
1423 | 2025-05-13T20:48:27.491Z | Compiling rayon-core v1.12.1 |
1424 | 2025-05-13T20:48:27.838Z | Compiling unicode-properties v0.1.3 |
1425 | 2025-05-13T20:48:27.858Z | Compiling signal-hook v0.3.17 |
1426 | 2025-05-13T20:48:28.161Z | Compiling slog v2.7.0 |
1427 | 2025-05-13T20:48:28.240Z | Compiling openssl-probe v0.1.5 |
1428 | 2025-05-13T20:48:28.551Z | Compiling unicode-bidi v0.3.17 |
1429 | 2025-05-13T20:48:28.608Z | Compiling siphasher v0.3.11 |
1430 | 2025-05-13T20:48:28.985Z | Compiling phf_shared v0.11.2 |
1431 | 2025-05-13T20:48:29.346Z | Compiling stringprep v0.1.5 |
1432 | 2025-05-13T20:48:29.358Z | Compiling hyper-util v0.1.11 |
1433 | 2025-05-13T20:48:29.621Z | Compiling crossbeam-deque v0.8.5 |
1434 | 2025-05-13T20:48:29.729Z | Compiling rand v0.8.5 |
1435 | 2025-05-13T20:48:29.969Z | Compiling usdt-impl v0.5.0 |
1436 | 2025-05-13T20:48:30.381Z | Compiling rand v0.9.0 |
1437 | 2025-05-13T20:48:30.420Z | Compiling curve25519-dalek v4.1.3 |
1438 | 2025-05-13T20:48:31.093Z | Compiling serde_tokenstream v0.2.2 |
1439 | 2025-05-13T20:48:31.286Z | Compiling serde_spanned v0.6.8 |
1440 | 2025-05-13T20:48:31.537Z | Compiling toml_datetime v0.6.8 |
1441 | 2025-05-13T20:48:31.649Z | Compiling md-5 v0.10.6 |
1442 | 2025-05-13T20:48:31.864Z | Compiling num-integer v0.1.46 |
1443 | 2025-05-13T20:48:31.925Z | Compiling ff v0.13.0 |
1444 | 2025-05-13T20:48:31.972Z | Compiling hash32 v0.2.1 |
1445 | 2025-05-13T20:48:31.993Z | Compiling memoffset v0.9.1 |
1446 | 2025-05-13T20:48:32.011Z | Compiling litrs v0.4.1 |
1447 | 2025-05-13T20:48:32.117Z | Compiling smoltcp v0.9.1 |
1448 | 2025-05-13T20:48:32.152Z | Compiling newtype-uuid v1.2.1 |
1449 | 2025-05-13T20:48:32.320Z | Compiling gimli v0.31.1 |
1450 | 2025-05-13T20:48:32.344Z | Compiling psl-types v2.0.11 |
1451 | 2025-05-13T20:48:32.481Z | Compiling fallible-iterator v0.2.0 |
1452 | 2025-05-13T20:48:32.588Z | Compiling num-bigint-dig v0.8.4 |
1453 | 2025-05-13T20:48:32.608Z | Compiling base16ct v0.2.0 |
1454 | 2025-05-13T20:48:32.787Z | Compiling portable-atomic v1.11.0 |
1455 | 2025-05-13T20:48:32.942Z | Compiling cfg_aliases v0.2.1 |
1456 | 2025-05-13T20:48:32.990Z | Compiling sec1 v0.7.3 |
1457 | 2025-05-13T20:48:33.063Z | Compiling nix v0.29.0 |
1458 | 2025-05-13T20:48:33.092Z | Compiling document-features v0.2.10 |
1459 | 2025-05-13T20:48:33.130Z | Compiling postgres-protocol v0.6.8 |
1460 | 2025-05-13T20:48:33.585Z | Compiling publicsuffix v2.3.0 |
1461 | 2025-05-13T20:48:33.890Z | Compiling num-iter v0.1.45 |
1462 | 2025-05-13T20:48:34.069Z | Compiling group v0.13.0 |
1463 | 2025-05-13T20:48:34.476Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2025-05-13T20:48:34.944Z | Compiling flate2 v1.1.1 |
1465 | 2025-05-13T20:48:35.249Z | Compiling ipnetwork v0.21.1 |
1466 | 2025-05-13T20:48:35.327Z | Compiling http-body-util v0.1.3 |
1467 | 2025-05-13T20:48:35.468Z | Compiling webpki-roots v0.26.6 |
1468 | 2025-05-13T20:48:35.698Z | Compiling terminal_size v0.4.0 |
1469 | 2025-05-13T20:48:35.767Z | Compiling hkdf v0.12.4 |
1470 | 2025-05-13T20:48:35.788Z | Compiling crypto-bigint v0.5.5 |
1471 | 2025-05-13T20:48:35.810Z | Compiling async-trait v0.1.88 |
1472 | 2025-05-13T20:48:35.934Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2025-05-13T20:48:36.026Z | Compiling sync_wrapper v1.0.1 |
1474 | 2025-05-13T20:48:36.047Z | Compiling object v0.36.5 |
1475 | 2025-05-13T20:48:36.199Z | Compiling fs-err v3.1.0 |
1476 | 2025-05-13T20:48:36.573Z | Compiling addr2line v0.24.2 |
1477 | 2025-05-13T20:48:36.964Z | Compiling ahash v0.8.11 |
1478 | 2025-05-13T20:48:37.231Z | Compiling managed v0.8.0 |
1479 | 2025-05-13T20:48:37.318Z | Compiling zip v2.6.1 |
1480 | 2025-05-13T20:48:37.382Z | Compiling buf-list v1.0.3 |
1481 | 2025-05-13T20:48:37.686Z | Compiling anyhow v1.0.98 |
1482 | 2025-05-13T20:48:37.710Z | Compiling rustc-demangle v0.1.24 |
1483 | 2025-05-13T20:48:38.010Z | Compiling unicode-width v0.2.0 |
1484 | 2025-05-13T20:48:38.297Z | Compiling bumpalo v3.16.0 |
1485 | 2025-05-13T20:48:38.317Z | Compiling ipnet v2.11.0 |
1486 | 2025-05-13T20:48:38.517Z | Compiling winnow v0.5.40 |
1487 | 2025-05-13T20:48:38.622Z | Compiling tower-layer v0.3.3 |
1488 | 2025-05-13T20:48:39.197Z | Compiling simd-adler32 v0.3.7 |
1489 | 2025-05-13T20:48:39.212Z | Compiling lockfree-object-pool v0.1.6 |
1490 | 2025-05-13T20:48:39.291Z | Compiling zopfli v0.8.1 |
1491 | 2025-05-13T20:48:39.385Z | Compiling tower v0.5.2 |
1492 | 2025-05-13T20:48:40.212Z | Compiling elliptic-curve v0.13.8 |
1493 | 2025-05-13T20:48:40.831Z | Compiling console v0.15.10 |
1494 | 2025-05-13T20:48:41.046Z | Compiling strum_macros v0.25.3 |
1495 | 2025-05-13T20:48:41.626Z | Compiling clap_builder v4.5.35 |
1496 | 2025-05-13T20:48:41.706Z | Compiling toml_edit v0.19.15 |
1497 | 2025-05-13T20:48:42.138Z | Compiling hubpack_derive v0.1.1 |
1498 | 2025-05-13T20:48:42.246Z | Compiling hyper-tls v0.6.0 |
1499 | 2025-05-13T20:48:42.688Z | Compiling backtrace v0.3.74 |
1500 | 2025-05-13T20:48:43.033Z | Compiling hubpack v0.1.2 |
1501 | 2025-05-13T20:48:43.055Z | Compiling oxnet v0.1.1 |
1502 | 2025-05-13T20:48:43.451Z | Compiling rayon v1.10.0 |
1503 | 2025-05-13T20:48:43.769Z | Compiling cookie_store v0.21.1 |
1504 | 2025-05-13T20:48:44.692Z | Compiling signal-hook-mio v0.2.4 |
1505 | 2025-05-13T20:48:44.881Z | Compiling zstd v0.13.3 |
1506 | 2025-05-13T20:48:45.823Z | Compiling postgres-types v0.2.9 |
1507 | 2025-05-13T20:48:46.802Z | Compiling usdt-macro v0.5.0 |
1508 | 2025-05-13T20:48:47.091Z | Compiling usdt-attr-macro v0.5.0 |
1509 | 2025-05-13T20:48:47.743Z | Compiling phf v0.11.2 |
1510 | 2025-05-13T20:48:48.062Z | Compiling ed25519 v2.2.3 |
1511 | 2025-05-13T20:48:48.225Z | Compiling strum_macros v0.26.4 |
1512 | 2025-05-13T20:48:48.573Z | Compiling bzip2 v0.5.2 |
1513 | 2025-05-13T20:48:48.642Z | Compiling bzip2 v0.4.4 |
1514 | 2025-05-13T20:48:48.976Z | Compiling clap_derive v4.5.32 |
1515 | 2025-05-13T20:48:49.033Z | Compiling enum-as-inner v0.6.1 |
1516 | 2025-05-13T20:48:49.394Z | Compiling rustls-pemfile v2.2.0 |
1517 | 2025-05-13T20:48:49.684Z | Compiling pkcs1 v0.7.5 |
1518 | 2025-05-13T20:48:49.745Z | Compiling futures-executor v0.3.31 |
1519 | 2025-05-13T20:48:49.859Z | Compiling serde_urlencoded v0.7.1 |
1520 | 2025-05-13T20:48:50.110Z | Compiling serde-big-array v0.5.1 |
1521 | 2025-05-13T20:48:50.251Z | Compiling rfc6979 v0.4.0 |
1522 | 2025-05-13T20:48:50.365Z | Compiling serde_repr v0.1.19 |
1523 | 2025-05-13T20:48:50.391Z | Compiling daft-derive v0.1.3 |
1524 | 2025-05-13T20:48:50.466Z | Compiling bstr v1.10.0 |
1525 | 2025-05-13T20:48:50.517Z | Compiling float-cmp v0.10.0 |
1526 | 2025-05-13T20:48:50.771Z | Compiling encoding_rs v0.8.34 |
1527 | 2025-05-13T20:48:51.474Z | Compiling static_assertions v1.1.0 |
1528 | 2025-05-13T20:48:51.597Z | Compiling predicates-core v1.0.8 |
1529 | 2025-05-13T20:48:51.903Z | Compiling difflib v0.4.0 |
1530 | 2025-05-13T20:48:51.966Z | Compiling normalize-line-endings v0.3.0 |
1531 | 2025-05-13T20:48:51.969Z | Compiling whoami v1.5.2 |
1532 | 2025-05-13T20:48:52.122Z | Compiling fixedbitset v0.4.2 |
1533 | 2025-05-13T20:48:52.590Z | Compiling mime v0.3.17 |
1534 | 2025-05-13T20:48:52.600Z | Compiling unicode-segmentation v1.12.0 |
1535 | 2025-05-13T20:48:52.740Z | Compiling precomputed-hash v0.1.1 |
1536 | 2025-05-13T20:48:52.881Z | Compiling number_prefix v0.4.0 |
1537 | 2025-05-13T20:48:53.088Z | Compiling data-encoding v2.6.0 |
1538 | 2025-05-13T20:48:53.125Z | Compiling new_debug_unreachable v1.0.6 |
1539 | 2025-05-13T20:48:53.242Z | Compiling string_cache v0.8.9 |
1540 | 2025-05-13T20:48:53.259Z | Compiling indicatif v0.17.11 |
1541 | 2025-05-13T20:48:53.364Z | Compiling clap v4.5.35 |
1542 | 2025-05-13T20:48:53.476Z | Compiling similar v2.7.0 |
1543 | 2025-05-13T20:48:53.496Z | Compiling strum v0.26.3 |
1544 | 2025-05-13T20:48:53.672Z | Compiling petgraph v0.6.5 |
1545 | 2025-05-13T20:48:53.699Z | Compiling hickory-proto v0.24.4 |
1546 | 2025-05-13T20:48:54.732Z | Compiling predicates v3.1.3 |
1547 | 2025-05-13T20:48:54.962Z | Compiling tokio-postgres v0.7.13 |
1548 | 2025-05-13T20:48:55.229Z | Compiling toml_edit v0.22.24 |
1549 | 2025-05-13T20:48:55.493Z | Compiling daft v0.1.3 |
1550 | 2025-05-13T20:48:56.034Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
1551 | 2025-05-13T20:48:56.201Z | Compiling usdt v0.5.0 |
1552 | 2025-05-13T20:48:56.675Z | Compiling ecdsa v0.16.9 |
1553 | 2025-05-13T20:48:57.227Z | Compiling rsa v0.9.6 |
1554 | 2025-05-13T20:48:57.529Z | Compiling futures v0.3.31 |
1555 | 2025-05-13T20:48:57.663Z | Compiling zip v0.6.6 |
1556 | 2025-05-13T20:48:59.117Z | Compiling ed25519-dalek v2.1.1 |
1557 | 2025-05-13T20:49:00.522Z | Compiling toml v0.7.8 |
1558 | 2025-05-13T20:49:01.094Z | Compiling crossterm v0.28.1 |
1559 | 2025-05-13T20:49:02.705Z | Compiling tokio-stream v0.1.17 |
1560 | 2025-05-13T20:49:02.760Z | Compiling openapiv3 v2.0.0 |
1561 | 2025-05-13T20:49:03.049Z | Compiling x509-cert v0.2.5 |
1562 | 2025-05-13T20:49:03.117Z | Compiling sha1 v0.10.6 |
1563 | 2025-05-13T20:49:03.151Z | Compiling itertools v0.10.5 |
1564 | 2025-05-13T20:49:03.556Z | Compiling dirs-sys-next v0.1.2 |
1565 | 2025-05-13T20:49:03.633Z | Compiling winnow v0.6.26 |
1566 | 2025-05-13T20:49:04.115Z | Compiling peg-runtime v0.8.5 |
1567 | 2025-05-13T20:49:04.278Z | Compiling unicode-xid v0.2.6 |
1568 | 2025-05-13T20:49:04.488Z | Compiling lalrpop-util v0.19.12 |
1569 | 2025-05-13T20:49:04.692Z | Compiling dirs-next v2.0.0 |
1570 | 2025-05-13T20:49:04.850Z | Compiling thread_local v1.1.8 |
1571 | 2025-05-13T20:49:04.905Z | Compiling slog-async v2.8.0 |
1572 | 2025-05-13T20:49:05.050Z | Compiling term v0.7.0 |
1573 | 2025-05-13T20:49:05.311Z | Compiling xattr v1.3.1 |
1574 | 2025-05-13T20:49:05.518Z | Compiling crossbeam-channel v0.5.15 |
1575 | 2025-05-13T20:49:05.566Z | Compiling filetime v0.2.25 |
1576 | 2025-05-13T20:49:05.613Z | Compiling is-terminal v0.4.13 |
1577 | 2025-05-13T20:49:05.757Z | Compiling take_mut v0.2.2 |
1578 | 2025-05-13T20:49:05.887Z | Compiling tar v0.4.44 |
1579 | 2025-05-13T20:49:05.935Z | Compiling slog-term v2.9.1 |
1580 | 2025-05-13T20:49:06.518Z | Compiling camino v1.1.9 |
1581 | 2025-05-13T20:49:11.946Z | Compiling aws-lc-sys v0.26.0 |
1582 | 2025-05-13T20:49:41.593Z | Compiling rustls-webpki v0.102.8 |
1583 | 2025-05-13T20:49:46.017Z | Compiling tokio-rustls v0.26.0 |
1584 | 2025-05-13T20:49:46.308Z | Compiling hyper-rustls v0.27.3 |
1585 | 2025-05-13T20:49:46.668Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1586 | 2025-05-13T20:49:50.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1587 | 2025-05-13T20:49:50.285Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1588 | 2025-05-13T20:49:54.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1589 | 2025-05-13T20:49:54.899Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1590 | 2025-05-13T20:49:54.942Z | May 13 20:49:53.227 INFO Starting download, target: Cockroach |
1591 | 2025-05-13T20:49:54.943Z | May 13 20:49:53.228 INFO Starting download, target: Console |
1592 | 2025-05-13T20:49:54.943Z | May 13 20:49:53.228 INFO Starting download, target: Clickhouse |
1593 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.228 INFO Starting download, target: DendriteStub |
1594 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.228 INFO Starting download, target: MaghemiteMgd |
1595 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.228 INFO Starting download, target: TransceiverControl |
1596 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.228 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1597 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.228 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1598 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.229 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1599 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.229 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1600 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.229 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1601 | 2025-05-13T20:49:54.952Z | May 13 20:49:53.229 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1602 | 2025-05-13T20:49:55.305Z | May 13 20:49:53.585 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1603 | 2025-05-13T20:49:55.544Z | May 13 20:49:53.824 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1604 | 2025-05-13T20:49:55.717Z | May 13 20:49:54.000 INFO Download complete, target: TransceiverControl |
1605 | 2025-05-13T20:49:55.967Z | May 13 20:49:54.234 INFO Download complete, target: Console |
1606 | 2025-05-13T20:49:55.978Z | May 13 20:49:54.246 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1607 | 2025-05-13T20:49:56.065Z | May 13 20:49:54.353 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1608 | 2025-05-13T20:49:56.638Z | May 13 20:49:54.927 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1609 | 2025-05-13T20:49:56.638Z | May 13 20:49:54.927 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1610 | 2025-05-13T20:49:57.135Z | May 13 20:49:55.424 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1611 | 2025-05-13T20:49:59.106Z | May 13 20:49:57.395 INFO Download complete, target: DendriteStub |
1612 | 2025-05-13T20:49:59.551Z | May 13 20:49:57.840 INFO Download complete, target: MaghemiteMgd |
1613 | 2025-05-13T20:50:03.293Z | May 13 20:50:01.580 INFO Checking that binary works, target: Cockroach |
1614 | 2025-05-13T20:50:03.451Z | May 13 20:50:01.739 INFO Download complete, target: Cockroach |
1615 | 2025-05-13T20:50:07.467Z | May 13 20:50:05.742 INFO Checking that binary works, target: Clickhouse |
1616 | 2025-05-13T20:50:07.592Z | May 13 20:50:05.867 INFO Download complete, target: Clickhouse |
1617 | 2025-05-13T20:50:07.617Z | All builder prerequisites installed successfully, and PATH looks valid |
1618 | 2025-05-13T20:50:07.648Z | |
1619 | 2025-05-13T20:50:07.649Z | real 4:58.616728032 |
1620 | 2025-05-13T20:50:07.649Z | user 15:21.842926025 |
1621 | 2025-05-13T20:50:07.649Z | sys 2:08.592710573 |
1622 | 2025-05-13T20:50:07.649Z | trap 0.543223529 |
1623 | 2025-05-13T20:50:07.649Z | tflt 0.972692993 |
1624 | 2025-05-13T20:50:07.649Z | dflt 1.033318789 |
1625 | 2025-05-13T20:50:07.650Z | kflt 0.024950751 |
1626 | 2025-05-13T20:50:07.650Z | lock 23:38.503679384 |
1627 | 2025-05-13T20:50:07.650Z | slp 56:06.941656352 |
1628 | 2025-05-13T20:50:07.650Z | lat 1:00.024700739 |
1629 | 2025-05-13T20:50:07.650Z | stop 2:24.182183447 |
1630 | 2025-05-13T20:50:07.650Z | + banner hack-check |
1631 | 2025-05-13T20:50:07.650Z | |
1632 | 2025-05-13T20:50:07.650Z | # # ## #### # # #### # # ###### #### # # |
1633 | 2025-05-13T20:50:07.651Z | # # # # # # # # # # # # # # # # # |
1634 | 2025-05-13T20:50:07.651Z | ###### # # # #### ##### # ###### ##### # #### |
1635 | 2025-05-13T20:50:07.651Z | # # ###### # # # # # # # # # # |
1636 | 2025-05-13T20:50:07.651Z | # # # # # # # # # # # # # # # # # |
1637 | 2025-05-13T20:50:07.651Z | # # # # #### # # #### # # ###### #### # # |
1638 | 2025-05-13T20:50:07.651Z | |
1639 | 2025-05-13T20:50:07.651Z | + export CARGO_INCREMENTAL=0 |
1640 | 2025-05-13T20:50:07.651Z | + CARGO_INCREMENTAL=0 |
1641 | 2025-05-13T20:50:07.651Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1642 | 2025-05-13T20:50:08.270Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1643 | 2025-05-13T20:50:08.553Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1644 | 2025-05-13T20:50:11.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
1645 | 2025-05-13T20:50:11.385Z | Running `target/debug/xtask check-features --ci` |
1646 | 2025-05-13T20:50:11.410Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1647 | 2025-05-13T20:50:11.413Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1648 | 2025-05-13T20:50:11.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1649 | 2025-05-13T20:50:11.994Z | Running `target/debug/xtask download cargo-hack` |
1650 | 2025-05-13T20:50:12.922Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1651 | 2025-05-13T20:50:13.340Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1652 | 2025-05-13T20:50:17.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
1653 | 2025-05-13T20:50:17.208Z | Running `target/debug/xtask-downloader cargo-hack` |
1654 | 2025-05-13T20:50:17.251Z | May 13 20:50:15.534 INFO Starting download, target: CargoHack |
1655 | 2025-05-13T20:50:17.256Z | May 13 20:50:15.535 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1656 | 2025-05-13T20:50:17.827Z | May 13 20:50:16.113 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1657 | 2025-05-13T20:50:17.903Z | May 13 20:50:16.189 INFO Download complete, target: CargoHack |
1658 | 2025-05-13T20:50:17.908Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1659 | 2025-05-13T20:50:17.924Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1660 | 2025-05-13T20:50:18.112Z | info: running `cargo check --bins` on api_identity (1/214) |
1661 | 2025-05-13T20:50:18.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2025-05-13T20:50:18.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2025-05-13T20:50:18.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2025-05-13T20:50:18.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1665 | 2025-05-13T20:50:18.838Z | |
1666 | 2025-05-13T20:50:18.838Z | info: running `cargo check --bins` on bootstore (2/214) |
1667 | 2025-05-13T20:50:19.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-05-13T20:50:19.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-05-13T20:50:19.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-05-13T20:50:19.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1671 | 2025-05-13T20:50:19.574Z | |
1672 | 2025-05-13T20:50:19.574Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/214) |
1673 | 2025-05-13T20:50:20.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-05-13T20:50:20.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-05-13T20:50:20.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-05-13T20:50:20.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1677 | 2025-05-13T20:50:20.302Z | |
1678 | 2025-05-13T20:50:20.302Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/214) |
1679 | 2025-05-13T20:50:20.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-05-13T20:50:20.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-05-13T20:50:20.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-05-13T20:50:20.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1683 | 2025-05-13T20:50:21.060Z | |
1684 | 2025-05-13T20:50:21.060Z | info: running `cargo check --bins` on id-map (5/214) |
1685 | 2025-05-13T20:50:21.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-05-13T20:50:21.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-05-13T20:50:21.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-05-13T20:50:21.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1689 | 2025-05-13T20:50:21.773Z | |
1690 | 2025-05-13T20:50:21.773Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/214) |
1691 | 2025-05-13T20:50:22.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-05-13T20:50:22.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-05-13T20:50:22.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-05-13T20:50:22.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1695 | 2025-05-13T20:50:22.315Z | |
1696 | 2025-05-13T20:50:22.315Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/214) |
1697 | 2025-05-13T20:50:22.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-05-13T20:50:22.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-05-13T20:50:22.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-05-13T20:50:22.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1701 | 2025-05-13T20:50:22.864Z | |
1702 | 2025-05-13T20:50:22.864Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/214) |
1703 | 2025-05-13T20:50:23.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-05-13T20:50:23.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-05-13T20:50:23.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-05-13T20:50:23.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1707 | 2025-05-13T20:50:23.408Z | |
1708 | 2025-05-13T20:50:23.408Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/214) |
1709 | 2025-05-13T20:50:23.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-05-13T20:50:23.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-05-13T20:50:23.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-05-13T20:50:23.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1713 | 2025-05-13T20:50:23.951Z | |
1714 | 2025-05-13T20:50:23.951Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/214) |
1715 | 2025-05-13T20:50:24.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-05-13T20:50:24.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-05-13T20:50:24.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-05-13T20:50:24.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1719 | 2025-05-13T20:50:24.497Z | |
1720 | 2025-05-13T20:50:24.497Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/214) |
1721 | 2025-05-13T20:50:24.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-05-13T20:50:24.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-05-13T20:50:24.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-05-13T20:50:24.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1725 | 2025-05-13T20:50:25.042Z | |
1726 | 2025-05-13T20:50:25.042Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/214) |
1727 | 2025-05-13T20:50:25.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-05-13T20:50:25.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-05-13T20:50:25.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-05-13T20:50:25.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1731 | 2025-05-13T20:50:25.589Z | |
1732 | 2025-05-13T20:50:25.589Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/214) |
1733 | 2025-05-13T20:50:26.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-05-13T20:50:26.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-05-13T20:50:26.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-05-13T20:50:26.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1737 | 2025-05-13T20:50:26.134Z | |
1738 | 2025-05-13T20:50:26.134Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/214) |
1739 | 2025-05-13T20:50:26.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-05-13T20:50:26.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-05-13T20:50:26.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-05-13T20:50:26.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1743 | 2025-05-13T20:50:26.682Z | |
1744 | 2025-05-13T20:50:26.682Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/214) |
1745 | 2025-05-13T20:50:27.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-05-13T20:50:27.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-05-13T20:50:27.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-05-13T20:50:27.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1749 | 2025-05-13T20:50:27.222Z | |
1750 | 2025-05-13T20:50:27.222Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/214) |
1751 | 2025-05-13T20:50:27.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-05-13T20:50:27.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-05-13T20:50:27.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-05-13T20:50:27.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1755 | 2025-05-13T20:50:27.769Z | |
1756 | 2025-05-13T20:50:27.769Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/214) |
1757 | 2025-05-13T20:50:28.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-05-13T20:50:28.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-05-13T20:50:28.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-05-13T20:50:28.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1761 | 2025-05-13T20:50:28.320Z | |
1762 | 2025-05-13T20:50:28.320Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/214) |
1763 | 2025-05-13T20:50:28.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-05-13T20:50:28.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-05-13T20:50:28.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-05-13T20:50:28.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1767 | 2025-05-13T20:50:28.881Z | |
1768 | 2025-05-13T20:50:28.881Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/214) |
1769 | 2025-05-13T20:50:29.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-05-13T20:50:29.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-05-13T20:50:29.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-05-13T20:50:29.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1773 | 2025-05-13T20:50:29.423Z | |
1774 | 2025-05-13T20:50:29.424Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/214) |
1775 | 2025-05-13T20:50:29.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-05-13T20:50:29.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-05-13T20:50:29.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-05-13T20:50:29.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1779 | 2025-05-13T20:50:29.976Z | |
1780 | 2025-05-13T20:50:29.976Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/214) |
1781 | 2025-05-13T20:50:30.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-05-13T20:50:30.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-05-13T20:50:30.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-05-13T20:50:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1785 | 2025-05-13T20:50:30.529Z | |
1786 | 2025-05-13T20:50:30.529Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/214) |
1787 | 2025-05-13T20:50:31.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-05-13T20:50:31.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-05-13T20:50:31.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-05-13T20:50:31.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1791 | 2025-05-13T20:50:31.085Z | |
1792 | 2025-05-13T20:50:31.085Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/214) |
1793 | 2025-05-13T20:50:31.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-05-13T20:50:31.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-05-13T20:50:31.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-05-13T20:50:31.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1797 | 2025-05-13T20:50:31.636Z | |
1798 | 2025-05-13T20:50:31.636Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/214) |
1799 | 2025-05-13T20:50:32.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-05-13T20:50:32.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-05-13T20:50:32.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-05-13T20:50:32.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1803 | 2025-05-13T20:50:32.185Z | |
1804 | 2025-05-13T20:50:32.185Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/214) |
1805 | 2025-05-13T20:50:32.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-05-13T20:50:32.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-05-13T20:50:32.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-05-13T20:50:32.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1809 | 2025-05-13T20:50:32.737Z | |
1810 | 2025-05-13T20:50:32.737Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/214) |
1811 | 2025-05-13T20:50:33.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-05-13T20:50:33.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-05-13T20:50:33.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-05-13T20:50:33.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1815 | 2025-05-13T20:50:33.284Z | |
1816 | 2025-05-13T20:50:33.285Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/214) |
1817 | 2025-05-13T20:50:33.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-05-13T20:50:33.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-05-13T20:50:33.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-05-13T20:50:33.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1821 | 2025-05-13T20:50:33.829Z | |
1822 | 2025-05-13T20:50:33.829Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/214) |
1823 | 2025-05-13T20:50:34.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-05-13T20:50:34.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-05-13T20:50:34.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-05-13T20:50:34.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1827 | 2025-05-13T20:50:34.375Z | |
1828 | 2025-05-13T20:50:34.375Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/214) |
1829 | 2025-05-13T20:50:34.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-05-13T20:50:34.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-05-13T20:50:34.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-05-13T20:50:34.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1833 | 2025-05-13T20:50:34.920Z | |
1834 | 2025-05-13T20:50:34.920Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/214) |
1835 | 2025-05-13T20:50:35.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-05-13T20:50:35.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-05-13T20:50:35.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-05-13T20:50:35.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1839 | 2025-05-13T20:50:35.464Z | |
1840 | 2025-05-13T20:50:35.464Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/214) |
1841 | 2025-05-13T20:50:35.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-05-13T20:50:35.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-05-13T20:50:35.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-05-13T20:50:35.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1845 | 2025-05-13T20:50:36.011Z | |
1846 | 2025-05-13T20:50:36.011Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/214) |
1847 | 2025-05-13T20:50:36.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-05-13T20:50:36.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-05-13T20:50:36.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-05-13T20:50:36.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1851 | 2025-05-13T20:50:36.560Z | |
1852 | 2025-05-13T20:50:36.560Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/214) |
1853 | 2025-05-13T20:50:37.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-05-13T20:50:37.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-05-13T20:50:37.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-05-13T20:50:37.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1857 | 2025-05-13T20:50:37.096Z | |
1858 | 2025-05-13T20:50:37.096Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/214) |
1859 | 2025-05-13T20:50:37.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-05-13T20:50:37.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-05-13T20:50:37.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-05-13T20:50:37.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1863 | 2025-05-13T20:50:37.639Z | |
1864 | 2025-05-13T20:50:37.639Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/214) |
1865 | 2025-05-13T20:50:38.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-05-13T20:50:38.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-05-13T20:50:38.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-05-13T20:50:38.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1869 | 2025-05-13T20:50:38.194Z | |
1870 | 2025-05-13T20:50:38.194Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/214) |
1871 | 2025-05-13T20:50:38.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-05-13T20:50:38.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-05-13T20:50:38.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-05-13T20:50:38.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1875 | 2025-05-13T20:50:38.731Z | |
1876 | 2025-05-13T20:50:38.731Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/214) |
1877 | 2025-05-13T20:50:39.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-05-13T20:50:39.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-05-13T20:50:39.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-05-13T20:50:39.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1881 | 2025-05-13T20:50:39.275Z | |
1882 | 2025-05-13T20:50:39.275Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/214) |
1883 | 2025-05-13T20:50:39.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-05-13T20:50:39.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-05-13T20:50:39.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-05-13T20:50:39.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1887 | 2025-05-13T20:50:39.829Z | |
1888 | 2025-05-13T20:50:39.829Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/214) |
1889 | 2025-05-13T20:50:40.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-05-13T20:50:40.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-05-13T20:50:40.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-05-13T20:50:40.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1893 | 2025-05-13T20:50:40.372Z | |
1894 | 2025-05-13T20:50:40.372Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/214) |
1895 | 2025-05-13T20:50:40.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-05-13T20:50:40.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-05-13T20:50:40.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-05-13T20:50:40.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1899 | 2025-05-13T20:50:40.921Z | |
1900 | 2025-05-13T20:50:40.921Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/214) |
1901 | 2025-05-13T20:50:41.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-05-13T20:50:41.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-05-13T20:50:41.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-05-13T20:50:41.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1905 | 2025-05-13T20:50:41.461Z | |
1906 | 2025-05-13T20:50:41.461Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/214) |
1907 | 2025-05-13T20:50:41.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-05-13T20:50:41.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-05-13T20:50:41.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-05-13T20:50:41.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1911 | 2025-05-13T20:50:42.004Z | |
1912 | 2025-05-13T20:50:42.004Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/214) |
1913 | 2025-05-13T20:50:42.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-05-13T20:50:42.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-05-13T20:50:42.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-05-13T20:50:42.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1917 | 2025-05-13T20:50:42.549Z | |
1918 | 2025-05-13T20:50:42.549Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/214) |
1919 | 2025-05-13T20:50:43.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-05-13T20:50:43.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-05-13T20:50:43.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-05-13T20:50:43.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1923 | 2025-05-13T20:50:43.097Z | |
1924 | 2025-05-13T20:50:43.097Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/214) |
1925 | 2025-05-13T20:50:43.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-05-13T20:50:43.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-05-13T20:50:43.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1928 | 2025-05-13T20:50:43.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1929 | 2025-05-13T20:50:43.636Z | |
1930 | 2025-05-13T20:50:43.636Z | info: running `cargo check --bins` on sled-hardware-types (46/214) |
1931 | 2025-05-13T20:50:44.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1932 | 2025-05-13T20:50:44.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1933 | 2025-05-13T20:50:44.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1934 | 2025-05-13T20:50:44.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1935 | 2025-05-13T20:50:44.374Z | |
1936 | 2025-05-13T20:50:44.374Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/214) |
1937 | 2025-05-13T20:50:45.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2025-05-13T20:50:45.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2025-05-13T20:50:45.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2025-05-13T20:50:45.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1941 | 2025-05-13T20:50:45.138Z | |
1942 | 2025-05-13T20:50:45.138Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/214) |
1943 | 2025-05-13T20:50:45.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2025-05-13T20:50:45.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2025-05-13T20:50:45.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2025-05-13T20:50:45.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1947 | 2025-05-13T20:50:45.894Z | |
1948 | 2025-05-13T20:50:45.894Z | info: running `cargo check --bins` on oxlog (49/214) |
1949 | 2025-05-13T20:50:46.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2025-05-13T20:50:46.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2025-05-13T20:50:46.613Z | Checking cfg-if v1.0.0 |
1952 | 2025-05-13T20:50:46.617Z | Checking libc v0.2.171 |
1953 | 2025-05-13T20:50:46.734Z | Checking serde v1.0.219 |
1954 | 2025-05-13T20:50:46.740Z | Checking zeroize v1.8.1 |
1955 | 2025-05-13T20:50:46.753Z | Checking memchr v2.7.4 |
1956 | 2025-05-13T20:50:46.764Z | Checking typenum v1.17.0 |
1957 | 2025-05-13T20:50:46.778Z | Checking smallvec v1.14.0 |
1958 | 2025-05-13T20:50:46.792Z | Checking value-bag v1.9.0 |
1959 | 2025-05-13T20:50:46.804Z | Checking subtle v2.6.1 |
1960 | 2025-05-13T20:50:46.983Z | Checking scopeguard v1.2.0 |
1961 | 2025-05-13T20:50:47.068Z | Checking const-oid v0.9.6 |
1962 | 2025-05-13T20:50:47.109Z | Checking itoa v1.0.11 |
1963 | 2025-05-13T20:50:47.152Z | Checking lock_api v0.4.12 |
1964 | 2025-05-13T20:50:47.200Z | Checking log v0.4.22 |
1965 | 2025-05-13T20:50:47.344Z | Checking stable_deref_trait v1.2.0 |
1966 | 2025-05-13T20:50:47.467Z | Checking byteorder v1.5.0 |
1967 | 2025-05-13T20:50:47.509Z | Checking pin-project-lite v0.2.14 |
1968 | 2025-05-13T20:50:47.571Z | Checking zerofrom v0.1.4 |
1969 | 2025-05-13T20:50:47.645Z | Checking once_cell v1.21.3 |
1970 | 2025-05-13T20:50:47.690Z | Checking futures-core v0.3.31 |
1971 | 2025-05-13T20:50:47.738Z | Checking getrandom v0.2.15 |
1972 | 2025-05-13T20:50:47.769Z | Checking yoke v0.7.4 |
1973 | 2025-05-13T20:50:47.844Z | Checking generic-array v0.14.7 |
1974 | 2025-05-13T20:50:47.863Z | Checking signal-hook-registry v1.4.2 |
1975 | 2025-05-13T20:50:47.886Z | Checking parking_lot_core v0.9.10 |
1976 | 2025-05-13T20:50:47.950Z | Checking mio v1.0.2 |
1977 | 2025-05-13T20:50:47.985Z | Checking rand_core v0.6.4 |
1978 | 2025-05-13T20:50:48.092Z | Checking zerovec v0.10.4 |
1979 | 2025-05-13T20:50:48.108Z | Checking cpufeatures v0.2.14 |
1980 | 2025-05-13T20:50:48.215Z | Checking socket2 v0.5.9 |
1981 | 2025-05-13T20:50:48.231Z | Checking parking_lot v0.12.3 |
1982 | 2025-05-13T20:50:48.290Z | Checking litemap v0.7.3 |
1983 | 2025-05-13T20:50:48.575Z | Checking writeable v0.5.5 |
1984 | 2025-05-13T20:50:48.591Z | Checking zerocopy v0.7.35 |
1985 | 2025-05-13T20:50:48.647Z | Checking futures-sink v0.3.31 |
1986 | 2025-05-13T20:50:48.726Z | Checking slab v0.4.9 |
1987 | 2025-05-13T20:50:48.812Z | Checking libm v0.2.8 |
1988 | 2025-05-13T20:50:48.890Z | Checking allocator-api2 v0.2.18 |
1989 | 2025-05-13T20:50:48.913Z | Checking crypto-common v0.1.6 |
1990 | 2025-05-13T20:50:48.939Z | Checking block-buffer v0.10.4 |
1991 | 2025-05-13T20:50:49.003Z | Checking block-padding v0.3.3 |
1992 | 2025-05-13T20:50:49.111Z | Checking equivalent v1.0.1 |
1993 | 2025-05-13T20:50:49.152Z | Checking digest v0.10.7 |
1994 | 2025-05-13T20:50:49.209Z | Checking inout v0.1.3 |
1995 | 2025-05-13T20:50:49.234Z | Checking ryu v1.0.18 |
1996 | 2025-05-13T20:50:49.458Z | Checking foldhash v0.1.3 |
1997 | 2025-05-13T20:50:49.477Z | Checking icu_locid_transform_data v1.5.0 |
1998 | 2025-05-13T20:50:49.493Z | Checking cipher v0.4.4 |
1999 | 2025-05-13T20:50:49.519Z | Checking hmac v0.12.1 |
2000 | 2025-05-13T20:50:49.579Z | Checking sha2 v0.10.8 |
2001 | 2025-05-13T20:50:49.654Z | Checking hashbrown v0.15.1 |
2002 | 2025-05-13T20:50:49.657Z | Checking tinystr v0.7.6 |
2003 | 2025-05-13T20:50:49.683Z | Checking num-traits v0.2.19 |
2004 | 2025-05-13T20:50:49.745Z | Checking icu_collections v1.5.0 |
2005 | 2025-05-13T20:50:49.810Z | Checking getrandom v0.3.1 |
2006 | 2025-05-13T20:50:49.891Z | Checking icu_properties_data v1.5.0 |
2007 | 2025-05-13T20:50:50.009Z | Checking icu_locid v1.5.0 |
2008 | 2025-05-13T20:50:50.057Z | Checking base64ct v1.6.0 |
2009 | 2025-05-13T20:50:50.136Z | Checking percent-encoding v2.3.1 |
2010 | 2025-05-13T20:50:50.155Z | Checking icu_normalizer_data v1.5.0 |
2011 | 2025-05-13T20:50:50.257Z | Checking utf16_iter v1.0.5 |
2012 | 2025-05-13T20:50:50.350Z | Checking utf8_iter v1.0.4 |
2013 | 2025-05-13T20:50:50.381Z | Checking flagset v0.4.6 |
2014 | 2025-05-13T20:50:50.442Z | Checking write16 v1.0.0 |
2015 | 2025-05-13T20:50:50.512Z | Checking pem-rfc7468 v0.7.0 |
2016 | 2025-05-13T20:50:50.551Z | Checking futures-channel v0.3.31 |
2017 | 2025-05-13T20:50:50.587Z | Checking pin-utils v0.1.0 |
2018 | 2025-05-13T20:50:50.602Z | Checking futures-task v0.3.31 |
2019 | 2025-05-13T20:50:50.665Z | Checking futures-io v0.3.31 |
2020 | 2025-05-13T20:50:50.690Z | Checking salsa20 v0.10.2 |
2021 | 2025-05-13T20:50:50.777Z | Checking der v0.7.9 |
2022 | 2025-05-13T20:50:50.836Z | Checking ppv-lite86 v0.2.20 |
2023 | 2025-05-13T20:50:50.877Z | Checking pbkdf2 v0.12.2 |
2024 | 2025-05-13T20:50:50.898Z | Checking futures-util v0.3.31 |
2025 | 2025-05-13T20:50:50.923Z | Checking form_urlencoded v1.2.1 |
2026 | 2025-05-13T20:50:50.981Z | Checking icu_provider v1.5.0 |
2027 | 2025-05-13T20:50:51.047Z | Checking scrypt v0.11.0 |
2028 | 2025-05-13T20:50:51.096Z | Checking cbc v0.1.2 |
2029 | 2025-05-13T20:50:51.132Z | Checking aes v0.8.4 |
2030 | 2025-05-13T20:50:51.158Z | Checking bytes v1.10.1 |
2031 | 2025-05-13T20:50:51.283Z | Checking indexmap v2.9.0 |
2032 | 2025-05-13T20:50:51.306Z | Checking serde_json v1.0.140 |
2033 | 2025-05-13T20:50:51.529Z | Checking bitflags v2.9.0 |
2034 | 2025-05-13T20:50:51.607Z | Checking icu_locid_transform v1.5.0 |
2035 | 2025-05-13T20:50:51.838Z | Checking fnv v1.0.7 |
2036 | 2025-05-13T20:50:51.969Z | Checking uuid v1.16.0 |
2037 | 2025-05-13T20:50:51.991Z | Checking tracing-core v0.1.32 |
2038 | 2025-05-13T20:50:52.145Z | Checking tokio v1.43.1 |
2039 | 2025-05-13T20:50:52.494Z | Checking spki v0.7.3 |
2040 | 2025-05-13T20:50:52.514Z | Checking http v1.2.0 |
2041 | 2025-05-13T20:50:52.611Z | Checking zerocopy v0.8.25 |
2042 | 2025-05-13T20:50:52.632Z | Checking tracing v0.1.40 |
2043 | 2025-05-13T20:50:52.632Z | Checking icu_properties v1.5.1 |
2044 | 2025-05-13T20:50:52.803Z | Checking pkcs5 v0.7.1 |
2045 | 2025-05-13T20:50:52.965Z | Checking iana-time-zone v0.1.63 |
2046 | 2025-05-13T20:50:52.997Z | Checking rustls-pki-types v1.10.0 |
2047 | 2025-05-13T20:50:53.115Z | Checking tinyvec_macros v0.1.1 |
2048 | 2025-05-13T20:50:53.217Z | Compiling newtype-uuid v1.2.1 |
2049 | 2025-05-13T20:50:53.316Z | Checking pkcs8 v0.10.2 |
2050 | 2025-05-13T20:50:53.540Z | Checking tinyvec v1.8.0 |
2051 | 2025-05-13T20:50:53.557Z | Checking chrono v0.4.40 |
2052 | 2025-05-13T20:50:53.621Z | Checking aws-lc-sys v0.26.0 |
2053 | 2025-05-13T20:50:53.742Z | Checking http-body v1.0.1 |
2054 | 2025-05-13T20:50:53.963Z | Checking spin v0.9.8 |
2055 | 2025-05-13T20:50:54.312Z | Checking thiserror v1.0.69 |
2056 | 2025-05-13T20:50:54.466Z | Checking foreign-types-shared v0.1.1 |
2057 | 2025-05-13T20:50:54.581Z | Checking untrusted v0.7.1 |
2058 | 2025-05-13T20:50:54.772Z | Checking untrusted v0.9.0 |
2059 | 2025-05-13T20:50:54.842Z | Checking try-lock v0.2.5 |
2060 | 2025-05-13T20:50:54.957Z | Checking atomic-waker v1.1.2 |
2061 | 2025-05-13T20:50:55.005Z | Checking adler2 v2.0.0 |
2062 | 2025-05-13T20:50:55.120Z | Checking want v0.3.1 |
2063 | 2025-05-13T20:50:55.184Z | Checking miniz_oxide v0.8.5 |
2064 | 2025-05-13T20:50:55.311Z | Checking ring v0.17.11 |
2065 | 2025-05-13T20:50:55.330Z | Checking foreign-types v0.3.2 |
2066 | 2025-05-13T20:50:55.438Z | Checking crossbeam-utils v0.8.21 |
2067 | 2025-05-13T20:50:55.480Z | Checking rand_core v0.9.2 |
2068 | 2025-05-13T20:50:55.536Z | Checking httparse v1.9.5 |
2069 | 2025-05-13T20:50:55.805Z | Checking aws-lc-rs v1.12.4 |
2070 | 2025-05-13T20:50:55.824Z | Checking openssl-sys v0.9.107 |
2071 | 2025-05-13T20:50:55.927Z | Checking icu_normalizer v1.5.0 |
2072 | 2025-05-13T20:50:55.969Z | Checking errno v0.3.9 |
2073 | 2025-05-13T20:50:55.972Z | Checking aho-corasick v1.1.3 |
2074 | 2025-05-13T20:50:56.167Z | Checking httpdate v1.0.3 |
2075 | 2025-05-13T20:50:56.185Z | Checking tower-service v0.3.3 |
2076 | 2025-05-13T20:50:56.313Z | Checking powerfmt v0.2.0 |
2077 | 2025-05-13T20:50:56.418Z | Checking unicode-ident v1.0.14 |
2078 | 2025-05-13T20:50:56.583Z | Checking regex-syntax v0.8.5 |
2079 | 2025-05-13T20:50:56.611Z | Checking proc-macro2 v1.0.94 |
2080 | 2025-05-13T20:50:56.710Z | Checking idna_adapter v1.2.0 |
2081 | 2025-05-13T20:50:56.910Z | Checking idna v1.0.3 |
2082 | 2025-05-13T20:50:56.956Z | Checking openssl v0.10.72 |
2083 | 2025-05-13T20:50:57.283Z | Checking deranged v0.3.11 |
2084 | 2025-05-13T20:50:57.411Z | Checking url v2.5.3 |
2085 | 2025-05-13T20:50:57.501Z | Checking crossbeam-epoch v0.9.18 |
2086 | 2025-05-13T20:50:57.504Z | Checking rustls-webpki v0.102.8 |
2087 | 2025-05-13T20:50:57.584Z | Checking rustix v0.38.37 |
2088 | 2025-05-13T20:50:57.964Z | Checking rand_chacha v0.9.0 |
2089 | 2025-05-13T20:50:58.263Z | Checking unicode-normalization v0.1.24 |
2090 | 2025-05-13T20:50:58.303Z | Checking rand_chacha v0.3.1 |
2091 | 2025-05-13T20:50:58.380Z | Checking semver v1.0.26 |
2092 | 2025-05-13T20:50:58.602Z | Checking bzip2-sys v0.1.13+1.0.8 |
2093 | 2025-05-13T20:50:58.685Z | Checking signature v2.2.0 |
2094 | 2025-05-13T20:50:58.727Z | Checking scroll v0.12.0 |
2095 | 2025-05-13T20:50:58.767Z | Checking tokio-util v0.7.13 |
2096 | 2025-05-13T20:50:58.810Z | Checking crc32fast v1.4.2 |
2097 | 2025-05-13T20:50:58.886Z | Checking utf8parse v0.2.2 |
2098 | 2025-05-13T20:50:59.056Z | Checking num-conv v0.1.0 |
2099 | 2025-05-13T20:50:59.071Z | Checking num_threads v0.1.7 |
2100 | 2025-05-13T20:50:59.167Z | Checking anstyle v1.0.10 |
2101 | 2025-05-13T20:50:59.184Z | Checking time-core v0.1.2 |
2102 | 2025-05-13T20:50:59.199Z | Checking openssl-probe v0.1.5 |
2103 | 2025-05-13T20:50:59.317Z | Checking dyn-clone v1.0.19 |
2104 | 2025-05-13T20:50:59.346Z | Checking ucd-trie v0.1.7 |
2105 | 2025-05-13T20:50:59.364Z | Checking unicode-bidi v0.3.17 |
2106 | 2025-05-13T20:50:59.465Z | Checking unicode-properties v0.1.3 |
2107 | 2025-05-13T20:50:59.519Z | Checking siphasher v0.3.11 |
2108 | 2025-05-13T20:50:59.571Z | Checking either v1.14.0 |
2109 | 2025-05-13T20:50:59.744Z | Checking h2 v0.4.6 |
2110 | 2025-05-13T20:50:59.829Z | Checking regex-automata v0.4.8 |
2111 | 2025-05-13T20:50:59.845Z | Checking plain v0.2.3 |
2112 | 2025-05-13T20:50:59.845Z | Checking base64 v0.22.1 |
2113 | 2025-05-13T20:50:59.927Z | Checking phf_shared v0.11.2 |
2114 | 2025-05-13T20:50:59.981Z | Checking stringprep v0.1.5 |
2115 | 2025-05-13T20:50:59.999Z | Checking goblin v0.8.2 |
2116 | 2025-05-13T20:51:00.189Z | Checking pest v2.7.14 |
2117 | 2025-05-13T20:51:00.266Z | Checking schemars v0.8.22 |
2118 | 2025-05-13T20:51:00.329Z | Checking time v0.3.36 |
2119 | 2025-05-13T20:51:00.778Z | Checking anstyle-parse v0.2.5 |
2120 | 2025-05-13T20:51:01.093Z | Checking rand v0.8.5 |
2121 | 2025-05-13T20:51:01.795Z | Checking rand v0.9.0 |
2122 | 2025-05-13T20:51:01.996Z | Checking native-tls v0.2.12 |
2123 | 2025-05-13T20:51:02.275Z | Checking rustls v0.23.19 |
2124 | 2025-05-13T20:51:02.307Z | Checking crossbeam-deque v0.8.5 |
2125 | 2025-05-13T20:51:02.647Z | Checking quote v1.0.39 |
2126 | 2025-05-13T20:51:02.743Z | Checking serde_spanned v0.6.8 |
2127 | 2025-05-13T20:51:02.829Z | Checking toml_datetime v0.6.8 |
2128 | 2025-05-13T20:51:02.923Z | Checking num-integer v0.1.46 |
2129 | 2025-05-13T20:51:02.948Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2130 | 2025-05-13T20:51:02.979Z | Checking md-5 v0.10.6 |
2131 | 2025-05-13T20:51:03.121Z | Checking ff v0.13.0 |
2132 | 2025-05-13T20:51:03.140Z | Checking hash32 v0.2.1 |
2133 | 2025-05-13T20:51:03.217Z | Checking pretty-hex v0.4.1 |
2134 | 2025-05-13T20:51:03.349Z | Checking is_terminal_polyfill v1.70.1 |
2135 | 2025-05-13T20:51:03.387Z | Checking fallible-iterator v0.2.0 |
2136 | 2025-05-13T20:51:03.409Z | Checking base16ct v0.2.0 |
2137 | 2025-05-13T20:51:03.444Z | Checking gimli v0.31.1 |
2138 | 2025-05-13T20:51:03.485Z | Checking colorchoice v1.0.2 |
2139 | 2025-05-13T20:51:03.621Z | Checking anstyle-query v1.1.1 |
2140 | 2025-05-13T20:51:03.642Z | Checking psl-types v2.0.11 |
2141 | 2025-05-13T20:51:03.764Z | Checking anstream v0.6.18 |
2142 | 2025-05-13T20:51:03.836Z | Checking publicsuffix v2.3.0 |
2143 | 2025-05-13T20:51:03.958Z | Checking postgres-protocol v0.6.8 |
2144 | 2025-05-13T20:51:04.077Z | Checking sec1 v0.7.3 |
2145 | 2025-05-13T20:51:04.108Z | Checking heapless v0.7.17 |
2146 | 2025-05-13T20:51:04.153Z | Checking num-iter v0.1.45 |
2147 | 2025-05-13T20:51:04.344Z | Checking group v0.13.0 |
2148 | 2025-05-13T20:51:04.466Z | Checking zstd-safe v7.2.3 |
2149 | 2025-05-13T20:51:04.586Z | Checking syn v2.0.98 |
2150 | 2025-05-13T20:51:04.615Z | Compiling daft v0.1.3 |
2151 | 2025-05-13T20:51:04.791Z | Checking dtrace-parser v0.2.0 |
2152 | 2025-05-13T20:51:04.938Z | Checking dof v0.3.0 |
2153 | 2025-05-13T20:51:04.985Z | Checking cookie v0.18.1 |
2154 | 2025-05-13T20:51:05.093Z | Checking rayon-core v1.12.1 |
2155 | 2025-05-13T20:51:05.257Z | Checking tokio-native-tls v0.3.1 |
2156 | 2025-05-13T20:51:05.446Z | Checking ipnetwork v0.21.1 |
2157 | 2025-05-13T20:51:05.515Z | Checking terminal_size v0.4.0 |
2158 | 2025-05-13T20:51:05.536Z | Checking flate2 v1.1.1 |
2159 | 2025-05-13T20:51:05.689Z | Checking lazy_static v1.5.0 |
2160 | 2025-05-13T20:51:05.747Z | Checking http-body-util v0.1.3 |
2161 | 2025-05-13T20:51:05.819Z | Checking webpki-roots v0.26.6 |
2162 | 2025-05-13T20:51:05.860Z | Checking signal-hook v0.3.17 |
2163 | 2025-05-13T20:51:05.877Z | Checking hyper v1.6.0 |
2164 | 2025-05-13T20:51:06.046Z | Checking hkdf v0.12.4 |
2165 | 2025-05-13T20:51:06.142Z | Checking crypto-bigint v0.5.5 |
2166 | 2025-05-13T20:51:06.187Z | Checking sync_wrapper v1.0.1 |
2167 | 2025-05-13T20:51:06.221Z | Checking thread-id v4.2.2 |
2168 | 2025-05-13T20:51:06.259Z | Checking object v0.36.5 |
2169 | 2025-05-13T20:51:06.339Z | Checking lockfree-object-pool v0.1.6 |
2170 | 2025-05-13T20:51:06.356Z | Checking unicode-width v0.2.0 |
2171 | 2025-05-13T20:51:06.599Z | Checking tower-layer v0.3.3 |
2172 | 2025-05-13T20:51:06.843Z | Checking ipnet v2.11.0 |
2173 | 2025-05-13T20:51:06.867Z | Checking clap_lex v0.7.4 |
2174 | 2025-05-13T20:51:07.132Z | Checking simd-adler32 v0.3.7 |
2175 | 2025-05-13T20:51:07.161Z | Checking addr2line v0.24.2 |
2176 | 2025-05-13T20:51:07.316Z | Checking strsim v0.11.1 |
2177 | 2025-05-13T20:51:07.414Z | Checking tokio-rustls v0.26.0 |
2178 | 2025-05-13T20:51:07.499Z | Checking bitflags v1.3.2 |
2179 | 2025-05-13T20:51:07.615Z | Checking bumpalo v3.16.0 |
2180 | 2025-05-13T20:51:07.634Z | Checking rustc-demangle v0.1.24 |
2181 | 2025-05-13T20:51:07.684Z | Checking managed v0.8.0 |
2182 | 2025-05-13T20:51:07.806Z | Checking winnow v0.5.40 |
2183 | 2025-05-13T20:51:07.850Z | Checking hyper-util v0.1.11 |
2184 | 2025-05-13T20:51:07.945Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2185 | 2025-05-13T20:51:08.052Z | Checking smoltcp v0.9.1 |
2186 | 2025-05-13T20:51:08.089Z | Checking zopfli v0.8.1 |
2187 | 2025-05-13T20:51:08.292Z | Checking clap_builder v4.5.35 |
2188 | 2025-05-13T20:51:08.726Z | Checking elliptic-curve v0.13.8 |
2189 | 2025-05-13T20:51:08.779Z | Checking tower v0.5.2 |
2190 | 2025-05-13T20:51:09.381Z | Checking console v0.15.10 |
2191 | 2025-05-13T20:51:09.454Z | Checking signal-hook-mio v0.2.4 |
2192 | 2025-05-13T20:51:09.500Z | Checking oxnet v0.1.1 |
2193 | 2025-05-13T20:51:09.623Z | Checking num-bigint-dig v0.8.4 |
2194 | 2025-05-13T20:51:09.916Z | Checking rayon v1.10.0 |
2195 | 2025-05-13T20:51:09.934Z | Checking hyper-rustls v0.27.3 |
2196 | 2025-05-13T20:51:09.963Z | Checking hyper-tls v0.6.0 |
2197 | 2025-05-13T20:51:10.254Z | Checking cookie_store v0.21.1 |
2198 | 2025-05-13T20:51:10.271Z | Checking zstd v0.13.3 |
2199 | 2025-05-13T20:51:10.587Z | Checking usdt-impl v0.5.0 |
2200 | 2025-05-13T20:51:10.622Z | Checking toml_edit v0.19.15 |
2201 | 2025-05-13T20:51:10.645Z | Checking postgres-types v0.2.9 |
2202 | 2025-05-13T20:51:10.972Z | Checking bstr v1.10.0 |
2203 | 2025-05-13T20:51:11.160Z | Checking regex v1.11.1 |
2204 | 2025-05-13T20:51:11.175Z | Checking phf v0.11.2 |
2205 | 2025-05-13T20:51:11.311Z | Checking ed25519 v2.2.3 |
2206 | 2025-05-13T20:51:11.419Z | Checking bzip2 v0.4.4 |
2207 | 2025-05-13T20:51:11.585Z | Checking bzip2 v0.5.2 |
2208 | 2025-05-13T20:51:11.619Z | Checking futures-executor v0.3.31 |
2209 | 2025-05-13T20:51:11.714Z | Checking curve25519-dalek v4.1.3 |
2210 | 2025-05-13T20:51:11.762Z | Checking hubpack v0.1.2 |
2211 | 2025-05-13T20:51:11.820Z | Checking memoffset v0.9.1 |
2212 | 2025-05-13T20:51:11.859Z | Checking pkcs1 v0.7.5 |
2213 | 2025-05-13T20:51:11.881Z | Checking portable-atomic v1.11.0 |
2214 | 2025-05-13T20:51:12.071Z | Checking rustls-pemfile v2.2.0 |
2215 | 2025-05-13T20:51:12.115Z | Checking backtrace v0.3.74 |
2216 | 2025-05-13T20:51:12.163Z | Checking serde-big-array v0.5.1 |
2217 | 2025-05-13T20:51:12.279Z | Checking serde_urlencoded v0.7.1 |
2218 | 2025-05-13T20:51:12.309Z | Checking float-cmp v0.10.0 |
2219 | 2025-05-13T20:51:12.377Z | Checking rfc6979 v0.4.0 |
2220 | 2025-05-13T20:51:12.529Z | Checking memmap v0.7.0 |
2221 | 2025-05-13T20:51:12.574Z | Checking encoding_rs v0.8.34 |
2222 | 2025-05-13T20:51:12.682Z | Checking new_debug_unreachable v1.0.6 |
2223 | 2025-05-13T20:51:12.715Z | Checking number_prefix v0.4.0 |
2224 | 2025-05-13T20:51:12.750Z | Checking whoami v1.5.2 |
2225 | 2025-05-13T20:51:12.779Z | Checking winnow v0.7.3 |
2226 | 2025-05-13T20:51:12.910Z | Checking minimal-lexical v0.2.1 |
2227 | 2025-05-13T20:51:12.926Z | Checking data-encoding v2.6.0 |
2228 | 2025-05-13T20:51:13.054Z | Checking static_assertions v1.1.0 |
2229 | 2025-05-13T20:51:13.127Z | Checking fixedbitset v0.4.2 |
2230 | 2025-05-13T20:51:13.164Z | Checking mime v0.3.17 |
2231 | 2025-05-13T20:51:13.286Z | Checking difflib v0.4.0 |
2232 | 2025-05-13T20:51:13.386Z | Checking unicode-segmentation v1.12.0 |
2233 | 2025-05-13T20:51:13.406Z | Checking normalize-line-endings v0.3.0 |
2234 | 2025-05-13T20:51:13.452Z | Checking precomputed-hash v0.1.1 |
2235 | 2025-05-13T20:51:13.469Z | Checking predicates-core v1.0.8 |
2236 | 2025-05-13T20:51:13.485Z | Checking ed25519-dalek v2.1.1 |
2237 | 2025-05-13T20:51:13.539Z | Checking hickory-proto v0.24.4 |
2238 | 2025-05-13T20:51:13.574Z | Checking string_cache v0.8.9 |
2239 | 2025-05-13T20:51:13.620Z | Checking indicatif v0.17.11 |
2240 | 2025-05-13T20:51:13.661Z | Checking predicates v3.1.3 |
2241 | 2025-05-13T20:51:13.860Z | Checking petgraph v0.6.5 |
2242 | 2025-05-13T20:51:13.884Z | Checking nom v7.1.3 |
2243 | 2025-05-13T20:51:14.083Z | Checking similar v2.7.0 |
2244 | 2025-05-13T20:51:14.283Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
2245 | 2025-05-13T20:51:14.377Z | Checking toml v0.7.8 |
2246 | 2025-05-13T20:51:14.776Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
2247 | 2025-05-13T20:51:14.906Z | Checking tokio-postgres v0.7.13 |
2248 | 2025-05-13T20:51:15.108Z | Checking usdt v0.5.0 |
2249 | 2025-05-13T20:51:15.373Z | Checking anyhow v1.0.98 |
2250 | 2025-05-13T20:51:15.584Z | Checking toml_edit v0.22.24 |
2251 | 2025-05-13T20:51:15.757Z | Checking ecdsa v0.16.9 |
2252 | 2025-05-13T20:51:16.479Z | Checking rsa v0.9.6 |
2253 | 2025-05-13T20:51:16.620Z | Checking nix v0.29.0 |
2254 | 2025-05-13T20:51:16.871Z | Checking zip v2.6.1 |
2255 | 2025-05-13T20:51:16.936Z | Checking futures v0.3.31 |
2256 | 2025-05-13T20:51:17.065Z | Checking zip v0.6.6 |
2257 | 2025-05-13T20:51:17.468Z | Checking clap v4.5.35 |
2258 | 2025-05-13T20:51:17.608Z | Checking crossterm v0.28.1 |
2259 | 2025-05-13T20:51:17.795Z | Checking itertools v0.10.5 |
2260 | 2025-05-13T20:51:17.841Z | Checking itertools v0.12.1 |
2261 | 2025-05-13T20:51:17.974Z | Checking tokio-stream v0.1.17 |
2262 | 2025-05-13T20:51:18.048Z | Checking buf-list v1.0.3 |
2263 | 2025-05-13T20:51:18.098Z | Checking fs-err v3.1.0 |
2264 | 2025-05-13T20:51:18.291Z | Checking strum v0.26.3 |
2265 | 2025-05-13T20:51:18.381Z | Checking ahash v0.8.11 |
2266 | 2025-05-13T20:51:18.470Z | Checking slog v2.7.0 |
2267 | 2025-05-13T20:51:18.641Z | Checking openapiv3 v2.0.0 |
2268 | 2025-05-13T20:51:18.779Z | Checking x509-cert v0.2.5 |
2269 | 2025-05-13T20:51:18.840Z | Checking sha1 v0.10.6 |
2270 | 2025-05-13T20:51:18.950Z | Checking winnow v0.6.26 |
2271 | 2025-05-13T20:51:19.155Z | Checking lalrpop-util v0.19.12 |
2272 | 2025-05-13T20:51:19.264Z | Checking peg-runtime v0.8.5 |
2273 | 2025-05-13T20:51:19.435Z | Checking camino v1.1.9 |
2274 | 2025-05-13T20:51:19.438Z | Checking sigpipe v0.1.3 |
2275 | 2025-05-13T20:51:19.510Z | Checking jiff v0.2.13 |
2276 | 2025-05-13T20:51:23.357Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2277 | 2025-05-13T20:51:23.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.81s |
2278 | 2025-05-13T20:51:23.884Z | |
2279 | 2025-05-13T20:51:23.884Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/214) |
2280 | 2025-05-13T20:51:24.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2025-05-13T20:51:24.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2025-05-13T20:51:24.664Z | Compiling regress v0.10.3 |
2283 | 2025-05-13T20:51:24.780Z | Compiling thiserror-impl v2.0.12 |
2284 | 2025-05-13T20:51:24.795Z | Checking heck v0.5.0 |
2285 | 2025-05-13T20:51:24.824Z | Compiling unsafe-libyaml v0.2.11 |
2286 | 2025-05-13T20:51:24.847Z | Checking dirs-sys-next v0.1.2 |
2287 | 2025-05-13T20:51:24.851Z | Checking fastrand v2.1.1 |
2288 | 2025-05-13T20:51:24.883Z | Checking newtype-uuid v1.2.1 |
2289 | 2025-05-13T20:51:24.987Z | Checking thread_local v1.1.8 |
2290 | 2025-05-13T20:51:25.048Z | Checking dirs-next v2.0.0 |
2291 | 2025-05-13T20:51:25.162Z | Checking tempfile v3.13.0 |
2292 | 2025-05-13T20:51:25.176Z | Compiling structmeta-derive v0.3.0 |
2293 | 2025-05-13T20:51:25.194Z | Compiling ident_case v1.0.1 |
2294 | 2025-05-13T20:51:25.248Z | Checking term v0.7.0 |
2295 | 2025-05-13T20:51:25.390Z | Compiling darling_core v0.20.10 |
2296 | 2025-05-13T20:51:25.537Z | Checking daft v0.1.3 |
2297 | 2025-05-13T20:51:25.664Z | Checking crossbeam-channel v0.5.15 |
2298 | 2025-05-13T20:51:25.992Z | Checking is-terminal v0.4.13 |
2299 | 2025-05-13T20:51:26.136Z | Compiling serde_yaml v0.9.34+deprecated |
2300 | 2025-05-13T20:51:26.390Z | Checking take_mut v0.2.2 |
2301 | 2025-05-13T20:51:26.553Z | Compiling rustls v0.22.4 |
2302 | 2025-05-13T20:51:26.652Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2303 | 2025-05-13T20:51:26.886Z | Checking slog-async v2.8.0 |
2304 | 2025-05-13T20:51:27.067Z | Checking slog-term v2.9.1 |
2305 | 2025-05-13T20:51:27.205Z | Compiling proc-macro-crate v1.3.1 |
2306 | 2025-05-13T20:51:27.578Z | Checking wait-timeout v0.2.0 |
2307 | 2025-05-13T20:51:27.746Z | Compiling structmeta v0.3.0 |
2308 | 2025-05-13T20:51:27.780Z | Compiling multer v3.1.0 |
2309 | 2025-05-13T20:51:27.843Z | Compiling thiserror v2.0.12 |
2310 | 2025-05-13T20:51:28.104Z | Checking match_cfg v0.1.0 |
2311 | 2025-05-13T20:51:28.121Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2312 | 2025-05-13T20:51:28.144Z | Checking quick-error v1.2.3 |
2313 | 2025-05-13T20:51:28.163Z | Checking bit-vec v0.8.0 |
2314 | 2025-05-13T20:51:28.186Z | Checking typify-impl v0.3.0 |
2315 | 2025-05-13T20:51:28.208Z | Checking typify-impl v0.2.0 |
2316 | 2025-05-13T20:51:28.522Z | Checking bit-set v0.8.0 |
2317 | 2025-05-13T20:51:28.834Z | Checking rusty-fork v0.3.0 |
2318 | 2025-05-13T20:51:29.136Z | Checking hostname v0.3.1 |
2319 | 2025-05-13T20:51:29.310Z | Compiling num_enum_derive v0.5.11 |
2320 | 2025-05-13T20:51:29.542Z | Checking progenitor-client v0.9.1 |
2321 | 2025-05-13T20:51:29.948Z | Checking slog-json v2.6.1 |
2322 | 2025-05-13T20:51:30.224Z | Checking rand_xorshift v0.3.0 |
2323 | 2025-05-13T20:51:30.435Z | Compiling lzma-sys v0.1.20 |
2324 | 2025-05-13T20:51:30.633Z | Checking hex v0.4.3 |
2325 | 2025-05-13T20:51:30.761Z | Compiling foreign-types-macros v0.2.3 |
2326 | 2025-05-13T20:51:31.164Z | Compiling async-stream-impl v0.3.6 |
2327 | 2025-05-13T20:51:31.214Z | Compiling dropshot v0.16.0 |
2328 | 2025-05-13T20:51:31.322Z | Compiling darling_macro v0.20.10 |
2329 | 2025-05-13T20:51:31.565Z | Checking unarray v0.1.4 |
2330 | 2025-05-13T20:51:31.599Z | Checking arc-swap v1.7.1 |
2331 | 2025-05-13T20:51:31.739Z | Checking foreign-types-shared v0.3.1 |
2332 | 2025-05-13T20:51:31.881Z | Checking utf-8 v0.7.6 |
2333 | 2025-05-13T20:51:31.998Z | Checking foreign-types v0.5.0 |
2334 | 2025-05-13T20:51:32.017Z | Checking slog-scope v4.4.0 |
2335 | 2025-05-13T20:51:32.093Z | Checking tungstenite v0.21.0 |
2336 | 2025-05-13T20:51:32.113Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2337 | 2025-05-13T20:51:32.218Z | Checking proptest v1.6.0 |
2338 | 2025-05-13T20:51:32.237Z | Compiling darling v0.20.10 |
2339 | 2025-05-13T20:51:32.257Z | Checking num_enum v0.5.11 |
2340 | 2025-05-13T20:51:32.375Z | Compiling serde_with_macros v3.12.0 |
2341 | 2025-05-13T20:51:32.393Z | Checking async-stream v0.3.6 |
2342 | 2025-05-13T20:51:32.557Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2343 | 2025-05-13T20:51:32.598Z | Checking slog-bunyan v2.5.0 |
2344 | 2025-05-13T20:51:32.714Z | Compiling proc-macro-error v1.0.4 |
2345 | 2025-05-13T20:51:32.857Z | Checking tokio-rustls v0.25.0 |
2346 | 2025-05-13T20:51:33.128Z | Compiling test-strategy v0.4.0 |
2347 | 2025-05-13T20:51:33.209Z | Compiling parse-display-derive v0.10.0 |
2348 | 2025-05-13T20:51:33.410Z | Checking toml v0.8.20 |
2349 | 2025-05-13T20:51:33.428Z | Checking progenitor-client v0.8.0 |
2350 | 2025-05-13T20:51:33.771Z | Compiling heck v0.3.3 |
2351 | 2025-05-13T20:51:34.124Z | Checking waitgroup v0.1.2 |
2352 | 2025-05-13T20:51:34.142Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2353 | 2025-05-13T20:51:34.293Z | Compiling dropshot_endpoint v0.16.0 |
2354 | 2025-05-13T20:51:34.906Z | Checking serde_path_to_error v0.1.16 |
2355 | 2025-05-13T20:51:34.984Z | Compiling derive-where v1.2.7 |
2356 | 2025-05-13T20:51:35.552Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2357 | 2025-05-13T20:51:36.377Z | Checking cstr-argument v0.1.2 |
2358 | 2025-05-13T20:51:36.582Z | Checking hostname v0.4.0 |
2359 | 2025-05-13T20:51:36.601Z | Checking instant v0.1.13 |
2360 | 2025-05-13T20:51:36.689Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2361 | 2025-05-13T20:51:36.727Z | Checking base64 v0.21.7 |
2362 | 2025-05-13T20:51:36.742Z | Checking debug-ignore v1.0.5 |
2363 | 2025-05-13T20:51:36.901Z | Checking pretty-hex v0.2.1 |
2364 | 2025-05-13T20:51:37.058Z | Checking backoff v0.4.0 |
2365 | 2025-05-13T20:51:37.084Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2366 | 2025-05-13T20:51:37.149Z | Checking parse-display v0.10.0 |
2367 | 2025-05-13T20:51:37.192Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2368 | 2025-05-13T20:51:37.356Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2369 | 2025-05-13T20:51:37.374Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2370 | 2025-05-13T20:51:37.402Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2371 | 2025-05-13T20:51:37.533Z | Checking serde_with v3.12.0 |
2372 | 2025-05-13T20:51:37.565Z | Compiling zone_cfg_derive v0.1.2 |
2373 | 2025-05-13T20:51:37.676Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2374 | 2025-05-13T20:51:37.839Z | Checking tokio-tungstenite v0.21.0 |
2375 | 2025-05-13T20:51:38.146Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2376 | 2025-05-13T20:51:38.392Z | Checking slog-stdlog v4.1.1 |
2377 | 2025-05-13T20:51:38.486Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2378 | 2025-05-13T20:51:38.508Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2379 | 2025-05-13T20:51:38.583Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2380 | 2025-05-13T20:51:38.788Z | Checking colored v2.2.0 |
2381 | 2025-05-13T20:51:38.945Z | Checking macaddr v1.0.1 |
2382 | 2025-05-13T20:51:38.967Z | Checking base64 v0.13.1 |
2383 | 2025-05-13T20:51:39.162Z | Checking unicode-width v0.1.14 |
2384 | 2025-05-13T20:51:39.362Z | Checking ron v0.7.1 |
2385 | 2025-05-13T20:51:39.666Z | Checking tabwriter v1.4.0 |
2386 | 2025-05-13T20:51:39.674Z | Checking zone v0.1.8 |
2387 | 2025-05-13T20:51:39.893Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2388 | 2025-05-13T20:51:40.347Z | Checking slog-envlogger v2.2.0 |
2389 | 2025-05-13T20:51:40.369Z | Checking xz2 v0.1.7 |
2390 | 2025-05-13T20:51:40.480Z | Checking xattr v1.3.1 |
2391 | 2025-05-13T20:51:40.586Z | Checking pem v3.0.5 |
2392 | 2025-05-13T20:51:40.667Z | Checking yasna v0.5.2 |
2393 | 2025-05-13T20:51:40.685Z | Checking smf v0.2.3 |
2394 | 2025-05-13T20:51:40.702Z | Checking headers-core v0.3.0 |
2395 | 2025-05-13T20:51:40.910Z | Checking filetime v0.2.25 |
2396 | 2025-05-13T20:51:40.929Z | Checking same-file v1.0.6 |
2397 | 2025-05-13T20:51:41.129Z | Checking walkdir v2.5.0 |
2398 | 2025-05-13T20:51:41.148Z | Checking tar v0.4.44 |
2399 | 2025-05-13T20:51:41.164Z | Checking headers v0.4.0 |
2400 | 2025-05-13T20:51:41.226Z | Checking camino-tempfile v1.3.0 |
2401 | 2025-05-13T20:51:41.420Z | Checking atomicwrites v0.4.4 |
2402 | 2025-05-13T20:51:41.521Z | Checking subprocess v0.2.9 |
2403 | 2025-05-13T20:51:41.592Z | Checking rcgen v0.12.1 |
2404 | 2025-05-13T20:51:42.236Z | Compiling typify-macro v0.2.0 |
2405 | 2025-05-13T20:51:42.387Z | Compiling typify-macro v0.3.0 |
2406 | 2025-05-13T20:51:44.057Z | Compiling typify v0.2.0 |
2407 | 2025-05-13T20:51:44.147Z | Compiling progenitor-impl v0.8.0 |
2408 | 2025-05-13T20:51:44.279Z | Compiling typify v0.3.0 |
2409 | 2025-05-13T20:51:44.371Z | Compiling progenitor-impl v0.9.1 |
2410 | 2025-05-13T20:51:46.866Z | Compiling progenitor-macro v0.8.0 |
2411 | 2025-05-13T20:51:47.257Z | Compiling progenitor-macro v0.9.1 |
2412 | 2025-05-13T20:51:51.251Z | Checking progenitor v0.8.0 |
2413 | 2025-05-13T20:51:51.400Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2414 | 2025-05-13T20:51:51.896Z | Checking progenitor v0.9.1 |
2415 | 2025-05-13T20:51:52.041Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2416 | 2025-05-13T20:51:53.893Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2417 | 2025-05-13T20:51:54.827Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2418 | 2025-05-13T20:52:00.949Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2419 | 2025-05-13T20:52:02.543Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2420 | 2025-05-13T20:52:03.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s |
2421 | 2025-05-13T20:52:04.049Z | |
2422 | 2025-05-13T20:52:04.049Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/214) |
2423 | 2025-05-13T20:52:04.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-05-13T20:52:04.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-05-13T20:52:04.806Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2426 | 2025-05-13T20:52:06.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
2427 | 2025-05-13T20:52:06.479Z | |
2428 | 2025-05-13T20:52:06.479Z | info: running `cargo check --bins` on nexus-config (52/214) |
2429 | 2025-05-13T20:52:07.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-05-13T20:52:07.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-05-13T20:52:07.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2025-05-13T20:52:07.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2433 | 2025-05-13T20:52:07.208Z | |
2434 | 2025-05-13T20:52:07.208Z | info: running `cargo check --bins` on omicron-rpaths (53/214) |
2435 | 2025-05-13T20:52:07.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-05-13T20:52:07.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-05-13T20:52:07.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2025-05-13T20:52:07.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2439 | 2025-05-13T20:52:07.921Z | |
2440 | 2025-05-13T20:52:07.921Z | info: running `cargo check --bins` on omicron-certificates (54/214) |
2441 | 2025-05-13T20:52:08.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-05-13T20:52:08.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-05-13T20:52:08.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-05-13T20:52:08.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2445 | 2025-05-13T20:52:08.653Z | |
2446 | 2025-05-13T20:52:08.653Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/214) |
2447 | 2025-05-13T20:52:09.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-05-13T20:52:09.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-05-13T20:52:09.455Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2450 | 2025-05-13T20:52:09.573Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2451 | 2025-05-13T20:52:09.585Z | Compiling tempfile v3.13.0 |
2452 | 2025-05-13T20:52:09.589Z | Compiling wait-timeout v0.2.0 |
2453 | 2025-05-13T20:52:09.595Z | Compiling match_cfg v0.1.0 |
2454 | 2025-05-13T20:52:09.598Z | Compiling bit-vec v0.8.0 |
2455 | 2025-05-13T20:52:09.598Z | Compiling quick-error v1.2.3 |
2456 | 2025-05-13T20:52:09.598Z | Compiling rustls v0.22.4 |
2457 | 2025-05-13T20:52:09.669Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2458 | 2025-05-13T20:52:09.756Z | Compiling hostname v0.3.1 |
2459 | 2025-05-13T20:52:09.782Z | Compiling progenitor-client v0.9.1 |
2460 | 2025-05-13T20:52:09.977Z | Compiling rusty-fork v0.3.0 |
2461 | 2025-05-13T20:52:09.996Z | Compiling bit-set v0.8.0 |
2462 | 2025-05-13T20:52:10.013Z | Compiling slog-json v2.6.1 |
2463 | 2025-05-13T20:52:10.074Z | Compiling rand_xorshift v0.3.0 |
2464 | 2025-05-13T20:52:10.251Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2465 | 2025-05-13T20:52:10.271Z | Compiling itertools v0.13.0 |
2466 | 2025-05-13T20:52:10.326Z | Compiling hex v0.4.3 |
2467 | 2025-05-13T20:52:10.330Z | Compiling heapless v0.8.0 |
2468 | 2025-05-13T20:52:10.330Z | Compiling unarray v0.1.4 |
2469 | 2025-05-13T20:52:10.387Z | Compiling slog-bunyan v2.5.0 |
2470 | 2025-05-13T20:52:10.504Z | Compiling proptest v1.6.0 |
2471 | 2025-05-13T20:52:10.596Z | Compiling progenitor v0.9.1 |
2472 | 2025-05-13T20:52:10.634Z | Compiling async-stream v0.3.6 |
2473 | 2025-05-13T20:52:10.835Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2474 | 2025-05-13T20:52:10.904Z | Compiling multer v3.1.0 |
2475 | 2025-05-13T20:52:10.951Z | Compiling toml v0.8.20 |
2476 | 2025-05-13T20:52:11.014Z | Compiling waitgroup v0.1.2 |
2477 | 2025-05-13T20:52:11.243Z | Checking hash32 v0.3.1 |
2478 | 2025-05-13T20:52:11.260Z | Compiling serde_path_to_error v0.1.16 |
2479 | 2025-05-13T20:52:11.459Z | Compiling hostname v0.4.0 |
2480 | 2025-05-13T20:52:11.698Z | Compiling instant v0.1.13 |
2481 | 2025-05-13T20:52:11.861Z | Compiling debug-ignore v1.0.5 |
2482 | 2025-05-13T20:52:11.879Z | Compiling smoltcp v0.11.0 |
2483 | 2025-05-13T20:52:12.040Z | Compiling backoff v0.4.0 |
2484 | 2025-05-13T20:52:12.406Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2485 | 2025-05-13T20:52:12.423Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2486 | 2025-05-13T20:52:12.558Z | Compiling parse-display v0.10.0 |
2487 | 2025-05-13T20:52:12.611Z | Compiling serde_with v3.12.0 |
2488 | 2025-05-13T20:52:13.118Z | Compiling ingot-macros v0.1.0 |
2489 | 2025-05-13T20:52:13.138Z | Checking num-rational v0.4.2 |
2490 | 2025-05-13T20:52:13.239Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2491 | 2025-05-13T20:52:13.767Z | Compiling tokio-rustls v0.25.0 |
2492 | 2025-05-13T20:52:13.818Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2493 | 2025-05-13T20:52:14.203Z | Compiling dropshot v0.16.0 |
2494 | 2025-05-13T20:52:16.225Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2495 | 2025-05-13T20:52:17.310Z | Compiling phf_generator v0.11.2 |
2496 | 2025-05-13T20:52:17.521Z | Checking num-complex v0.4.6 |
2497 | 2025-05-13T20:52:18.096Z | Compiling macaddr v1.0.1 |
2498 | 2025-05-13T20:52:18.359Z | Checking cobs v0.2.3 |
2499 | 2025-05-13T20:52:18.549Z | Compiling num v0.4.3 |
2500 | 2025-05-13T20:52:18.578Z | Checking postcard v1.0.10 |
2501 | 2025-05-13T20:52:18.673Z | Compiling phf_codegen v0.11.2 |
2502 | 2025-05-13T20:52:18.899Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2503 | 2025-05-13T20:52:19.132Z | Compiling parse-zoneinfo v0.3.1 |
2504 | 2025-05-13T20:52:19.316Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2505 | 2025-05-13T20:52:19.703Z | Compiling float-ord v0.3.2 |
2506 | 2025-05-13T20:52:19.883Z | Compiling convert_case v0.4.0 |
2507 | 2025-05-13T20:52:20.276Z | Checking ingot-types v0.1.0 |
2508 | 2025-05-13T20:52:20.693Z | Compiling derive_more v0.99.20 |
2509 | 2025-05-13T20:52:20.711Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2510 | 2025-05-13T20:52:20.787Z | Compiling chrono-tz-build v0.4.0 |
2511 | 2025-05-13T20:52:21.100Z | Checking ingot v0.1.0 |
2512 | 2025-05-13T20:52:21.643Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2513 | 2025-05-13T20:52:21.944Z | Checking linked-hash-map v0.5.6 |
2514 | 2025-05-13T20:52:22.283Z | Compiling crucible-workspace-hack v0.1.0 |
2515 | 2025-05-13T20:52:22.528Z | Checking lru-cache v0.1.2 |
2516 | 2025-05-13T20:52:22.631Z | Compiling chrono-tz v0.10.3 |
2517 | 2025-05-13T20:52:22.737Z | Checking resolv-conf v0.7.0 |
2518 | 2025-05-13T20:52:23.082Z | Checking newline-converter v0.3.0 |
2519 | 2025-05-13T20:52:23.101Z | Checking itertools v0.14.0 |
2520 | 2025-05-13T20:52:23.268Z | Checking prettyplease v0.2.30 |
2521 | 2025-05-13T20:52:23.357Z | Compiling slog-dtrace v0.3.0 |
2522 | 2025-05-13T20:52:23.712Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2523 | 2025-05-13T20:52:24.112Z | Checking expectorate v1.2.0 |
2524 | 2025-05-13T20:52:24.332Z | Checking hickory-resolver v0.24.4 |
2525 | 2025-05-13T20:52:24.412Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2526 | 2025-05-13T20:52:24.433Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2527 | 2025-05-13T20:52:25.107Z | Compiling zone_cfg_derive v0.3.0 |
2528 | 2025-05-13T20:52:25.574Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2529 | 2025-05-13T20:52:25.612Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2530 | 2025-05-13T20:52:25.851Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2531 | 2025-05-13T20:52:25.919Z | Compiling const_format_proc_macros v0.2.34 |
2532 | 2025-05-13T20:52:25.945Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2025-05-13T20:52:26.519Z | Compiling num-derive v0.4.2 |
2534 | 2025-05-13T20:52:26.760Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2535 | 2025-05-13T20:52:27.024Z | Checking highway v1.3.0 |
2536 | 2025-05-13T20:52:27.097Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2537 | 2025-05-13T20:52:27.223Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2538 | 2025-05-13T20:52:27.353Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2539 | 2025-05-13T20:52:27.501Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2540 | 2025-05-13T20:52:27.586Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2541 | 2025-05-13T20:52:27.836Z | Checking const_format v0.2.34 |
2542 | 2025-05-13T20:52:28.004Z | Checking zone v0.3.1 |
2543 | 2025-05-13T20:52:28.291Z | Checking qorb v0.3.1 |
2544 | 2025-05-13T20:52:28.385Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2545 | 2025-05-13T20:52:28.796Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2546 | 2025-05-13T20:52:28.893Z | Checking gethostname v0.5.0 |
2547 | 2025-05-13T20:52:29.042Z | Checking bcs v0.1.6 |
2548 | 2025-05-13T20:52:29.200Z | Checking nanorand v0.7.0 |
2549 | 2025-05-13T20:52:29.229Z | Compiling async-recursion v1.1.1 |
2550 | 2025-05-13T20:52:29.523Z | Checking termtree v0.5.1 |
2551 | 2025-05-13T20:52:29.579Z | Checking flume v0.11.1 |
2552 | 2025-05-13T20:52:29.680Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2553 | 2025-05-13T20:52:35.555Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2554 | 2025-05-13T20:52:38.973Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2555 | 2025-05-13T20:52:41.530Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2556 | 2025-05-13T20:52:42.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.12s |
2557 | 2025-05-13T20:52:42.984Z | |
2558 | 2025-05-13T20:52:42.984Z | info: running `cargo check --bins` on clickhouse-admin-api (56/214) |
2559 | 2025-05-13T20:52:43.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-05-13T20:52:43.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-05-13T20:52:43.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2025-05-13T20:52:43.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2563 | 2025-05-13T20:52:43.736Z | |
2564 | 2025-05-13T20:52:43.736Z | info: running `cargo check --bins` on clickhouse-admin-types (57/214) |
2565 | 2025-05-13T20:52:44.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-05-13T20:52:44.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-05-13T20:52:44.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2025-05-13T20:52:44.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2569 | 2025-05-13T20:52:44.476Z | |
2570 | 2025-05-13T20:52:44.476Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/214) |
2571 | 2025-05-13T20:52:45.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-05-13T20:52:45.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-05-13T20:52:45.249Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2574 | 2025-05-13T20:52:45.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
2575 | 2025-05-13T20:52:46.137Z | |
2576 | 2025-05-13T20:52:46.138Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/214) |
2577 | 2025-05-13T20:52:46.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-05-13T20:52:46.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-05-13T20:52:46.889Z | Compiling cfg_aliases v0.1.1 |
2580 | 2025-05-13T20:52:46.892Z | Compiling vte_generate_state_changes v0.1.2 |
2581 | 2025-05-13T20:52:46.892Z | Checking fd-lock v4.0.2 |
2582 | 2025-05-13T20:52:46.892Z | Checking nibble_vec v0.1.0 |
2583 | 2025-05-13T20:52:47.014Z | Checking bytecount v0.6.8 |
2584 | 2025-05-13T20:52:47.018Z | Checking endian-type v0.1.2 |
2585 | 2025-05-13T20:52:47.036Z | Compiling tabled_derive v0.7.0 |
2586 | 2025-05-13T20:52:47.062Z | Compiling peg-macros v0.8.5 |
2587 | 2025-05-13T20:52:47.093Z | Compiling nix v0.28.0 |
2588 | 2025-05-13T20:52:47.186Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2589 | 2025-05-13T20:52:47.203Z | Checking papergrid v0.11.0 |
2590 | 2025-05-13T20:52:47.206Z | Compiling sqlparser_derive v0.2.2 |
2591 | 2025-05-13T20:52:47.235Z | Checking radix_trie v0.2.1 |
2592 | 2025-05-13T20:52:47.578Z | Checking vte v0.11.1 |
2593 | 2025-05-13T20:52:47.626Z | Checking unicode_categories v0.1.1 |
2594 | 2025-05-13T20:52:47.944Z | Checking home v0.5.9 |
2595 | 2025-05-13T20:52:48.104Z | Checking nu-ansi-term v0.50.1 |
2596 | 2025-05-13T20:52:48.227Z | Checking sqlparser v0.45.0 |
2597 | 2025-05-13T20:52:48.250Z | Checking sqlformat v0.3.5 |
2598 | 2025-05-13T20:52:48.496Z | Checking display-error-chain v0.2.2 |
2599 | 2025-05-13T20:52:48.954Z | Checking strip-ansi-escapes v0.2.0 |
2600 | 2025-05-13T20:52:49.127Z | Checking reedline v0.38.0 |
2601 | 2025-05-13T20:52:49.214Z | Checking tabled v0.15.0 |
2602 | 2025-05-13T20:52:49.549Z | Checking peg v0.8.5 |
2603 | 2025-05-13T20:52:49.841Z | Checking rustyline v14.0.0 |
2604 | 2025-05-13T20:52:58.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s |
2605 | 2025-05-13T20:52:58.740Z | |
2606 | 2025-05-13T20:52:58.740Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/214) |
2607 | 2025-05-13T20:52:59.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2025-05-13T20:52:59.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2025-05-13T20:52:59.527Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2610 | 2025-05-13T20:53:04.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
2611 | 2025-05-13T20:53:04.887Z | |
2612 | 2025-05-13T20:53:04.887Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/214) |
2613 | 2025-05-13T20:53:05.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-05-13T20:53:05.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-05-13T20:53:05.669Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2616 | 2025-05-13T20:53:09.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2617 | 2025-05-13T20:53:09.432Z | |
2618 | 2025-05-13T20:53:09.432Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/214) |
2619 | 2025-05-13T20:53:10.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-05-13T20:53:10.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-05-13T20:53:10.216Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2622 | 2025-05-13T20:53:15.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2623 | 2025-05-13T20:53:15.347Z | |
2624 | 2025-05-13T20:53:15.347Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/214) |
2625 | 2025-05-13T20:53:16.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-05-13T20:53:16.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-05-13T20:53:16.139Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2628 | 2025-05-13T20:53:21.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2629 | 2025-05-13T20:53:21.379Z | |
2630 | 2025-05-13T20:53:21.379Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/214) |
2631 | 2025-05-13T20:53:22.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-05-13T20:53:22.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-05-13T20:53:22.164Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2634 | 2025-05-13T20:53:25.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2635 | 2025-05-13T20:53:26.183Z | |
2636 | 2025-05-13T20:53:26.183Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/214) |
2637 | 2025-05-13T20:53:26.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-05-13T20:53:26.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-05-13T20:53:26.973Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2025-05-13T20:53:30.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2641 | 2025-05-13T20:53:31.034Z | |
2642 | 2025-05-13T20:53:31.034Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/214) |
2643 | 2025-05-13T20:53:31.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-05-13T20:53:31.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-05-13T20:53:31.828Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2025-05-13T20:53:36.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2647 | 2025-05-13T20:53:37.121Z | |
2648 | 2025-05-13T20:53:37.121Z | info: running `cargo check --bins` on oximeter (67/214) |
2649 | 2025-05-13T20:53:37.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-05-13T20:53:37.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-05-13T20:53:37.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2025-05-13T20:53:37.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2653 | 2025-05-13T20:53:37.874Z | |
2654 | 2025-05-13T20:53:37.874Z | info: running `cargo check --bins` on oximeter-macro-impl (68/214) |
2655 | 2025-05-13T20:53:38.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-05-13T20:53:38.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-05-13T20:53:38.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2025-05-13T20:53:38.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2659 | 2025-05-13T20:53:38.578Z | |
2660 | 2025-05-13T20:53:38.578Z | info: running `cargo check --bins` on oximeter-schema (69/214) |
2661 | 2025-05-13T20:53:39.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-05-13T20:53:39.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-05-13T20:53:39.315Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2664 | 2025-05-13T20:53:41.316Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2665 | 2025-05-13T20:53:42.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
2666 | 2025-05-13T20:53:42.479Z | |
2667 | 2025-05-13T20:53:42.479Z | info: running `cargo check --bins` on oximeter-types (70/214) |
2668 | 2025-05-13T20:53:43.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-05-13T20:53:43.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-05-13T20:53:43.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-05-13T20:53:43.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2672 | 2025-05-13T20:53:43.220Z | |
2673 | 2025-05-13T20:53:43.221Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/214) |
2674 | 2025-05-13T20:53:43.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-05-13T20:53:43.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-05-13T20:53:43.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-05-13T20:53:43.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2678 | 2025-05-13T20:53:43.960Z | |
2679 | 2025-05-13T20:53:43.960Z | info: running `cargo check --bins` on oxql-types (72/214) |
2680 | 2025-05-13T20:53:44.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-05-13T20:53:44.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-05-13T20:53:44.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-05-13T20:53:44.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2684 | 2025-05-13T20:53:44.695Z | |
2685 | 2025-05-13T20:53:44.695Z | info: running `cargo check --bins` on oximeter-test-utils (73/214) |
2686 | 2025-05-13T20:53:45.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-05-13T20:53:45.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-05-13T20:53:45.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-05-13T20:53:45.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2690 | 2025-05-13T20:53:45.465Z | |
2691 | 2025-05-13T20:53:45.465Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/214) |
2692 | 2025-05-13T20:53:46.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-05-13T20:53:46.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-05-13T20:53:46.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-05-13T20:53:46.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2696 | 2025-05-13T20:53:46.216Z | |
2697 | 2025-05-13T20:53:46.216Z | info: running `cargo check --bins` on bootstrap-agent-client (75/214) |
2698 | 2025-05-13T20:53:46.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-05-13T20:53:46.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-05-13T20:53:46.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-05-13T20:53:46.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2702 | 2025-05-13T20:53:46.963Z | |
2703 | 2025-05-13T20:53:46.963Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/214) |
2704 | 2025-05-13T20:53:47.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-05-13T20:53:47.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-05-13T20:53:47.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-05-13T20:53:47.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2708 | 2025-05-13T20:53:47.703Z | |
2709 | 2025-05-13T20:53:47.704Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/214) |
2710 | 2025-05-13T20:53:48.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-05-13T20:53:48.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-05-13T20:53:48.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-05-13T20:53:48.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2714 | 2025-05-13T20:53:48.437Z | |
2715 | 2025-05-13T20:53:48.437Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/214) |
2716 | 2025-05-13T20:53:49.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-05-13T20:53:49.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-05-13T20:53:49.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-05-13T20:53:49.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2720 | 2025-05-13T20:53:49.170Z | |
2721 | 2025-05-13T20:53:49.171Z | info: running `cargo check --bins` on cockroach-admin-client (79/214) |
2722 | 2025-05-13T20:53:49.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-05-13T20:53:49.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-05-13T20:53:49.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-05-13T20:53:49.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2726 | 2025-05-13T20:53:49.882Z | |
2727 | 2025-05-13T20:53:49.882Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/214) |
2728 | 2025-05-13T20:53:50.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-05-13T20:53:50.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-05-13T20:53:50.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-05-13T20:53:50.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2732 | 2025-05-13T20:53:50.624Z | |
2733 | 2025-05-13T20:53:50.625Z | info: running `cargo check --bins` on dns-service-client (81/214) |
2734 | 2025-05-13T20:53:51.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-05-13T20:53:51.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-05-13T20:53:51.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-05-13T20:53:51.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2738 | 2025-05-13T20:53:51.362Z | |
2739 | 2025-05-13T20:53:51.362Z | info: running `cargo check --bins` on internal-dns-types (82/214) |
2740 | 2025-05-13T20:53:52.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-05-13T20:53:52.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-05-13T20:53:52.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-05-13T20:53:52.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2744 | 2025-05-13T20:53:52.093Z | |
2745 | 2025-05-13T20:53:52.093Z | info: running `cargo check --bins` on gateway-client (83/214) |
2746 | 2025-05-13T20:53:52.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-05-13T20:53:52.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-05-13T20:53:52.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-05-13T20:53:52.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2750 | 2025-05-13T20:53:52.800Z | |
2751 | 2025-05-13T20:53:52.800Z | info: running `cargo check --bins` on installinator-client (84/214) |
2752 | 2025-05-13T20:53:53.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-05-13T20:53:53.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-05-13T20:53:53.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-05-13T20:53:53.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2756 | 2025-05-13T20:53:53.546Z | |
2757 | 2025-05-13T20:53:53.546Z | info: running `cargo check --bins` on installinator-common (85/214) |
2758 | 2025-05-13T20:53:54.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-05-13T20:53:54.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-05-13T20:53:54.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-05-13T20:53:54.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2762 | 2025-05-13T20:53:54.296Z | |
2763 | 2025-05-13T20:53:54.296Z | info: running `cargo check --bins` on update-engine (86/214) |
2764 | 2025-05-13T20:53:54.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-05-13T20:53:54.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-05-13T20:53:54.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2025-05-13T20:53:54.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2768 | 2025-05-13T20:53:55.012Z | |
2769 | 2025-05-13T20:53:55.012Z | info: running `cargo check --bins` on nexus-client (87/214) |
2770 | 2025-05-13T20:53:55.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-05-13T20:53:55.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-05-13T20:53:55.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-05-13T20:53:55.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2774 | 2025-05-13T20:53:55.777Z | |
2775 | 2025-05-13T20:53:55.777Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/214) |
2776 | 2025-05-13T20:53:56.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-05-13T20:53:56.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-05-13T20:53:56.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-05-13T20:53:56.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2780 | 2025-05-13T20:53:56.540Z | |
2781 | 2025-05-13T20:53:56.540Z | info: running `cargo check --bins` on omicron-passwords (89/214) |
2782 | 2025-05-13T20:53:57.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-05-13T20:53:57.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-05-13T20:53:57.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-05-13T20:53:57.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2786 | 2025-05-13T20:53:57.254Z | |
2787 | 2025-05-13T20:53:57.254Z | info: running `cargo check --bins` on nexus-types (90/214) |
2788 | 2025-05-13T20:53:57.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-05-13T20:53:57.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-05-13T20:53:57.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-05-13T20:53:57.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2792 | 2025-05-13T20:53:58.022Z | |
2793 | 2025-05-13T20:53:58.022Z | info: running `cargo check --bins` on oxide-client (91/214) |
2794 | 2025-05-13T20:53:58.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-05-13T20:53:58.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-05-13T20:53:58.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-05-13T20:53:58.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2798 | 2025-05-13T20:53:58.738Z | |
2799 | 2025-05-13T20:53:58.738Z | info: running `cargo check --bins` on oximeter-client (92/214) |
2800 | 2025-05-13T20:53:59.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-05-13T20:53:59.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-05-13T20:53:59.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-05-13T20:53:59.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2804 | 2025-05-13T20:53:59.482Z | |
2805 | 2025-05-13T20:53:59.482Z | info: running `cargo check --bins` on repo-depot-client (93/214) |
2806 | 2025-05-13T20:54:00.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-05-13T20:54:00.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-05-13T20:54:00.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-05-13T20:54:00.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2810 | 2025-05-13T20:54:00.194Z | |
2811 | 2025-05-13T20:54:00.194Z | info: running `cargo check --bins` on sled-agent-client (94/214) |
2812 | 2025-05-13T20:54:00.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-05-13T20:54:00.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-05-13T20:54:00.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-05-13T20:54:00.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2816 | 2025-05-13T20:54:00.964Z | |
2817 | 2025-05-13T20:54:00.965Z | info: running `cargo check --bins` on sled-agent-types (95/214) |
2818 | 2025-05-13T20:54:01.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-05-13T20:54:01.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-05-13T20:54:01.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-05-13T20:54:01.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2822 | 2025-05-13T20:54:01.722Z | |
2823 | 2025-05-13T20:54:01.723Z | info: running `cargo check --bins` on wicketd-client (96/214) |
2824 | 2025-05-13T20:54:02.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-05-13T20:54:02.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-05-13T20:54:02.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-05-13T20:54:02.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2828 | 2025-05-13T20:54:02.497Z | |
2829 | 2025-05-13T20:54:02.497Z | info: running `cargo check --bins` on wicket-common (97/214) |
2830 | 2025-05-13T20:54:03.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-05-13T20:54:03.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-05-13T20:54:03.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-05-13T20:54:03.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2834 | 2025-05-13T20:54:03.265Z | |
2835 | 2025-05-13T20:54:03.265Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/214) |
2836 | 2025-05-13T20:54:03.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-05-13T20:54:03.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-05-13T20:54:04.021Z | Checking csv-core v0.1.11 |
2839 | 2025-05-13T20:54:04.021Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2840 | 2025-05-13T20:54:04.024Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2841 | 2025-05-13T20:54:04.024Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2842 | 2025-05-13T20:54:04.334Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2843 | 2025-05-13T20:54:04.351Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2844 | 2025-05-13T20:54:04.369Z | Checking csv v1.3.1 |
2845 | 2025-05-13T20:54:04.910Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2846 | 2025-05-13T20:54:05.279Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2847 | 2025-05-13T20:54:07.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
2848 | 2025-05-13T20:54:07.349Z | |
2849 | 2025-05-13T20:54:07.350Z | info: running `cargo check --bins` on cockroach-admin-api (99/214) |
2850 | 2025-05-13T20:54:08.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2025-05-13T20:54:08.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2025-05-13T20:54:08.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2025-05-13T20:54:08.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2854 | 2025-05-13T20:54:08.103Z | |
2855 | 2025-05-13T20:54:08.103Z | info: running `cargo check --bins` on cockroach-admin-types (100/214) |
2856 | 2025-05-13T20:54:08.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2025-05-13T20:54:08.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2025-05-13T20:54:08.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2025-05-13T20:54:08.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2860 | 2025-05-13T20:54:08.852Z | |
2861 | 2025-05-13T20:54:08.852Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/214) |
2862 | 2025-05-13T20:54:09.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-05-13T20:54:09.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-05-13T20:54:09.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-05-13T20:54:09.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2866 | 2025-05-13T20:54:09.708Z | |
2867 | 2025-05-13T20:54:09.708Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/214) |
2868 | 2025-05-13T20:54:10.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-05-13T20:54:10.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-05-13T20:54:10.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-05-13T20:54:10.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2872 | 2025-05-13T20:54:10.563Z | |
2873 | 2025-05-13T20:54:10.563Z | info: running `cargo check --bins` on dns-server (103/214) |
2874 | 2025-05-13T20:54:11.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-05-13T20:54:11.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-05-13T20:54:11.791Z | Compiling parking_lot_core v0.8.6 |
2877 | 2025-05-13T20:54:11.791Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2878 | 2025-05-13T20:54:11.791Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2879 | 2025-05-13T20:54:11.791Z | Checking fxhash v0.2.1 |
2880 | 2025-05-13T20:54:11.791Z | Checking hickory-client v0.24.4 |
2881 | 2025-05-13T20:54:11.791Z | Checking hickory-server v0.24.4 |
2882 | 2025-05-13T20:54:12.027Z | Checking parking_lot v0.11.2 |
2883 | 2025-05-13T20:54:12.135Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2884 | 2025-05-13T20:54:12.135Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2885 | 2025-05-13T20:54:12.261Z | Checking sled v0.34.7 |
2886 | 2025-05-13T20:54:13.989Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2887 | 2025-05-13T20:54:15.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
2888 | 2025-05-13T20:54:15.456Z | |
2889 | 2025-05-13T20:54:15.456Z | info: running `cargo check --bins` on dns-server-api (104/214) |
2890 | 2025-05-13T20:54:16.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2025-05-13T20:54:16.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2025-05-13T20:54:16.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2025-05-13T20:54:16.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2894 | 2025-05-13T20:54:16.203Z | |
2895 | 2025-05-13T20:54:16.204Z | info: running `cargo check --bins` on openapi-manager-types (105/214) |
2896 | 2025-05-13T20:54:16.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2025-05-13T20:54:16.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2025-05-13T20:54:16.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2025-05-13T20:54:16.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2900 | 2025-05-13T20:54:16.929Z | |
2901 | 2025-05-13T20:54:16.929Z | info: running `cargo check --bins` on gateway-test-utils (106/214) |
2902 | 2025-05-13T20:54:17.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2025-05-13T20:54:17.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2025-05-13T20:54:17.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2025-05-13T20:54:17.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2906 | 2025-05-13T20:54:17.739Z | |
2907 | 2025-05-13T20:54:17.739Z | info: running `cargo check --bins` on gateway-types (107/214) |
2908 | 2025-05-13T20:54:18.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2025-05-13T20:54:18.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2025-05-13T20:54:18.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2025-05-13T20:54:18.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2912 | 2025-05-13T20:54:18.487Z | |
2913 | 2025-05-13T20:54:18.487Z | info: running `cargo check --bins` on ipcc (108/214) |
2914 | 2025-05-13T20:54:19.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2025-05-13T20:54:19.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2025-05-13T20:54:19.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2025-05-13T20:54:19.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2918 | 2025-05-13T20:54:19.229Z | |
2919 | 2025-05-13T20:54:19.229Z | info: running `cargo check --bins` on omicron-gateway (109/214) |
2920 | 2025-05-13T20:54:19.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-05-13T20:54:19.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-05-13T20:54:20.038Z | Compiling semver v0.1.20 |
2923 | 2025-05-13T20:54:20.038Z | Compiling radium v0.7.0 |
2924 | 2025-05-13T20:54:20.042Z | Compiling zerocopy-derive v0.6.6 |
2925 | 2025-05-13T20:54:20.156Z | Checking tap v1.0.1 |
2926 | 2025-05-13T20:54:20.159Z | Compiling maybe-uninit v2.0.0 |
2927 | 2025-05-13T20:54:20.189Z | Checking password-hash v0.5.0 |
2928 | 2025-05-13T20:54:20.200Z | Checking blake2 v0.10.6 |
2929 | 2025-05-13T20:54:20.203Z | Checking crc-catalog v2.4.0 |
2930 | 2025-05-13T20:54:20.336Z | Checking wyz v0.5.1 |
2931 | 2025-05-13T20:54:20.391Z | Checking funty v2.0.0 |
2932 | 2025-05-13T20:54:20.629Z | Compiling rustc_version v0.1.7 |
2933 | 2025-05-13T20:54:20.681Z | Compiling owo-colors v4.2.0 |
2934 | 2025-05-13T20:54:20.700Z | Compiling cancel-safe-futures v0.1.5 |
2935 | 2025-05-13T20:54:20.721Z | Compiling packed_struct v0.10.1 |
2936 | 2025-05-13T20:54:20.848Z | Checking argon2 v0.5.3 |
2937 | 2025-05-13T20:54:21.046Z | Checking crc v3.2.1 |
2938 | 2025-05-13T20:54:21.066Z | Compiling newtype_derive v0.1.6 |
2939 | 2025-05-13T20:54:21.112Z | Compiling packed_struct_codegen v0.10.1 |
2940 | 2025-05-13T20:54:21.207Z | Checking libsw-core v0.3.1 |
2941 | 2025-05-13T20:54:21.250Z | Checking bitvec v1.0.1 |
2942 | 2025-05-13T20:54:21.367Z | Checking half v2.4.1 |
2943 | 2025-05-13T20:54:21.455Z | Compiling indexmap v1.9.3 |
2944 | 2025-05-13T20:54:21.474Z | Checking nodrop v0.1.14 |
2945 | 2025-05-13T20:54:21.492Z | Checking fixedbitset v0.5.7 |
2946 | 2025-05-13T20:54:21.548Z | Checking ciborium-io v0.2.2 |
2947 | 2025-05-13T20:54:21.601Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2948 | 2025-05-13T20:54:21.689Z | Checking array-init v0.0.4 |
2949 | 2025-05-13T20:54:21.802Z | Checking ciborium-ll v0.2.2 |
2950 | 2025-05-13T20:54:21.850Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2951 | 2025-05-13T20:54:21.870Z | Checking petgraph v0.7.1 |
2952 | 2025-05-13T20:54:21.999Z | Checking zerocopy v0.6.6 |
2953 | 2025-05-13T20:54:22.086Z | Checking libsw v3.4.0 |
2954 | 2025-05-13T20:54:22.164Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2955 | 2025-05-13T20:54:22.535Z | Checking smallvec v0.6.14 |
2956 | 2025-05-13T20:54:22.630Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2957 | 2025-05-13T20:54:22.765Z | Checking termcolor v1.4.1 |
2958 | 2025-05-13T20:54:22.848Z | Checking linear-map v1.2.0 |
2959 | 2025-05-13T20:54:22.935Z | Checking indent_write v2.2.0 |
2960 | 2025-05-13T20:54:23.159Z | Checking bitfield v0.14.0 |
2961 | 2025-05-13T20:54:23.162Z | Checking hashbrown v0.12.3 |
2962 | 2025-05-13T20:54:23.195Z | Checking swrite v0.1.0 |
2963 | 2025-05-13T20:54:23.320Z | Checking ron v0.8.1 |
2964 | 2025-05-13T20:54:23.457Z | Checking env_logger v0.10.2 |
2965 | 2025-05-13T20:54:23.532Z | Checking serde-hex v0.1.0 |
2966 | 2025-05-13T20:54:23.590Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2967 | 2025-05-13T20:54:23.694Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2968 | 2025-05-13T20:54:23.860Z | Checking ciborium v0.2.2 |
2969 | 2025-05-13T20:54:23.964Z | Checking steno v0.4.1 |
2970 | 2025-05-13T20:54:24.702Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2971 | 2025-05-13T20:54:24.803Z | Checking hashbrown v0.13.2 |
2972 | 2025-05-13T20:54:24.825Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2973 | 2025-05-13T20:54:24.846Z | Checking crc-any v2.5.0 |
2974 | 2025-05-13T20:54:25.238Z | Checking humantime v2.1.0 |
2975 | 2025-05-13T20:54:25.306Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2976 | 2025-05-13T20:54:25.525Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2977 | 2025-05-13T20:54:25.673Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
2978 | 2025-05-13T20:54:25.770Z | Checking object v0.30.4 |
2979 | 2025-05-13T20:54:25.798Z | Checking half v1.8.3 |
2980 | 2025-05-13T20:54:26.055Z | Checking void v1.0.2 |
2981 | 2025-05-13T20:54:26.126Z | Checking path-slash v0.1.5 |
2982 | 2025-05-13T20:54:26.215Z | Checking tungstenite v0.23.0 |
2983 | 2025-05-13T20:54:26.232Z | Checking lzss v0.8.2 |
2984 | 2025-05-13T20:54:26.283Z | Checking serde_cbor v0.11.2 |
2985 | 2025-05-13T20:54:26.669Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2986 | 2025-05-13T20:54:27.092Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2987 | 2025-05-13T20:54:27.133Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2988 | 2025-05-13T20:54:27.239Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2989 | 2025-05-13T20:54:27.333Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2990 | 2025-05-13T20:54:27.380Z | Checking nix v0.27.1 |
2991 | 2025-05-13T20:54:27.395Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
2992 | 2025-05-13T20:54:27.688Z | Checking kstat-rs v0.2.4 |
2993 | 2025-05-13T20:54:27.810Z | Checking serde_bytes v0.11.17 |
2994 | 2025-05-13T20:54:27.880Z | Checking tokio-tungstenite v0.23.1 |
2995 | 2025-05-13T20:54:28.044Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2996 | 2025-05-13T20:54:28.136Z | Checking signal-hook-tokio v0.3.1 |
2997 | 2025-05-13T20:54:29.103Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2998 | 2025-05-13T20:54:29.507Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2999 | 2025-05-13T20:54:34.881Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3000 | 2025-05-13T20:54:36.212Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3001 | 2025-05-13T20:54:41.096Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3002 | 2025-05-13T20:54:47.075Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3003 | 2025-05-13T20:54:47.729Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3004 | 2025-05-13T20:54:50.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.30s |
3005 | 2025-05-13T20:54:50.757Z | |
3006 | 2025-05-13T20:54:50.757Z | info: running `cargo check --bins` on ereport-types (110/214) |
3007 | 2025-05-13T20:54:51.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-05-13T20:54:51.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-05-13T20:54:51.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-05-13T20:54:51.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3011 | 2025-05-13T20:54:51.486Z | |
3012 | 2025-05-13T20:54:51.486Z | info: running `cargo check --bins` on gateway-api (111/214) |
3013 | 2025-05-13T20:54:52.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-05-13T20:54:52.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-05-13T20:54:52.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3016 | 2025-05-13T20:54:52.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3017 | 2025-05-13T20:54:52.239Z | |
3018 | 2025-05-13T20:54:52.239Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/214) |
3019 | 2025-05-13T20:54:52.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-05-13T20:54:52.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-05-13T20:54:52.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2025-05-13T20:54:52.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3023 | 2025-05-13T20:54:52.951Z | |
3024 | 2025-05-13T20:54:52.951Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/214) |
3025 | 2025-05-13T20:54:53.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-05-13T20:54:53.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-05-13T20:54:53.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-05-13T20:54:53.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3029 | 2025-05-13T20:54:53.691Z | |
3030 | 2025-05-13T20:54:53.691Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/214) |
3031 | 2025-05-13T20:54:54.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-05-13T20:54:54.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-05-13T20:54:54.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-05-13T20:54:54.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3035 | 2025-05-13T20:54:54.432Z | |
3036 | 2025-05-13T20:54:54.432Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/214) |
3037 | 2025-05-13T20:54:55.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-05-13T20:54:55.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-05-13T20:54:55.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-05-13T20:54:55.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3041 | 2025-05-13T20:54:55.176Z | |
3042 | 2025-05-13T20:54:55.176Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/214) |
3043 | 2025-05-13T20:54:55.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-05-13T20:54:55.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-05-13T20:54:55.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-05-13T20:54:55.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3047 | 2025-05-13T20:54:55.910Z | |
3048 | 2025-05-13T20:54:55.910Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/214) |
3049 | 2025-05-13T20:54:56.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-05-13T20:54:56.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-05-13T20:54:56.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-05-13T20:54:56.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3053 | 2025-05-13T20:54:56.640Z | |
3054 | 2025-05-13T20:54:56.640Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/214) |
3055 | 2025-05-13T20:54:57.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-05-13T20:54:57.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-05-13T20:54:57.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-05-13T20:54:57.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3059 | 2025-05-13T20:54:57.383Z | |
3060 | 2025-05-13T20:54:57.383Z | info: running `cargo check --bins` on oximeter-producer (119/214) |
3061 | 2025-05-13T20:54:58.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-05-13T20:54:58.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-05-13T20:54:58.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-05-13T20:54:58.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3065 | 2025-05-13T20:54:58.157Z | |
3066 | 2025-05-13T20:54:58.157Z | info: running `cargo check --bins` on internal-dns-resolver (120/214) |
3067 | 2025-05-13T20:54:59.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-05-13T20:54:59.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-05-13T20:54:59.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-05-13T20:54:59.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3071 | 2025-05-13T20:54:59.346Z | |
3072 | 2025-05-13T20:54:59.346Z | info: running `cargo check --bins` on sp-sim (121/214) |
3073 | 2025-05-13T20:54:59.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-05-13T20:54:59.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-05-13T20:54:59.648Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3076 | 2025-05-13T20:54:59.648Z | Checking keccak v0.1.5 |
3077 | 2025-05-13T20:54:59.964Z | Checking sha3 v0.10.8 |
3078 | 2025-05-13T20:54:59.999Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3079 | 2025-05-13T20:55:01.534Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3080 | 2025-05-13T20:55:03.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3081 | 2025-05-13T20:55:03.674Z | |
3082 | 2025-05-13T20:55:03.674Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/214) |
3083 | 2025-05-13T20:55:04.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-05-13T20:55:04.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-05-13T20:55:04.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2025-05-13T20:55:04.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3087 | 2025-05-13T20:55:04.475Z | |
3088 | 2025-05-13T20:55:04.475Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/214) |
3089 | 2025-05-13T20:55:05.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-05-13T20:55:05.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-05-13T20:55:05.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2025-05-13T20:55:05.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3093 | 2025-05-13T20:55:05.274Z | |
3094 | 2025-05-13T20:55:05.274Z | info: running `cargo check --bins` on db-macros (124/214) |
3095 | 2025-05-13T20:55:05.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2025-05-13T20:55:05.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2025-05-13T20:55:05.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2025-05-13T20:55:05.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3099 | 2025-05-13T20:55:05.992Z | |
3100 | 2025-05-13T20:55:05.992Z | info: running `cargo check --bins` on nexus-macros-common (125/214) |
3101 | 2025-05-13T20:55:06.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-05-13T20:55:06.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-05-13T20:55:06.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-05-13T20:55:06.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3105 | 2025-05-13T20:55:06.712Z | |
3106 | 2025-05-13T20:55:06.712Z | info: running `cargo check --bins` on nexus-auth (126/214) |
3107 | 2025-05-13T20:55:07.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-05-13T20:55:07.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-05-13T20:55:07.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2025-05-13T20:55:07.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3111 | 2025-05-13T20:55:07.496Z | |
3112 | 2025-05-13T20:55:07.496Z | info: running `cargo check --bins` on authz-macros (127/214) |
3113 | 2025-05-13T20:55:08.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2025-05-13T20:55:08.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2025-05-13T20:55:08.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2025-05-13T20:55:08.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3117 | 2025-05-13T20:55:08.215Z | |
3118 | 2025-05-13T20:55:08.215Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/214) |
3119 | 2025-05-13T20:55:08.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2025-05-13T20:55:08.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2025-05-13T20:55:08.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2025-05-13T20:55:08.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3123 | 2025-05-13T20:55:08.998Z | |
3124 | 2025-05-13T20:55:08.998Z | info: running `cargo check --bins` on nexus-db-model (129/214) |
3125 | 2025-05-13T20:55:09.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-05-13T20:55:09.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-05-13T20:55:09.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2025-05-13T20:55:09.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3129 | 2025-05-13T20:55:09.772Z | |
3130 | 2025-05-13T20:55:09.772Z | info: running `cargo check --bins` on nexus-db-schema (130/214) |
3131 | 2025-05-13T20:55:10.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-05-13T20:55:10.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-05-13T20:55:10.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2025-05-13T20:55:10.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3135 | 2025-05-13T20:55:10.489Z | |
3136 | 2025-05-13T20:55:10.489Z | info: running `cargo check --bins` on nexus-defaults (131/214) |
3137 | 2025-05-13T20:55:11.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-05-13T20:55:11.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-05-13T20:55:11.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2025-05-13T20:55:11.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3141 | 2025-05-13T20:55:11.232Z | |
3142 | 2025-05-13T20:55:11.232Z | info: running `cargo check --bins` on nexus-db-errors (132/214) |
3143 | 2025-05-13T20:55:11.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-05-13T20:55:11.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-05-13T20:55:11.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3146 | 2025-05-13T20:55:11.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3147 | 2025-05-13T20:55:12.014Z | |
3148 | 2025-05-13T20:55:12.015Z | info: running `cargo check --bins` on nexus-db-lookup (133/214) |
3149 | 2025-05-13T20:55:12.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2025-05-13T20:55:12.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2025-05-13T20:55:12.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2025-05-13T20:55:12.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3153 | 2025-05-13T20:55:12.803Z | |
3154 | 2025-05-13T20:55:12.803Z | info: running `cargo check --bins` on nexus-inventory (134/214) |
3155 | 2025-05-13T20:55:13.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2025-05-13T20:55:13.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2025-05-13T20:55:13.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3158 | 2025-05-13T20:55:13.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3159 | 2025-05-13T20:55:13.580Z | |
3160 | 2025-05-13T20:55:13.580Z | info: running `cargo check --bins` on typed-rng (135/214) |
3161 | 2025-05-13T20:55:14.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-05-13T20:55:14.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-05-13T20:55:14.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3164 | 2025-05-13T20:55:14.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3165 | 2025-05-13T20:55:14.286Z | |
3166 | 2025-05-13T20:55:14.286Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/214) |
3167 | 2025-05-13T20:55:14.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-05-13T20:55:15.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-05-13T20:55:15.140Z | Checking secrecy v0.10.3 |
3170 | 2025-05-13T20:55:15.140Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
3171 | 2025-05-13T20:55:15.143Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3172 | 2025-05-13T20:55:15.143Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
3173 | 2025-05-13T20:55:15.143Z | Checking universal-hash v0.5.1 |
3174 | 2025-05-13T20:55:15.260Z | Compiling thiserror-impl-no-std v2.0.2 |
3175 | 2025-05-13T20:55:15.271Z | Checking opaque-debug v0.3.1 |
3176 | 2025-05-13T20:55:15.339Z | Checking chacha20 v0.9.1 |
3177 | 2025-05-13T20:55:15.405Z | Checking aead v0.5.2 |
3178 | 2025-05-13T20:55:15.425Z | Compiling unicase v2.7.0 |
3179 | 2025-05-13T20:55:15.486Z | Checking poly1305 v0.8.0 |
3180 | 2025-05-13T20:55:15.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3181 | 2025-05-13T20:55:15.637Z | Compiling libefi-sys v0.1.0 |
3182 | 2025-05-13T20:55:15.668Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3183 | 2025-05-13T20:55:15.685Z | Compiling bitfield-struct v0.6.2 |
3184 | 2025-05-13T20:55:15.859Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
3185 | 2025-05-13T20:55:15.883Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3186 | 2025-05-13T20:55:15.981Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3187 | 2025-05-13T20:55:16.003Z | Checking chacha20poly1305 v0.10.1 |
3188 | 2025-05-13T20:55:16.199Z | Compiling proc-macro-error-attr2 v2.0.0 |
3189 | 2025-05-13T20:55:16.218Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3190 | 2025-05-13T20:55:16.294Z | Compiling salty v0.3.0 |
3191 | 2025-05-13T20:55:16.387Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3192 | 2025-05-13T20:55:16.764Z | Compiling num-derive v0.3.3 |
3193 | 2025-05-13T20:55:16.965Z | Compiling proc-macro-error2 v2.0.1 |
3194 | 2025-05-13T20:55:16.983Z | Compiling xshell-macros v0.2.7 |
3195 | 2025-05-13T20:55:17.007Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3196 | 2025-05-13T20:55:17.558Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3197 | 2025-05-13T20:55:17.597Z | Checking papergrid v0.14.0 |
3198 | 2025-05-13T20:55:17.709Z | Checking xshell v0.2.7 |
3199 | 2025-05-13T20:55:17.928Z | Checking thiserror-no-std v2.0.2 |
3200 | 2025-05-13T20:55:18.017Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3201 | 2025-05-13T20:55:18.054Z | Compiling tabled_derive v0.10.0 |
3202 | 2025-05-13T20:55:18.072Z | Checking vsss-rs v3.3.4 |
3203 | 2025-05-13T20:55:18.430Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
3204 | 2025-05-13T20:55:18.927Z | Checking libscf-sys v1.1.0 |
3205 | 2025-05-13T20:55:19.082Z | Compiling mime_guess v2.0.5 |
3206 | 2025-05-13T20:55:19.445Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3207 | 2025-05-13T20:55:19.686Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3208 | 2025-05-13T20:55:20.064Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3209 | 2025-05-13T20:55:20.219Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3210 | 2025-05-13T20:55:20.718Z | Checking primeorder v0.13.6 |
3211 | 2025-05-13T20:55:21.015Z | Checking env_filter v0.1.2 |
3212 | 2025-05-13T20:55:21.197Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3213 | 2025-05-13T20:55:21.219Z | Checking glob v0.3.2 |
3214 | 2025-05-13T20:55:21.275Z | Checking env_logger v0.11.5 |
3215 | 2025-05-13T20:55:21.547Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3216 | 2025-05-13T20:55:21.631Z | Checking p384 v0.13.0 |
3217 | 2025-05-13T20:55:21.649Z | Checking tabled v0.18.0 |
3218 | 2025-05-13T20:55:22.060Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3219 | 2025-05-13T20:55:22.361Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3220 | 2025-05-13T20:55:22.564Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3221 | 2025-05-13T20:55:22.932Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3222 | 2025-05-13T20:55:22.991Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3223 | 2025-05-13T20:55:23.037Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3224 | 2025-05-13T20:55:23.058Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3225 | 2025-05-13T20:55:23.202Z | Checking http-range v0.1.5 |
3226 | 2025-05-13T20:55:23.417Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3227 | 2025-05-13T20:55:23.657Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3228 | 2025-05-13T20:55:23.693Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3229 | 2025-05-13T20:55:23.821Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3230 | 2025-05-13T20:55:23.959Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
3231 | 2025-05-13T20:55:24.025Z | Checking secrecy v0.8.0 |
3232 | 2025-05-13T20:55:24.207Z | Checking atty v0.2.14 |
3233 | 2025-05-13T20:55:24.249Z | Checking crc8 v0.1.1 |
3234 | 2025-05-13T20:55:24.375Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
3235 | 2025-05-13T20:55:24.412Z | Checking hyper-staticfile v0.10.1 |
3236 | 2025-05-13T20:55:24.519Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3237 | 2025-05-13T20:55:24.881Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3238 | 2025-05-13T20:55:24.885Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3239 | 2025-05-13T20:55:25.069Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3240 | 2025-05-13T20:55:25.247Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3241 | 2025-05-13T20:55:25.607Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3242 | 2025-05-13T20:55:25.666Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3243 | 2025-05-13T20:55:25.731Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
3244 | 2025-05-13T20:55:25.752Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3245 | 2025-05-13T20:55:26.325Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3246 | 2025-05-13T20:55:26.754Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3247 | 2025-05-13T20:55:26.785Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3248 | 2025-05-13T20:55:27.159Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3249 | 2025-05-13T20:55:27.159Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3250 | 2025-05-13T20:55:27.346Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3251 | 2025-05-13T20:55:27.897Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3252 | 2025-05-13T20:55:28.256Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3253 | 2025-05-13T20:55:28.538Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3254 | 2025-05-13T20:55:29.572Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3255 | 2025-05-13T20:55:36.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3256 | 2025-05-13T20:55:49.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.16s |
3257 | 2025-05-13T20:55:49.654Z | |
3258 | 2025-05-13T20:55:49.654Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/214) |
3259 | 2025-05-13T20:55:50.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-05-13T20:55:50.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-05-13T20:55:50.496Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3262 | 2025-05-13T20:56:04.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3263 | 2025-05-13T20:56:04.231Z | |
3264 | 2025-05-13T20:56:04.231Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/214) |
3265 | 2025-05-13T20:56:04.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-05-13T20:56:04.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-05-13T20:56:05.065Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3268 | 2025-05-13T20:56:18.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
3269 | 2025-05-13T20:56:18.801Z | |
3270 | 2025-05-13T20:56:18.801Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/214) |
3271 | 2025-05-13T20:56:19.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-05-13T20:56:19.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-05-13T20:56:19.638Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3274 | 2025-05-13T20:56:33.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s |
3275 | 2025-05-13T20:56:33.256Z | |
3276 | 2025-05-13T20:56:33.256Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/214) |
3277 | 2025-05-13T20:56:34.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-05-13T20:56:34.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-05-13T20:56:34.501Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3280 | 2025-05-13T20:56:47.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
3281 | 2025-05-13T20:56:47.865Z | |
3282 | 2025-05-13T20:56:47.865Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/214) |
3283 | 2025-05-13T20:56:48.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-05-13T20:56:48.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-05-13T20:56:48.710Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3286 | 2025-05-13T20:57:02.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3287 | 2025-05-13T20:57:02.502Z | |
3288 | 2025-05-13T20:57:02.503Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/214) |
3289 | 2025-05-13T20:57:03.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-05-13T20:57:03.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-05-13T20:57:03.627Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3292 | 2025-05-13T20:57:16.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
3293 | 2025-05-13T20:57:17.111Z | |
3294 | 2025-05-13T20:57:17.111Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/214) |
3295 | 2025-05-13T20:57:17.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-05-13T20:57:17.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-05-13T20:57:17.966Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3298 | 2025-05-13T20:57:31.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
3299 | 2025-05-13T20:57:31.793Z | |
3300 | 2025-05-13T20:57:31.793Z | info: running `cargo check --bins` on bootstrap-agent-api (144/214) |
3301 | 2025-05-13T20:57:32.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-05-13T20:57:32.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-05-13T20:57:32.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2025-05-13T20:57:32.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3305 | 2025-05-13T20:57:32.561Z | |
3306 | 2025-05-13T20:57:32.561Z | info: running `cargo check --bins` on key-manager (145/214) |
3307 | 2025-05-13T20:57:33.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-05-13T20:57:33.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-05-13T20:57:33.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2025-05-13T20:57:33.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3311 | 2025-05-13T20:57:33.302Z | |
3312 | 2025-05-13T20:57:33.302Z | info: running `cargo check --bins` on range-requests (146/214) |
3313 | 2025-05-13T20:57:33.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-05-13T20:57:33.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-05-13T20:57:33.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2025-05-13T20:57:33.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3317 | 2025-05-13T20:57:34.021Z | |
3318 | 2025-05-13T20:57:34.021Z | info: running `cargo check --bins` on repo-depot-api (147/214) |
3319 | 2025-05-13T20:57:34.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-05-13T20:57:34.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-05-13T20:57:34.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-05-13T20:57:34.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3323 | 2025-05-13T20:57:34.746Z | |
3324 | 2025-05-13T20:57:34.746Z | info: running `cargo check --bins` on sled-agent-api (148/214) |
3325 | 2025-05-13T20:57:35.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-05-13T20:57:35.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-05-13T20:57:35.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2025-05-13T20:57:35.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3329 | 2025-05-13T20:57:35.520Z | |
3330 | 2025-05-13T20:57:35.520Z | info: running `cargo check --bins` on sled-diagnostics (149/214) |
3331 | 2025-05-13T20:57:36.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-05-13T20:57:36.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-05-13T20:57:36.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2025-05-13T20:57:36.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3335 | 2025-05-13T20:57:36.282Z | |
3336 | 2025-05-13T20:57:36.282Z | info: running `cargo check --bins --no-default-features` on sled-storage (150/214) |
3337 | 2025-05-13T20:57:36.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-05-13T20:57:36.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-05-13T20:57:36.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-05-13T20:57:36.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3341 | 2025-05-13T20:57:37.034Z | |
3342 | 2025-05-13T20:57:37.034Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (151/214) |
3343 | 2025-05-13T20:57:37.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-05-13T20:57:37.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-05-13T20:57:37.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-05-13T20:57:37.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3347 | 2025-05-13T20:57:37.791Z | |
3348 | 2025-05-13T20:57:37.791Z | info: running `cargo check --bins --no-default-features` on sled-hardware (152/214) |
3349 | 2025-05-13T20:57:38.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-05-13T20:57:38.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-05-13T20:57:38.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-05-13T20:57:38.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3353 | 2025-05-13T20:57:38.550Z | |
3354 | 2025-05-13T20:57:38.550Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (153/214) |
3355 | 2025-05-13T20:57:39.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-05-13T20:57:39.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-05-13T20:57:39.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-05-13T20:57:39.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3359 | 2025-05-13T20:57:39.298Z | |
3360 | 2025-05-13T20:57:39.299Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (154/214) |
3361 | 2025-05-13T20:57:39.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-05-13T20:57:39.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-05-13T20:57:39.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-05-13T20:57:39.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3365 | 2025-05-13T20:57:40.083Z | |
3366 | 2025-05-13T20:57:40.083Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (155/214) |
3367 | 2025-05-13T20:57:40.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-05-13T20:57:40.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-05-13T20:57:40.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-05-13T20:57:40.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3371 | 2025-05-13T20:57:40.865Z | |
3372 | 2025-05-13T20:57:40.865Z | info: running `cargo check --bins` on sled-agent-zone-images (156/214) |
3373 | 2025-05-13T20:57:41.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-05-13T20:57:41.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-05-13T20:57:41.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-05-13T20:57:41.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3377 | 2025-05-13T20:57:41.625Z | |
3378 | 2025-05-13T20:57:41.625Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (157/214) |
3379 | 2025-05-13T20:57:42.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-05-13T20:57:42.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-05-13T20:57:42.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-05-13T20:57:42.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3383 | 2025-05-13T20:57:42.393Z | |
3384 | 2025-05-13T20:57:42.393Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (158/214) |
3385 | 2025-05-13T20:57:43.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-05-13T20:57:43.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-05-13T20:57:43.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3388 | 2025-05-13T20:57:43.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3389 | 2025-05-13T20:57:43.174Z | |
3390 | 2025-05-13T20:57:43.175Z | info: running `cargo check --bins` on nexus-test-interface (159/214) |
3391 | 2025-05-13T20:57:43.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2025-05-13T20:57:43.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2025-05-13T20:57:43.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2025-05-13T20:57:43.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3395 | 2025-05-13T20:57:43.952Z | |
3396 | 2025-05-13T20:57:43.952Z | info: running `cargo check --bins` on oximeter-collector (160/214) |
3397 | 2025-05-13T20:57:44.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2025-05-13T20:57:44.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2025-05-13T20:57:44.766Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3400 | 2025-05-13T20:57:44.767Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3401 | 2025-05-13T20:57:45.630Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3402 | 2025-05-13T20:57:47.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
3403 | 2025-05-13T20:57:47.782Z | |
3404 | 2025-05-13T20:57:47.782Z | info: running `cargo check --bins` on oximeter-api (161/214) |
3405 | 2025-05-13T20:57:48.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-05-13T20:57:48.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-05-13T20:57:48.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2025-05-13T20:57:48.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3409 | 2025-05-13T20:57:48.526Z | |
3410 | 2025-05-13T20:57:48.526Z | info: running `cargo check --bins` on cert-dev (162/214) |
3411 | 2025-05-13T20:57:49.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-05-13T20:57:49.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-05-13T20:57:49.238Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3414 | 2025-05-13T20:57:49.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3415 | 2025-05-13T20:57:49.723Z | |
3416 | 2025-05-13T20:57:49.723Z | info: running `cargo check --bins` on clickana (163/214) |
3417 | 2025-05-13T20:57:50.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-05-13T20:57:50.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-05-13T20:57:50.492Z | Checking itertools v0.13.0 |
3420 | 2025-05-13T20:57:50.492Z | Checking castaway v0.2.3 |
3421 | 2025-05-13T20:57:50.495Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3422 | 2025-05-13T20:57:50.495Z | Checking lru v0.12.5 |
3423 | 2025-05-13T20:57:50.495Z | Compiling instability v0.3.2 |
3424 | 2025-05-13T20:57:50.495Z | Checking cassowary v0.3.0 |
3425 | 2025-05-13T20:57:50.605Z | Compiling indoc v2.0.6 |
3426 | 2025-05-13T20:57:50.782Z | Checking compact_str v0.8.0 |
3427 | 2025-05-13T20:57:52.313Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3428 | 2025-05-13T20:57:52.326Z | Checking unicode-truncate v1.1.0 |
3429 | 2025-05-13T20:57:52.505Z | Checking ratatui v0.29.0 |
3430 | 2025-05-13T20:57:54.334Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3431 | 2025-05-13T20:57:55.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
3432 | 2025-05-13T20:57:55.343Z | |
3433 | 2025-05-13T20:57:55.343Z | info: running `cargo check --bins` on clickhouse-cluster-dev (164/214) |
3434 | 2025-05-13T20:57:56.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3435 | 2025-05-13T20:57:56.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3436 | 2025-05-13T20:57:56.150Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3437 | 2025-05-13T20:57:56.150Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3438 | 2025-05-13T20:57:57.194Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3439 | 2025-05-13T20:57:57.672Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3440 | 2025-05-13T20:57:58.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3441 | 2025-05-13T20:57:58.275Z | |
3442 | 2025-05-13T20:57:58.275Z | info: running `cargo check --bins` on ch-dev (165/214) |
3443 | 2025-05-13T20:57:58.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3444 | 2025-05-13T20:57:58.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3445 | 2025-05-13T20:57:59.039Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3446 | 2025-05-13T20:57:59.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3447 | 2025-05-13T20:58:00.009Z | |
3448 | 2025-05-13T20:58:00.009Z | info: running `cargo check --bins` on dev-tools-common (166/214) |
3449 | 2025-05-13T20:58:00.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3450 | 2025-05-13T20:58:00.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3451 | 2025-05-13T20:58:00.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3452 | 2025-05-13T20:58:00.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3453 | 2025-05-13T20:58:00.567Z | |
3454 | 2025-05-13T20:58:00.567Z | info: running `cargo check --bins` on crdb-seed (167/214) |
3455 | 2025-05-13T20:58:01.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2025-05-13T20:58:01.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2025-05-13T20:58:01.335Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3458 | 2025-05-13T20:58:01.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3459 | 2025-05-13T20:58:01.921Z | |
3460 | 2025-05-13T20:58:01.921Z | info: running `cargo check --bins` on db-dev (168/214) |
3461 | 2025-05-13T20:58:02.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2025-05-13T20:58:02.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2025-05-13T20:58:02.704Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3464 | 2025-05-13T20:58:03.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3465 | 2025-05-13T20:58:03.699Z | |
3466 | 2025-05-13T20:58:03.699Z | info: running `cargo check --bins` on omicron-dev-lib (169/214) |
3467 | 2025-05-13T20:58:04.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2025-05-13T20:58:04.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2025-05-13T20:58:04.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3470 | 2025-05-13T20:58:04.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3471 | 2025-05-13T20:58:04.462Z | |
3472 | 2025-05-13T20:58:04.463Z | info: running `cargo check --bins` on xtask-downloader (170/214) |
3473 | 2025-05-13T20:58:05.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-05-13T20:58:05.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-05-13T20:58:05.175Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3476 | 2025-05-13T20:58:06.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3477 | 2025-05-13T20:58:06.202Z | |
3478 | 2025-05-13T20:58:06.202Z | info: running `cargo check --bins` on omicron-ls-apis (171/214) |
3479 | 2025-05-13T20:58:06.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-05-13T20:58:06.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-05-13T20:58:06.921Z | Checking cargo-platform v0.1.8 |
3482 | 2025-05-13T20:58:07.204Z | Checking cargo_metadata v0.19.2 |
3483 | 2025-05-13T20:58:08.187Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3484 | 2025-05-13T20:58:09.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
3485 | 2025-05-13T20:58:09.203Z | |
3486 | 2025-05-13T20:58:09.203Z | info: running `cargo check --bins` on mgs-dev (172/214) |
3487 | 2025-05-13T20:58:09.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2025-05-13T20:58:09.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2025-05-13T20:58:10.032Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3490 | 2025-05-13T20:58:11.747Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3491 | 2025-05-13T20:58:12.321Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3492 | 2025-05-13T20:58:12.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3493 | 2025-05-13T20:58:13.061Z | |
3494 | 2025-05-13T20:58:13.061Z | info: running `cargo check --bins` on omicron-omdb (173/214) |
3495 | 2025-05-13T20:58:13.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-05-13T20:58:13.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-05-13T20:58:13.981Z | Compiling crunchy v0.2.2 |
3498 | 2025-05-13T20:58:13.984Z | Compiling dsl_auto_type v0.1.2 |
3499 | 2025-05-13T20:58:14.108Z | Checking scheduled-thread-pool v0.2.7 |
3500 | 2025-05-13T20:58:14.111Z | Compiling diesel_table_macro_syntax v0.2.0 |
3501 | 2025-05-13T20:58:14.112Z | Compiling tiny-keccak v2.0.2 |
3502 | 2025-05-13T20:58:14.112Z | Compiling bit-vec v0.6.3 |
3503 | 2025-05-13T20:58:14.112Z | Compiling ascii-canvas v3.0.0 |
3504 | 2025-05-13T20:58:14.112Z | Compiling ena v0.14.3 |
3505 | 2025-05-13T20:58:14.378Z | Checking r2d2 v0.8.10 |
3506 | 2025-05-13T20:58:14.542Z | Compiling bit-set v0.5.3 |
3507 | 2025-05-13T20:58:14.561Z | Compiling diff v0.1.13 |
3508 | 2025-05-13T20:58:14.615Z | Compiling regex-syntax v0.6.29 |
3509 | 2025-05-13T20:58:14.633Z | Compiling bindgen v0.71.1 |
3510 | 2025-05-13T20:58:14.636Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3511 | 2025-05-13T20:58:14.670Z | Compiling rustc-hash v2.1.1 |
3512 | 2025-05-13T20:58:14.804Z | Compiling ref-cast v1.0.23 |
3513 | 2025-05-13T20:58:14.878Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3514 | 2025-05-13T20:58:14.895Z | Compiling derive_builder_core v0.20.2 |
3515 | 2025-05-13T20:58:15.080Z | Compiling libxml v0.3.3 |
3516 | 2025-05-13T20:58:15.191Z | Compiling ref-cast-impl v1.0.23 |
3517 | 2025-05-13T20:58:15.408Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3518 | 2025-05-13T20:58:15.425Z | Compiling diesel_derives v2.2.3 |
3519 | 2025-05-13T20:58:15.472Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3520 | 2025-05-13T20:58:15.540Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3521 | 2025-05-13T20:58:15.947Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3522 | 2025-05-13T20:58:15.967Z | Compiling strum_macros v0.24.3 |
3523 | 2025-05-13T20:58:16.271Z | Compiling indoc v1.0.9 |
3524 | 2025-05-13T20:58:16.989Z | Compiling derive_builder_macro v0.20.2 |
3525 | 2025-05-13T20:58:17.148Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3526 | 2025-05-13T20:58:17.486Z | Compiling impl-trait-for-tuples v0.2.2 |
3527 | 2025-05-13T20:58:17.898Z | Compiling lalrpop v0.19.12 |
3528 | 2025-05-13T20:58:17.932Z | Checking derive_builder v0.20.2 |
3529 | 2025-05-13T20:58:18.116Z | Compiling oso-derive v0.27.3 |
3530 | 2025-05-13T20:58:18.405Z | Checking quick-xml v0.37.2 |
3531 | 2025-05-13T20:58:19.104Z | Checking maplit v1.0.2 |
3532 | 2025-05-13T20:58:19.207Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3533 | 2025-05-13T20:58:19.238Z | Compiling diesel-dtrace v0.4.2 |
3534 | 2025-05-13T20:58:19.685Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3535 | 2025-05-13T20:58:19.793Z | Checking bb8 v0.8.5 |
3536 | 2025-05-13T20:58:20.041Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3537 | 2025-05-13T20:58:20.300Z | Checking io-lifetimes v1.0.11 |
3538 | 2025-05-13T20:58:20.403Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3539 | 2025-05-13T20:58:20.426Z | Checking rand_seeder v0.3.0 |
3540 | 2025-05-13T20:58:20.506Z | Checking rustix v0.37.28 |
3541 | 2025-05-13T20:58:20.704Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3542 | 2025-05-13T20:58:20.757Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3543 | 2025-05-13T20:58:20.802Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3544 | 2025-05-13T20:58:21.004Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3545 | 2025-05-13T20:58:21.355Z | Checking is_ci v1.2.0 |
3546 | 2025-05-13T20:58:21.508Z | Checking smawk v0.3.2 |
3547 | 2025-05-13T20:58:21.560Z | Checking terminal_size v0.2.6 |
3548 | 2025-05-13T20:58:21.740Z | Checking unicode-linebreak v0.1.5 |
3549 | 2025-05-13T20:58:21.762Z | Checking supports-color v3.0.2 |
3550 | 2025-05-13T20:58:22.018Z | Checking support-bundle-viewer v0.1.0 |
3551 | 2025-05-13T20:58:22.209Z | Checking textwrap v0.16.1 |
3552 | 2025-05-13T20:58:22.457Z | Checking multimap v0.10.0 |
3553 | 2025-05-13T20:58:22.958Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3554 | 2025-05-13T20:58:24.389Z | Checking diesel v2.2.10 |
3555 | 2025-05-13T20:58:39.211Z | Compiling samael v0.0.18 |
3556 | 2025-05-13T20:58:54.635Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3557 | 2025-05-13T20:58:55.476Z | Checking async-bb8-diesel v0.2.1 |
3558 | 2025-05-13T20:58:57.412Z | Compiling polar-core v0.27.3 |
3559 | 2025-05-13T20:59:04.556Z | Checking oso v0.27.3 |
3560 | 2025-05-13T20:59:39.759Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3561 | 2025-05-13T21:00:09.838Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3562 | 2025-05-13T21:00:18.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
3563 | 2025-05-13T21:00:19.131Z | |
3564 | 2025-05-13T21:00:19.131Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (174/214) |
3565 | 2025-05-13T21:00:19.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2025-05-13T21:00:19.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2025-05-13T21:00:19.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2025-05-13T21:00:19.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3569 | 2025-05-13T21:00:19.948Z | |
3570 | 2025-05-13T21:00:19.948Z | info: running `cargo check --bins` on nexus-saga-recovery (175/214) |
3571 | 2025-05-13T21:00:20.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-05-13T21:00:20.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-05-13T21:00:20.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3574 | 2025-05-13T21:00:20.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3575 | 2025-05-13T21:00:20.763Z | |
3576 | 2025-05-13T21:00:20.764Z | info: running `cargo check --bins` on nexus-test-utils-macros (176/214) |
3577 | 2025-05-13T21:00:21.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-05-13T21:00:21.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-05-13T21:00:21.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3580 | 2025-05-13T21:00:21.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3581 | 2025-05-13T21:00:21.478Z | |
3582 | 2025-05-13T21:00:21.479Z | info: running `cargo check --bins` on omicron-nexus (177/214) |
3583 | 2025-05-13T21:00:22.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-05-13T21:00:22.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-05-13T21:00:22.403Z | Compiling libz-sys v1.1.20 |
3586 | 2025-05-13T21:00:22.406Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3587 | 2025-05-13T21:00:22.540Z | Compiling vergen v8.3.2 |
3588 | 2025-05-13T21:00:22.544Z | Compiling cargo-platform v0.1.8 |
3589 | 2025-05-13T21:00:22.544Z | Compiling pin-project-internal v1.1.6 |
3590 | 2025-05-13T21:00:22.544Z | Compiling snafu-derive v0.8.5 |
3591 | 2025-05-13T21:00:22.544Z | Compiling fs-err v2.11.0 |
3592 | 2025-05-13T21:00:22.544Z | Compiling rustls v0.21.12 |
3593 | 2025-05-13T21:00:22.942Z | Checking globset v0.4.15 |
3594 | 2025-05-13T21:00:22.960Z | Compiling cargo_metadata v0.18.1 |
3595 | 2025-05-13T21:00:23.068Z | Checking olpc-cjson v0.1.4 |
3596 | 2025-05-13T21:00:23.145Z | Checking sct v0.7.1 |
3597 | 2025-05-13T21:00:23.231Z | Checking rustls-webpki v0.101.7 |
3598 | 2025-05-13T21:00:23.283Z | Checking serde_plain v1.0.2 |
3599 | 2025-05-13T21:00:23.426Z | Checking typed-path v0.9.3 |
3600 | 2025-05-13T21:00:23.560Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3601 | 2025-05-13T21:00:23.849Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3602 | 2025-05-13T21:00:23.885Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3603 | 2025-05-13T21:00:24.136Z | Checking parse-size v1.1.0 |
3604 | 2025-05-13T21:00:24.249Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3605 | 2025-05-13T21:00:24.398Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3606 | 2025-05-13T21:00:24.636Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3607 | 2025-05-13T21:00:25.138Z | Checking pin-project v1.1.6 |
3608 | 2025-05-13T21:00:25.291Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3609 | 2025-05-13T21:00:25.294Z | Checking rustls-pemfile v1.0.4 |
3610 | 2025-05-13T21:00:25.530Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3611 | 2025-05-13T21:00:25.683Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3612 | 2025-05-13T21:00:25.762Z | Checking twox-hash v2.1.0 |
3613 | 2025-05-13T21:00:25.875Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3614 | 2025-05-13T21:00:26.160Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3615 | 2025-05-13T21:00:26.390Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3616 | 2025-05-13T21:00:26.837Z | Checking tokio-rustls v0.24.1 |
3617 | 2025-05-13T21:00:27.106Z | Checking snafu v0.8.5 |
3618 | 2025-05-13T21:00:27.150Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3619 | 2025-05-13T21:00:27.543Z | Checking tough v0.20.0 |
3620 | 2025-05-13T21:00:27.641Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3621 | 2025-05-13T21:00:27.764Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
3622 | 2025-05-13T21:00:27.943Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3623 | 2025-05-13T21:00:28.060Z | Checking fatfs v0.3.6 |
3624 | 2025-05-13T21:00:28.063Z | Checking assert_matches v1.5.0 |
3625 | 2025-05-13T21:00:31.558Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3626 | 2025-05-13T21:00:32.751Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3627 | 2025-05-13T21:00:34.373Z | Compiling git2 v0.19.0 |
3628 | 2025-05-13T21:00:38.336Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
3629 | 2025-05-13T21:01:33.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3630 | 2025-05-13T21:01:33.850Z | |
3631 | 2025-05-13T21:01:33.850Z | info: running `cargo check --bins` on nexus-background-task-interface (178/214) |
3632 | 2025-05-13T21:01:34.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2025-05-13T21:01:34.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2025-05-13T21:01:34.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3635 | 2025-05-13T21:01:34.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3636 | 2025-05-13T21:01:34.605Z | |
3637 | 2025-05-13T21:01:34.605Z | info: running `cargo check --bins` on nexus-external-api (179/214) |
3638 | 2025-05-13T21:01:35.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3639 | 2025-05-13T21:01:35.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3640 | 2025-05-13T21:01:35.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3641 | 2025-05-13T21:01:35.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3642 | 2025-05-13T21:01:35.428Z | |
3643 | 2025-05-13T21:01:35.428Z | info: running `cargo check --bins` on nexus-internal-api (180/214) |
3644 | 2025-05-13T21:01:36.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3645 | 2025-05-13T21:01:36.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3646 | 2025-05-13T21:01:36.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3647 | 2025-05-13T21:01:36.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3648 | 2025-05-13T21:01:36.165Z | |
3649 | 2025-05-13T21:01:36.165Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (181/214) |
3650 | 2025-05-13T21:01:36.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3651 | 2025-05-13T21:01:36.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3652 | 2025-05-13T21:01:36.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3653 | 2025-05-13T21:01:36.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3654 | 2025-05-13T21:01:36.951Z | |
3655 | 2025-05-13T21:01:36.951Z | info: running `cargo check --bins` on nexus-mgs-updates (182/214) |
3656 | 2025-05-13T21:01:37.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3657 | 2025-05-13T21:01:37.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3658 | 2025-05-13T21:01:37.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3659 | 2025-05-13T21:01:37.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3660 | 2025-05-13T21:01:37.716Z | |
3661 | 2025-05-13T21:01:37.716Z | info: running `cargo check --bins` on nexus-networking (183/214) |
3662 | 2025-05-13T21:01:38.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3663 | 2025-05-13T21:01:38.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3664 | 2025-05-13T21:01:38.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3665 | 2025-05-13T21:01:38.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3666 | 2025-05-13T21:01:38.527Z | |
3667 | 2025-05-13T21:01:38.527Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (184/214) |
3668 | 2025-05-13T21:01:39.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3669 | 2025-05-13T21:01:39.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3670 | 2025-05-13T21:01:39.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3671 | 2025-05-13T21:01:39.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3672 | 2025-05-13T21:01:39.330Z | |
3673 | 2025-05-13T21:01:39.330Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (185/214) |
3674 | 2025-05-13T21:01:40.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3675 | 2025-05-13T21:01:40.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3676 | 2025-05-13T21:01:40.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3677 | 2025-05-13T21:01:40.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3678 | 2025-05-13T21:01:40.143Z | |
3679 | 2025-05-13T21:01:40.144Z | info: running `cargo check --bins` on update-common (186/214) |
3680 | 2025-05-13T21:01:40.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3681 | 2025-05-13T21:01:40.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3682 | 2025-05-13T21:01:40.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3683 | 2025-05-13T21:01:40.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3684 | 2025-05-13T21:01:40.905Z | |
3685 | 2025-05-13T21:01:40.905Z | info: running `cargo check --bins` on omicron-dev (187/214) |
3686 | 2025-05-13T21:01:41.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3687 | 2025-05-13T21:01:41.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3688 | 2025-05-13T21:01:41.882Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3689 | 2025-05-13T21:01:41.889Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3690 | 2025-05-13T21:01:42.033Z | Checking yansi v1.0.1 |
3691 | 2025-05-13T21:01:42.033Z | Checking diff v0.1.13 |
3692 | 2025-05-13T21:01:42.042Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3693 | 2025-05-13T21:01:42.051Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3694 | 2025-05-13T21:01:42.483Z | Checking pretty_assertions v1.4.1 |
3695 | 2025-05-13T21:01:43.105Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3696 | 2025-05-13T21:02:09.389Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3697 | 2025-05-13T21:02:09.804Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3698 | 2025-05-13T21:02:09.804Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3699 | 2025-05-13T21:02:09.804Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3700 | 2025-05-13T21:02:09.804Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3701 | 2025-05-13T21:02:09.804Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3702 | 2025-05-13T21:02:09.829Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3703 | 2025-05-13T21:02:10.995Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3704 | 2025-05-13T21:02:57.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
3705 | 2025-05-13T21:02:57.625Z | |
3706 | 2025-05-13T21:02:57.625Z | info: running `cargo check --bins` on openapi-manager (188/214) |
3707 | 2025-05-13T21:02:58.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3708 | 2025-05-13T21:02:58.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3709 | 2025-05-13T21:02:58.446Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3710 | 2025-05-13T21:02:58.446Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3711 | 2025-05-13T21:02:58.575Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3712 | 2025-05-13T21:02:58.578Z | Checking heck v0.4.1 |
3713 | 2025-05-13T21:02:58.597Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3714 | 2025-05-13T21:02:58.783Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3715 | 2025-05-13T21:02:59.006Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3716 | 2025-05-13T21:02:59.686Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3717 | 2025-05-13T21:03:01.922Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3718 | 2025-05-13T21:03:03.409Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3719 | 2025-05-13T21:03:04.227Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3720 | 2025-05-13T21:03:05.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.01s |
3721 | 2025-05-13T21:03:05.838Z | |
3722 | 2025-05-13T21:03:05.839Z | info: running `cargo check --bins` on installinator-api (189/214) |
3723 | 2025-05-13T21:03:06.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3724 | 2025-05-13T21:03:06.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3725 | 2025-05-13T21:03:06.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3726 | 2025-05-13T21:03:06.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3727 | 2025-05-13T21:03:06.607Z | |
3728 | 2025-05-13T21:03:06.607Z | info: running `cargo check --bins` on wicketd-api (190/214) |
3729 | 2025-05-13T21:03:07.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3730 | 2025-05-13T21:03:07.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3731 | 2025-05-13T21:03:07.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3732 | 2025-05-13T21:03:07.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3733 | 2025-05-13T21:03:07.366Z | |
3734 | 2025-05-13T21:03:07.366Z | info: running `cargo check --bins` on omicron-pins (191/214) |
3735 | 2025-05-13T21:03:07.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3736 | 2025-05-13T21:03:08.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3737 | 2025-05-13T21:03:08.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3738 | 2025-05-13T21:03:08.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3739 | 2025-05-13T21:03:08.081Z | |
3740 | 2025-05-13T21:03:08.081Z | info: running `cargo check --bins` on reconfigurator-cli (192/214) |
3741 | 2025-05-13T21:03:08.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3742 | 2025-05-13T21:03:08.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3743 | 2025-05-13T21:03:08.880Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3744 | 2025-05-13T21:03:08.880Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3745 | 2025-05-13T21:03:08.884Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3746 | 2025-05-13T21:03:09.026Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3747 | 2025-05-13T21:03:09.029Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3748 | 2025-05-13T21:03:09.029Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3749 | 2025-05-13T21:03:09.066Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3750 | 2025-05-13T21:03:09.070Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3751 | 2025-05-13T21:03:09.287Z | Compiling petname v2.0.2 |
3752 | 2025-05-13T21:03:09.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3753 | 2025-05-13T21:03:09.353Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3754 | 2025-05-13T21:03:09.661Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3755 | 2025-05-13T21:03:10.017Z | Checking sync-ptr v0.1.1 |
3756 | 2025-05-13T21:03:10.267Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3757 | 2025-05-13T21:03:11.674Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3758 | 2025-05-13T21:03:12.723Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3759 | 2025-05-13T21:03:13.758Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3760 | 2025-05-13T21:03:24.529Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3761 | 2025-05-13T21:03:24.532Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3762 | 2025-05-13T21:03:25.176Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3763 | 2025-05-13T21:03:26.321Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3764 | 2025-05-13T21:03:28.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s |
3765 | 2025-05-13T21:03:28.440Z | |
3766 | 2025-05-13T21:03:28.440Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (193/214) |
3767 | 2025-05-13T21:03:29.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3768 | 2025-05-13T21:03:29.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3769 | 2025-05-13T21:03:29.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3770 | 2025-05-13T21:03:29.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3771 | 2025-05-13T21:03:29.233Z | |
3772 | 2025-05-13T21:03:29.233Z | info: running `cargo check --bins` on omicron-repl-utils (194/214) |
3773 | 2025-05-13T21:03:29.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3774 | 2025-05-13T21:03:29.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3775 | 2025-05-13T21:03:29.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3776 | 2025-05-13T21:03:29.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3777 | 2025-05-13T21:03:29.957Z | |
3778 | 2025-05-13T21:03:29.958Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (195/214) |
3779 | 2025-05-13T21:03:30.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3780 | 2025-05-13T21:03:30.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3781 | 2025-05-13T21:03:30.807Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3782 | 2025-05-13T21:03:31.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
3783 | 2025-05-13T21:03:32.061Z | |
3784 | 2025-05-13T21:03:32.061Z | info: running `cargo check --bins` on reconfigurator-sp-updater (196/214) |
3785 | 2025-05-13T21:03:32.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3786 | 2025-05-13T21:03:32.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3787 | 2025-05-13T21:03:32.841Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3788 | 2025-05-13T21:03:33.276Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3789 | 2025-05-13T21:03:34.257Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3790 | 2025-05-13T21:03:34.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
3791 | 2025-05-13T21:03:35.064Z | |
3792 | 2025-05-13T21:03:35.064Z | info: running `cargo check --bins` on omicron-releng (197/214) |
3793 | 2025-05-13T21:03:35.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3794 | 2025-05-13T21:03:35.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3795 | 2025-05-13T21:03:35.805Z | Compiling blake3 v1.5.4 |
3796 | 2025-05-13T21:03:35.809Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3797 | 2025-05-13T21:03:35.929Z | Checking memmap2 v0.9.5 |
3798 | 2025-05-13T21:03:35.932Z | Checking arrayref v0.3.9 |
3799 | 2025-05-13T21:03:35.932Z | Checking arrayvec v0.7.6 |
3800 | 2025-05-13T21:03:35.932Z | Checking constant_time_eq v0.3.1 |
3801 | 2025-05-13T21:03:35.974Z | Checking topological-sort v0.2.2 |
3802 | 2025-05-13T21:03:35.977Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3803 | 2025-05-13T21:03:36.013Z | Checking shell-words v1.1.0 |
3804 | 2025-05-13T21:03:36.437Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3805 | 2025-05-13T21:03:36.688Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3806 | 2025-05-13T21:03:37.166Z | Checking omicron-zone-package v0.12.2 |
3807 | 2025-05-13T21:03:38.332Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3808 | 2025-05-13T21:03:39.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3809 | 2025-05-13T21:03:39.564Z | |
3810 | 2025-05-13T21:03:39.564Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (198/214) |
3811 | 2025-05-13T21:03:40.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-05-13T21:03:40.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-05-13T21:03:40.318Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3814 | 2025-05-13T21:03:40.700Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3815 | 2025-05-13T21:03:41.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3816 | 2025-05-13T21:03:41.333Z | |
3817 | 2025-05-13T21:03:41.333Z | info: running `cargo check --bins` on xtask (199/214) |
3818 | 2025-05-13T21:03:41.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3819 | 2025-05-13T21:03:41.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3820 | 2025-05-13T21:03:41.885Z | Checking bitflags v2.9.0 |
3821 | 2025-05-13T21:03:41.888Z | Checking serde v1.0.219 |
3822 | 2025-05-13T21:03:41.888Z | Checking thiserror v1.0.69 |
3823 | 2025-05-13T21:03:41.992Z | Checking scroll v0.12.0 |
3824 | 2025-05-13T21:03:42.000Z | Checking log v0.4.22 |
3825 | 2025-05-13T21:03:42.003Z | Checking hashbrown v0.15.1 |
3826 | 2025-05-13T21:03:42.011Z | Checking zerocopy v0.7.35 |
3827 | 2025-05-13T21:03:42.039Z | Checking syn v2.0.98 |
3828 | 2025-05-13T21:03:42.098Z | Checking pest v2.7.14 |
3829 | 2025-05-13T21:03:42.240Z | Checking rustix v0.38.37 |
3830 | 2025-05-13T21:03:42.269Z | Checking once_cell v1.21.3 |
3831 | 2025-05-13T21:03:42.418Z | Checking goblin v0.8.2 |
3832 | 2025-05-13T21:03:42.578Z | Checking thiserror v2.0.12 |
3833 | 2025-05-13T21:03:42.748Z | Checking fs-err v3.1.0 |
3834 | 2025-05-13T21:03:42.999Z | Checking indexmap v2.9.0 |
3835 | 2025-05-13T21:03:43.088Z | Checking tabled v0.15.0 |
3836 | 2025-05-13T21:03:43.178Z | Checking anyhow v1.0.98 |
3837 | 2025-05-13T21:03:43.587Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
3838 | 2025-05-13T21:03:44.061Z | Checking terminal_size v0.4.0 |
3839 | 2025-05-13T21:03:44.061Z | Checking tempfile v3.13.0 |
3840 | 2025-05-13T21:03:44.253Z | Checking clap_builder v4.5.35 |
3841 | 2025-05-13T21:03:44.883Z | Checking dtrace-parser v0.2.0 |
3842 | 2025-05-13T21:03:45.846Z | Checking serde_json v1.0.140 |
3843 | 2025-05-13T21:03:45.847Z | Checking toml_datetime v0.6.8 |
3844 | 2025-05-13T21:03:45.850Z | Checking serde_spanned v0.6.8 |
3845 | 2025-05-13T21:03:45.850Z | Checking camino v1.1.9 |
3846 | 2025-05-13T21:03:45.850Z | Checking cargo-platform v0.1.8 |
3847 | 2025-05-13T21:03:46.087Z | Checking semver v1.0.26 |
3848 | 2025-05-13T21:03:46.171Z | Checking macaddr v1.0.1 |
3849 | 2025-05-13T21:03:46.184Z | Checking toml_edit v0.22.24 |
3850 | 2025-05-13T21:03:46.356Z | Checking camino-tempfile v1.3.0 |
3851 | 2025-05-13T21:03:46.620Z | Checking clap v4.5.35 |
3852 | 2025-05-13T21:03:47.013Z | Checking dof v0.3.0 |
3853 | 2025-05-13T21:03:47.013Z | Checking cargo_metadata v0.19.2 |
3854 | 2025-05-13T21:03:47.414Z | Checking usdt-impl v0.5.0 |
3855 | 2025-05-13T21:03:47.785Z | Checking usdt v0.5.0 |
3856 | 2025-05-13T21:03:48.025Z | Checking toml v0.8.20 |
3857 | 2025-05-13T21:03:48.469Z | Checking cargo_toml v0.21.0 |
3858 | 2025-05-13T21:03:49.604Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3859 | 2025-05-13T21:03:50.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s |
3860 | 2025-05-13T21:03:50.372Z | |
3861 | 2025-05-13T21:03:50.372Z | info: running `cargo check --bins` on end-to-end-tests (200/214) |
3862 | 2025-05-13T21:03:51.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3863 | 2025-05-13T21:03:51.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3864 | 2025-05-13T21:03:51.251Z | Checking polyval v0.6.2 |
3865 | 2025-05-13T21:03:51.255Z | Checking ctr v0.9.2 |
3866 | 2025-05-13T21:03:51.388Z | Checking ssh-encoding v0.2.0 |
3867 | 2025-05-13T21:03:51.391Z | Checking blowfish v0.9.1 |
3868 | 2025-05-13T21:03:51.415Z | Checking password-hash v0.4.2 |
3869 | 2025-05-13T21:03:51.433Z | Checking p256 v0.13.2 |
3870 | 2025-05-13T21:03:51.437Z | Checking p521 v0.13.3 |
3871 | 2025-05-13T21:03:51.437Z | Checking russh-cryptovec v0.7.3 |
3872 | 2025-05-13T21:03:51.593Z | Checking bcrypt-pbkdf v0.10.0 |
3873 | 2025-05-13T21:03:51.616Z | Checking ghash v0.5.1 |
3874 | 2025-05-13T21:03:51.619Z | Checking md5 v0.7.0 |
3875 | 2025-05-13T21:03:51.696Z | Checking num-bigint v0.4.6 |
3876 | 2025-05-13T21:03:51.736Z | Checking des v0.8.1 |
3877 | 2025-05-13T21:03:51.800Z | Checking aes-gcm v0.10.3 |
3878 | 2025-05-13T21:03:51.830Z | Checking pbkdf2 v0.11.0 |
3879 | 2025-05-13T21:03:51.853Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3880 | 2025-05-13T21:03:51.935Z | Checking hex-literal v0.4.1 |
3881 | 2025-05-13T21:03:51.964Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3882 | 2025-05-13T21:03:51.998Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3883 | 2025-05-13T21:03:52.026Z | Checking ssh-cipher v0.2.0 |
3884 | 2025-05-13T21:03:52.086Z | Checking internet-checksum v0.2.1 |
3885 | 2025-05-13T21:03:52.325Z | Checking ssh-key v0.6.6 |
3886 | 2025-05-13T21:03:52.551Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3887 | 2025-05-13T21:03:53.399Z | Checking russh-keys v0.45.0 |
3888 | 2025-05-13T21:03:54.232Z | Checking russh v0.45.0 |
3889 | 2025-05-13T21:04:13.599Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3890 | 2025-05-13T21:04:14.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.59s |
3891 | 2025-05-13T21:04:15.193Z | |
3892 | 2025-05-13T21:04:15.193Z | info: running `cargo check --bins` on gateway-cli (201/214) |
3893 | 2025-05-13T21:04:15.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3894 | 2025-05-13T21:04:15.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3895 | 2025-05-13T21:04:15.939Z | Checking termios v0.3.3 |
3896 | 2025-05-13T21:04:16.173Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3897 | 2025-05-13T21:04:16.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
3898 | 2025-05-13T21:04:17.135Z | |
3899 | 2025-05-13T21:04:17.136Z | info: running `cargo check --bins --no-default-features` on installinator (202/214) |
3900 | 2025-05-13T21:04:17.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3901 | 2025-05-13T21:04:17.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3902 | 2025-05-13T21:04:17.930Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3903 | 2025-05-13T21:04:17.930Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3904 | 2025-05-13T21:04:17.933Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3905 | 2025-05-13T21:04:17.933Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3906 | 2025-05-13T21:04:18.814Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3907 | 2025-05-13T21:04:18.985Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3908 | 2025-05-13T21:04:20.668Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3909 | 2025-05-13T21:04:22.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
3910 | 2025-05-13T21:04:22.874Z | |
3911 | 2025-05-13T21:04:22.874Z | info: running `cargo check --bins` on internal-dns-cli (203/214) |
3912 | 2025-05-13T21:04:23.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3913 | 2025-05-13T21:04:23.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3914 | 2025-05-13T21:04:23.611Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3915 | 2025-05-13T21:04:24.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
3916 | 2025-05-13T21:04:24.297Z | |
3917 | 2025-05-13T21:04:24.297Z | info: running `cargo check --bins` on omicron-live-tests (204/214) |
3918 | 2025-05-13T21:04:24.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3919 | 2025-05-13T21:04:24.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3920 | 2025-05-13T21:04:24.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3921 | 2025-05-13T21:04:24.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3922 | 2025-05-13T21:04:25.008Z | |
3923 | 2025-05-13T21:04:25.008Z | info: running `cargo check --bins` on live-tests-macros (205/214) |
3924 | 2025-05-13T21:04:25.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3925 | 2025-05-13T21:04:25.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3926 | 2025-05-13T21:04:25.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3927 | 2025-05-13T21:04:25.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3928 | 2025-05-13T21:04:25.721Z | |
3929 | 2025-05-13T21:04:25.721Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (206/214) |
3930 | 2025-05-13T21:04:26.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3931 | 2025-05-13T21:04:26.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3932 | 2025-05-13T21:04:26.519Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3933 | 2025-05-13T21:04:27.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3934 | 2025-05-13T21:04:27.366Z | |
3935 | 2025-05-13T21:04:27.366Z | info: running `cargo check --bins` on omicron-package (207/214) |
3936 | 2025-05-13T21:04:28.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3937 | 2025-05-13T21:04:28.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3938 | 2025-05-13T21:04:28.143Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3939 | 2025-05-13T21:04:29.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3940 | 2025-05-13T21:04:29.784Z | |
3941 | 2025-05-13T21:04:29.784Z | info: running `cargo check --bins` on trust-quorum (208/214) |
3942 | 2025-05-13T21:04:30.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3943 | 2025-05-13T21:04:30.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3944 | 2025-05-13T21:04:30.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3945 | 2025-05-13T21:04:30.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3946 | 2025-05-13T21:04:30.555Z | |
3947 | 2025-05-13T21:04:30.555Z | info: running `cargo check --bins` on gfss (209/214) |
3948 | 2025-05-13T21:04:31.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3949 | 2025-05-13T21:04:31.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3950 | 2025-05-13T21:04:31.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3951 | 2025-05-13T21:04:31.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3952 | 2025-05-13T21:04:31.264Z | |
3953 | 2025-05-13T21:04:31.264Z | info: running `cargo check --bins` on wicket-dbg (210/214) |
3954 | 2025-05-13T21:04:32.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3955 | 2025-05-13T21:04:32.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3956 | 2025-05-13T21:04:32.386Z | Checking rtoolbox v0.0.2 |
3957 | 2025-05-13T21:04:32.386Z | Checking tui-tree-widget v0.23.0 |
3958 | 2025-05-13T21:04:32.386Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3959 | 2025-05-13T21:04:32.386Z | Checking rpassword v7.3.1 |
3960 | 2025-05-13T21:04:36.991Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3961 | 2025-05-13T21:04:39.892Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3962 | 2025-05-13T21:04:41.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.76s |
3963 | 2025-05-13T21:04:41.236Z | |
3964 | 2025-05-13T21:04:41.236Z | info: running `cargo check --bins` on wicket (211/214) |
3965 | 2025-05-13T21:04:41.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3966 | 2025-05-13T21:04:41.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3967 | 2025-05-13T21:04:42.050Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3968 | 2025-05-13T21:04:42.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
3969 | 2025-05-13T21:04:42.664Z | |
3970 | 2025-05-13T21:04:42.664Z | info: running `cargo check --bins` on wicketd (212/214) |
3971 | 2025-05-13T21:04:43.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3972 | 2025-05-13T21:04:43.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3973 | 2025-05-13T21:04:43.493Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3974 | 2025-05-13T21:04:47.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
3975 | 2025-05-13T21:04:47.794Z | |
3976 | 2025-05-13T21:04:47.794Z | info: running `cargo check --bins` on omicron-workspace-hack (213/214) |
3977 | 2025-05-13T21:04:48.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3978 | 2025-05-13T21:04:48.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3979 | 2025-05-13T21:04:48.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3980 | 2025-05-13T21:04:48.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3981 | 2025-05-13T21:04:48.504Z | |
3982 | 2025-05-13T21:04:48.504Z | info: running `cargo check --bins` on zone-setup (214/214) |
3983 | 2025-05-13T21:04:49.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3984 | 2025-05-13T21:04:49.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3985 | 2025-05-13T21:04:49.279Z | Checking uzers v0.12.1 |
3986 | 2025-05-13T21:04:49.631Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3987 | 2025-05-13T21:04:50.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3988 | 2025-05-13T21:04:50.843Z | |
3989 | 2025-05-13T21:04:50.843Z | real 14:43.101339167 |
3990 | 2025-05-13T21:04:50.843Z | user 29:26.915911864 |
3991 | 2025-05-13T21:04:50.843Z | sys 4:45.725337015 |
3992 | 2025-05-13T21:04:50.843Z | trap 0.628495331 |
3993 | 2025-05-13T21:04:50.843Z | tflt 0.672631789 |
3994 | 2025-05-13T21:04:50.843Z | dflt 1.378141122 |
3995 | 2025-05-13T21:04:50.843Z | kflt 0.000863528 |
3996 | 2025-05-13T21:04:50.843Z | lock 50:25.585244597 |
3997 | 2025-05-13T21:04:50.843Z | slp 2:23:18.564290857 |
3998 | 2025-05-13T21:04:50.843Z | lat 1:15.606777404 |
3999 | 2025-05-13T21:04:50.843Z | stop 4:17.739870147 |
4000 | 2025-05-13T21:04:50.846Z | process exited: duration 1181879 ms, exit code 0 |
|
4001 | 2025-05-13T21:04:50.853Z | found 0 output files |