|
|
|
1 | 2025-05-15T03:16:53.647Z | job assigned to worker 01JV8Z30DVPZBXDCGPQ9BAWMG2 [factory gimlet-EVT22200007-propolis, EVT22200007/27363] (queued for 25 s) |
|
2 | 2025-05-15T03:17:02.217Z | starting task 0: "setup" |
3 | 2025-05-15T03:17:02.243Z | ++ uname -s |
4 | 2025-05-15T03:17:02.243Z | + kern=SunOS |
5 | 2025-05-15T03:17:02.243Z | + build_user=build |
6 | 2025-05-15T03:17:02.243Z | + build_uid=12345 |
7 | 2025-05-15T03:17:02.243Z | + work_dir=/work |
8 | 2025-05-15T03:17:02.243Z | + input_dir=/input |
9 | 2025-05-15T03:17:02.243Z | + [[ 0 == 12345 ]] |
10 | 2025-05-15T03:17:02.243Z | + case "$kern" in |
11 | 2025-05-15T03:17:02.243Z | + groupadd -g 12345 build |
12 | 2025-05-15T03:17:02.244Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-15T03:17:04.244Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-15T03:17:04.281Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-15T03:17:04.306Z | + home_fs=zfs |
16 | 2025-05-15T03:17:04.306Z | + [[ zfs == autofs ]] |
17 | 2025-05-15T03:17:04.306Z | + mkdir -p /home/build |
18 | 2025-05-15T03:17:04.306Z | + chown build:build /home/build /work |
19 | 2025-05-15T03:17:06.290Z | + chmod 0700 /home/build /work |
20 | 2025-05-15T03:17:06.315Z | process exited: duration 4079 ms, exit code 0 |
|
21 | 2025-05-15T03:17:06.366Z | starting task 1: "rust-toolchain" |
22 | 2025-05-15T03:17:06.393Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
23 | 2025-05-15T03:17:06.394Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-05-15T03:17:06.394Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-05-15T03:17:06.394Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-05-15T03:17:06.394Z | * rust toolchain channel = "1.86.0" |
27 | 2025-05-15T03:17:06.394Z | * rust toolchain profile = "default" |
28 | 2025-05-15T03:17:06.394Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-15T03:17:06.394Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
30 | 2025-05-15T03:17:06.519Z | info: downloading installer |
31 | 2025-05-15T03:17:07.423Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-15T03:17:07.423Z | warn: /opt/ooce/bin |
33 | 2025-05-15T03:17:07.423Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-15T03:17:07.424Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-15T03:17:07.424Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-15T03:17:07.424Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-15T03:17:07.424Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-15T03:17:07.424Z | error: cannot install while Rust is installed |
39 | 2025-05-15T03:17:07.424Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-15T03:17:07.449Z | info: profile set to 'default' |
41 | 2025-05-15T03:17:07.449Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-15T03:17:07.449Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
43 | 2025-05-15T03:17:07.557Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
44 | 2025-05-15T03:17:07.557Z | info: downloading component 'cargo' |
45 | 2025-05-15T03:17:08.029Z | info: downloading component 'clippy' |
46 | 2025-05-15T03:17:08.119Z | info: downloading component 'rust-docs' |
47 | 2025-05-15T03:17:08.432Z | info: downloading component 'rust-std' |
48 | 2025-05-15T03:17:08.959Z | info: downloading component 'rustc' |
49 | 2025-05-15T03:17:10.707Z | info: downloading component 'rustfmt' |
50 | 2025-05-15T03:17:10.786Z | info: installing component 'cargo' |
51 | 2025-05-15T03:17:11.960Z | info: installing component 'clippy' |
52 | 2025-05-15T03:17:12.469Z | info: installing component 'rust-docs' |
53 | 2025-05-15T03:17:15.698Z | info: installing component 'rust-std' |
54 | 2025-05-15T03:17:17.681Z | info: installing component 'rustc' |
55 | 2025-05-15T03:17:25.815Z | info: installing component 'rustfmt' |
56 | 2025-05-15T03:17:26.227Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
57 | 2025-05-15T03:17:26.227Z | |
58 | 2025-05-15T03:17:26.395Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
59 | 2025-05-15T03:17:26.395Z | |
60 | 2025-05-15T03:17:26.395Z | |
61 | 2025-05-15T03:17:26.395Z | Rust is installed now. Great! |
62 | 2025-05-15T03:17:26.395Z | |
63 | 2025-05-15T03:17:26.420Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-15T03:17:26.420Z | environment variable. This has not been done automatically. |
65 | 2025-05-15T03:17:26.420Z | |
66 | 2025-05-15T03:17:26.420Z | To configure your current shell, you need to source |
67 | 2025-05-15T03:17:26.421Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-15T03:17:26.421Z | |
69 | 2025-05-15T03:17:26.421Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-15T03:17:26.421Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-15T03:17:26.421Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-15T03:17:26.421Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-15T03:17:26.510Z | + rustup --version |
74 | 2025-05-15T03:17:26.537Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-15T03:17:26.537Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-15T03:17:26.657Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
77 | 2025-05-15T03:17:26.682Z | + cargo --version |
78 | 2025-05-15T03:17:26.774Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
79 | 2025-05-15T03:17:26.799Z | + rustc --version |
80 | 2025-05-15T03:17:26.895Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
81 | 2025-05-15T03:17:26.920Z | process exited: duration 20535 ms, exit code 0 |
|
82 | 2025-05-15T03:17:26.973Z | starting task 2: "authentication" |
83 | 2025-05-15T03:17:27.032Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-05-15T03:17:27.087Z | starting task 3: "clone repository" |
85 | 2025-05-15T03:17:27.120Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-15T03:17:27.120Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-15T03:17:27.146Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-15T03:17:35.638Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-15T03:17:35.638Z | + git fetch origin c1c495b12d1ccee22eef82df349edce8eb394c5e |
90 | 2025-05-15T03:17:36.106Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-15T03:17:36.106Z | * branch c1c495b12d1ccee22eef82df349edce8eb394c5e -> FETCH_HEAD |
92 | 2025-05-15T03:17:36.131Z | + [[ -n renovate/chrono-0.x-lockfile ]] |
93 | 2025-05-15T03:17:36.132Z | ++ git branch --show-current |
94 | 2025-05-15T03:17:36.132Z | + current=main |
95 | 2025-05-15T03:17:36.132Z | + [[ main != renovate/chrono-0.x-lockfile ]] |
96 | 2025-05-15T03:17:36.132Z | + git branch -f renovate/chrono-0.x-lockfile c1c495b12d1ccee22eef82df349edce8eb394c5e |
97 | 2025-05-15T03:17:36.132Z | + git checkout -f renovate/chrono-0.x-lockfile |
98 | 2025-05-15T03:17:36.392Z | Switched to branch 'renovate/chrono-0.x-lockfile' |
99 | 2025-05-15T03:17:36.418Z | + git reset --hard c1c495b12d1ccee22eef82df349edce8eb394c5e |
100 | 2025-05-15T03:17:36.418Z | HEAD is now at c1c495b12 Update Rust crate chrono to v0.4.41 |
101 | 2025-05-15T03:17:36.443Z | process exited: duration 9335 ms, exit code 0 |
|
102 | 2025-05-15T03:17:36.495Z | starting task 4: "build" |
103 | 2025-05-15T03:17:36.522Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-15T03:17:36.523Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-15T03:17:36.523Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-15T03:17:36.523Z | + cargo --version |
107 | 2025-05-15T03:17:36.595Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
108 | 2025-05-15T03:17:36.620Z | + rustc --version |
109 | 2025-05-15T03:17:36.698Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
110 | 2025-05-15T03:17:36.727Z | + source ./env.sh |
111 | 2025-05-15T03:17:36.727Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-05-15T03:17:36.727Z | ++ set -o xtrace |
113 | 2025-05-15T03:17:36.727Z | ++++ dirname ./env.sh |
114 | 2025-05-15T03:17:36.727Z | +++ readlink -f . |
115 | 2025-05-15T03:17:36.727Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-05-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ 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-15T03:17:36.727Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-05-15T03:17:36.727Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-05-15T03:17:36.727Z | + 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-15T03:17:36.727Z | + 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-15T03:17:36.727Z | + banner prerequisites |
129 | 2025-05-15T03:17:36.727Z | |
130 | 2025-05-15T03:17:36.727Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-05-15T03:17:36.727Z | # # # # # # # # # # # # # # # |
132 | 2025-05-15T03:17:36.727Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-05-15T03:17:36.728Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-05-15T03:17:36.728Z | # # # # # # # # # # # # # # # |
135 | 2025-05-15T03:17:36.728Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-05-15T03:17:36.728Z | |
137 | 2025-05-15T03:17:36.728Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-05-15T03:17:49.626Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-05-15T03:17:56.439Z | Startup: Caching catalogs ... Done |
140 | 2025-05-15T03:18:02.659Z | Planning: Solver setup ... Done (4.823s) |
141 | 2025-05-15T03:18:02.711Z | Planning: Running solver ... Done (0.051s) |
142 | 2025-05-15T03:18:02.785Z | Planning: Finding local manifests ... Done (0.002s) |
143 | 2025-05-15T03:18:02.868Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-05-15T03:18:03.254Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-05-15T03:18:03.320Z | Planning: Package planning ... Done (0.066s) |
146 | 2025-05-15T03:18:03.387Z | Planning: Merging actions ... Done (0.059s) |
147 | 2025-05-15T03:18:03.721Z | Planning: Checking for conflicting actions ... Done (0.341s) |
148 | 2025-05-15T03:18:03.749Z | Planning: Consolidating action changes ... Done (0.013s) |
149 | 2025-05-15T03:18:04.434Z | Planning: Evaluating mediators ... Done (0.693s) |
150 | 2025-05-15T03:18:04.469Z | Planning: Planning completed in 7.90 seconds |
151 | 2025-05-15T03:18:04.469Z | Packages to install: 4 |
152 | 2025-05-15T03:18:04.469Z | Mediators to change: 2 |
153 | 2025-05-15T03:18:04.469Z | Services to change: 1 |
154 | 2025-05-15T03:18:04.469Z | Estimated space available: 155.07 GB |
155 | 2025-05-15T03:18:04.469Z | Estimated space to be consumed: 1.65 GB |
156 | 2025-05-15T03:18:04.469Z | Create boot environment: No |
157 | 2025-05-15T03:18:04.469Z | Create backup boot environment: No |
158 | 2025-05-15T03:18:04.469Z | Rebuild boot archive: No |
159 | 2025-05-15T03:18:04.469Z | |
160 | 2025-05-15T03:18:04.469Z | Changed mediators: |
161 | 2025-05-15T03:18:04.469Z | mediator clang: |
162 | 2025-05-15T03:18:04.469Z | version: None -> 15 (system default) |
163 | 2025-05-15T03:18:04.469Z | |
164 | 2025-05-15T03:18:04.469Z | mediator llvm: |
165 | 2025-05-15T03:18:04.469Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-05-15T03:18:04.469Z | |
167 | 2025-05-15T03:18:04.469Z | Changed packages: |
168 | 2025-05-15T03:18:04.469Z | helios-dev |
169 | 2025-05-15T03:18:04.469Z | developer/build-essential |
170 | 2025-05-15T03:18:04.469Z | None -> 11-2.0 |
171 | 2025-05-15T03:18:04.470Z | library/libxmlsec1 |
172 | 2025-05-15T03:18:04.470Z | None -> 1.2.35-2.0 |
173 | 2025-05-15T03:18:04.470Z | ooce/developer/clang-15 |
174 | 2025-05-15T03:18:04.470Z | None -> 15.0.7-2.0 |
175 | 2025-05-15T03:18:04.470Z | ooce/developer/llvm-15 |
176 | 2025-05-15T03:18:04.470Z | None -> 15.0.7-2.0 |
177 | 2025-05-15T03:18:04.470Z | |
178 | 2025-05-15T03:18:04.470Z | Services: |
179 | 2025-05-15T03:18:04.470Z | restart_fmri: |
180 | 2025-05-15T03:18:04.470Z | svc:/system/update-man-index:default |
181 | 2025-05-15T03:18:04.518Z | |
182 | 2025-05-15T03:18:04.518Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-05-15T03:18:09.530Z | Download: 988/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
184 | 2025-05-15T03:18:14.534Z | Download: 1198/3290 items 81.7/212.6MB 38% complete (8.9M/s) |
185 | 2025-05-15T03:18:19.556Z | Download: 1623/3290 items 117.8/212.6MB 55% complete (9.9M/s) |
186 | 2025-05-15T03:18:24.589Z | Download: 2248/3290 items 119.4/212.6MB 56% complete (3.8M/s) |
187 | 2025-05-15T03:18:29.559Z | Download: 2844/3290 items 120.9/212.6MB 56% complete (317k/s) |
188 | 2025-05-15T03:18:34.633Z | Download: 3247/3290 items 177.1/212.6MB 83% complete (5.7M/s) |
189 | 2025-05-15T03:18:39.579Z | Download: 3248/3290 items 179.9/212.6MB 84% complete (5.8M/s) |
190 | 2025-05-15T03:18:44.182Z | Download: Completed 212.60 MB in 38.56 seconds (5.5M/s) |
191 | 2025-05-15T03:18:44.182Z | Actions: 1/3689 actions (Installing new actions) |
192 | 2025-05-15T03:18:48.311Z | Actions: 3213/3689 actions (Installing new actions) |
193 | 2025-05-15T03:18:49.250Z | Actions: Completed 3689 actions in 5.98 seconds. |
194 | 2025-05-15T03:18:50.055Z | Done (0.804s) |
195 | 2025-05-15T03:18:50.055Z | Done (0.000s) |
196 | 2025-05-15T03:18:51.019Z | Done (0.964s) |
197 | 2025-05-15T03:18:56.437Z | Done (5.153s) |
198 | 2025-05-15T03:18:56.538Z | Done (0.019s) |
199 | 2025-05-15T03:18:56.567Z | Done (0.000s) |
200 | 2025-05-15T03:18:56.700Z | Done (0.000s) |
201 | 2025-05-15T03:18:57.601Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-05-15T03:18:57.819Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-05-15T03:18:57.847Z | Planning: Consolidating action changes ... Done |
204 | 2025-05-15T03:18:58.221Z | Planning: Evaluating mediators ... Done |
205 | 2025-05-15T03:18:58.281Z | Planning: Planning completed in 0.58 seconds |
206 | 2025-05-15T03:18:58.281Z | Mediators to change: 2 |
207 | 2025-05-15T03:18:58.281Z | Create boot environment: No |
208 | 2025-05-15T03:18:58.281Z | Create backup boot environment: No |
209 | 2025-05-15T03:18:58.311Z | Done |
210 | 2025-05-15T03:18:58.311Z | Done |
211 | 2025-05-15T03:18:58.916Z | Done |
212 | 2025-05-15T03:19:04.079Z | Done |
213 | 2025-05-15T03:19:04.079Z | Done |
214 | 2025-05-15T03:19:04.079Z | Done |
215 | 2025-05-15T03:19:04.079Z | Done |
216 | 2025-05-15T03:19:04.879Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-05-15T03:19:04.903Z | Planning: Merging actions ... Done |
218 | 2025-05-15T03:19:05.134Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-05-15T03:19:05.162Z | Planning: Consolidating action changes ... Done |
220 | 2025-05-15T03:19:05.487Z | Planning: Evaluating mediators ... Done |
221 | 2025-05-15T03:19:05.557Z | Planning: Planning completed in 1.02 seconds |
222 | 2025-05-15T03:19:05.604Z | Packages to change: 1 |
223 | 2025-05-15T03:19:05.604Z | Mediators to change: 1 |
224 | 2025-05-15T03:19:05.604Z | Services to change: 1 |
225 | 2025-05-15T03:19:05.604Z | Create boot environment: No |
226 | 2025-05-15T03:19:05.604Z | Create backup boot environment: Yes |
227 | 2025-05-15T03:19:07.401Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2025-05-15T03:19:07.426Z | Actions: Completed 6 actions in 0.00 seconds. |
229 | 2025-05-15T03:19:07.426Z | Done |
230 | 2025-05-15T03:19:07.426Z | Done |
231 | 2025-05-15T03:19:07.584Z | Done |
232 | 2025-05-15T03:19:12.557Z | Done |
233 | 2025-05-15T03:19:12.668Z | Done |
234 | 2025-05-15T03:19:12.696Z | Done |
235 | 2025-05-15T03:19:12.748Z | Done |
236 | 2025-05-15T03:19:13.337Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2025-05-15T03:19:13.338Z | clang system 15 system |
238 | 2025-05-15T03:19:13.338Z | csh system system illumos |
239 | 2025-05-15T03:19:13.338Z | ctags system system illumos |
240 | 2025-05-15T03:19:13.338Z | file system system illumos |
241 | 2025-05-15T03:19:13.338Z | gcc vendor 12 vendor |
242 | 2025-05-15T03:19:13.338Z | gcc system 10 system |
243 | 2025-05-15T03:19:13.338Z | gcc system 7 system |
244 | 2025-05-15T03:19:13.338Z | go system 1.20 system |
245 | 2025-05-15T03:19:13.338Z | go system 1.19 system |
246 | 2025-05-15T03:19:13.338Z | llvm system 15 system |
247 | 2025-05-15T03:19:13.338Z | llvm system 14 system |
248 | 2025-05-15T03:19:13.338Z | mariadb system 10.6 system |
249 | 2025-05-15T03:19:13.339Z | mta vendor vendor dma |
250 | 2025-05-15T03:19:13.339Z | openjdk system 17 system |
251 | 2025-05-15T03:19:13.339Z | openjdk system 11 system |
252 | 2025-05-15T03:19:13.339Z | openjdk system 1.8 system |
253 | 2025-05-15T03:19:13.339Z | openssl vendor 3 vendor |
254 | 2025-05-15T03:19:13.339Z | perl system 5.36 system |
255 | 2025-05-15T03:19:13.339Z | postgresql system 15 system |
256 | 2025-05-15T03:19:13.339Z | postgresql system 13 system |
257 | 2025-05-15T03:19:13.339Z | python vendor 3 vendor |
258 | 2025-05-15T03:19:13.339Z | python system 2 system |
259 | 2025-05-15T03:19:13.339Z | python3 system 3.11 system |
260 | 2025-05-15T03:19:13.339Z | ruby system 3.0 system |
261 | 2025-05-15T03:19:13.339Z | words vendor vendor american-english |
262 | 2025-05-15T03:19:13.339Z | words system system australian-english |
263 | 2025-05-15T03:19:13.339Z | words system system british-english |
264 | 2025-05-15T03:19:13.339Z | words system system canadian-english |
265 | 2025-05-15T03:19:13.340Z | words system system french |
266 | 2025-05-15T03:19:13.340Z | words system system italian |
267 | 2025-05-15T03:19:13.340Z | words system system ngerman |
268 | 2025-05-15T03:19:13.340Z | words system system ogerman |
269 | 2025-05-15T03:19:13.340Z | words system system spanish |
270 | 2025-05-15T03:19:13.769Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2025-05-15T03:19:13.769Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2025-05-15T03:19:18.429Z | FMRI IFO |
273 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
280 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
283 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2025-05-15T03:19:18.429Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
286 | 2025-05-15T03:19:18.430Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2025-05-15T03:19:18.430Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2025-05-15T03:19:19.463Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2025-05-15T03:19:19.826Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
290 | 2025-05-15T03:19:20.657Z | Updating crates.io index |
291 | 2025-05-15T03:19:20.704Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
292 | 2025-05-15T03:19:21.107Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2025-05-15T03:19:21.772Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2025-05-15T03:19:22.103Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2025-05-15T03:19:22.463Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
296 | 2025-05-15T03:19:22.890Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2025-05-15T03:19:24.146Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2025-05-15T03:19:26.270Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2025-05-15T03:19:27.178Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2025-05-15T03:19:27.932Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2025-05-15T03:19:28.319Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2025-05-15T03:19:28.734Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2025-05-15T03:19:29.604Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
304 | 2025-05-15T03:19:29.911Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
305 | 2025-05-15T03:19:30.485Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
306 | 2025-05-15T03:19:31.095Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2025-05-15T03:19:31.549Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
308 | 2025-05-15T03:19:31.979Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
309 | 2025-05-15T03:19:32.353Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
310 | 2025-05-15T03:19:32.716Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
311 | 2025-05-15T03:19:33.026Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
312 | 2025-05-15T03:19:33.485Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
313 | 2025-05-15T03:19:33.953Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
314 | 2025-05-15T03:19:34.345Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
315 | 2025-05-15T03:19:34.775Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
316 | 2025-05-15T03:19:35.383Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
317 | 2025-05-15T03:19:35.875Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
318 | 2025-05-15T03:19:36.254Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
319 | 2025-05-15T03:19:36.722Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
320 | 2025-05-15T03:19:37.351Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
321 | 2025-05-15T03:19:37.696Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
322 | 2025-05-15T03:19:38.074Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
323 | 2025-05-15T03:19:38.423Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
324 | 2025-05-15T03:19:48.049Z | Updating git repository `https://github.com/illumos/smf-rs` |
325 | 2025-05-15T03:19:49.850Z | Downloading crates ... |
326 | 2025-05-15T03:19:50.099Z | Downloaded equivalent v1.0.1 |
327 | 2025-05-15T03:19:50.099Z | Downloaded byteorder v1.5.0 |
328 | 2025-05-15T03:19:50.099Z | Downloaded macaddr v1.0.1 |
329 | 2025-05-15T03:19:50.099Z | Downloaded zerocopy-derive v0.7.35 |
330 | 2025-05-15T03:19:50.099Z | Downloaded usdt-impl v0.5.0 |
331 | 2025-05-15T03:19:50.099Z | Downloaded papergrid v0.11.0 |
332 | 2025-05-15T03:19:50.099Z | Downloaded hashbrown v0.15.1 |
333 | 2025-05-15T03:19:50.099Z | Downloaded rustix v0.38.37 |
334 | 2025-05-15T03:19:50.099Z | Downloaded zerocopy v0.7.35 |
335 | 2025-05-15T03:19:50.099Z | Downloaded itoa v1.0.11 |
336 | 2025-05-15T03:19:50.099Z | Downloaded log v0.4.27 |
337 | 2025-05-15T03:19:50.099Z | Downloaded indexmap v2.9.0 |
338 | 2025-05-15T03:19:50.099Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2025-05-15T03:19:50.099Z | Downloaded memchr v2.7.4 |
340 | 2025-05-15T03:19:50.099Z | Downloaded utf8parse v0.2.2 |
341 | 2025-05-15T03:19:50.099Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2025-05-15T03:19:50.099Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2025-05-15T03:19:50.099Z | Downloaded scroll v0.12.0 |
344 | 2025-05-15T03:19:50.099Z | Downloaded winnow v0.7.3 |
345 | 2025-05-15T03:19:50.099Z | Downloaded usdt v0.5.0 |
346 | 2025-05-15T03:19:50.099Z | Downloaded thiserror-impl v1.0.69 |
347 | 2025-05-15T03:19:50.099Z | Downloaded anstream v0.6.18 |
348 | 2025-05-15T03:19:50.099Z | Downloaded serde_derive v1.0.219 |
349 | 2025-05-15T03:19:50.273Z | Downloaded pest v2.7.14 |
350 | 2025-05-15T03:19:50.273Z | Downloaded serde_json v1.0.140 |
351 | 2025-05-15T03:19:50.273Z | Downloaded toml_edit v0.22.24 |
352 | 2025-05-15T03:19:50.273Z | Downloaded terminal_size v0.4.0 |
353 | 2025-05-15T03:19:50.273Z | Downloaded terminal_size v0.2.6 |
354 | 2025-05-15T03:19:50.273Z | Downloaded tabled v0.15.0 |
355 | 2025-05-15T03:19:50.273Z | Downloaded proc-macro2 v1.0.95 |
356 | 2025-05-15T03:19:50.274Z | Downloaded proc-macro-error v1.0.4 |
357 | 2025-05-15T03:19:50.274Z | Downloaded unicode-width v0.1.14 |
358 | 2025-05-15T03:19:50.274Z | Downloaded syn v2.0.101 |
359 | 2025-05-15T03:19:50.274Z | Downloaded syn v1.0.109 |
360 | 2025-05-15T03:19:50.274Z | Downloaded rustix v0.37.28 |
361 | 2025-05-15T03:19:50.274Z | Downloaded plain v0.2.3 |
362 | 2025-05-15T03:19:50.274Z | Downloaded pest_generator v2.7.14 |
363 | 2025-05-15T03:19:50.274Z | Downloaded memmap v0.7.0 |
364 | 2025-05-15T03:19:50.274Z | Downloaded unicode-ident v1.0.18 |
365 | 2025-05-15T03:19:50.274Z | Downloaded ucd-trie v0.1.7 |
366 | 2025-05-15T03:19:50.274Z | Downloaded thiserror-impl v2.0.12 |
367 | 2025-05-15T03:19:50.274Z | Downloaded textwrap v0.16.1 |
368 | 2025-05-15T03:19:50.274Z | Downloaded tempfile v3.13.0 |
369 | 2025-05-15T03:19:50.275Z | Downloaded strsim v0.11.1 |
370 | 2025-05-15T03:19:50.275Z | Downloaded serde_tokenstream v0.2.2 |
371 | 2025-05-15T03:19:50.275Z | Downloaded version_check v0.9.5 |
372 | 2025-05-15T03:19:50.275Z | Downloaded usdt-macro v0.5.0 |
373 | 2025-05-15T03:19:50.276Z | Downloaded typenum v1.17.0 |
374 | 2025-05-15T03:19:50.276Z | Downloaded quote v1.0.40 |
375 | 2025-05-15T03:19:50.276Z | Downloaded smawk v0.3.2 |
376 | 2025-05-15T03:19:50.276Z | Downloaded pest_meta v2.7.14 |
377 | 2025-05-15T03:19:50.276Z | Downloaded sha2 v0.10.8 |
378 | 2025-05-15T03:19:50.276Z | Downloaded serde_spanned v0.6.8 |
379 | 2025-05-15T03:19:50.276Z | Downloaded scroll_derive v0.12.0 |
380 | 2025-05-15T03:19:50.276Z | Downloaded ryu v1.0.18 |
381 | 2025-05-15T03:19:50.276Z | Downloaded pretty-hex v0.4.1 |
382 | 2025-05-15T03:19:50.277Z | Downloaded pest_derive v2.7.14 |
383 | 2025-05-15T03:19:50.279Z | Downloaded libc v0.2.172 |
384 | 2025-05-15T03:19:50.279Z | Downloaded toml_datetime v0.6.8 |
385 | 2025-05-15T03:19:50.280Z | Downloaded toml v0.8.20 |
386 | 2025-05-15T03:19:50.280Z | Downloaded thread-id v4.2.2 |
387 | 2025-05-15T03:19:50.280Z | Downloaded thiserror v1.0.69 |
388 | 2025-05-15T03:19:50.280Z | Downloaded tabled_derive v0.7.0 |
389 | 2025-05-15T03:19:50.280Z | Downloaded serde v1.0.219 |
390 | 2025-05-15T03:19:50.280Z | Downloaded goblin v0.8.2 |
391 | 2025-05-15T03:19:50.280Z | Downloaded clap_builder v4.5.35 |
392 | 2025-05-15T03:19:50.280Z | Downloaded fastrand v2.1.1 |
393 | 2025-05-15T03:19:50.280Z | Downloaded errno v0.3.9 |
394 | 2025-05-15T03:19:50.280Z | Downloaded digest v0.10.7 |
395 | 2025-05-15T03:19:50.280Z | Downloaded clap_lex v0.7.4 |
396 | 2025-05-15T03:19:50.438Z | Downloaded clap_derive v4.5.32 |
397 | 2025-05-15T03:19:50.438Z | Downloaded clap v4.5.35 |
398 | 2025-05-15T03:19:50.439Z | Downloaded cfg-if v1.0.0 |
399 | 2025-05-15T03:19:50.439Z | Downloaded bitflags v2.9.0 |
400 | 2025-05-15T03:19:50.439Z | Downloaded bitflags v1.3.2 |
401 | 2025-05-15T03:19:50.439Z | Downloaded autocfg v1.4.0 |
402 | 2025-05-15T03:19:50.439Z | Downloaded anstyle-query v1.1.1 |
403 | 2025-05-15T03:19:50.439Z | Downloaded is_terminal_polyfill v1.70.1 |
404 | 2025-05-15T03:19:50.439Z | Downloaded io-lifetimes v1.0.11 |
405 | 2025-05-15T03:19:50.439Z | Downloaded heck v0.5.0 |
406 | 2025-05-15T03:19:50.439Z | Downloaded heck v0.4.1 |
407 | 2025-05-15T03:19:50.439Z | Downloaded generic-array v0.14.7 |
408 | 2025-05-15T03:19:50.439Z | Downloaded fs-err v3.1.0 |
409 | 2025-05-15T03:19:50.439Z | Downloaded crypto-common v0.1.6 |
410 | 2025-05-15T03:19:50.440Z | Downloaded cpufeatures v0.2.14 |
411 | 2025-05-15T03:19:50.440Z | Downloaded colorchoice v1.0.2 |
412 | 2025-05-15T03:19:50.440Z | Downloaded bytecount v0.6.8 |
413 | 2025-05-15T03:19:50.440Z | Downloaded anstyle-parse v0.2.5 |
414 | 2025-05-15T03:19:50.440Z | Downloaded anstyle v1.0.10 |
415 | 2025-05-15T03:19:50.440Z | Downloaded dtrace-parser v0.2.0 |
416 | 2025-05-15T03:19:50.440Z | Downloaded dof v0.3.0 |
417 | 2025-05-15T03:19:50.440Z | Downloaded cargo_toml v0.21.0 |
418 | 2025-05-15T03:19:50.440Z | Downloaded cargo_metadata v0.19.2 |
419 | 2025-05-15T03:19:50.440Z | Downloaded camino-tempfile v1.3.0 |
420 | 2025-05-15T03:19:50.440Z | Downloaded anyhow v1.0.98 |
421 | 2025-05-15T03:19:50.441Z | Downloaded thiserror v2.0.12 |
422 | 2025-05-15T03:19:50.441Z | Downloaded semver v1.0.26 |
423 | 2025-05-15T03:19:50.441Z | Downloaded once_cell v1.21.3 |
424 | 2025-05-15T03:19:50.441Z | Downloaded swrite v0.1.0 |
425 | 2025-05-15T03:19:50.441Z | Downloaded fnv v1.0.7 |
426 | 2025-05-15T03:19:50.442Z | Downloaded cargo-platform v0.1.8 |
427 | 2025-05-15T03:19:50.442Z | Downloaded camino v1.1.9 |
428 | 2025-05-15T03:19:50.442Z | Downloaded block-buffer v0.10.4 |
429 | 2025-05-15T03:19:50.500Z | Compiling proc-macro2 v1.0.95 |
430 | 2025-05-15T03:19:50.500Z | Compiling unicode-ident v1.0.18 |
431 | 2025-05-15T03:19:50.500Z | Compiling version_check v0.9.5 |
432 | 2025-05-15T03:19:50.500Z | Compiling serde v1.0.219 |
433 | 2025-05-15T03:19:50.500Z | Compiling libc v0.2.172 |
434 | 2025-05-15T03:19:50.500Z | Compiling memchr v2.7.4 |
435 | 2025-05-15T03:19:50.500Z | Compiling thiserror v1.0.69 |
436 | 2025-05-15T03:19:50.500Z | Compiling itoa v1.0.11 |
437 | 2025-05-15T03:19:50.775Z | Compiling ryu v1.0.18 |
438 | 2025-05-15T03:19:50.871Z | Compiling ucd-trie v0.1.7 |
439 | 2025-05-15T03:19:51.280Z | Compiling once_cell v1.21.3 |
440 | 2025-05-15T03:19:51.360Z | Compiling byteorder v1.5.0 |
441 | 2025-05-15T03:19:51.606Z | Compiling serde_json v1.0.140 |
442 | 2025-05-15T03:19:51.761Z | Compiling rustix v0.38.37 |
443 | 2025-05-15T03:19:51.866Z | Compiling bitflags v2.9.0 |
444 | 2025-05-15T03:19:51.933Z | Compiling proc-macro-error-attr v1.0.4 |
445 | 2025-05-15T03:19:52.033Z | Compiling usdt-impl v0.5.0 |
446 | 2025-05-15T03:19:52.197Z | Compiling syn v1.0.109 |
447 | 2025-05-15T03:19:52.313Z | Compiling io-lifetimes v1.0.11 |
448 | 2025-05-15T03:19:52.362Z | Compiling proc-macro-error v1.0.4 |
449 | 2025-05-15T03:19:52.403Z | Compiling quote v1.0.40 |
450 | 2025-05-15T03:19:52.502Z | Compiling errno v0.3.9 |
451 | 2025-05-15T03:19:52.857Z | Compiling thread-id v4.2.2 |
452 | 2025-05-15T03:19:52.904Z | Compiling camino v1.1.9 |
453 | 2025-05-15T03:19:52.946Z | Compiling syn v2.0.101 |
454 | 2025-05-15T03:19:52.988Z | Compiling rustix v0.37.28 |
455 | 2025-05-15T03:19:53.081Z | Compiling utf8parse v0.2.2 |
456 | 2025-05-15T03:19:53.210Z | Compiling log v0.4.27 |
457 | 2025-05-15T03:19:53.409Z | Compiling plain v0.2.3 |
458 | 2025-05-15T03:19:53.409Z | Compiling equivalent v1.0.1 |
459 | 2025-05-15T03:19:53.528Z | Compiling hashbrown v0.15.1 |
460 | 2025-05-15T03:19:53.773Z | Compiling anstyle-parse v0.2.5 |
461 | 2025-05-15T03:19:54.199Z | Compiling bitflags v1.3.2 |
462 | 2025-05-15T03:19:54.335Z | Compiling anstyle v1.0.10 |
463 | 2025-05-15T03:19:54.444Z | Compiling thiserror v2.0.12 |
464 | 2025-05-15T03:19:54.603Z | Compiling semver v1.0.26 |
465 | 2025-05-15T03:19:54.712Z | Compiling pretty-hex v0.4.1 |
466 | 2025-05-15T03:19:54.814Z | Compiling indexmap v2.9.0 |
467 | 2025-05-15T03:19:54.846Z | Compiling colorchoice v1.0.2 |
468 | 2025-05-15T03:19:54.914Z | Compiling winnow v0.7.3 |
469 | 2025-05-15T03:19:55.028Z | Compiling unicode-width v0.1.14 |
470 | 2025-05-15T03:19:55.056Z | Compiling is_terminal_polyfill v1.70.1 |
471 | 2025-05-15T03:19:55.084Z | Compiling anstyle-query v1.1.1 |
472 | 2025-05-15T03:19:55.218Z | Compiling autocfg v1.4.0 |
473 | 2025-05-15T03:19:55.280Z | Compiling anstream v0.6.18 |
474 | 2025-05-15T03:19:55.608Z | Compiling terminal_size v0.4.0 |
475 | 2025-05-15T03:19:56.074Z | Compiling heck v0.5.0 |
476 | 2025-05-15T03:19:56.196Z | Compiling anyhow v1.0.98 |
477 | 2025-05-15T03:19:56.239Z | Compiling fs-err v3.1.0 |
478 | 2025-05-15T03:19:56.560Z | Compiling bytecount v0.6.8 |
479 | 2025-05-15T03:19:56.592Z | Compiling heck v0.4.1 |
480 | 2025-05-15T03:19:56.626Z | Compiling clap_lex v0.7.4 |
481 | 2025-05-15T03:19:56.835Z | Compiling strsim v0.11.1 |
482 | 2025-05-15T03:19:57.044Z | Compiling cfg-if v1.0.0 |
483 | 2025-05-15T03:19:57.134Z | Compiling fnv v1.0.7 |
484 | 2025-05-15T03:19:57.169Z | Compiling fastrand v2.1.1 |
485 | 2025-05-15T03:19:57.253Z | Compiling terminal_size v0.2.6 |
486 | 2025-05-15T03:19:57.305Z | Compiling papergrid v0.11.0 |
487 | 2025-05-15T03:19:57.475Z | Compiling clap_builder v4.5.35 |
488 | 2025-05-15T03:19:57.696Z | Compiling tempfile v3.13.0 |
489 | 2025-05-15T03:19:57.954Z | Compiling memmap v0.7.0 |
490 | 2025-05-15T03:19:57.983Z | Compiling unicode-linebreak v0.1.5 |
491 | 2025-05-15T03:19:58.339Z | Compiling smawk v0.3.2 |
492 | 2025-05-15T03:19:58.577Z | Compiling textwrap v0.16.1 |
493 | 2025-05-15T03:19:58.606Z | Compiling swrite v0.1.0 |
494 | 2025-05-15T03:19:58.793Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
495 | 2025-05-15T03:19:59.335Z | Compiling tabled_derive v0.7.0 |
496 | 2025-05-15T03:20:01.005Z | Compiling serde_derive v1.0.219 |
497 | 2025-05-15T03:20:01.005Z | Compiling thiserror-impl v1.0.69 |
498 | 2025-05-15T03:20:01.005Z | Compiling zerocopy-derive v0.7.35 |
499 | 2025-05-15T03:20:01.033Z | Compiling scroll_derive v0.12.0 |
500 | 2025-05-15T03:20:01.033Z | Compiling thiserror-impl v2.0.12 |
501 | 2025-05-15T03:20:01.033Z | Compiling clap_derive v4.5.32 |
502 | 2025-05-15T03:20:01.178Z | Compiling tabled v0.15.0 |
503 | 2025-05-15T03:20:02.468Z | Compiling scroll v0.12.0 |
504 | 2025-05-15T03:20:03.120Z | Compiling goblin v0.8.2 |
505 | 2025-05-15T03:20:03.148Z | Compiling zerocopy v0.7.35 |
506 | 2025-05-15T03:20:04.522Z | Compiling pest v2.7.14 |
507 | 2025-05-15T03:20:05.457Z | Compiling clap v4.5.35 |
508 | 2025-05-15T03:20:07.198Z | Compiling pest_meta v2.7.14 |
509 | 2025-05-15T03:20:08.575Z | Compiling pest_generator v2.7.14 |
510 | 2025-05-15T03:20:09.899Z | Compiling pest_derive v2.7.14 |
511 | 2025-05-15T03:20:10.659Z | Compiling dtrace-parser v0.2.0 |
512 | 2025-05-15T03:20:11.552Z | Compiling serde_tokenstream v0.2.2 |
513 | 2025-05-15T03:20:11.816Z | Compiling toml_datetime v0.6.8 |
514 | 2025-05-15T03:20:11.816Z | Compiling serde_spanned v0.6.8 |
515 | 2025-05-15T03:20:11.848Z | Compiling cargo-platform v0.1.8 |
516 | 2025-05-15T03:20:12.158Z | Compiling macaddr v1.0.1 |
517 | 2025-05-15T03:20:12.243Z | Compiling toml_edit v0.22.24 |
518 | 2025-05-15T03:20:12.432Z | Compiling camino-tempfile v1.3.0 |
519 | 2025-05-15T03:20:13.229Z | Compiling dof v0.3.0 |
520 | 2025-05-15T03:20:13.486Z | Compiling cargo_metadata v0.19.2 |
521 | 2025-05-15T03:20:14.770Z | Compiling usdt-macro v0.5.0 |
522 | 2025-05-15T03:20:14.770Z | Compiling usdt-attr-macro v0.5.0 |
523 | 2025-05-15T03:20:15.511Z | Compiling toml v0.8.20 |
524 | 2025-05-15T03:20:15.980Z | Compiling usdt v0.5.0 |
525 | 2025-05-15T03:20:16.356Z | Compiling cargo_toml v0.21.0 |
526 | 2025-05-15T03:20:19.903Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
527 | 2025-05-15T03:20:24.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
528 | 2025-05-15T03:20:24.581Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
529 | 2025-05-15T03:20:25.624Z | Downloading crates ... |
530 | 2025-05-15T03:20:25.805Z | Downloaded http-range v0.1.5 |
531 | 2025-05-15T03:20:25.830Z | Downloaded is_ci v1.2.0 |
532 | 2025-05-15T03:20:25.830Z | Downloaded headers-core v0.3.0 |
533 | 2025-05-15T03:20:25.830Z | Downloaded match_cfg v0.1.0 |
534 | 2025-05-15T03:20:25.856Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2025-05-15T03:20:25.857Z | Downloaded httpdate v1.0.3 |
536 | 2025-05-15T03:20:25.857Z | Downloaded instant v0.1.13 |
537 | 2025-05-15T03:20:25.857Z | Downloaded is-terminal v0.4.13 |
538 | 2025-05-15T03:20:25.882Z | Downloaded progenitor-client v0.9.1 |
539 | 2025-05-15T03:20:25.882Z | Downloaded russh-cryptovec v0.7.3 |
540 | 2025-05-15T03:20:25.908Z | Downloaded sigpipe v0.1.3 |
541 | 2025-05-15T03:20:25.908Z | Downloaded tinyvec_macros v0.1.1 |
542 | 2025-05-15T03:20:25.908Z | Downloaded tokio-macros v2.5.0 |
543 | 2025-05-15T03:20:25.934Z | Downloaded fxhash v0.2.1 |
544 | 2025-05-15T03:20:25.934Z | Downloaded num-conv v0.1.0 |
545 | 2025-05-15T03:20:25.934Z | Downloaded peg-runtime v0.8.5 |
546 | 2025-05-15T03:20:25.959Z | Downloaded num-derive v0.3.3 |
547 | 2025-05-15T03:20:25.959Z | Downloaded phf_generator v0.11.2 |
548 | 2025-05-15T03:20:25.959Z | Downloaded pbkdf2 v0.12.2 |
549 | 2025-05-15T03:20:25.959Z | Downloaded phf v0.11.2 |
550 | 2025-05-15T03:20:25.959Z | Downloaded pin-project-internal v1.1.6 |
551 | 2025-05-15T03:20:25.984Z | Downloaded slab v0.4.9 |
552 | 2025-05-15T03:20:25.985Z | Downloaded salsa20 v0.10.2 |
553 | 2025-05-15T03:20:25.985Z | Downloaded take_mut v0.2.2 |
554 | 2025-05-15T03:20:25.985Z | Downloaded diesel_table_macro_syntax v0.2.0 |
555 | 2025-05-15T03:20:25.985Z | Downloaded structmeta v0.3.0 |
556 | 2025-05-15T03:20:26.010Z | Downloaded foreign-types-shared v0.1.1 |
557 | 2025-05-15T03:20:26.010Z | Downloaded supports-color v3.0.2 |
558 | 2025-05-15T03:20:26.010Z | Downloaded foreign-types v0.3.2 |
559 | 2025-05-15T03:20:26.010Z | Downloaded foreign-types-shared v0.3.1 |
560 | 2025-05-15T03:20:26.010Z | Downloaded openssl-macros v0.1.1 |
561 | 2025-05-15T03:20:26.035Z | Downloaded oso-derive v0.27.3 |
562 | 2025-05-15T03:20:26.035Z | Downloaded foreign-types-macros v0.2.3 |
563 | 2025-05-15T03:20:26.035Z | Downloaded progenitor v0.10.0 |
564 | 2025-05-15T03:20:26.035Z | Downloaded ssh-cipher v0.2.0 |
565 | 2025-05-15T03:20:26.061Z | Downloaded resolv-conf v0.7.0 |
566 | 2025-05-15T03:20:26.061Z | Downloaded derive_builder_macro v0.20.2 |
567 | 2025-05-15T03:20:26.061Z | Downloaded xshell-macros v0.2.7 |
568 | 2025-05-15T03:20:26.061Z | Downloaded md5 v0.7.0 |
569 | 2025-05-15T03:20:26.087Z | Downloaded precomputed-hash v0.1.1 |
570 | 2025-05-15T03:20:26.087Z | Downloaded want v0.3.1 |
571 | 2025-05-15T03:20:26.112Z | Downloaded newtype_derive v0.1.6 |
572 | 2025-05-15T03:20:26.112Z | Downloaded newtype-uuid v1.2.1 |
573 | 2025-05-15T03:20:26.112Z | Downloaded spki v0.7.3 |
574 | 2025-05-15T03:20:26.113Z | Downloaded normalize-line-endings v0.3.0 |
575 | 2025-05-15T03:20:26.138Z | Downloaded radium v0.7.0 |
576 | 2025-05-15T03:20:26.138Z | Downloaded rand_seeder v0.3.0 |
577 | 2025-05-15T03:20:26.138Z | Downloaded write16 v1.0.0 |
578 | 2025-05-15T03:20:26.138Z | Downloaded spin v0.9.8 |
579 | 2025-05-15T03:20:26.138Z | Downloaded nodrop v0.1.14 |
580 | 2025-05-15T03:20:26.138Z | Downloaded native-tls v0.2.12 |
581 | 2025-05-15T03:20:26.164Z | Downloaded endian-type v0.1.2 |
582 | 2025-05-15T03:20:26.164Z | Downloaded slog-json v2.6.1 |
583 | 2025-05-15T03:20:26.164Z | Downloaded untrusted v0.7.1 |
584 | 2025-05-15T03:20:26.164Z | Downloaded packed_struct_codegen v0.10.1 |
585 | 2025-05-15T03:20:26.164Z | Downloaded salty v0.3.0 |
586 | 2025-05-15T03:20:26.191Z | Downloaded semver v0.1.20 |
587 | 2025-05-15T03:20:26.191Z | Downloaded unicode-truncate v1.1.0 |
588 | 2025-05-15T03:20:26.191Z | Downloaded typify-macro v0.3.0 |
589 | 2025-05-15T03:20:26.192Z | Downloaded yoke-derive v0.7.4 |
590 | 2025-05-15T03:20:26.192Z | Downloaded utf8_iter v1.0.4 |
591 | 2025-05-15T03:20:26.192Z | Downloaded password-hash v0.4.2 |
592 | 2025-05-15T03:20:26.192Z | Downloaded utf16_iter v1.0.5 |
593 | 2025-05-15T03:20:26.217Z | Downloaded hashbrown v0.12.3 |
594 | 2025-05-15T03:20:26.217Z | Downloaded yasna v0.5.2 |
595 | 2025-05-15T03:20:26.217Z | Downloaded zerocopy v0.6.6 |
596 | 2025-05-15T03:20:26.217Z | Downloaded yoke v0.7.4 |
597 | 2025-05-15T03:20:26.217Z | Downloaded minimal-lexical v0.2.1 |
598 | 2025-05-15T03:20:26.243Z | Downloaded rayon-core v1.12.1 |
599 | 2025-05-15T03:20:26.243Z | Downloaded uuid v1.16.0 |
600 | 2025-05-15T03:20:26.243Z | Downloaded parse-zoneinfo v0.3.1 |
601 | 2025-05-15T03:20:26.243Z | Downloaded expectorate v1.2.0 |
602 | 2025-05-15T03:20:26.243Z | Downloaded yansi v1.0.1 |
603 | 2025-05-15T03:20:26.269Z | Downloaded petname v2.0.2 |
604 | 2025-05-15T03:20:26.269Z | Downloaded url v2.5.3 |
605 | 2025-05-15T03:20:26.269Z | Downloaded portable-atomic v1.11.0 |
606 | 2025-05-15T03:20:26.294Z | Downloaded p521 v0.13.3 |
607 | 2025-05-15T03:20:26.294Z | Downloaded winnow v0.6.26 |
608 | 2025-05-15T03:20:26.319Z | Downloaded proptest v1.6.0 |
609 | 2025-05-15T03:20:26.319Z | Downloaded radix_trie v0.2.1 |
610 | 2025-05-15T03:20:26.346Z | Downloaded smoltcp v0.9.1 |
611 | 2025-05-15T03:20:26.346Z | Downloaded diesel v2.2.10 |
612 | 2025-05-15T03:20:26.371Z | Downloaded regex v1.11.1 |
613 | 2025-05-15T03:20:26.396Z | Downloaded webpki-roots v0.26.6 |
614 | 2025-05-15T03:20:26.396Z | Downloaded unicode-width v0.2.0 |
615 | 2025-05-15T03:20:26.396Z | Downloaded polar-core v0.27.3 |
616 | 2025-05-15T03:20:26.421Z | Downloaded rustls v0.22.4 |
617 | 2025-05-15T03:20:26.421Z | Downloaded dropshot v0.16.0 |
618 | 2025-05-15T03:20:26.447Z | Downloaded nix v0.29.0 |
619 | 2025-05-15T03:20:26.472Z | Downloaded openapiv3 v2.0.0 |
620 | 2025-05-15T03:20:26.497Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
621 | 2025-05-15T03:20:26.497Z | Downloaded nix v0.28.0 |
622 | 2025-05-15T03:20:26.522Z | Downloaded sled v0.34.7 |
623 | 2025-05-15T03:20:26.522Z | Downloaded rustls v0.23.19 |
624 | 2025-05-15T03:20:26.547Z | Downloaded typify-impl v0.2.0 |
625 | 2025-05-15T03:20:26.572Z | Downloaded regex-syntax v0.8.5 |
626 | 2025-05-15T03:20:26.572Z | Downloaded zerocopy-derive v0.6.6 |
627 | 2025-05-15T03:20:26.598Z | Downloaded typify-impl v0.4.1 |
628 | 2025-05-15T03:20:26.623Z | Downloaded typify-impl v0.3.0 |
629 | 2025-05-15T03:20:26.679Z | Downloaded hickory-proto v0.24.4 |
630 | 2025-05-15T03:20:26.679Z | Downloaded petgraph v0.6.5 |
631 | 2025-05-15T03:20:26.679Z | Downloaded ratatui v0.29.0 |
632 | 2025-05-15T03:20:26.704Z | Downloaded petgraph v0.7.1 |
633 | 2025-05-15T03:20:26.729Z | Downloaded sha3 v0.10.8 |
634 | 2025-05-15T03:20:26.754Z | Downloaded regex-automata v0.4.8 |
635 | 2025-05-15T03:20:26.780Z | Downloaded tokio v1.43.1 |
636 | 2025-05-15T03:20:26.809Z | Downloaded lzma-sys v0.1.20 |
637 | 2025-05-15T03:20:26.844Z | Downloaded jiff v0.2.13 |
638 | 2025-05-15T03:20:26.869Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
639 | 2025-05-15T03:20:26.894Z | Downloaded smoltcp v0.11.0 |
640 | 2025-05-15T03:20:26.920Z | Downloaded nix v0.27.1 |
641 | 2025-05-15T03:20:26.945Z | Downloaded libz-sys v1.1.20 |
642 | 2025-05-15T03:20:26.970Z | Downloaded csv v1.3.1 |
643 | 2025-05-15T03:20:26.995Z | Downloaded object v0.36.5 |
644 | 2025-05-15T03:20:26.995Z | Downloaded regress v0.10.3 |
645 | 2025-05-15T03:20:27.020Z | Downloaded zerocopy v0.8.25 |
646 | 2025-05-15T03:20:27.045Z | Downloaded p384 v0.13.0 |
647 | 2025-05-15T03:20:27.070Z | Downloaded regex-syntax v0.6.29 |
648 | 2025-05-15T03:20:27.070Z | Downloaded object v0.30.4 |
649 | 2025-05-15T03:20:27.095Z | Downloaded rayon v1.10.0 |
650 | 2025-05-15T03:20:27.095Z | Downloaded rustls v0.21.12 |
651 | 2025-05-15T03:20:27.123Z | Downloaded openssl v0.10.72 |
652 | 2025-05-15T03:20:27.123Z | Downloaded git2 v0.19.0 |
653 | 2025-05-15T03:20:27.149Z | Downloaded winnow v0.5.40 |
654 | 2025-05-15T03:20:27.149Z | Downloaded unicode-normalization v0.1.24 |
655 | 2025-05-15T03:20:27.149Z | Downloaded vcpkg v0.2.15 |
656 | 2025-05-15T03:20:27.188Z | Downloaded h2 v0.4.6 |
657 | 2025-05-15T03:20:27.213Z | Downloaded unicode-segmentation v1.12.0 |
658 | 2025-05-15T03:20:27.213Z | Downloaded nom v7.1.3 |
659 | 2025-05-15T03:20:27.213Z | Downloaded quinn-proto v0.11.8 |
660 | 2025-05-15T03:20:27.240Z | Downloaded lalrpop v0.19.12 |
661 | 2025-05-15T03:20:27.240Z | Downloaded icu_properties_data v1.5.0 |
662 | 2025-05-15T03:20:27.265Z | Downloaded tabled v0.18.0 |
663 | 2025-05-15T03:20:27.289Z | Downloaded sqlparser v0.45.0 |
664 | 2025-05-15T03:20:27.289Z | Downloaded ed25519-dalek v2.1.1 |
665 | 2025-05-15T03:20:27.289Z | Downloaded unicode-properties v0.1.3 |
666 | 2025-05-15T03:20:27.289Z | Downloaded sct v0.7.1 |
667 | 2025-05-15T03:20:27.289Z | Downloaded ring v0.17.14 |
668 | 2025-05-15T03:20:27.342Z | Downloaded papergrid v0.14.0 |
669 | 2025-05-15T03:20:27.368Z | Downloaded unicode-bidi v0.3.17 |
670 | 2025-05-15T03:20:27.368Z | Downloaded publicsuffix v2.3.0 |
671 | 2025-05-15T03:20:27.368Z | Downloaded gimli v0.31.1 |
672 | 2025-05-15T03:20:27.368Z | Downloaded idna v1.0.3 |
673 | 2025-05-15T03:20:27.395Z | Downloaded parking_lot v0.12.3 |
674 | 2025-05-15T03:20:27.395Z | Downloaded elliptic-curve v0.13.8 |
675 | 2025-05-15T03:20:27.395Z | Downloaded encoding_rs v0.8.34 |
676 | 2025-05-15T03:20:27.420Z | Downloaded curve25519-dalek v4.1.3 |
677 | 2025-05-15T03:20:27.420Z | Downloaded tough v0.20.0 |
678 | 2025-05-15T03:20:27.446Z | Downloaded sec1 v0.7.3 |
679 | 2025-05-15T03:20:27.446Z | Downloaded rand v0.8.5 |
680 | 2025-05-15T03:20:27.446Z | Downloaded mio v1.0.2 |
681 | 2025-05-15T03:20:27.446Z | Downloaded typed-path v0.9.3 |
682 | 2025-05-15T03:20:27.471Z | Downloaded rand v0.9.0 |
683 | 2025-05-15T03:20:27.471Z | Downloaded poly1305 v0.8.0 |
684 | 2025-05-15T03:20:27.471Z | Downloaded env_logger v0.10.2 |
685 | 2025-05-15T03:20:27.471Z | Downloaded serde_cbor v0.11.2 |
686 | 2025-05-15T03:20:27.471Z | Downloaded qorb v0.3.1 |
687 | 2025-05-15T03:20:27.471Z | Downloaded zerocopy-derive v0.8.25 |
688 | 2025-05-15T03:20:27.496Z | Downloaded rustls-webpki v0.102.8 |
689 | 2025-05-15T03:20:27.521Z | Downloaded parking_lot_core v0.8.6 |
690 | 2025-05-15T03:20:27.521Z | Downloaded itertools v0.14.0 |
691 | 2025-05-15T03:20:27.521Z | Downloaded utf-8 v0.7.6 |
692 | 2025-05-15T03:20:27.521Z | Downloaded untrusted v0.9.0 |
693 | 2025-05-15T03:20:27.521Z | Downloaded parking_lot_core v0.9.10 |
694 | 2025-05-15T03:20:27.521Z | Downloaded serde_bytes v0.11.17 |
695 | 2025-05-15T03:20:27.521Z | Downloaded tokio-util v0.7.13 |
696 | 2025-05-15T03:20:27.546Z | Downloaded hyper v1.6.0 |
697 | 2025-05-15T03:20:27.546Z | Downloaded typify-macro v0.2.0 |
698 | 2025-05-15T03:20:27.546Z | Downloaded parking_lot v0.11.2 |
699 | 2025-05-15T03:20:27.572Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
700 | 2025-05-15T03:20:27.635Z | Downloaded packed_struct v0.10.1 |
701 | 2025-05-15T03:20:27.661Z | Downloaded nu-ansi-term v0.50.1 |
702 | 2025-05-15T03:20:27.661Z | Downloaded ssh-key v0.6.6 |
703 | 2025-05-15T03:20:27.661Z | Downloaded reedline v0.38.0 |
704 | 2025-05-15T03:20:27.661Z | Downloaded serde-big-array v0.5.1 |
705 | 2025-05-15T03:20:27.687Z | Downloaded secrecy v0.10.3 |
706 | 2025-05-15T03:20:27.687Z | Downloaded env_logger v0.11.5 |
707 | 2025-05-15T03:20:27.687Z | Downloaded slog-bunyan v2.5.0 |
708 | 2025-05-15T03:20:27.687Z | Downloaded itertools v0.12.1 |
709 | 2025-05-15T03:20:27.687Z | Downloaded hkdf v0.12.4 |
710 | 2025-05-15T03:20:27.687Z | Downloaded chrono-tz v0.10.3 |
711 | 2025-05-15T03:20:27.713Z | Downloaded bstr v1.10.0 |
712 | 2025-05-15T03:20:27.713Z | Downloaded secrecy v0.8.0 |
713 | 2025-05-15T03:20:27.713Z | Downloaded ref-cast-impl v1.0.23 |
714 | 2025-05-15T03:20:27.713Z | Downloaded pkg-config v0.3.31 |
715 | 2025-05-15T03:20:27.713Z | Downloaded parse-display-derive v0.10.0 |
716 | 2025-05-15T03:20:27.742Z | Downloaded parse-display v0.10.0 |
717 | 2025-05-15T03:20:27.742Z | Downloaded ed25519 v2.2.3 |
718 | 2025-05-15T03:20:27.742Z | Downloaded env_filter v0.1.2 |
719 | 2025-05-15T03:20:27.742Z | Downloaded enum-as-inner v0.6.1 |
720 | 2025-05-15T03:20:27.742Z | Downloaded embedded-io v0.4.0 |
721 | 2025-05-15T03:20:27.742Z | Downloaded either v1.14.0 |
722 | 2025-05-15T03:20:27.742Z | Downloaded serde_derive_internals v0.29.1 |
723 | 2025-05-15T03:20:27.742Z | Downloaded fd-lock v4.0.2 |
724 | 2025-05-15T03:20:27.768Z | Downloaded value-bag v1.9.0 |
725 | 2025-05-15T03:20:27.768Z | Downloaded miniz_oxide v0.8.5 |
726 | 2025-05-15T03:20:27.768Z | Downloaded typify v0.4.1 |
727 | 2025-05-15T03:20:27.793Z | Downloaded hashbrown v0.13.2 |
728 | 2025-05-15T03:20:27.793Z | Downloaded itertools v0.13.0 |
729 | 2025-05-15T03:20:27.819Z | Downloaded tower v0.5.2 |
730 | 2025-05-15T03:20:27.847Z | Downloaded libm v0.2.8 |
731 | 2025-05-15T03:20:27.847Z | Downloaded ena v0.14.3 |
732 | 2025-05-15T03:20:27.847Z | Downloaded embedded-io v0.6.1 |
733 | 2025-05-15T03:20:27.874Z | Downloaded mime_guess v2.0.5 |
734 | 2025-05-15T03:20:27.874Z | Downloaded socket2 v0.5.9 |
735 | 2025-05-15T03:20:27.874Z | Downloaded x509-cert v0.2.5 |
736 | 2025-05-15T03:20:27.874Z | Downloaded unsafe-libyaml v0.2.11 |
737 | 2025-05-15T03:20:27.874Z | Downloaded parse-size v1.1.0 |
738 | 2025-05-15T03:20:27.874Z | Downloaded slog-envlogger v2.2.0 |
739 | 2025-05-15T03:20:27.874Z | Downloaded serde-hex v0.1.0 |
740 | 2025-05-15T03:20:27.874Z | Downloaded whoami v1.5.2 |
741 | 2025-05-15T03:20:27.901Z | Downloaded which v4.4.2 |
742 | 2025-05-15T03:20:27.901Z | Downloaded uzers v0.12.1 |
743 | 2025-05-15T03:20:27.901Z | Downloaded rand_core v0.9.2 |
744 | 2025-05-15T03:20:27.901Z | Downloaded walkdir v2.5.0 |
745 | 2025-05-15T03:20:27.901Z | Downloaded der v0.7.9 |
746 | 2025-05-15T03:20:27.901Z | Downloaded slog-dtrace v0.3.0 |
747 | 2025-05-15T03:20:27.901Z | Downloaded serde_path_to_error v0.1.16 |
748 | 2025-05-15T03:20:27.927Z | Downloaded fixedbitset v0.4.2 |
749 | 2025-05-15T03:20:27.927Z | Downloaded filetime v0.2.25 |
750 | 2025-05-15T03:20:27.927Z | Downloaded ff v0.13.0 |
751 | 2025-05-15T03:20:27.928Z | Downloaded snafu v0.8.5 |
752 | 2025-05-15T03:20:27.928Z | Downloaded progenitor-impl v0.10.0 |
753 | 2025-05-15T03:20:27.928Z | Downloaded unicode_categories v0.1.1 |
754 | 2025-05-15T03:20:27.928Z | Downloaded multer v3.1.0 |
755 | 2025-05-15T03:20:27.953Z | Downloaded rustls-webpki v0.101.7 |
756 | 2025-05-15T03:20:27.953Z | Downloaded mime v0.3.17 |
757 | 2025-05-15T03:20:27.953Z | Downloaded xz2 v0.1.7 |
758 | 2025-05-15T03:20:27.978Z | Downloaded unarray v0.1.4 |
759 | 2025-05-15T03:20:27.978Z | Downloaded ecdsa v0.16.9 |
760 | 2025-05-15T03:20:27.978Z | Downloaded prettyplease v0.2.30 |
761 | 2025-05-15T03:20:27.978Z | Downloaded dropshot_endpoint v0.16.0 |
762 | 2025-05-15T03:20:27.978Z | Downloaded des v0.8.1 |
763 | 2025-05-15T03:20:27.978Z | Downloaded derive_more v0.99.20 |
764 | 2025-05-15T03:20:28.004Z | Downloaded vte v0.11.1 |
765 | 2025-05-15T03:20:28.004Z | Downloaded p256 v0.13.2 |
766 | 2025-05-15T03:20:28.004Z | Downloaded toml_edit v0.19.15 |
767 | 2025-05-15T03:20:28.030Z | Downloaded unicase v2.7.0 |
768 | 2025-05-15T03:20:28.030Z | Downloaded typify-macro v0.4.1 |
769 | 2025-05-15T03:20:28.030Z | Downloaded rand_xorshift v0.3.0 |
770 | 2025-05-15T03:20:28.030Z | Downloaded polyval v0.6.2 |
771 | 2025-05-15T03:20:28.057Z | Downloaded progenitor-impl v0.9.1 |
772 | 2025-05-15T03:20:28.058Z | Downloaded libxml v0.3.3 |
773 | 2025-05-15T03:20:28.058Z | Downloaded itertools v0.10.5 |
774 | 2025-05-15T03:20:28.058Z | Downloaded nibble_vec v0.1.0 |
775 | 2025-05-15T03:20:28.058Z | Downloaded nanorand v0.7.0 |
776 | 2025-05-15T03:20:28.084Z | Downloaded multimap v0.10.0 |
777 | 2025-05-15T03:20:28.084Z | Downloaded snafu-derive v0.8.5 |
778 | 2025-05-15T03:20:28.084Z | Downloaded smallvec v1.14.0 |
779 | 2025-05-15T03:20:28.084Z | Downloaded omicron-zone-package v0.12.2 |
780 | 2025-05-15T03:20:28.084Z | Downloaded memmap2 v0.9.5 |
781 | 2025-05-15T03:20:28.084Z | Downloaded vergen v8.3.2 |
782 | 2025-05-15T03:20:28.084Z | Downloaded tungstenite v0.23.0 |
783 | 2025-05-15T03:20:28.084Z | Downloaded schemars v0.8.22 |
784 | 2025-05-15T03:20:28.110Z | Downloaded vte_generate_state_changes v0.1.2 |
785 | 2025-05-15T03:20:28.110Z | Downloaded dyn-clone v1.0.19 |
786 | 2025-05-15T03:20:28.110Z | Downloaded dunce v1.0.5 |
787 | 2025-05-15T03:20:28.110Z | Downloaded deranged v0.3.11 |
788 | 2025-05-15T03:20:28.110Z | Downloaded zeroize v1.8.1 |
789 | 2025-05-15T03:20:28.110Z | Downloaded zerofrom-derive v0.1.4 |
790 | 2025-05-15T03:20:28.110Z | Downloaded powerfmt v0.2.0 |
791 | 2025-05-15T03:20:28.110Z | Downloaded half v2.4.1 |
792 | 2025-05-15T03:20:28.110Z | Downloaded progenitor-macro v0.10.0 |
793 | 2025-05-15T03:20:28.111Z | Downloaded progenitor-macro v0.9.1 |
794 | 2025-05-15T03:20:28.111Z | Downloaded proc-macro-crate v1.3.1 |
795 | 2025-05-15T03:20:28.111Z | Downloaded predicates v3.1.3 |
796 | 2025-05-15T03:20:28.111Z | Downloaded derive_builder v0.20.2 |
797 | 2025-05-15T03:20:28.136Z | Downloaded vsss-rs v3.3.4 |
798 | 2025-05-15T03:20:28.136Z | Downloaded globset v0.4.15 |
799 | 2025-05-15T03:20:28.136Z | Downloaded flate2 v1.1.1 |
800 | 2025-05-15T03:20:28.136Z | Downloaded wait-timeout v0.2.0 |
801 | 2025-05-15T03:20:28.136Z | Downloaded smf v0.2.3 |
802 | 2025-05-15T03:20:28.136Z | Downloaded progenitor-macro v0.8.0 |
803 | 2025-05-15T03:20:28.136Z | Downloaded predicates-core v1.0.8 |
804 | 2025-05-15T03:20:28.136Z | Downloaded memoffset v0.9.1 |
805 | 2025-05-15T03:20:28.136Z | Downloaded half v1.8.3 |
806 | 2025-05-15T03:20:28.137Z | Downloaded fixedbitset v0.5.7 |
807 | 2025-05-15T03:20:28.137Z | Downloaded openssl-sys v0.9.107 |
808 | 2025-05-15T03:20:28.163Z | Downloaded typify v0.3.0 |
809 | 2025-05-15T03:20:28.163Z | Downloaded rustyline v14.0.0 |
810 | 2025-05-15T03:20:28.163Z | Downloaded darling_core v0.20.10 |
811 | 2025-05-15T03:20:28.163Z | Downloaded http v1.3.1 |
812 | 2025-05-15T03:20:28.163Z | Downloaded newline-converter v0.3.0 |
813 | 2025-05-15T03:20:28.163Z | Downloaded new_debug_unreachable v1.0.6 |
814 | 2025-05-15T03:20:28.163Z | Downloaded zerofrom v0.1.4 |
815 | 2025-05-15T03:20:28.163Z | Downloaded waitgroup v0.1.2 |
816 | 2025-05-15T03:20:28.163Z | Downloaded primeorder v0.13.6 |
817 | 2025-05-15T03:20:28.189Z | Downloaded olpc-cjson v0.1.4 |
818 | 2025-05-15T03:20:28.189Z | Downloaded num v0.4.3 |
819 | 2025-05-15T03:20:28.189Z | Downloaded hash32 v0.3.1 |
820 | 2025-05-15T03:20:28.189Z | Downloaded document-features v0.2.10 |
821 | 2025-05-15T03:20:28.189Z | Downloaded derive_builder_core v0.20.2 |
822 | 2025-05-15T03:20:28.189Z | Downloaded derive-where v1.2.7 |
823 | 2025-05-15T03:20:28.189Z | Downloaded xshell v0.2.7 |
824 | 2025-05-15T03:20:28.189Z | Downloaded stable_deref_trait v1.2.0 |
825 | 2025-05-15T03:20:28.189Z | Downloaded postgres-types v0.2.9 |
826 | 2025-05-15T03:20:28.189Z | Downloaded owo-colors v4.2.0 |
827 | 2025-05-15T03:20:28.189Z | Downloaded fs_extra v1.3.0 |
828 | 2025-05-15T03:20:28.189Z | Downloaded pkcs5 v0.7.1 |
829 | 2025-05-15T03:20:28.217Z | Downloaded toml v0.7.8 |
830 | 2025-05-15T03:20:28.217Z | Downloaded psl-types v2.0.11 |
831 | 2025-05-15T03:20:28.217Z | Downloaded hash32 v0.2.1 |
832 | 2025-05-15T03:20:28.217Z | Downloaded xattr v1.3.1 |
833 | 2025-05-15T03:20:28.218Z | Downloaded ssh-encoding v0.2.0 |
834 | 2025-05-15T03:20:28.218Z | Downloaded smallvec v0.6.14 |
835 | 2025-05-15T03:20:28.218Z | Downloaded rand_core v0.6.4 |
836 | 2025-05-15T03:20:28.218Z | Downloaded num-traits v0.2.19 |
837 | 2025-05-15T03:20:28.218Z | Downloaded futures-util v0.3.31 |
838 | 2025-05-15T03:20:28.242Z | Downloaded pretty_assertions v1.4.1 |
839 | 2025-05-15T03:20:28.242Z | Downloaded opaque-debug v0.3.1 |
840 | 2025-05-15T03:20:28.242Z | Downloaded wyz v0.5.1 |
841 | 2025-05-15T03:20:28.242Z | Downloaded writeable v0.5.5 |
842 | 2025-05-15T03:20:28.243Z | Downloaded sqlformat v0.3.5 |
843 | 2025-05-15T03:20:28.243Z | Downloaded slog-term v2.9.1 |
844 | 2025-05-15T03:20:28.243Z | Downloaded rand_chacha v0.9.0 |
845 | 2025-05-15T03:20:28.243Z | Downloaded flume v0.11.1 |
846 | 2025-05-15T03:20:28.243Z | Downloaded fatfs v0.3.6 |
847 | 2025-05-15T03:20:28.297Z | Downloaded twox-hash v2.1.0 |
848 | 2025-05-15T03:20:28.297Z | Downloaded tracing v0.1.40 |
849 | 2025-05-15T03:20:28.297Z | Downloaded steno v0.4.1 |
850 | 2025-05-15T03:20:28.297Z | Downloaded hickory-server v0.24.4 |
851 | 2025-05-15T03:20:28.297Z | Downloaded dsl_auto_type v0.1.2 |
852 | 2025-05-15T03:20:28.297Z | Downloaded universal-hash v0.5.1 |
853 | 2025-05-15T03:20:28.297Z | Downloaded unicode-xid v0.2.6 |
854 | 2025-05-15T03:20:28.297Z | Downloaded rand_chacha v0.3.1 |
855 | 2025-05-15T03:20:28.323Z | Downloaded oxnet v0.1.2 |
856 | 2025-05-15T03:20:28.323Z | Downloaded oso v0.27.3 |
857 | 2025-05-15T03:20:28.323Z | Downloaded typify v0.2.0 |
858 | 2025-05-15T03:20:28.323Z | Downloaded icu_properties v1.5.1 |
859 | 2025-05-15T03:20:28.323Z | Downloaded void v1.0.2 |
860 | 2025-05-15T03:20:28.323Z | Downloaded diesel_derives v2.2.3 |
861 | 2025-05-15T03:20:28.323Z | Downloaded tungstenite v0.21.0 |
862 | 2025-05-15T03:20:28.323Z | Downloaded pkcs1 v0.7.5 |
863 | 2025-05-15T03:20:28.323Z | Downloaded slog-stdlog v4.1.1 |
864 | 2025-05-15T03:20:28.323Z | Downloaded slog-scope v4.4.0 |
865 | 2025-05-15T03:20:28.323Z | Downloaded progenitor v0.9.1 |
866 | 2025-05-15T03:20:28.323Z | Downloaded postgres-protocol v0.6.8 |
867 | 2025-05-15T03:20:28.323Z | Downloaded postcard v1.0.10 |
868 | 2025-05-15T03:20:28.323Z | Downloaded group v0.13.0 |
869 | 2025-05-15T03:20:28.323Z | Downloaded fs-err v2.11.0 |
870 | 2025-05-15T03:20:28.323Z | Downloaded tracing-core v0.1.32 |
871 | 2025-05-15T03:20:28.323Z | Downloaded pkcs8 v0.10.2 |
872 | 2025-05-15T03:20:28.323Z | Downloaded pin-project-lite v0.2.14 |
873 | 2025-05-15T03:20:28.323Z | Downloaded glob v0.3.2 |
874 | 2025-05-15T03:20:28.323Z | Downloaded form_urlencoded v1.2.1 |
875 | 2025-05-15T03:20:28.323Z | Downloaded displaydoc v0.2.5 |
876 | 2025-05-15T03:20:28.323Z | Downloaded dirs-sys-next v0.1.2 |
877 | 2025-05-15T03:20:28.323Z | Downloaded schemars_derive v0.8.22 |
878 | 2025-05-15T03:20:28.350Z | Downloaded samael v0.0.18 |
879 | 2025-05-15T03:20:28.350Z | Downloaded num_enum_derive v0.5.11 |
880 | 2025-05-15T03:20:28.350Z | Downloaded num-rational v0.4.2 |
881 | 2025-05-15T03:20:28.350Z | Downloaded der_derive v0.7.3 |
882 | 2025-05-15T03:20:28.350Z | Downloaded defmt-macros v0.3.9 |
883 | 2025-05-15T03:20:28.350Z | Downloaded sqlparser_derive v0.2.2 |
884 | 2025-05-15T03:20:28.350Z | Downloaded progenitor v0.8.0 |
885 | 2025-05-15T03:20:28.350Z | Downloaded diff v0.1.13 |
886 | 2025-05-15T03:20:28.350Z | Downloaded subprocess v0.2.9 |
887 | 2025-05-15T03:20:28.350Z | Downloaded strum_macros v0.26.4 |
888 | 2025-05-15T03:20:28.350Z | Downloaded num-bigint-dig v0.8.4 |
889 | 2025-05-15T03:20:28.375Z | Downloaded slog v2.7.0 |
890 | 2025-05-15T03:20:28.375Z | Downloaded jiff-static v0.2.13 |
891 | 2025-05-15T03:20:28.375Z | Downloaded heapless v0.8.0 |
892 | 2025-05-15T03:20:28.375Z | Downloaded proc-macro-error-attr2 v2.0.0 |
893 | 2025-05-15T03:20:28.375Z | Downloaded darling v0.20.10 |
894 | 2025-05-15T03:20:28.375Z | Downloaded icu_collections v1.5.0 |
895 | 2025-05-15T03:20:28.401Z | Downloaded hyper-util v0.1.11 |
896 | 2025-05-15T03:20:28.401Z | Downloaded foreign-types v0.5.0 |
897 | 2025-05-15T03:20:28.401Z | Downloaded flagset v0.4.6 |
898 | 2025-05-15T03:20:28.401Z | Downloaded tap v1.0.1 |
899 | 2025-05-15T03:20:28.401Z | Downloaded scrypt v0.11.0 |
900 | 2025-05-15T03:20:28.401Z | Downloaded scopeguard v1.2.0 |
901 | 2025-05-15T03:20:28.401Z | Downloaded same-file v1.0.6 |
902 | 2025-05-15T03:20:28.401Z | Downloaded rustls-pki-types v1.10.0 |
903 | 2025-05-15T03:20:28.401Z | Downloaded serde_with v3.12.0 |
904 | 2025-05-15T03:20:28.428Z | Downloaded headers v0.4.0 |
905 | 2025-05-15T03:20:28.428Z | Downloaded chrono v0.4.41 |
906 | 2025-05-15T03:20:28.428Z | Downloaded openssl-probe v0.1.5 |
907 | 2025-05-15T03:20:28.428Z | Downloaded foldhash v0.1.3 |
908 | 2025-05-15T03:20:28.428Z | Downloaded float-ord v0.3.2 |
909 | 2025-05-15T03:20:28.428Z | Downloaded float-cmp v0.10.0 |
910 | 2025-05-15T03:20:28.428Z | Downloaded fallible-iterator v0.2.0 |
911 | 2025-05-15T03:20:28.428Z | Downloaded tracing-attributes v0.1.27 |
912 | 2025-05-15T03:20:28.428Z | Downloaded string_cache v0.8.9 |
913 | 2025-05-15T03:20:28.453Z | Downloaded debug-ignore v1.0.5 |
914 | 2025-05-15T03:20:28.453Z | Downloaded zip v2.6.1 |
915 | 2025-05-15T03:20:28.453Z | Downloaded tokio-tungstenite v0.23.1 |
916 | 2025-05-15T03:20:28.453Z | Downloaded tokio-tungstenite v0.21.0 |
917 | 2025-05-15T03:20:28.453Z | Downloaded tokio-stream v0.1.17 |
918 | 2025-05-15T03:20:28.453Z | Downloaded bindgen v0.71.1 |
919 | 2025-05-15T03:20:28.453Z | Downloaded diesel-dtrace v0.4.2 |
920 | 2025-05-15T03:20:28.478Z | Downloaded tui-tree-widget v0.23.0 |
921 | 2025-05-15T03:20:28.478Z | Downloaded tabwriter v1.4.0 |
922 | 2025-05-15T03:20:28.479Z | Downloaded pin-utils v0.1.0 |
923 | 2025-05-15T03:20:28.479Z | Downloaded daft v0.1.3 |
924 | 2025-05-15T03:20:28.479Z | Downloaded zerovec v0.10.4 |
925 | 2025-05-15T03:20:28.479Z | Downloaded progenitor-impl v0.8.0 |
926 | 2025-05-15T03:20:28.479Z | Downloaded dirs-next v2.0.0 |
927 | 2025-05-15T03:20:28.479Z | Downloaded difflib v0.4.0 |
928 | 2025-05-15T03:20:28.479Z | Downloaded support-bundle-viewer v0.1.0 |
929 | 2025-05-15T03:20:28.479Z | Downloaded strum_macros v0.25.3 |
930 | 2025-05-15T03:20:28.479Z | Downloaded pin-project v1.1.6 |
931 | 2025-05-15T03:20:28.506Z | Downloaded num-bigint v0.4.6 |
932 | 2025-05-15T03:20:28.506Z | Downloaded slog-async v2.8.0 |
933 | 2025-05-15T03:20:28.506Z | Downloaded quick-xml v0.37.2 |
934 | 2025-05-15T03:20:28.506Z | Downloaded bitvec v1.0.1 |
935 | 2025-05-15T03:20:28.531Z | Downloaded display-error-chain v0.2.2 |
936 | 2025-05-15T03:20:28.531Z | Downloaded tabled_derive v0.10.0 |
937 | 2025-05-15T03:20:28.531Z | Downloaded synstructure v0.13.1 |
938 | 2025-05-15T03:20:28.531Z | Downloaded subtle v2.6.1 |
939 | 2025-05-15T03:20:28.531Z | Downloaded num_enum v0.5.11 |
940 | 2025-05-15T03:20:28.531Z | Downloaded num-iter v0.1.45 |
941 | 2025-05-15T03:20:28.531Z | Downloaded data-encoding v2.6.0 |
942 | 2025-05-15T03:20:28.532Z | Downloaded daft-derive v0.1.3 |
943 | 2025-05-15T03:20:28.557Z | Downloaded heapless v0.7.17 |
944 | 2025-05-15T03:20:28.557Z | Downloaded strum_macros v0.24.3 |
945 | 2025-05-15T03:20:28.557Z | Downloaded structmeta-derive v0.3.0 |
946 | 2025-05-15T03:20:28.557Z | Downloaded strip-ansi-escapes v0.2.0 |
947 | 2025-05-15T03:20:28.557Z | Downloaded defmt v0.3.8 |
948 | 2025-05-15T03:20:28.557Z | Downloaded bindgen v0.69.5 |
949 | 2025-05-15T03:20:28.557Z | Downloaded rustversion v1.0.17 |
950 | 2025-05-15T03:20:28.557Z | Downloaded indicatif v0.17.11 |
951 | 2025-05-15T03:20:28.583Z | Downloaded hmac v0.12.1 |
952 | 2025-05-15T03:20:28.583Z | Downloaded hickory-resolver v0.24.4 |
953 | 2025-05-15T03:20:28.583Z | Downloaded stringprep v0.1.5 |
954 | 2025-05-15T03:20:28.583Z | Downloaded scheduled-thread-pool v0.2.7 |
955 | 2025-05-15T03:20:28.583Z | Downloaded rustls-pemfile v2.2.0 |
956 | 2025-05-15T03:20:28.583Z | Downloaded try-lock v0.2.5 |
957 | 2025-05-15T03:20:28.583Z | Downloaded sync_wrapper v1.0.1 |
958 | 2025-05-15T03:20:28.583Z | Downloaded sync-ptr v0.1.1 |
959 | 2025-05-15T03:20:28.583Z | Downloaded static_assertions v1.1.0 |
960 | 2025-05-15T03:20:28.583Z | Downloaded defmt-parser v0.3.4 |
961 | 2025-05-15T03:20:28.583Z | Downloaded time v0.3.36 |
962 | 2025-05-15T03:20:28.608Z | Downloaded strum v0.26.3 |
963 | 2025-05-15T03:20:28.608Z | Downloaded tokio-postgres v0.7.13 |
964 | 2025-05-15T03:20:28.609Z | Downloaded icu_locid v1.5.0 |
965 | 2025-05-15T03:20:28.609Z | Downloaded rusty-fork v0.3.0 |
966 | 2025-05-15T03:20:28.634Z | Downloaded rustls-pemfile v1.0.4 |
967 | 2025-05-15T03:20:28.634Z | Downloaded phf_shared v0.11.2 |
968 | 2025-05-15T03:20:28.634Z | Downloaded num_threads v0.1.7 |
969 | 2025-05-15T03:20:28.634Z | Downloaded topological-sort v0.2.2 |
970 | 2025-05-15T03:20:28.634Z | Downloaded aws-lc-rs v1.12.4 |
971 | 2025-05-15T03:20:28.661Z | Downloaded rustc-hash v1.1.0 |
972 | 2025-05-15T03:20:28.661Z | Downloaded ref-cast v1.0.23 |
973 | 2025-05-15T03:20:28.661Z | Downloaded proc-macro-error2 v2.0.1 |
974 | 2025-05-15T03:20:28.661Z | Downloaded pem-rfc7468 v0.7.0 |
975 | 2025-05-15T03:20:28.661Z | Downloaded peg-macros v0.8.5 |
976 | 2025-05-15T03:20:28.661Z | Downloaded password-hash v0.5.0 |
977 | 2025-05-15T03:20:28.661Z | Downloaded number_prefix v0.4.0 |
978 | 2025-05-15T03:20:28.661Z | Downloaded russh v0.45.0 |
979 | 2025-05-15T03:20:28.686Z | Downloaded iana-time-zone v0.1.63 |
980 | 2025-05-15T03:20:28.686Z | Downloaded getrandom v0.3.1 |
981 | 2025-05-15T03:20:28.686Z | Downloaded futures v0.3.31 |
982 | 2025-05-15T03:20:28.687Z | Downloaded zopfli v0.8.1 |
983 | 2025-05-15T03:20:28.687Z | Downloaded zip v0.6.6 |
984 | 2025-05-15T03:20:28.714Z | Downloaded litrs v0.4.1 |
985 | 2025-05-15T03:20:28.714Z | Downloaded jobserver v0.1.32 |
986 | 2025-05-15T03:20:28.714Z | Downloaded icu_provider v1.5.0 |
987 | 2025-05-15T03:20:28.714Z | Downloaded aho-corasick v1.1.3 |
988 | 2025-05-15T03:20:28.714Z | Downloaded phf_codegen v0.11.2 |
989 | 2025-05-15T03:20:28.714Z | Downloaded percent-encoding v2.3.1 |
990 | 2025-05-15T03:20:28.714Z | Downloaded pem v3.0.5 |
991 | 2025-05-15T03:20:28.714Z | Downloaded peg v0.8.5 |
992 | 2025-05-15T03:20:28.741Z | Downloaded pbkdf2 v0.11.0 |
993 | 2025-05-15T03:20:28.741Z | Downloaded paste v1.0.15 |
994 | 2025-05-15T03:20:28.741Z | Downloaded num-complex v0.4.6 |
995 | 2025-05-15T03:20:28.741Z | Downloaded getrandom v0.2.15 |
996 | 2025-05-15T03:20:28.741Z | Downloaded rustc-hash v2.1.1 |
997 | 2025-05-15T03:20:28.742Z | Downloaded r2d2 v0.8.10 |
998 | 2025-05-15T03:20:28.742Z | Downloaded litemap v0.7.3 |
999 | 2025-05-15T03:20:28.742Z | Downloaded indexmap v1.9.3 |
1000 | 2025-05-15T03:20:28.742Z | Downloaded icu_normalizer_data v1.5.0 |
1001 | 2025-05-15T03:20:28.742Z | Downloaded icu_normalizer v1.5.0 |
1002 | 2025-05-15T03:20:28.742Z | Downloaded icu_locid_transform_data v1.5.0 |
1003 | 2025-05-15T03:20:28.768Z | Downloaded hickory-client v0.24.4 |
1004 | 2025-05-15T03:20:28.768Z | Downloaded blake3 v1.5.4 |
1005 | 2025-05-15T03:20:28.768Z | Downloaded futures-channel v0.3.31 |
1006 | 2025-05-15T03:20:28.768Z | Downloaded path-slash v0.1.5 |
1007 | 2025-05-15T03:20:28.768Z | Downloaded num-integer v0.1.46 |
1008 | 2025-05-15T03:20:28.768Z | Downloaded num-derive v0.4.2 |
1009 | 2025-05-15T03:20:28.768Z | Downloaded futures-sink v0.3.31 |
1010 | 2025-05-15T03:20:28.768Z | Downloaded funty v2.0.0 |
1011 | 2025-05-15T03:20:28.768Z | Downloaded darling_macro v0.20.10 |
1012 | 2025-05-15T03:20:28.768Z | Downloaded tower-service v0.3.3 |
1013 | 2025-05-15T03:20:28.768Z | Downloaded tower-layer v0.3.3 |
1014 | 2025-05-15T03:20:28.768Z | Downloaded tokio-rustls v0.24.1 |
1015 | 2025-05-15T03:20:28.768Z | Downloaded ghash v0.5.1 |
1016 | 2025-05-15T03:20:28.793Z | Downloaded gethostname v0.5.0 |
1017 | 2025-05-15T03:20:28.793Z | Downloaded futures-task v0.3.31 |
1018 | 2025-05-15T03:20:28.793Z | Downloaded futures-macro v0.3.31 |
1019 | 2025-05-15T03:20:28.793Z | Downloaded futures-io v0.3.31 |
1020 | 2025-05-15T03:20:28.793Z | Downloaded futures-executor v0.3.31 |
1021 | 2025-05-15T03:20:28.793Z | Downloaded futures-core v0.3.31 |
1022 | 2025-05-15T03:20:28.793Z | Downloaded ctr v0.9.2 |
1023 | 2025-05-15T03:20:28.793Z | Downloaded csv-core v0.1.11 |
1024 | 2025-05-15T03:20:28.793Z | Downloaded zstd-safe v7.2.3 |
1025 | 2025-05-15T03:20:28.793Z | Downloaded zstd v0.13.3 |
1026 | 2025-05-15T03:20:28.793Z | Downloaded zone v0.3.1 |
1027 | 2025-05-15T03:20:28.793Z | Downloaded zone v0.1.8 |
1028 | 2025-05-15T03:20:28.793Z | Downloaded zerovec-derive v0.10.3 |
1029 | 2025-05-15T03:20:28.793Z | Downloaded zeroize_derive v1.4.2 |
1030 | 2025-05-15T03:20:28.793Z | Downloaded tokio-rustls v0.26.0 |
1031 | 2025-05-15T03:20:28.818Z | Downloaded tokio-rustls v0.25.0 |
1032 | 2025-05-15T03:20:28.818Z | Downloaded tinyvec v1.8.0 |
1033 | 2025-05-15T03:20:28.819Z | Downloaded time-macros v0.2.18 |
1034 | 2025-05-15T03:20:28.819Z | Downloaded test-strategy v0.4.0 |
1035 | 2025-05-15T03:20:28.819Z | Downloaded tar v0.4.44 |
1036 | 2025-05-15T03:20:28.819Z | Downloaded similar v2.7.0 |
1037 | 2025-05-15T03:20:28.845Z | Downloaded signal-hook v0.3.17 |
1038 | 2025-05-15T03:20:28.845Z | Downloaded serde_yaml v0.9.34+deprecated |
1039 | 2025-05-15T03:20:28.870Z | Downloaded rsa v0.9.6 |
1040 | 2025-05-15T03:20:28.870Z | Downloaded ron v0.8.1 |
1041 | 2025-05-15T03:20:28.870Z | Downloaded quinn-udp v0.5.5 |
1042 | 2025-05-15T03:20:28.870Z | Downloaded progenitor-client v0.10.0 |
1043 | 2025-05-15T03:20:28.895Z | Downloaded keccak v0.1.5 |
1044 | 2025-05-15T03:20:28.895Z | Downloaded highway v1.3.0 |
1045 | 2025-05-15T03:20:28.895Z | Downloaded hex-literal v0.4.1 |
1046 | 2025-05-15T03:20:28.895Z | Downloaded crossterm v0.28.1 |
1047 | 2025-05-15T03:20:28.895Z | Downloaded aes-gcm v0.10.3 |
1048 | 2025-05-15T03:20:28.920Z | Downloaded curve25519-dalek-derive v0.1.1 |
1049 | 2025-05-15T03:20:28.920Z | Downloaded zone_cfg_derive v0.3.0 |
1050 | 2025-05-15T03:20:28.920Z | Downloaded zone_cfg_derive v0.1.2 |
1051 | 2025-05-15T03:20:28.920Z | Downloaded tokio-native-tls v0.3.1 |
1052 | 2025-05-15T03:20:28.920Z | Downloaded tinystr v0.7.6 |
1053 | 2025-05-15T03:20:28.920Z | Downloaded termtree v0.5.1 |
1054 | 2025-05-15T03:20:28.920Z | Downloaded term v0.7.0 |
1055 | 2025-05-15T03:20:28.920Z | Downloaded sha1 v0.10.6 |
1056 | 2025-05-15T03:20:28.920Z | Downloaded serde_with_macros v3.12.0 |
1057 | 2025-05-15T03:20:28.920Z | Downloaded rustc_version v0.4.1 |
1058 | 2025-05-15T03:20:28.920Z | Downloaded rustc_version v0.1.7 |
1059 | 2025-05-15T03:20:28.920Z | Downloaded russh-keys v0.45.0 |
1060 | 2025-05-15T03:20:28.945Z | Downloaded libloading v0.8.5 |
1061 | 2025-05-15T03:20:28.945Z | Downloaded libefi-sys v0.1.0 |
1062 | 2025-05-15T03:20:28.945Z | Downloaded impl-trait-for-tuples v0.2.2 |
1063 | 2025-05-15T03:20:28.945Z | Downloaded icu_locid_transform v1.5.0 |
1064 | 2025-05-15T03:20:28.945Z | Downloaded tls_codec_derive v0.4.1 |
1065 | 2025-05-15T03:20:28.945Z | Downloaded tls_codec v0.4.1 |
1066 | 2025-05-15T03:20:28.946Z | Downloaded tiny-keccak v2.0.2 |
1067 | 2025-05-15T03:20:28.946Z | Downloaded thread_local v1.1.8 |
1068 | 2025-05-15T03:20:28.946Z | Downloaded thiserror-no-std v2.0.2 |
1069 | 2025-05-15T03:20:28.971Z | Downloaded thiserror-impl-no-std v2.0.2 |
1070 | 2025-05-15T03:20:28.971Z | Downloaded termios v0.3.3 |
1071 | 2025-05-15T03:20:28.971Z | Downloaded aws-lc-sys v0.26.0 |
1072 | 2025-05-15T03:20:29.205Z | Downloaded termcolor v1.4.1 |
1073 | 2025-05-15T03:20:29.230Z | Downloaded simd-adler32 v0.3.7 |
1074 | 2025-05-15T03:20:29.230Z | Downloaded signature v2.2.0 |
1075 | 2025-05-15T03:20:29.230Z | Downloaded signal-hook-registry v1.4.2 |
1076 | 2025-05-15T03:20:29.231Z | Downloaded shlex v1.3.0 |
1077 | 2025-05-15T03:20:29.231Z | Downloaded shell-words v1.1.0 |
1078 | 2025-05-15T03:20:29.231Z | Downloaded serde_urlencoded v0.7.1 |
1079 | 2025-05-15T03:20:29.231Z | Downloaded serde_repr v0.1.19 |
1080 | 2025-05-15T03:20:29.231Z | Downloaded serde_plain v1.0.2 |
1081 | 2025-05-15T03:20:29.231Z | Downloaded ron v0.7.1 |
1082 | 2025-05-15T03:20:29.231Z | Downloaded quinn v0.11.5 |
1083 | 2025-05-15T03:20:29.231Z | Downloaded lock_api v0.4.12 |
1084 | 2025-05-15T03:20:29.231Z | Downloaded ipnet v2.11.0 |
1085 | 2025-05-15T03:20:29.256Z | Downloaded ingot-types v0.1.0 |
1086 | 2025-05-15T03:20:29.256Z | Downloaded ingot-macros v0.1.0 |
1087 | 2025-05-15T03:20:29.256Z | Downloaded hyper-rustls v0.27.3 |
1088 | 2025-05-15T03:20:29.256Z | Downloaded aes v0.8.4 |
1089 | 2025-05-15T03:20:29.256Z | Downloaded time-core v0.1.2 |
1090 | 2025-05-15T03:20:29.256Z | Downloaded siphasher v0.3.11 |
1091 | 2025-05-15T03:20:29.256Z | Downloaded signal-hook-tokio v0.3.1 |
1092 | 2025-05-15T03:20:29.256Z | Downloaded signal-hook-mio v0.2.4 |
1093 | 2025-05-15T03:20:29.256Z | Downloaded ppv-lite86 v0.2.20 |
1094 | 2025-05-15T03:20:29.256Z | Downloaded linked-hash-map v0.5.6 |
1095 | 2025-05-15T03:20:29.256Z | Downloaded libsw v3.4.0 |
1096 | 2025-05-15T03:20:29.256Z | Downloaded libscf-sys v1.1.0 |
1097 | 2025-05-15T03:20:29.256Z | Downloaded inout v0.1.3 |
1098 | 2025-05-15T03:20:29.256Z | Downloaded indent_write v2.2.0 |
1099 | 2025-05-15T03:20:29.256Z | Downloaded http-body-util v0.1.3 |
1100 | 2025-05-15T03:20:29.281Z | Downloaded crossbeam-channel v0.5.15 |
1101 | 2025-05-15T03:20:29.281Z | Downloaded cc v1.2.15 |
1102 | 2025-05-15T03:20:29.281Z | Downloaded rustc-demangle v0.1.24 |
1103 | 2025-05-15T03:20:29.281Z | Downloaded rtoolbox v0.0.2 |
1104 | 2025-05-15T03:20:29.281Z | Downloaded rpassword v7.3.1 |
1105 | 2025-05-15T03:20:29.281Z | Downloaded rfc6979 v0.4.0 |
1106 | 2025-05-15T03:20:29.281Z | Downloaded rcgen v0.12.1 |
1107 | 2025-05-15T03:20:29.281Z | Downloaded pretty-hex v0.2.1 |
1108 | 2025-05-15T03:20:29.281Z | Downloaded crypto-bigint v0.5.5 |
1109 | 2025-05-15T03:20:29.306Z | Downloaded const_format v0.2.34 |
1110 | 2025-05-15T03:20:29.306Z | Downloaded compact_str v0.8.0 |
1111 | 2025-05-15T03:20:29.306Z | Downloaded chacha20poly1305 v0.10.1 |
1112 | 2025-05-15T03:20:29.306Z | Downloaded bytes v1.10.1 |
1113 | 2025-05-15T03:20:29.306Z | Downloaded bumpalo v3.16.0 |
1114 | 2025-05-15T03:20:29.306Z | Downloaded base64 v0.22.1 |
1115 | 2025-05-15T03:20:29.331Z | Downloaded base64 v0.21.7 |
1116 | 2025-05-15T03:20:29.331Z | Downloaded backtrace v0.3.74 |
1117 | 2025-05-15T03:20:29.331Z | Downloaded allocator-api2 v0.2.18 |
1118 | 2025-05-15T03:20:29.331Z | Downloaded quick-error v1.2.3 |
1119 | 2025-05-15T03:20:29.331Z | Downloaded maybe-uninit v2.0.0 |
1120 | 2025-05-15T03:20:29.331Z | Downloaded maplit v1.0.2 |
1121 | 2025-05-15T03:20:29.331Z | Downloaded lzss v0.8.2 |
1122 | 2025-05-15T03:20:29.331Z | Downloaded lru-cache v0.1.2 |
1123 | 2025-05-15T03:20:29.356Z | Downloaded lru v0.12.5 |
1124 | 2025-05-15T03:20:29.356Z | Downloaded libsw-core v0.3.1 |
1125 | 2025-05-15T03:20:29.356Z | Downloaded lazycell v1.3.0 |
1126 | 2025-05-15T03:20:29.357Z | Downloaded lazy_static v1.5.0 |
1127 | 2025-05-15T03:20:29.357Z | Downloaded lalrpop-util v0.19.12 |
1128 | 2025-05-15T03:20:29.357Z | Downloaded indoc v2.0.6 |
1129 | 2025-05-15T03:20:29.357Z | Downloaded hyper-staticfile v0.10.1 |
1130 | 2025-05-15T03:20:29.357Z | Downloaded httparse v1.9.5 |
1131 | 2025-05-15T03:20:29.357Z | Downloaded crossbeam-utils v0.8.21 |
1132 | 2025-05-15T03:20:29.357Z | Downloaded crossbeam-epoch v0.9.18 |
1133 | 2025-05-15T03:20:29.357Z | Downloaded crc32fast v1.4.2 |
1134 | 2025-05-15T03:20:29.357Z | Downloaded crc-any v2.5.0 |
1135 | 2025-05-15T03:20:29.382Z | Downloaded cookie v0.18.1 |
1136 | 2025-05-15T03:20:29.382Z | Downloaded const-oid v0.9.6 |
1137 | 2025-05-15T03:20:29.382Z | Downloaded clang-sys v1.8.1 |
1138 | 2025-05-15T03:20:29.382Z | Downloaded blake2 v0.10.6 |
1139 | 2025-05-15T03:20:29.382Z | Downloaded bcs v0.1.6 |
1140 | 2025-05-15T03:20:29.382Z | Downloaded base64 v0.13.1 |
1141 | 2025-05-15T03:20:29.407Z | Downloaded async-trait v0.1.88 |
1142 | 2025-05-15T03:20:29.407Z | Downloaded argon2 v0.5.3 |
1143 | 2025-05-15T03:20:29.407Z | Downloaded arc-swap v1.7.1 |
1144 | 2025-05-15T03:20:29.407Z | Downloaded ahash v0.8.11 |
1145 | 2025-05-15T03:20:29.407Z | Downloaded addr2line v0.24.2 |
1146 | 2025-05-15T03:20:29.407Z | Downloaded progenitor-client v0.8.0 |
1147 | 2025-05-15T03:20:29.407Z | Downloaded md-5 v0.10.6 |
1148 | 2025-05-15T03:20:29.407Z | Downloaded managed v0.8.0 |
1149 | 2025-05-15T03:20:29.407Z | Downloaded lockfree-object-pool v0.1.6 |
1150 | 2025-05-15T03:20:29.433Z | Downloaded linear-map v1.2.0 |
1151 | 2025-05-15T03:20:29.433Z | Downloaded kstat-rs v0.2.4 |
1152 | 2025-05-15T03:20:29.433Z | Downloaded ipnetwork v0.21.1 |
1153 | 2025-05-15T03:20:29.433Z | Downloaded internet-checksum v0.2.1 |
1154 | 2025-05-15T03:20:29.433Z | Downloaded ingot v0.1.0 |
1155 | 2025-05-15T03:20:29.433Z | Downloaded indoc v1.0.9 |
1156 | 2025-05-15T03:20:29.433Z | Downloaded idna_adapter v1.2.0 |
1157 | 2025-05-15T03:20:29.434Z | Downloaded humantime v2.1.0 |
1158 | 2025-05-15T03:20:29.434Z | Downloaded crc v3.2.1 |
1159 | 2025-05-15T03:20:29.434Z | Downloaded cookie_store v0.21.1 |
1160 | 2025-05-15T03:20:29.434Z | Downloaded constant_time_eq v0.3.1 |
1161 | 2025-05-15T03:20:29.434Z | Downloaded const_format_proc_macros v0.2.34 |
1162 | 2025-05-15T03:20:29.434Z | Downloaded console v0.15.10 |
1163 | 2025-05-15T03:20:29.459Z | Downloaded colored v2.2.0 |
1164 | 2025-05-15T03:20:29.459Z | Downloaded cipher v0.4.4 |
1165 | 2025-05-15T03:20:29.459Z | Downloaded ciborium v0.2.2 |
1166 | 2025-05-15T03:20:29.459Z | Downloaded chrono-tz-build v0.4.0 |
1167 | 2025-05-15T03:20:29.459Z | Downloaded cfg_aliases v0.2.1 |
1168 | 2025-05-15T03:20:29.459Z | Downloaded cancel-safe-futures v0.1.5 |
1169 | 2025-05-15T03:20:29.459Z | Downloaded bzip2 v0.5.2 |
1170 | 2025-05-15T03:20:29.460Z | Downloaded bzip2 v0.4.4 |
1171 | 2025-05-15T03:20:29.460Z | Downloaded buf-list v1.0.3 |
1172 | 2025-05-15T03:20:29.460Z | Downloaded blowfish v0.9.1 |
1173 | 2025-05-15T03:20:29.460Z | Downloaded bit-vec v0.8.0 |
1174 | 2025-05-15T03:20:29.460Z | Downloaded bit-set v0.8.0 |
1175 | 2025-05-15T03:20:29.485Z | Downloaded bb8 v0.8.5 |
1176 | 2025-05-15T03:20:29.485Z | Downloaded base64ct v1.6.0 |
1177 | 2025-05-15T03:20:29.485Z | Downloaded backoff v0.4.0 |
1178 | 2025-05-15T03:20:29.485Z | Downloaded async-bb8-diesel v0.2.1 |
1179 | 2025-05-15T03:20:29.485Z | Downloaded arrayvec v0.7.6 |
1180 | 2025-05-15T03:20:29.485Z | Downloaded aead v0.5.2 |
1181 | 2025-05-15T03:20:29.485Z | Downloaded instability v0.3.2 |
1182 | 2025-05-15T03:20:29.485Z | Downloaded hyper-tls v0.6.0 |
1183 | 2025-05-15T03:20:29.485Z | Downloaded hostname v0.3.1 |
1184 | 2025-05-15T03:20:29.485Z | Downloaded crossbeam-deque v0.8.5 |
1185 | 2025-05-15T03:20:29.485Z | Downloaded crc-catalog v2.4.0 |
1186 | 2025-05-15T03:20:29.485Z | Downloaded convert_case v0.4.0 |
1187 | 2025-05-15T03:20:29.485Z | Downloaded cobs v0.2.3 |
1188 | 2025-05-15T03:20:29.485Z | Downloaded cmake v0.1.51 |
1189 | 2025-05-15T03:20:29.485Z | Downloaded ciborium-ll v0.2.2 |
1190 | 2025-05-15T03:20:29.485Z | Downloaded chacha20 v0.9.1 |
1191 | 2025-05-15T03:20:29.511Z | Downloaded cexpr v0.6.0 |
1192 | 2025-05-15T03:20:29.511Z | Downloaded cbc v0.1.2 |
1193 | 2025-05-15T03:20:29.511Z | Downloaded castaway v0.2.3 |
1194 | 2025-05-15T03:20:29.511Z | Downloaded cassowary v0.3.0 |
1195 | 2025-05-15T03:20:29.511Z | Downloaded block-padding v0.3.3 |
1196 | 2025-05-15T03:20:29.511Z | Downloaded bitfield-struct v0.6.2 |
1197 | 2025-05-15T03:20:29.511Z | Downloaded bit-vec v0.6.3 |
1198 | 2025-05-15T03:20:29.511Z | Downloaded bcrypt-pbkdf v0.10.0 |
1199 | 2025-05-15T03:20:29.511Z | Downloaded atomic-waker v1.1.2 |
1200 | 2025-05-15T03:20:29.511Z | Downloaded async-recursion v1.1.1 |
1201 | 2025-05-15T03:20:29.511Z | Downloaded assert_matches v1.5.0 |
1202 | 2025-05-15T03:20:29.511Z | Downloaded array-init v0.0.4 |
1203 | 2025-05-15T03:20:29.511Z | Downloaded ident_case v1.0.1 |
1204 | 2025-05-15T03:20:29.511Z | Downloaded hex v0.4.3 |
1205 | 2025-05-15T03:20:29.511Z | Downloaded heck v0.3.3 |
1206 | 2025-05-15T03:20:29.511Z | Downloaded crunchy v0.2.2 |
1207 | 2025-05-15T03:20:29.536Z | Downloaded crucible-workspace-hack v0.1.0 |
1208 | 2025-05-15T03:20:29.536Z | Downloaded cargo_metadata v0.18.1 |
1209 | 2025-05-15T03:20:29.536Z | Downloaded bitfield v0.14.0 |
1210 | 2025-05-15T03:20:29.536Z | Downloaded bit-set v0.5.3 |
1211 | 2025-05-15T03:20:29.536Z | Downloaded base16ct v0.2.0 |
1212 | 2025-05-15T03:20:29.536Z | Downloaded atomicwrites v0.4.4 |
1213 | 2025-05-15T03:20:29.536Z | Downloaded async-stream v0.3.6 |
1214 | 2025-05-15T03:20:29.536Z | Downloaded ascii-canvas v3.0.0 |
1215 | 2025-05-15T03:20:29.537Z | Downloaded arrayref v0.3.9 |
1216 | 2025-05-15T03:20:29.537Z | Downloaded adler2 v2.0.0 |
1217 | 2025-05-15T03:20:29.537Z | Downloaded home v0.5.9 |
1218 | 2025-05-15T03:20:29.537Z | Downloaded crc8 v0.1.1 |
1219 | 2025-05-15T03:20:29.537Z | Downloaded hubpack v0.1.2 |
1220 | 2025-05-15T03:20:29.537Z | Downloaded hostname v0.4.0 |
1221 | 2025-05-15T03:20:29.537Z | Downloaded cstr-argument v0.1.2 |
1222 | 2025-05-15T03:20:29.537Z | Downloaded cfg_aliases v0.1.1 |
1223 | 2025-05-15T03:20:29.537Z | Downloaded atty v0.2.14 |
1224 | 2025-05-15T03:20:29.537Z | Downloaded hubpack_derive v0.1.1 |
1225 | 2025-05-15T03:20:29.537Z | Downloaded ciborium-io v0.2.2 |
1226 | 2025-05-15T03:20:29.537Z | Downloaded async-stream-impl v0.3.6 |
1227 | 2025-05-15T03:20:29.537Z | Downloaded http-body v1.0.1 |
1228 | 2025-05-15T03:20:29.723Z | Compiling serde v1.0.219 |
1229 | 2025-05-15T03:20:29.748Z | Compiling value-bag v1.9.0 |
1230 | 2025-05-15T03:20:29.748Z | Compiling shlex v1.3.0 |
1231 | 2025-05-15T03:20:29.748Z | Compiling lock_api v0.4.12 |
1232 | 2025-05-15T03:20:29.748Z | Compiling scopeguard v1.2.0 |
1233 | 2025-05-15T03:20:29.748Z | Compiling typenum v1.17.0 |
1234 | 2025-05-15T03:20:29.850Z | Compiling syn v2.0.101 |
1235 | 2025-05-15T03:20:29.876Z | Compiling getrandom v0.2.15 |
1236 | 2025-05-15T03:20:30.008Z | Compiling jobserver v0.1.32 |
1237 | 2025-05-15T03:20:30.204Z | Compiling rand_core v0.6.4 |
1238 | 2025-05-15T03:20:30.229Z | Compiling log v0.4.27 |
1239 | 2025-05-15T03:20:30.383Z | Compiling generic-array v0.14.7 |
1240 | 2025-05-15T03:20:30.409Z | Compiling smallvec v1.14.0 |
1241 | 2025-05-15T03:20:30.543Z | Compiling cc v1.2.15 |
1242 | 2025-05-15T03:20:30.841Z | Compiling subtle v2.6.1 |
1243 | 2025-05-15T03:20:30.868Z | Compiling const-oid v0.9.6 |
1244 | 2025-05-15T03:20:30.917Z | Compiling stable_deref_trait v1.2.0 |
1245 | 2025-05-15T03:20:31.008Z | Compiling pkg-config v0.3.31 |
1246 | 2025-05-15T03:20:31.079Z | Compiling pin-project-lite v0.2.14 |
1247 | 2025-05-15T03:20:31.168Z | Compiling rustix v0.38.37 |
1248 | 2025-05-15T03:20:31.231Z | Compiling parking_lot_core v0.9.10 |
1249 | 2025-05-15T03:20:31.255Z | Compiling signal-hook-registry v1.4.2 |
1250 | 2025-05-15T03:20:31.976Z | Compiling spin v0.9.8 |
1251 | 2025-05-15T03:20:32.033Z | Compiling mio v1.0.2 |
1252 | 2025-05-15T03:20:32.334Z | Compiling parking_lot v0.12.3 |
1253 | 2025-05-15T03:20:32.387Z | Compiling futures-core v0.3.31 |
1254 | 2025-05-15T03:20:32.412Z | Compiling aho-corasick v1.1.3 |
1255 | 2025-05-15T03:20:32.438Z | Compiling cpufeatures v0.2.14 |
1256 | 2025-05-15T03:20:32.569Z | Compiling regex-syntax v0.8.5 |
1257 | 2025-05-15T03:20:32.664Z | Compiling serde_json v1.0.140 |
1258 | 2025-05-15T03:20:33.202Z | Compiling writeable v0.5.5 |
1259 | 2025-05-15T03:20:33.303Z | Compiling libm v0.2.8 |
1260 | 2025-05-15T03:20:33.478Z | Compiling litemap v0.7.3 |
1261 | 2025-05-15T03:20:33.614Z | Compiling either v1.14.0 |
1262 | 2025-05-15T03:20:33.745Z | Compiling socket2 v0.5.9 |
1263 | 2025-05-15T03:20:33.858Z | Compiling slab v0.4.9 |
1264 | 2025-05-15T03:20:33.945Z | Compiling num-traits v0.2.19 |
1265 | 2025-05-15T03:20:34.107Z | Compiling glob v0.3.2 |
1266 | 2025-05-15T03:20:34.614Z | Compiling prettyplease v0.2.30 |
1267 | 2025-05-15T03:20:34.798Z | Compiling getrandom v0.3.1 |
1268 | 2025-05-15T03:20:34.944Z | Compiling icu_locid_transform_data v1.5.0 |
1269 | 2025-05-15T03:20:34.983Z | Compiling futures-sink v0.3.31 |
1270 | 2025-05-15T03:20:35.071Z | Compiling clang-sys v1.8.1 |
1271 | 2025-05-15T03:20:35.178Z | Compiling lazy_static v1.5.0 |
1272 | 2025-05-15T03:20:35.340Z | Compiling minimal-lexical v0.2.1 |
1273 | 2025-05-15T03:20:35.603Z | Compiling icu_properties_data v1.5.0 |
1274 | 2025-05-15T03:20:35.810Z | Compiling allocator-api2 v0.2.18 |
1275 | 2025-05-15T03:20:35.864Z | Compiling foldhash v0.1.3 |
1276 | 2025-05-15T03:20:35.897Z | Compiling nom v7.1.3 |
1277 | 2025-05-15T03:20:36.233Z | Compiling libloading v0.8.5 |
1278 | 2025-05-15T03:20:36.525Z | Compiling hashbrown v0.15.1 |
1279 | 2025-05-15T03:20:36.611Z | Compiling utf16_iter v1.0.5 |
1280 | 2025-05-15T03:20:36.689Z | Compiling regex-automata v0.4.8 |
1281 | 2025-05-15T03:20:36.852Z | Compiling base64ct v1.6.0 |
1282 | 2025-05-15T03:20:37.368Z | Compiling icu_normalizer_data v1.5.0 |
1283 | 2025-05-15T03:20:37.538Z | Compiling utf8_iter v1.0.4 |
1284 | 2025-05-15T03:20:37.634Z | Compiling percent-encoding v2.3.1 |
1285 | 2025-05-15T03:20:37.660Z | Compiling bindgen v0.69.5 |
1286 | 2025-05-15T03:20:37.853Z | Compiling write16 v1.0.0 |
1287 | 2025-05-15T03:20:37.963Z | Compiling home v0.5.9 |
1288 | 2025-05-15T03:20:38.020Z | Compiling pem-rfc7468 v0.7.0 |
1289 | 2025-05-15T03:20:38.248Z | Compiling itertools v0.12.1 |
1290 | 2025-05-15T03:20:38.717Z | Compiling synstructure v0.13.1 |
1291 | 2025-05-15T03:20:39.213Z | Compiling rustc-hash v1.1.0 |
1292 | 2025-05-15T03:20:39.394Z | Compiling lazycell v1.3.0 |
1293 | 2025-05-15T03:20:39.649Z | Compiling cexpr v0.6.0 |
1294 | 2025-05-15T03:20:39.805Z | Compiling flagset v0.4.6 |
1295 | 2025-05-15T03:20:40.075Z | Compiling futures-channel v0.3.31 |
1296 | 2025-05-15T03:20:40.478Z | Compiling cmake v0.1.51 |
1297 | 2025-05-15T03:20:40.527Z | Compiling pin-utils v0.1.0 |
1298 | 2025-05-15T03:20:40.653Z | Compiling fs_extra v1.3.0 |
1299 | 2025-05-15T03:20:41.255Z | Compiling futures-io v0.3.31 |
1300 | 2025-05-15T03:20:41.405Z | Compiling futures-task v0.3.31 |
1301 | 2025-05-15T03:20:41.459Z | Compiling dunce v1.0.5 |
1302 | 2025-05-15T03:20:41.519Z | Compiling form_urlencoded v1.2.1 |
1303 | 2025-05-15T03:20:41.578Z | Compiling vcpkg v0.2.15 |
1304 | 2025-05-15T03:20:41.617Z | Compiling paste v1.0.15 |
1305 | 2025-05-15T03:20:41.733Z | Compiling zerocopy v0.8.25 |
1306 | 2025-05-15T03:20:41.927Z | Compiling crossbeam-utils v0.8.21 |
1307 | 2025-05-15T03:20:42.129Z | Compiling ring v0.17.14 |
1308 | 2025-05-15T03:20:42.572Z | Compiling tracing-core v0.1.32 |
1309 | 2025-05-15T03:20:42.805Z | Compiling aws-lc-rs v1.12.4 |
1310 | 2025-05-15T03:20:43.265Z | Compiling regex v1.11.1 |
1311 | 2025-05-15T03:20:43.361Z | Compiling iana-time-zone v0.1.63 |
1312 | 2025-05-15T03:20:43.560Z | Compiling openssl-sys v0.9.107 |
1313 | 2025-05-15T03:20:43.869Z | Compiling tinyvec_macros v0.1.1 |
1314 | 2025-05-15T03:20:43.961Z | Compiling serde_derive v1.0.219 |
1315 | 2025-05-15T03:20:43.985Z | Compiling zeroize_derive v1.4.2 |
1316 | 2025-05-15T03:20:44.306Z | Compiling zerofrom-derive v0.1.4 |
1317 | 2025-05-15T03:20:44.838Z | Compiling yoke-derive v0.7.4 |
1318 | 2025-05-15T03:20:45.081Z | Compiling zerovec-derive v0.10.3 |
1319 | 2025-05-15T03:20:45.569Z | Compiling zeroize v1.8.1 |
1320 | 2025-05-15T03:20:47.537Z | Compiling crypto-common v0.1.6 |
1321 | 2025-05-15T03:20:47.807Z | Compiling block-buffer v0.10.4 |
1322 | 2025-05-15T03:20:47.887Z | Compiling displaydoc v0.2.5 |
1323 | 2025-05-15T03:20:47.912Z | Compiling zerocopy-derive v0.7.35 |
1324 | 2025-05-15T03:20:48.182Z | Compiling digest v0.10.7 |
1325 | 2025-05-15T03:20:48.296Z | Compiling zerofrom v0.1.4 |
1326 | 2025-05-15T03:20:48.588Z | Compiling yoke v0.7.4 |
1327 | 2025-05-15T03:20:48.732Z | Compiling hmac v0.12.1 |
1328 | 2025-05-15T03:20:49.019Z | Compiling zerovec v0.10.4 |
1329 | 2025-05-15T03:20:49.050Z | Compiling icu_provider_macros v1.5.0 |
1330 | 2025-05-15T03:20:49.097Z | Compiling tokio-macros v2.5.0 |
1331 | 2025-05-15T03:20:49.413Z | Compiling block-padding v0.3.3 |
1332 | 2025-05-15T03:20:49.621Z | Compiling sha2 v0.10.8 |
1333 | 2025-05-15T03:20:49.719Z | Compiling inout v0.1.3 |
1334 | 2025-05-15T03:20:49.745Z | Compiling der_derive v0.7.3 |
1335 | 2025-05-15T03:20:50.076Z | Compiling cipher v0.4.4 |
1336 | 2025-05-15T03:20:50.131Z | Compiling zerocopy v0.7.35 |
1337 | 2025-05-15T03:20:50.300Z | Compiling thiserror-impl v1.0.69 |
1338 | 2025-05-15T03:20:50.731Z | Compiling futures-macro v0.3.31 |
1339 | 2025-05-15T03:20:50.756Z | Compiling salsa20 v0.10.2 |
1340 | 2025-05-15T03:20:51.012Z | Compiling pbkdf2 v0.12.2 |
1341 | 2025-05-15T03:20:51.237Z | Compiling tinystr v0.7.6 |
1342 | 2025-05-15T03:20:51.414Z | Compiling icu_collections v1.5.0 |
1343 | 2025-05-15T03:20:51.672Z | Compiling icu_locid v1.5.0 |
1344 | 2025-05-15T03:20:51.702Z | Compiling ppv-lite86 v0.2.20 |
1345 | 2025-05-15T03:20:52.128Z | Compiling der v0.7.9 |
1346 | 2025-05-15T03:20:52.536Z | Compiling scrypt v0.11.0 |
1347 | 2025-05-15T03:20:52.719Z | Compiling futures-util v0.3.31 |
1348 | 2025-05-15T03:20:52.865Z | Compiling aes v0.8.4 |
1349 | 2025-05-15T03:20:53.092Z | Compiling icu_provider v1.5.0 |
1350 | 2025-05-15T03:20:53.212Z | Compiling cbc v0.1.2 |
1351 | 2025-05-15T03:20:53.414Z | Compiling thiserror v1.0.69 |
1352 | 2025-05-15T03:20:53.582Z | Compiling pest v2.7.14 |
1353 | 2025-05-15T03:20:53.607Z | Compiling tracing-attributes v0.1.27 |
1354 | 2025-05-15T03:20:53.856Z | Compiling icu_locid_transform v1.5.0 |
1355 | 2025-05-15T03:20:54.120Z | Compiling zerocopy-derive v0.8.25 |
1356 | 2025-05-15T03:20:55.221Z | Compiling spki v0.7.3 |
1357 | 2025-05-15T03:20:55.412Z | Compiling icu_properties v1.5.1 |
1358 | 2025-05-15T03:20:55.659Z | Compiling pkcs5 v0.7.1 |
1359 | 2025-05-15T03:20:56.525Z | Compiling pkcs8 v0.10.2 |
1360 | 2025-05-15T03:20:56.711Z | Compiling pest_meta v2.7.14 |
1361 | 2025-05-15T03:20:56.799Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-05-15T03:20:57.133Z | Compiling tracing v0.1.40 |
1363 | 2025-05-15T03:20:57.324Z | Compiling rustls-pki-types v1.10.0 |
1364 | 2025-05-15T03:20:57.471Z | Compiling bitflags v2.9.0 |
1365 | 2025-05-15T03:20:57.694Z | Compiling bytes v1.10.1 |
1366 | 2025-05-15T03:20:57.718Z | Compiling semver v1.0.26 |
1367 | 2025-05-15T03:20:58.469Z | Compiling indexmap v2.9.0 |
1368 | 2025-05-15T03:20:58.494Z | Compiling rustc_version v0.4.1 |
1369 | 2025-05-15T03:20:58.690Z | Compiling uuid v1.16.0 |
1370 | 2025-05-15T03:20:59.216Z | Compiling tokio v1.43.1 |
1371 | 2025-05-15T03:20:59.244Z | Compiling http v1.3.1 |
1372 | 2025-05-15T03:20:59.905Z | Compiling icu_normalizer v1.5.0 |
1373 | 2025-05-15T03:21:00.288Z | Compiling chrono v0.4.41 |
1374 | 2025-05-15T03:21:01.180Z | Compiling idna_adapter v1.2.0 |
1375 | 2025-05-15T03:21:01.256Z | Compiling httparse v1.9.5 |
1376 | 2025-05-15T03:21:01.453Z | Compiling idna v1.0.3 |
1377 | 2025-05-15T03:21:01.623Z | Compiling http-body v1.0.1 |
1378 | 2025-05-15T03:21:01.861Z | Compiling which v4.4.2 |
1379 | 2025-05-15T03:21:01.891Z | Compiling scroll v0.12.0 |
1380 | 2025-05-15T03:21:02.166Z | Compiling url v2.5.3 |
1381 | 2025-05-15T03:21:02.505Z | Compiling pest_generator v2.7.14 |
1382 | 2025-05-15T03:21:02.740Z | Compiling tinyvec v1.8.0 |
1383 | 2025-05-15T03:21:03.171Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-05-15T03:21:03.911Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1385 | 2025-05-15T03:21:04.027Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1386 | 2025-05-15T03:21:04.116Z | Compiling num-conv v0.1.0 |
1387 | 2025-05-15T03:21:04.242Z | Compiling untrusted v0.7.1 |
1388 | 2025-05-15T03:21:04.301Z | Compiling powerfmt v0.2.0 |
1389 | 2025-05-15T03:21:04.424Z | Compiling time-core v0.1.2 |
1390 | 2025-05-15T03:21:04.469Z | Compiling untrusted v0.9.0 |
1391 | 2025-05-15T03:21:04.514Z | Compiling adler2 v2.0.0 |
1392 | 2025-05-15T03:21:04.653Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2025-05-15T03:21:04.682Z | Compiling atomic-waker v1.1.2 |
1394 | 2025-05-15T03:21:04.715Z | Compiling schemars v0.8.22 |
1395 | 2025-05-15T03:21:04.741Z | Compiling openssl v0.10.72 |
1396 | 2025-05-15T03:21:04.815Z | Compiling rustversion v1.0.17 |
1397 | 2025-05-15T03:21:04.902Z | Compiling try-lock v0.2.5 |
1398 | 2025-05-15T03:21:05.139Z | Compiling want v0.3.1 |
1399 | 2025-05-15T03:21:05.164Z | Compiling foreign-types v0.3.2 |
1400 | 2025-05-15T03:21:05.243Z | Compiling miniz_oxide v0.8.5 |
1401 | 2025-05-15T03:21:05.297Z | Compiling time-macros v0.2.18 |
1402 | 2025-05-15T03:21:05.422Z | Compiling schemars_derive v0.8.22 |
1403 | 2025-05-15T03:21:05.663Z | Compiling deranged v0.3.11 |
1404 | 2025-05-15T03:21:07.287Z | Compiling goblin v0.8.2 |
1405 | 2025-05-15T03:21:08.458Z | Compiling pest_derive v2.7.14 |
1406 | 2025-05-15T03:21:08.599Z | Compiling tokio-util v0.7.13 |
1407 | 2025-05-15T03:21:08.703Z | Compiling rand_core v0.9.2 |
1408 | 2025-05-15T03:21:09.884Z | Compiling h2 v0.4.6 |
1409 | 2025-05-15T03:21:10.188Z | Compiling openssl-macros v0.1.1 |
1410 | 2025-05-15T03:21:10.471Z | Compiling num_threads v0.1.7 |
1411 | 2025-05-15T03:21:10.531Z | Compiling tower-service v0.3.3 |
1412 | 2025-05-15T03:21:10.648Z | Compiling syn v1.0.109 |
1413 | 2025-05-15T03:21:10.697Z | Compiling rustls v0.23.19 |
1414 | 2025-05-15T03:21:10.934Z | Compiling native-tls v0.2.12 |
1415 | 2025-05-15T03:21:11.019Z | Compiling dyn-clone v1.0.19 |
1416 | 2025-05-15T03:21:11.261Z | Compiling httpdate v1.0.3 |
1417 | 2025-05-15T03:21:11.811Z | Compiling time v0.3.36 |
1418 | 2025-05-15T03:21:14.042Z | Compiling dof v0.3.0 |
1419 | 2025-05-15T03:21:14.996Z | Compiling dtrace-parser v0.2.0 |
1420 | 2025-05-15T03:21:16.097Z | Compiling rand_chacha v0.9.0 |
1421 | 2025-05-15T03:21:17.317Z | Compiling unicode-normalization v0.1.24 |
1422 | 2025-05-15T03:21:17.460Z | Compiling hyper v1.6.0 |
1423 | 2025-05-15T03:21:18.269Z | Compiling heapless v0.7.17 |
1424 | 2025-05-15T03:21:18.404Z | Compiling rand_chacha v0.3.1 |
1425 | 2025-05-15T03:21:18.465Z | Compiling signature v2.2.0 |
1426 | 2025-05-15T03:21:18.733Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2025-05-15T03:21:18.775Z | Compiling cookie v0.18.1 |
1428 | 2025-05-15T03:21:19.089Z | Compiling crc32fast v1.4.2 |
1429 | 2025-05-15T03:21:19.452Z | Compiling unicode-bidi v0.3.17 |
1430 | 2025-05-15T03:21:19.503Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-05-15T03:21:19.686Z | Compiling slog v2.7.0 |
1432 | 2025-05-15T03:21:19.808Z | Compiling zstd-safe v7.2.3 |
1433 | 2025-05-15T03:21:19.866Z | Compiling siphasher v0.3.11 |
1434 | 2025-05-15T03:21:20.244Z | Compiling unicode-properties v0.1.3 |
1435 | 2025-05-15T03:21:20.283Z | Compiling base64 v0.22.1 |
1436 | 2025-05-15T03:21:20.308Z | Compiling signal-hook v0.3.17 |
1437 | 2025-05-15T03:21:20.403Z | Compiling rayon-core v1.12.1 |
1438 | 2025-05-15T03:21:20.656Z | Compiling stringprep v0.1.5 |
1439 | 2025-05-15T03:21:20.768Z | Compiling hyper-util v0.1.11 |
1440 | 2025-05-15T03:21:20.819Z | Compiling phf_shared v0.11.2 |
1441 | 2025-05-15T03:21:21.051Z | Compiling crossbeam-deque v0.8.5 |
1442 | 2025-05-15T03:21:21.201Z | Compiling rand v0.8.5 |
1443 | 2025-05-15T03:21:21.226Z | Compiling usdt-impl v0.5.0 |
1444 | 2025-05-15T03:21:21.525Z | Compiling rand v0.9.0 |
1445 | 2025-05-15T03:21:21.582Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-05-15T03:21:21.745Z | Compiling serde_spanned v0.6.8 |
1447 | 2025-05-15T03:21:22.050Z | Compiling serde_tokenstream v0.2.2 |
1448 | 2025-05-15T03:21:22.323Z | Compiling toml_datetime v0.6.8 |
1449 | 2025-05-15T03:21:22.690Z | Compiling md-5 v0.10.6 |
1450 | 2025-05-15T03:21:22.716Z | Compiling num-integer v0.1.46 |
1451 | 2025-05-15T03:21:22.898Z | Compiling ff v0.13.0 |
1452 | 2025-05-15T03:21:23.033Z | Compiling hash32 v0.2.1 |
1453 | 2025-05-15T03:21:23.253Z | Compiling memoffset v0.9.1 |
1454 | 2025-05-15T03:21:23.410Z | Compiling portable-atomic v1.11.0 |
1455 | 2025-05-15T03:21:23.439Z | Compiling fallible-iterator v0.2.0 |
1456 | 2025-05-15T03:21:23.477Z | Compiling litrs v0.4.1 |
1457 | 2025-05-15T03:21:23.539Z | Compiling smoltcp v0.9.1 |
1458 | 2025-05-15T03:21:23.600Z | Compiling cfg_aliases v0.2.1 |
1459 | 2025-05-15T03:21:23.743Z | Compiling gimli v0.31.1 |
1460 | 2025-05-15T03:21:24.056Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-05-15T03:21:24.194Z | Compiling newtype-uuid v1.2.1 |
1462 | 2025-05-15T03:21:24.237Z | Compiling base16ct v0.2.0 |
1463 | 2025-05-15T03:21:24.411Z | Compiling psl-types v2.0.11 |
1464 | 2025-05-15T03:21:24.540Z | Compiling sec1 v0.7.3 |
1465 | 2025-05-15T03:21:24.630Z | Compiling postgres-protocol v0.6.8 |
1466 | 2025-05-15T03:21:24.693Z | Compiling publicsuffix v2.3.0 |
1467 | 2025-05-15T03:21:24.718Z | Compiling document-features v0.2.10 |
1468 | 2025-05-15T03:21:24.743Z | Compiling nix v0.29.0 |
1469 | 2025-05-15T03:21:25.257Z | Compiling num-iter v0.1.45 |
1470 | 2025-05-15T03:21:25.471Z | Compiling group v0.13.0 |
1471 | 2025-05-15T03:21:25.856Z | Compiling tokio-native-tls v0.3.1 |
1472 | 2025-05-15T03:21:26.514Z | Compiling flate2 v1.1.1 |
1473 | 2025-05-15T03:21:26.997Z | Compiling ipnetwork v0.21.1 |
1474 | 2025-05-15T03:21:27.023Z | Compiling http-body-util v0.1.3 |
1475 | 2025-05-15T03:21:27.288Z | Compiling terminal_size v0.4.0 |
1476 | 2025-05-15T03:21:27.409Z | Compiling webpki-roots v0.26.6 |
1477 | 2025-05-15T03:21:27.502Z | Compiling hkdf v0.12.4 |
1478 | 2025-05-15T03:21:27.543Z | Compiling crypto-bigint v0.5.5 |
1479 | 2025-05-15T03:21:27.602Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2025-05-15T03:21:27.677Z | Compiling async-trait v0.1.88 |
1481 | 2025-05-15T03:21:27.858Z | Compiling sync_wrapper v1.0.1 |
1482 | 2025-05-15T03:21:27.989Z | Compiling ahash v0.8.11 |
1483 | 2025-05-15T03:21:28.050Z | Compiling fs-err v3.1.0 |
1484 | 2025-05-15T03:21:28.367Z | Compiling object v0.36.5 |
1485 | 2025-05-15T03:21:28.392Z | Compiling anyhow v1.0.98 |
1486 | 2025-05-15T03:21:29.035Z | Compiling addr2line v0.24.2 |
1487 | 2025-05-15T03:21:29.061Z | Compiling rustc-demangle v0.1.24 |
1488 | 2025-05-15T03:21:29.086Z | Compiling winnow v0.5.40 |
1489 | 2025-05-15T03:21:29.780Z | Compiling bumpalo v3.16.0 |
1490 | 2025-05-15T03:21:30.047Z | Compiling tower-layer v0.3.3 |
1491 | 2025-05-15T03:21:30.318Z | Compiling buf-list v1.0.3 |
1492 | 2025-05-15T03:21:30.348Z | Compiling managed v0.8.0 |
1493 | 2025-05-15T03:21:30.408Z | Compiling unicode-width v0.2.0 |
1494 | 2025-05-15T03:21:30.827Z | Compiling lockfree-object-pool v0.1.6 |
1495 | 2025-05-15T03:21:30.953Z | Compiling ipnet v2.11.0 |
1496 | 2025-05-15T03:21:30.997Z | Compiling simd-adler32 v0.3.7 |
1497 | 2025-05-15T03:21:31.179Z | Compiling zip v2.6.1 |
1498 | 2025-05-15T03:21:31.555Z | Compiling zopfli v0.8.1 |
1499 | 2025-05-15T03:21:32.242Z | Compiling clap_builder v4.5.35 |
1500 | 2025-05-15T03:21:32.987Z | Compiling toml_edit v0.19.15 |
1501 | 2025-05-15T03:21:33.264Z | Compiling strum_macros v0.25.3 |
1502 | 2025-05-15T03:21:33.571Z | Compiling console v0.15.10 |
1503 | 2025-05-15T03:21:33.909Z | Compiling elliptic-curve v0.13.8 |
1504 | 2025-05-15T03:21:34.634Z | Compiling hubpack_derive v0.1.1 |
1505 | 2025-05-15T03:21:34.832Z | Compiling tower v0.5.2 |
1506 | 2025-05-15T03:21:35.635Z | Compiling hubpack v0.1.2 |
1507 | 2025-05-15T03:21:35.739Z | Compiling backtrace v0.3.74 |
1508 | 2025-05-15T03:21:36.384Z | Compiling hyper-tls v0.6.0 |
1509 | 2025-05-15T03:21:36.433Z | Compiling oxnet v0.1.2 |
1510 | 2025-05-15T03:21:36.839Z | Compiling signal-hook-mio v0.2.4 |
1511 | 2025-05-15T03:21:36.962Z | Compiling rayon v1.10.0 |
1512 | 2025-05-15T03:21:37.057Z | Compiling cookie_store v0.21.1 |
1513 | 2025-05-15T03:21:37.289Z | Compiling zstd v0.13.3 |
1514 | 2025-05-15T03:21:37.955Z | Compiling postgres-types v0.2.9 |
1515 | 2025-05-15T03:21:39.589Z | Compiling usdt-attr-macro v0.5.0 |
1516 | 2025-05-15T03:21:40.700Z | Compiling usdt-macro v0.5.0 |
1517 | 2025-05-15T03:21:40.741Z | Compiling phf v0.11.2 |
1518 | 2025-05-15T03:21:40.777Z | Compiling ed25519 v2.2.3 |
1519 | 2025-05-15T03:21:41.107Z | Compiling strum_macros v0.26.4 |
1520 | 2025-05-15T03:21:41.296Z | Compiling bzip2 v0.5.2 |
1521 | 2025-05-15T03:21:41.712Z | Compiling bzip2 v0.4.4 |
1522 | 2025-05-15T03:21:41.738Z | Compiling enum-as-inner v0.6.1 |
1523 | 2025-05-15T03:21:42.172Z | Compiling clap_derive v4.5.32 |
1524 | 2025-05-15T03:21:42.275Z | Compiling futures-executor v0.3.31 |
1525 | 2025-05-15T03:21:42.738Z | Compiling rustls-pemfile v2.2.0 |
1526 | 2025-05-15T03:21:42.864Z | Compiling serde_urlencoded v0.7.1 |
1527 | 2025-05-15T03:21:42.908Z | Compiling serde-big-array v0.5.1 |
1528 | 2025-05-15T03:21:42.987Z | Compiling pkcs1 v0.7.5 |
1529 | 2025-05-15T03:21:43.159Z | Compiling rfc6979 v0.4.0 |
1530 | 2025-05-15T03:21:43.189Z | Compiling serde_repr v0.1.19 |
1531 | 2025-05-15T03:21:43.384Z | Compiling daft-derive v0.1.3 |
1532 | 2025-05-15T03:21:43.432Z | Compiling bstr v1.10.0 |
1533 | 2025-05-15T03:21:43.961Z | Compiling float-cmp v0.10.0 |
1534 | 2025-05-15T03:21:44.230Z | Compiling encoding_rs v0.8.34 |
1535 | 2025-05-15T03:21:44.255Z | Compiling unicode-segmentation v1.12.0 |
1536 | 2025-05-15T03:21:44.936Z | Compiling whoami v1.5.2 |
1537 | 2025-05-15T03:21:45.031Z | Compiling normalize-line-endings v0.3.0 |
1538 | 2025-05-15T03:21:45.121Z | Compiling new_debug_unreachable v1.0.6 |
1539 | 2025-05-15T03:21:45.181Z | Compiling difflib v0.4.0 |
1540 | 2025-05-15T03:21:45.253Z | Compiling precomputed-hash v0.1.1 |
1541 | 2025-05-15T03:21:45.413Z | Compiling mime v0.3.17 |
1542 | 2025-05-15T03:21:45.574Z | Compiling fixedbitset v0.4.2 |
1543 | 2025-05-15T03:21:45.616Z | Compiling static_assertions v1.1.0 |
1544 | 2025-05-15T03:21:45.757Z | Compiling data-encoding v2.6.0 |
1545 | 2025-05-15T03:21:46.035Z | Compiling number_prefix v0.4.0 |
1546 | 2025-05-15T03:21:46.067Z | Compiling predicates-core v1.0.8 |
1547 | 2025-05-15T03:21:46.314Z | Compiling predicates v3.1.3 |
1548 | 2025-05-15T03:21:46.433Z | Compiling indicatif v0.17.11 |
1549 | 2025-05-15T03:21:46.737Z | Compiling hickory-proto v0.24.4 |
1550 | 2025-05-15T03:21:46.847Z | Compiling clap v4.5.35 |
1551 | 2025-05-15T03:21:46.993Z | Compiling petgraph v0.6.5 |
1552 | 2025-05-15T03:21:47.678Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1553 | 2025-05-15T03:21:47.868Z | Compiling strum v0.26.3 |
1554 | 2025-05-15T03:21:48.079Z | Compiling toml_edit v0.22.24 |
1555 | 2025-05-15T03:21:48.283Z | Compiling string_cache v0.8.9 |
1556 | 2025-05-15T03:21:48.585Z | Compiling tokio-postgres v0.7.13 |
1557 | 2025-05-15T03:21:48.749Z | Compiling daft v0.1.3 |
1558 | 2025-05-15T03:21:49.285Z | Compiling similar v2.7.0 |
1559 | 2025-05-15T03:21:50.917Z | Compiling usdt v0.5.0 |
1560 | 2025-05-15T03:21:51.437Z | Compiling rsa v0.9.6 |
1561 | 2025-05-15T03:21:51.730Z | Compiling ecdsa v0.16.9 |
1562 | 2025-05-15T03:21:52.557Z | Compiling futures v0.3.31 |
1563 | 2025-05-15T03:21:52.709Z | Compiling zip v0.6.6 |
1564 | 2025-05-15T03:21:53.982Z | Compiling ed25519-dalek v2.1.1 |
1565 | 2025-05-15T03:21:54.490Z | Compiling crossterm v0.28.1 |
1566 | 2025-05-15T03:21:55.556Z | Compiling toml v0.7.8 |
1567 | 2025-05-15T03:21:56.261Z | Compiling tokio-stream v0.1.17 |
1568 | 2025-05-15T03:21:56.306Z | Compiling openapiv3 v2.0.0 |
1569 | 2025-05-15T03:21:56.773Z | Compiling x509-cert v0.2.5 |
1570 | 2025-05-15T03:21:56.976Z | Compiling sha1 v0.10.6 |
1571 | 2025-05-15T03:21:57.001Z | Compiling itertools v0.10.5 |
1572 | 2025-05-15T03:21:57.339Z | Compiling dirs-sys-next v0.1.2 |
1573 | 2025-05-15T03:21:57.429Z | Compiling winnow v0.6.26 |
1574 | 2025-05-15T03:21:57.906Z | Compiling lalrpop-util v0.19.12 |
1575 | 2025-05-15T03:21:57.947Z | Compiling unicode-xid v0.2.6 |
1576 | 2025-05-15T03:21:58.153Z | Compiling peg-runtime v0.8.5 |
1577 | 2025-05-15T03:21:58.261Z | Compiling dirs-next v2.0.0 |
1578 | 2025-05-15T03:21:58.499Z | Compiling thread_local v1.1.8 |
1579 | 2025-05-15T03:21:58.732Z | Compiling slog-async v2.8.0 |
1580 | 2025-05-15T03:21:58.973Z | Compiling term v0.7.0 |
1581 | 2025-05-15T03:21:59.010Z | Compiling xattr v1.3.1 |
1582 | 2025-05-15T03:21:59.299Z | Compiling crossbeam-channel v0.5.15 |
1583 | 2025-05-15T03:21:59.350Z | Compiling is-terminal v0.4.13 |
1584 | 2025-05-15T03:21:59.522Z | Compiling filetime v0.2.25 |
1585 | 2025-05-15T03:21:59.551Z | Compiling take_mut v0.2.2 |
1586 | 2025-05-15T03:21:59.760Z | Compiling tar v0.4.44 |
1587 | 2025-05-15T03:21:59.835Z | Compiling slog-term v2.9.1 |
1588 | 2025-05-15T03:22:00.225Z | Compiling camino v1.1.9 |
1589 | 2025-05-15T03:22:06.958Z | Compiling aws-lc-sys v0.26.0 |
1590 | 2025-05-15T03:22:41.614Z | Compiling rustls-webpki v0.102.8 |
1591 | 2025-05-15T03:22:47.886Z | Compiling tokio-rustls v0.26.0 |
1592 | 2025-05-15T03:22:48.234Z | Compiling hyper-rustls v0.27.3 |
1593 | 2025-05-15T03:22:48.559Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1594 | 2025-05-15T03:22:53.359Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1595 | 2025-05-15T03:22:53.736Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1596 | 2025-05-15T03:22:59.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1597 | 2025-05-15T03:22:59.835Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1598 | 2025-05-15T03:22:59.908Z | May 15 03:22:59.567 INFO Starting download, target: Cockroach |
1599 | 2025-05-15T03:22:59.909Z | May 15 03:22:59.567 INFO Starting download, target: Clickhouse |
1600 | 2025-05-15T03:22:59.909Z | May 15 03:22:59.567 INFO Starting download, target: Console |
1601 | 2025-05-15T03:22:59.909Z | May 15 03:22:59.567 INFO Starting download, target: DendriteStub |
1602 | 2025-05-15T03:22:59.909Z | May 15 03:22:59.568 INFO Starting download, target: MaghemiteMgd |
1603 | 2025-05-15T03:22:59.909Z | May 15 03:22:59.568 INFO Starting download, target: TransceiverControl |
1604 | 2025-05-15T03:22:59.938Z | May 15 03:22:59.569 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1605 | 2025-05-15T03:22:59.938Z | May 15 03:22:59.569 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1606 | 2025-05-15T03:22:59.938Z | May 15 03:22:59.569 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1607 | 2025-05-15T03:22:59.939Z | May 15 03:22:59.569 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1608 | 2025-05-15T03:22:59.939Z | May 15 03:22:59.569 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1609 | 2025-05-15T03:22:59.939Z | May 15 03:22:59.569 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1610 | 2025-05-15T03:23:00.289Z | May 15 03:22:59.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1611 | 2025-05-15T03:23:00.717Z | May 15 03:23:00.352 INFO Download complete, target: Console |
1612 | 2025-05-15T03:23:01.422Z | May 15 03:23:01.059 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1613 | 2025-05-15T03:23:01.788Z | May 15 03:23:01.443 INFO Download complete, target: TransceiverControl |
1614 | 2025-05-15T03:23:04.917Z | May 15 03:23:04.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1615 | 2025-05-15T03:23:06.252Z | May 15 03:23:05.913 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1616 | 2025-05-15T03:23:08.673Z | May 15 03:23:08.334 INFO Download complete, target: DendriteStub |
1617 | 2025-05-15T03:23:10.118Z | May 15 03:23:09.778 INFO Download complete, target: MaghemiteMgd |
1618 | 2025-05-15T03:23:10.535Z | May 15 03:23:10.195 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1619 | 2025-05-15T03:23:10.535Z | May 15 03:23:10.195 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1620 | 2025-05-15T03:23:18.841Z | May 15 03:23:18.502 INFO Checking that binary works, target: Cockroach |
1621 | 2025-05-15T03:23:19.179Z | May 15 03:23:18.820 INFO Download complete, target: Cockroach |
1622 | 2025-05-15T03:23:22.097Z | May 15 03:23:21.759 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1623 | 2025-05-15T03:23:33.536Z | May 15 03:23:33.197 INFO Checking that binary works, target: Clickhouse |
1624 | 2025-05-15T03:23:33.752Z | May 15 03:23:33.390 INFO Download complete, target: Clickhouse |
1625 | 2025-05-15T03:23:33.777Z | All builder prerequisites installed successfully, and PATH looks valid |
1626 | 2025-05-15T03:23:33.777Z | |
1627 | 2025-05-15T03:23:33.777Z | real 5:57.038884940 |
1628 | 2025-05-15T03:23:33.777Z | user 16:52.380390672 |
1629 | 2025-05-15T03:23:33.777Z | sys 2:44.484560455 |
1630 | 2025-05-15T03:23:33.777Z | trap 0.726138148 |
1631 | 2025-05-15T03:23:33.777Z | tflt 0.521672298 |
1632 | 2025-05-15T03:23:33.777Z | dflt 1.045984920 |
1633 | 2025-05-15T03:23:33.777Z | kflt 0.009848051 |
1634 | 2025-05-15T03:23:33.777Z | lock 30:54.831870171 |
1635 | 2025-05-15T03:23:33.777Z | slp 1:02:01.104533089 |
1636 | 2025-05-15T03:23:33.777Z | lat 1:06.569337314 |
1637 | 2025-05-15T03:23:33.777Z | stop 2:38.178063103 |
1638 | 2025-05-15T03:23:33.778Z | + banner hack-check |
1639 | 2025-05-15T03:23:33.778Z | |
1640 | 2025-05-15T03:23:33.778Z | # # ## #### # # #### # # ###### #### # # |
1641 | 2025-05-15T03:23:33.778Z | # # # # # # # # # # # # # # # # # |
1642 | 2025-05-15T03:23:33.778Z | ###### # # # #### ##### # ###### ##### # #### |
1643 | 2025-05-15T03:23:33.778Z | # # ###### # # # # # # # # # # |
1644 | 2025-05-15T03:23:33.778Z | # # # # # # # # # # # # # # # # # |
1645 | 2025-05-15T03:23:33.778Z | # # # # #### # # #### # # ###### #### # # |
1646 | 2025-05-15T03:23:33.778Z | |
1647 | 2025-05-15T03:23:33.778Z | + export CARGO_INCREMENTAL=0 |
1648 | 2025-05-15T03:23:33.778Z | + CARGO_INCREMENTAL=0 |
1649 | 2025-05-15T03:23:33.778Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1650 | 2025-05-15T03:23:34.772Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1651 | 2025-05-15T03:23:35.078Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1652 | 2025-05-15T03:23:38.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
1653 | 2025-05-15T03:23:38.950Z | Running `target/debug/xtask check-features --ci` |
1654 | 2025-05-15T03:23:38.976Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1655 | 2025-05-15T03:23:38.976Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1656 | 2025-05-15T03:23:39.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1657 | 2025-05-15T03:23:39.818Z | Running `target/debug/xtask download cargo-hack` |
1658 | 2025-05-15T03:23:41.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1659 | 2025-05-15T03:23:41.522Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1660 | 2025-05-15T03:23:46.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.89s |
1661 | 2025-05-15T03:23:46.904Z | Running `target/debug/xtask-downloader cargo-hack` |
1662 | 2025-05-15T03:23:46.966Z | May 15 03:23:46.627 INFO Starting download, target: CargoHack |
1663 | 2025-05-15T03:23:46.991Z | May 15 03:23:46.630 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1664 | 2025-05-15T03:23:47.592Z | May 15 03:23:47.254 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1665 | 2025-05-15T03:23:47.691Z | May 15 03:23:47.352 INFO Download complete, target: CargoHack |
1666 | 2025-05-15T03:23:47.716Z | 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" |
1667 | 2025-05-15T03:23:47.742Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1668 | 2025-05-15T03:23:48.061Z | info: running `cargo check --bins` on api_identity (1/214) |
1669 | 2025-05-15T03:23:49.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-05-15T03:23:49.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-05-15T03:23:49.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-05-15T03:23:49.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
1673 | 2025-05-15T03:23:49.219Z | |
1674 | 2025-05-15T03:23:49.219Z | info: running `cargo check --bins` on bootstore (2/214) |
1675 | 2025-05-15T03:23:50.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-05-15T03:23:50.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-05-15T03:23:50.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-05-15T03:23:50.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
1679 | 2025-05-15T03:23:50.473Z | |
1680 | 2025-05-15T03:23:50.473Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/214) |
1681 | 2025-05-15T03:23:51.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-05-15T03:23:51.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-05-15T03:23:51.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-05-15T03:23:51.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
1685 | 2025-05-15T03:23:51.694Z | |
1686 | 2025-05-15T03:23:51.694Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/214) |
1687 | 2025-05-15T03:23:52.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-05-15T03:23:52.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-05-15T03:23:52.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-05-15T03:23:52.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
1691 | 2025-05-15T03:23:52.833Z | |
1692 | 2025-05-15T03:23:52.833Z | info: running `cargo check --bins` on id-map (5/214) |
1693 | 2025-05-15T03:23:53.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-05-15T03:23:53.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-05-15T03:23:53.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-05-15T03:23:53.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
1697 | 2025-05-15T03:23:53.850Z | |
1698 | 2025-05-15T03:23:53.850Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/214) |
1699 | 2025-05-15T03:23:54.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-05-15T03:23:54.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-05-15T03:23:54.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-05-15T03:23:54.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1703 | 2025-05-15T03:23:54.630Z | |
1704 | 2025-05-15T03:23:54.631Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/214) |
1705 | 2025-05-15T03:23:55.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-05-15T03:23:55.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-05-15T03:23:55.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-05-15T03:23:55.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1709 | 2025-05-15T03:23:55.410Z | |
1710 | 2025-05-15T03:23:55.410Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/214) |
1711 | 2025-05-15T03:23:56.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-05-15T03:23:56.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-05-15T03:23:56.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-05-15T03:23:56.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1715 | 2025-05-15T03:23:56.156Z | |
1716 | 2025-05-15T03:23:56.156Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/214) |
1717 | 2025-05-15T03:23:56.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-05-15T03:23:56.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-05-15T03:23:56.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-05-15T03:23:56.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1721 | 2025-05-15T03:23:56.938Z | |
1722 | 2025-05-15T03:23:56.938Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/214) |
1723 | 2025-05-15T03:23:57.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-05-15T03:23:57.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-05-15T03:23:57.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-05-15T03:23:57.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1727 | 2025-05-15T03:23:57.769Z | |
1728 | 2025-05-15T03:23:57.769Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/214) |
1729 | 2025-05-15T03:23:58.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-05-15T03:23:58.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-05-15T03:23:58.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-05-15T03:23:58.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1733 | 2025-05-15T03:23:58.553Z | |
1734 | 2025-05-15T03:23:58.553Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/214) |
1735 | 2025-05-15T03:23:59.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-05-15T03:23:59.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-05-15T03:23:59.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-05-15T03:23:59.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1739 | 2025-05-15T03:23:59.309Z | |
1740 | 2025-05-15T03:23:59.309Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/214) |
1741 | 2025-05-15T03:24:00.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-05-15T03:24:00.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-05-15T03:24:00.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-05-15T03:24:00.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1745 | 2025-05-15T03:24:00.094Z | |
1746 | 2025-05-15T03:24:00.094Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/214) |
1747 | 2025-05-15T03:24:00.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-05-15T03:24:00.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-05-15T03:24:00.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-05-15T03:24:00.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1751 | 2025-05-15T03:24:00.849Z | |
1752 | 2025-05-15T03:24:00.849Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/214) |
1753 | 2025-05-15T03:24:01.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-05-15T03:24:01.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-05-15T03:24:01.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-05-15T03:24:01.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1757 | 2025-05-15T03:24:01.642Z | |
1758 | 2025-05-15T03:24:01.642Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/214) |
1759 | 2025-05-15T03:24:02.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-05-15T03:24:02.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-05-15T03:24:02.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-05-15T03:24:02.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1763 | 2025-05-15T03:24:02.445Z | |
1764 | 2025-05-15T03:24:02.445Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/214) |
1765 | 2025-05-15T03:24:03.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-05-15T03:24:03.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-05-15T03:24:03.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-05-15T03:24:03.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1769 | 2025-05-15T03:24:03.228Z | |
1770 | 2025-05-15T03:24:03.228Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/214) |
1771 | 2025-05-15T03:24:03.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-05-15T03:24:03.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-05-15T03:24:03.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-05-15T03:24:03.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1775 | 2025-05-15T03:24:04.005Z | |
1776 | 2025-05-15T03:24:04.005Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/214) |
1777 | 2025-05-15T03:24:04.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-05-15T03:24:04.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-05-15T03:24:04.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-05-15T03:24:04.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1781 | 2025-05-15T03:24:04.785Z | |
1782 | 2025-05-15T03:24:04.785Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/214) |
1783 | 2025-05-15T03:24:05.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-05-15T03:24:05.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-05-15T03:24:05.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-05-15T03:24:05.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1787 | 2025-05-15T03:24:05.579Z | |
1788 | 2025-05-15T03:24:05.579Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/214) |
1789 | 2025-05-15T03:24:06.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-05-15T03:24:06.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-05-15T03:24:06.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-05-15T03:24:06.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1793 | 2025-05-15T03:24:06.366Z | |
1794 | 2025-05-15T03:24:06.366Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/214) |
1795 | 2025-05-15T03:24:07.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-05-15T03:24:07.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-05-15T03:24:07.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-05-15T03:24:07.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1799 | 2025-05-15T03:24:07.210Z | |
1800 | 2025-05-15T03:24:07.210Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/214) |
1801 | 2025-05-15T03:24:07.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-05-15T03:24:07.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-05-15T03:24:07.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-05-15T03:24:07.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1805 | 2025-05-15T03:24:08.003Z | |
1806 | 2025-05-15T03:24:08.003Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/214) |
1807 | 2025-05-15T03:24:08.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-05-15T03:24:08.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-05-15T03:24:08.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-05-15T03:24:08.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1811 | 2025-05-15T03:24:08.862Z | |
1812 | 2025-05-15T03:24:08.862Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/214) |
1813 | 2025-05-15T03:24:09.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-05-15T03:24:09.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-05-15T03:24:09.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-05-15T03:24:09.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1817 | 2025-05-15T03:24:09.685Z | |
1818 | 2025-05-15T03:24:09.685Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/214) |
1819 | 2025-05-15T03:24:10.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-05-15T03:24:10.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-05-15T03:24:10.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-05-15T03:24:10.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1823 | 2025-05-15T03:24:10.520Z | |
1824 | 2025-05-15T03:24:10.520Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/214) |
1825 | 2025-05-15T03:24:11.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-05-15T03:24:11.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-05-15T03:24:11.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-05-15T03:24:11.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1829 | 2025-05-15T03:24:11.297Z | |
1830 | 2025-05-15T03:24:11.297Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/214) |
1831 | 2025-05-15T03:24:12.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-05-15T03:24:12.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-05-15T03:24:12.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-05-15T03:24:12.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1835 | 2025-05-15T03:24:12.137Z | |
1836 | 2025-05-15T03:24:12.137Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/214) |
1837 | 2025-05-15T03:24:12.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-05-15T03:24:12.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-05-15T03:24:12.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-05-15T03:24:12.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1841 | 2025-05-15T03:24:12.946Z | |
1842 | 2025-05-15T03:24:12.946Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/214) |
1843 | 2025-05-15T03:24:13.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-05-15T03:24:13.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-05-15T03:24:13.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-05-15T03:24:13.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1847 | 2025-05-15T03:24:13.741Z | |
1848 | 2025-05-15T03:24:13.741Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/214) |
1849 | 2025-05-15T03:24:14.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-05-15T03:24:14.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-05-15T03:24:14.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-05-15T03:24:14.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1853 | 2025-05-15T03:24:14.505Z | |
1854 | 2025-05-15T03:24:14.506Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/214) |
1855 | 2025-05-15T03:24:15.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-05-15T03:24:15.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-05-15T03:24:15.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-05-15T03:24:15.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1859 | 2025-05-15T03:24:15.305Z | |
1860 | 2025-05-15T03:24:15.305Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/214) |
1861 | 2025-05-15T03:24:16.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-05-15T03:24:16.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-05-15T03:24:16.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-05-15T03:24:16.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1865 | 2025-05-15T03:24:16.091Z | |
1866 | 2025-05-15T03:24:16.091Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/214) |
1867 | 2025-05-15T03:24:16.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-05-15T03:24:16.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-05-15T03:24:16.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-05-15T03:24:16.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1871 | 2025-05-15T03:24:16.941Z | |
1872 | 2025-05-15T03:24:16.941Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/214) |
1873 | 2025-05-15T03:24:17.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-05-15T03:24:17.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-05-15T03:24:17.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-05-15T03:24:17.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1877 | 2025-05-15T03:24:17.773Z | |
1878 | 2025-05-15T03:24:17.774Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/214) |
1879 | 2025-05-15T03:24:18.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-05-15T03:24:18.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-05-15T03:24:18.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-05-15T03:24:18.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1883 | 2025-05-15T03:24:18.581Z | |
1884 | 2025-05-15T03:24:18.581Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/214) |
1885 | 2025-05-15T03:24:19.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-05-15T03:24:19.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-05-15T03:24:19.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-05-15T03:24:19.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1889 | 2025-05-15T03:24:19.368Z | |
1890 | 2025-05-15T03:24:19.368Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/214) |
1891 | 2025-05-15T03:24:20.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-05-15T03:24:20.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-05-15T03:24:20.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-05-15T03:24:20.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1895 | 2025-05-15T03:24:20.215Z | |
1896 | 2025-05-15T03:24:20.215Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/214) |
1897 | 2025-05-15T03:24:20.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-05-15T03:24:20.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-05-15T03:24:20.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-05-15T03:24:20.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1901 | 2025-05-15T03:24:21.019Z | |
1902 | 2025-05-15T03:24:21.019Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/214) |
1903 | 2025-05-15T03:24:21.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-05-15T03:24:21.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-05-15T03:24:21.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-05-15T03:24:21.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1907 | 2025-05-15T03:24:21.835Z | |
1908 | 2025-05-15T03:24:21.835Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/214) |
1909 | 2025-05-15T03:24:22.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-05-15T03:24:22.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-05-15T03:24:22.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-05-15T03:24:22.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1913 | 2025-05-15T03:24:22.704Z | |
1914 | 2025-05-15T03:24:22.704Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/214) |
1915 | 2025-05-15T03:24:23.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-05-15T03:24:23.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-05-15T03:24:23.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1918 | 2025-05-15T03:24:23.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1919 | 2025-05-15T03:24:23.536Z | |
1920 | 2025-05-15T03:24:23.536Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/214) |
1921 | 2025-05-15T03:24:24.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1922 | 2025-05-15T03:24:24.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1923 | 2025-05-15T03:24:24.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1924 | 2025-05-15T03:24:24.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1925 | 2025-05-15T03:24:24.346Z | |
1926 | 2025-05-15T03:24:24.346Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/214) |
1927 | 2025-05-15T03:24:25.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1928 | 2025-05-15T03:24:25.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1929 | 2025-05-15T03:24:25.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1930 | 2025-05-15T03:24:25.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1931 | 2025-05-15T03:24:25.171Z | |
1932 | 2025-05-15T03:24:25.171Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/214) |
1933 | 2025-05-15T03:24:25.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1934 | 2025-05-15T03:24:25.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1935 | 2025-05-15T03:24:25.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1936 | 2025-05-15T03:24:25.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1937 | 2025-05-15T03:24:25.972Z | |
1938 | 2025-05-15T03:24:25.972Z | info: running `cargo check --bins` on sled-hardware-types (46/214) |
1939 | 2025-05-15T03:24:26.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1940 | 2025-05-15T03:24:27.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1941 | 2025-05-15T03:24:27.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1942 | 2025-05-15T03:24:27.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
1943 | 2025-05-15T03:24:27.134Z | |
1944 | 2025-05-15T03:24:27.134Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/214) |
1945 | 2025-05-15T03:24:28.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1946 | 2025-05-15T03:24:28.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1947 | 2025-05-15T03:24:28.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1948 | 2025-05-15T03:24:28.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
1949 | 2025-05-15T03:24:28.259Z | |
1950 | 2025-05-15T03:24:28.259Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/214) |
1951 | 2025-05-15T03:24:29.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1952 | 2025-05-15T03:24:29.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1953 | 2025-05-15T03:24:29.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1954 | 2025-05-15T03:24:29.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
1955 | 2025-05-15T03:24:29.350Z | |
1956 | 2025-05-15T03:24:29.350Z | info: running `cargo check --bins` on oxlog (49/214) |
1957 | 2025-05-15T03:24:30.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1958 | 2025-05-15T03:24:30.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1959 | 2025-05-15T03:24:30.397Z | Checking cfg-if v1.0.0 |
1960 | 2025-05-15T03:24:30.422Z | Checking libc v0.2.172 |
1961 | 2025-05-15T03:24:30.448Z | Checking serde v1.0.219 |
1962 | 2025-05-15T03:24:30.448Z | Checking zeroize v1.8.1 |
1963 | 2025-05-15T03:24:30.481Z | Checking memchr v2.7.4 |
1964 | 2025-05-15T03:24:30.506Z | Checking typenum v1.17.0 |
1965 | 2025-05-15T03:24:30.532Z | Checking smallvec v1.14.0 |
1966 | 2025-05-15T03:24:30.557Z | Checking subtle v2.6.1 |
1967 | 2025-05-15T03:24:30.582Z | Checking value-bag v1.9.0 |
1968 | 2025-05-15T03:24:30.741Z | Checking scopeguard v1.2.0 |
1969 | 2025-05-15T03:24:30.824Z | Checking const-oid v0.9.6 |
1970 | 2025-05-15T03:24:30.869Z | Checking itoa v1.0.11 |
1971 | 2025-05-15T03:24:30.906Z | Checking lock_api v0.4.12 |
1972 | 2025-05-15T03:24:30.949Z | Checking log v0.4.27 |
1973 | 2025-05-15T03:24:31.098Z | Checking stable_deref_trait v1.2.0 |
1974 | 2025-05-15T03:24:31.212Z | Checking pin-project-lite v0.2.14 |
1975 | 2025-05-15T03:24:31.300Z | Checking byteorder v1.5.0 |
1976 | 2025-05-15T03:24:31.347Z | Checking zerofrom v0.1.4 |
1977 | 2025-05-15T03:24:31.372Z | Checking once_cell v1.21.3 |
1978 | 2025-05-15T03:24:31.428Z | Checking getrandom v0.2.15 |
1979 | 2025-05-15T03:24:31.458Z | Checking parking_lot_core v0.9.10 |
1980 | 2025-05-15T03:24:31.505Z | Checking generic-array v0.14.7 |
1981 | 2025-05-15T03:24:31.567Z | Checking yoke v0.7.4 |
1982 | 2025-05-15T03:24:31.679Z | Checking signal-hook-registry v1.4.2 |
1983 | 2025-05-15T03:24:31.705Z | Checking rand_core v0.6.4 |
1984 | 2025-05-15T03:24:31.732Z | Checking mio v1.0.2 |
1985 | 2025-05-15T03:24:31.823Z | Checking parking_lot v0.12.3 |
1986 | 2025-05-15T03:24:31.916Z | Checking zerovec v0.10.4 |
1987 | 2025-05-15T03:24:31.975Z | Checking futures-core v0.3.31 |
1988 | 2025-05-15T03:24:32.024Z | Checking cpufeatures v0.2.14 |
1989 | 2025-05-15T03:24:32.127Z | Checking socket2 v0.5.9 |
1990 | 2025-05-15T03:24:32.173Z | Checking litemap v0.7.3 |
1991 | 2025-05-15T03:24:32.199Z | Checking writeable v0.5.5 |
1992 | 2025-05-15T03:24:32.357Z | Checking zerocopy v0.7.35 |
1993 | 2025-05-15T03:24:32.497Z | Checking futures-sink v0.3.31 |
1994 | 2025-05-15T03:24:32.522Z | Checking slab v0.4.9 |
1995 | 2025-05-15T03:24:32.547Z | Checking crypto-common v0.1.6 |
1996 | 2025-05-15T03:24:32.572Z | Checking block-buffer v0.10.4 |
1997 | 2025-05-15T03:24:32.629Z | Checking block-padding v0.3.3 |
1998 | 2025-05-15T03:24:32.672Z | Checking libm v0.2.8 |
1999 | 2025-05-15T03:24:32.754Z | Checking icu_locid_transform_data v1.5.0 |
2000 | 2025-05-15T03:24:32.799Z | Checking foldhash v0.1.3 |
2001 | 2025-05-15T03:24:32.823Z | Checking digest v0.10.7 |
2002 | 2025-05-15T03:24:32.856Z | Checking inout v0.1.3 |
2003 | 2025-05-15T03:24:32.881Z | Checking allocator-api2 v0.2.18 |
2004 | 2025-05-15T03:24:33.017Z | Checking equivalent v1.0.1 |
2005 | 2025-05-15T03:24:33.088Z | Checking ryu v1.0.18 |
2006 | 2025-05-15T03:24:33.148Z | Checking cipher v0.4.4 |
2007 | 2025-05-15T03:24:33.182Z | Checking hmac v0.12.1 |
2008 | 2025-05-15T03:24:33.341Z | Checking sha2 v0.10.8 |
2009 | 2025-05-15T03:24:33.400Z | Checking getrandom v0.3.1 |
2010 | 2025-05-15T03:24:33.442Z | Checking tinystr v0.7.6 |
2011 | 2025-05-15T03:24:33.475Z | Checking hashbrown v0.15.1 |
2012 | 2025-05-15T03:24:33.527Z | Checking num-traits v0.2.19 |
2013 | 2025-05-15T03:24:33.553Z | Checking icu_collections v1.5.0 |
2014 | 2025-05-15T03:24:33.578Z | Checking base64ct v1.6.0 |
2015 | 2025-05-15T03:24:33.665Z | Checking icu_properties_data v1.5.0 |
2016 | 2025-05-15T03:24:33.769Z | Checking icu_locid v1.5.0 |
2017 | 2025-05-15T03:24:33.894Z | Checking write16 v1.0.0 |
2018 | 2025-05-15T03:24:33.919Z | Checking flagset v0.4.6 |
2019 | 2025-05-15T03:24:34.012Z | Checking pem-rfc7468 v0.7.0 |
2020 | 2025-05-15T03:24:34.038Z | Checking icu_normalizer_data v1.5.0 |
2021 | 2025-05-15T03:24:34.129Z | Checking utf8_iter v1.0.4 |
2022 | 2025-05-15T03:24:34.161Z | Checking utf16_iter v1.0.5 |
2023 | 2025-05-15T03:24:34.187Z | Checking percent-encoding v2.3.1 |
2024 | 2025-05-15T03:24:34.302Z | Checking der v0.7.9 |
2025 | 2025-05-15T03:24:34.355Z | Checking futures-channel v0.3.31 |
2026 | 2025-05-15T03:24:34.381Z | Checking pin-utils v0.1.0 |
2027 | 2025-05-15T03:24:34.406Z | Checking futures-io v0.3.31 |
2028 | 2025-05-15T03:24:34.487Z | Checking futures-task v0.3.31 |
2029 | 2025-05-15T03:24:34.511Z | Checking salsa20 v0.10.2 |
2030 | 2025-05-15T03:24:34.613Z | Checking ppv-lite86 v0.2.20 |
2031 | 2025-05-15T03:24:34.655Z | Checking bytes v1.10.1 |
2032 | 2025-05-15T03:24:34.702Z | Checking icu_provider v1.5.0 |
2033 | 2025-05-15T03:24:34.728Z | Checking serde_json v1.0.140 |
2034 | 2025-05-15T03:24:34.753Z | Checking bitflags v2.9.0 |
2035 | 2025-05-15T03:24:34.778Z | Checking indexmap v2.9.0 |
2036 | 2025-05-15T03:24:34.910Z | Checking futures-util v0.3.31 |
2037 | 2025-05-15T03:24:35.051Z | Checking pbkdf2 v0.12.2 |
2038 | 2025-05-15T03:24:35.225Z | Checking scrypt v0.11.0 |
2039 | 2025-05-15T03:24:35.295Z | Checking form_urlencoded v1.2.1 |
2040 | 2025-05-15T03:24:35.334Z | Checking icu_locid_transform v1.5.0 |
2041 | 2025-05-15T03:24:35.460Z | Checking aes v0.8.4 |
2042 | 2025-05-15T03:24:35.517Z | Checking cbc v0.1.2 |
2043 | 2025-05-15T03:24:35.672Z | Checking tokio v1.43.1 |
2044 | 2025-05-15T03:24:35.735Z | Checking fnv v1.0.7 |
2045 | 2025-05-15T03:24:35.873Z | Checking http v1.3.1 |
2046 | 2025-05-15T03:24:35.975Z | Checking uuid v1.16.0 |
2047 | 2025-05-15T03:24:36.001Z | Checking spki v0.7.3 |
2048 | 2025-05-15T03:24:36.269Z | Checking tracing-core v0.1.32 |
2049 | 2025-05-15T03:24:36.318Z | Checking icu_properties v1.5.1 |
2050 | 2025-05-15T03:24:36.343Z | Checking pkcs5 v0.7.1 |
2051 | 2025-05-15T03:24:36.369Z | Checking zerocopy v0.8.25 |
2052 | 2025-05-15T03:24:36.629Z | Compiling newtype-uuid v1.2.1 |
2053 | 2025-05-15T03:24:36.849Z | Checking pkcs8 v0.10.2 |
2054 | 2025-05-15T03:24:36.941Z | Checking rustls-pki-types v1.10.0 |
2055 | 2025-05-15T03:24:36.966Z | Checking tracing v0.1.40 |
2056 | 2025-05-15T03:24:37.110Z | Checking iana-time-zone v0.1.63 |
2057 | 2025-05-15T03:24:37.200Z | Checking tinyvec_macros v0.1.1 |
2058 | 2025-05-15T03:24:37.287Z | Checking chrono v0.4.41 |
2059 | 2025-05-15T03:24:37.312Z | Checking tinyvec v1.8.0 |
2060 | 2025-05-15T03:24:37.343Z | Checking http-body v1.0.1 |
2061 | 2025-05-15T03:24:37.515Z | Checking aws-lc-sys v0.26.0 |
2062 | 2025-05-15T03:24:37.571Z | Checking spin v0.9.8 |
2063 | 2025-05-15T03:24:37.899Z | Checking thiserror v1.0.69 |
2064 | 2025-05-15T03:24:38.045Z | Checking adler2 v2.0.0 |
2065 | 2025-05-15T03:24:38.215Z | Checking untrusted v0.9.0 |
2066 | 2025-05-15T03:24:38.380Z | Checking try-lock v0.2.5 |
2067 | 2025-05-15T03:24:38.499Z | Checking atomic-waker v1.1.2 |
2068 | 2025-05-15T03:24:38.536Z | Checking foreign-types-shared v0.1.1 |
2069 | 2025-05-15T03:24:38.664Z | Checking untrusted v0.7.1 |
2070 | 2025-05-15T03:24:38.691Z | Checking foreign-types v0.3.2 |
2071 | 2025-05-15T03:24:38.789Z | Checking want v0.3.1 |
2072 | 2025-05-15T03:24:38.862Z | Checking ring v0.17.14 |
2073 | 2025-05-15T03:24:38.987Z | Checking miniz_oxide v0.8.5 |
2074 | 2025-05-15T03:24:39.176Z | Checking httparse v1.9.5 |
2075 | 2025-05-15T03:24:39.261Z | Checking rand_core v0.9.2 |
2076 | 2025-05-15T03:24:39.440Z | Checking aws-lc-rs v1.12.4 |
2077 | 2025-05-15T03:24:39.471Z | Checking icu_normalizer v1.5.0 |
2078 | 2025-05-15T03:24:39.498Z | Checking crossbeam-utils v0.8.21 |
2079 | 2025-05-15T03:24:39.607Z | Checking openssl-sys v0.9.107 |
2080 | 2025-05-15T03:24:39.643Z | Checking errno v0.3.9 |
2081 | 2025-05-15T03:24:39.718Z | Checking aho-corasick v1.1.3 |
2082 | 2025-05-15T03:24:39.823Z | Checking regex-syntax v0.8.5 |
2083 | 2025-05-15T03:24:40.160Z | Checking unicode-ident v1.0.18 |
2084 | 2025-05-15T03:24:40.231Z | Checking idna_adapter v1.2.0 |
2085 | 2025-05-15T03:24:40.344Z | Checking httpdate v1.0.3 |
2086 | 2025-05-15T03:24:40.436Z | Checking idna v1.0.3 |
2087 | 2025-05-15T03:24:40.617Z | Checking tower-service v0.3.3 |
2088 | 2025-05-15T03:24:40.688Z | Checking powerfmt v0.2.0 |
2089 | 2025-05-15T03:24:40.767Z | Checking openssl v0.10.72 |
2090 | 2025-05-15T03:24:40.939Z | Checking url v2.5.3 |
2091 | 2025-05-15T03:24:40.978Z | Checking deranged v0.3.11 |
2092 | 2025-05-15T03:24:41.060Z | Checking proc-macro2 v1.0.95 |
2093 | 2025-05-15T03:24:41.202Z | Checking rustls-webpki v0.102.8 |
2094 | 2025-05-15T03:24:41.351Z | Checking crossbeam-epoch v0.9.18 |
2095 | 2025-05-15T03:24:41.755Z | Checking rustix v0.38.37 |
2096 | 2025-05-15T03:24:41.805Z | Checking rand_chacha v0.9.0 |
2097 | 2025-05-15T03:24:41.875Z | Checking unicode-normalization v0.1.24 |
2098 | 2025-05-15T03:24:41.997Z | Checking rand_chacha v0.3.1 |
2099 | 2025-05-15T03:24:42.212Z | Checking semver v1.0.26 |
2100 | 2025-05-15T03:24:42.309Z | Checking bzip2-sys v0.1.13+1.0.8 |
2101 | 2025-05-15T03:24:42.445Z | Checking signature v2.2.0 |
2102 | 2025-05-15T03:24:42.471Z | Checking scroll v0.12.0 |
2103 | 2025-05-15T03:24:42.637Z | Checking tokio-util v0.7.13 |
2104 | 2025-05-15T03:24:42.664Z | Checking crc32fast v1.4.2 |
2105 | 2025-05-15T03:24:42.705Z | Checking either v1.14.0 |
2106 | 2025-05-15T03:24:42.730Z | Checking num-conv v0.1.0 |
2107 | 2025-05-15T03:24:42.915Z | Checking regex-automata v0.4.8 |
2108 | 2025-05-15T03:24:42.940Z | Checking base64 v0.22.1 |
2109 | 2025-05-15T03:24:42.980Z | Checking utf8parse v0.2.2 |
2110 | 2025-05-15T03:24:43.005Z | Checking dyn-clone v1.0.19 |
2111 | 2025-05-15T03:24:43.104Z | Checking unicode-bidi v0.3.17 |
2112 | 2025-05-15T03:24:43.144Z | Checking anstyle v1.0.10 |
2113 | 2025-05-15T03:24:43.170Z | Checking ucd-trie v0.1.7 |
2114 | 2025-05-15T03:24:43.396Z | Checking unicode-properties v0.1.3 |
2115 | 2025-05-15T03:24:43.430Z | Checking time-core v0.1.2 |
2116 | 2025-05-15T03:24:43.504Z | Checking openssl-probe v0.1.5 |
2117 | 2025-05-15T03:24:43.615Z | Checking siphasher v0.3.11 |
2118 | 2025-05-15T03:24:43.658Z | Checking h2 v0.4.6 |
2119 | 2025-05-15T03:24:43.684Z | Checking num_threads v0.1.7 |
2120 | 2025-05-15T03:24:43.711Z | Checking plain v0.2.3 |
2121 | 2025-05-15T03:24:43.741Z | Checking stringprep v0.1.5 |
2122 | 2025-05-15T03:24:43.815Z | Checking time v0.3.36 |
2123 | 2025-05-15T03:24:43.882Z | Checking goblin v0.8.2 |
2124 | 2025-05-15T03:24:43.924Z | Checking phf_shared v0.11.2 |
2125 | 2025-05-15T03:24:44.021Z | Checking pest v2.7.14 |
2126 | 2025-05-15T03:24:44.205Z | Checking schemars v0.8.22 |
2127 | 2025-05-15T03:24:44.862Z | Checking anstyle-parse v0.2.5 |
2128 | 2025-05-15T03:24:45.138Z | Checking rand v0.8.5 |
2129 | 2025-05-15T03:24:45.615Z | Checking native-tls v0.2.12 |
2130 | 2025-05-15T03:24:45.741Z | Checking rand v0.9.0 |
2131 | 2025-05-15T03:24:45.935Z | Checking rustls v0.23.19 |
2132 | 2025-05-15T03:24:46.037Z | Checking crossbeam-deque v0.8.5 |
2133 | 2025-05-15T03:24:46.260Z | Checking quote v1.0.40 |
2134 | 2025-05-15T03:24:46.382Z | Checking num-integer v0.1.46 |
2135 | 2025-05-15T03:24:46.591Z | Checking serde_spanned v0.6.8 |
2136 | 2025-05-15T03:24:46.652Z | Checking toml_datetime v0.6.8 |
2137 | 2025-05-15T03:24:46.791Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2138 | 2025-05-15T03:24:46.823Z | Checking md-5 v0.10.6 |
2139 | 2025-05-15T03:24:46.960Z | Checking ff v0.13.0 |
2140 | 2025-05-15T03:24:47.051Z | Checking hash32 v0.2.1 |
2141 | 2025-05-15T03:24:47.051Z | Checking is_terminal_polyfill v1.70.1 |
2142 | 2025-05-15T03:24:47.095Z | Checking fallible-iterator v0.2.0 |
2143 | 2025-05-15T03:24:47.143Z | Checking anstyle-query v1.1.1 |
2144 | 2025-05-15T03:24:47.176Z | Checking psl-types v2.0.11 |
2145 | 2025-05-15T03:24:47.231Z | Checking pretty-hex v0.4.1 |
2146 | 2025-05-15T03:24:47.289Z | Checking base16ct v0.2.0 |
2147 | 2025-05-15T03:24:47.331Z | Checking colorchoice v1.0.2 |
2148 | 2025-05-15T03:24:47.405Z | Checking gimli v0.31.1 |
2149 | 2025-05-15T03:24:47.474Z | Checking publicsuffix v2.3.0 |
2150 | 2025-05-15T03:24:47.474Z | Checking anstream v0.6.18 |
2151 | 2025-05-15T03:24:47.525Z | Checking sec1 v0.7.3 |
2152 | 2025-05-15T03:24:47.664Z | Checking postgres-protocol v0.6.8 |
2153 | 2025-05-15T03:24:47.691Z | Checking heapless v0.7.17 |
2154 | 2025-05-15T03:24:47.834Z | Checking group v0.13.0 |
2155 | 2025-05-15T03:24:47.914Z | Checking zstd-safe v7.2.3 |
2156 | 2025-05-15T03:24:48.116Z | Checking num-iter v0.1.45 |
2157 | 2025-05-15T03:24:48.229Z | Checking syn v2.0.101 |
2158 | 2025-05-15T03:24:48.604Z | Compiling daft v0.1.3 |
2159 | 2025-05-15T03:24:48.629Z | Checking rayon-core v1.12.1 |
2160 | 2025-05-15T03:24:48.629Z | Checking dtrace-parser v0.2.0 |
2161 | 2025-05-15T03:24:48.656Z | Checking dof v0.3.0 |
2162 | 2025-05-15T03:24:48.808Z | Checking cookie v0.18.1 |
2163 | 2025-05-15T03:24:48.982Z | Checking tokio-native-tls v0.3.1 |
2164 | 2025-05-15T03:24:49.075Z | Checking ipnetwork v0.21.1 |
2165 | 2025-05-15T03:24:49.256Z | Checking terminal_size v0.4.0 |
2166 | 2025-05-15T03:24:49.281Z | Checking flate2 v1.1.1 |
2167 | 2025-05-15T03:24:49.281Z | Checking lazy_static v1.5.0 |
2168 | 2025-05-15T03:24:49.446Z | Checking http-body-util v0.1.3 |
2169 | 2025-05-15T03:24:49.471Z | Checking webpki-roots v0.26.6 |
2170 | 2025-05-15T03:24:49.496Z | Checking signal-hook v0.3.17 |
2171 | 2025-05-15T03:24:49.692Z | Checking hyper v1.6.0 |
2172 | 2025-05-15T03:24:49.717Z | Checking hkdf v0.12.4 |
2173 | 2025-05-15T03:24:49.821Z | Checking crypto-bigint v0.5.5 |
2174 | 2025-05-15T03:24:49.876Z | Checking sync_wrapper v1.0.1 |
2175 | 2025-05-15T03:24:49.902Z | Checking thread-id v4.2.2 |
2176 | 2025-05-15T03:24:49.927Z | Checking object v0.36.5 |
2177 | 2025-05-15T03:24:50.026Z | Checking unicode-width v0.2.0 |
2178 | 2025-05-15T03:24:50.051Z | Checking bumpalo v3.16.0 |
2179 | 2025-05-15T03:24:50.385Z | Checking bitflags v1.3.2 |
2180 | 2025-05-15T03:24:50.478Z | Checking managed v0.8.0 |
2181 | 2025-05-15T03:24:50.504Z | Checking rustc-demangle v0.1.24 |
2182 | 2025-05-15T03:24:50.865Z | Checking simd-adler32 v0.3.7 |
2183 | 2025-05-15T03:24:50.972Z | Checking addr2line v0.24.2 |
2184 | 2025-05-15T03:24:51.016Z | Checking clap_lex v0.7.4 |
2185 | 2025-05-15T03:24:51.122Z | Checking tokio-rustls v0.26.0 |
2186 | 2025-05-15T03:24:51.232Z | Checking ipnet v2.11.0 |
2187 | 2025-05-15T03:24:51.276Z | Checking tower-layer v0.3.3 |
2188 | 2025-05-15T03:24:51.559Z | Checking strsim v0.11.1 |
2189 | 2025-05-15T03:24:51.610Z | Checking winnow v0.5.40 |
2190 | 2025-05-15T03:24:51.610Z | Checking lockfree-object-pool v0.1.6 |
2191 | 2025-05-15T03:24:51.645Z | Checking hyper-util v0.1.11 |
2192 | 2025-05-15T03:24:51.754Z | Checking tower v0.5.2 |
2193 | 2025-05-15T03:24:51.867Z | Checking clap_builder v4.5.35 |
2194 | 2025-05-15T03:24:51.893Z | Checking zopfli v0.8.1 |
2195 | 2025-05-15T03:24:52.455Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2196 | 2025-05-15T03:24:52.560Z | Checking elliptic-curve v0.13.8 |
2197 | 2025-05-15T03:24:52.585Z | Checking smoltcp v0.9.1 |
2198 | 2025-05-15T03:24:52.770Z | Checking console v0.15.10 |
2199 | 2025-05-15T03:24:53.189Z | Checking signal-hook-mio v0.2.4 |
2200 | 2025-05-15T03:24:53.342Z | Checking oxnet v0.1.2 |
2201 | 2025-05-15T03:24:53.369Z | Checking num-bigint-dig v0.8.4 |
2202 | 2025-05-15T03:24:53.677Z | Checking hyper-tls v0.6.0 |
2203 | 2025-05-15T03:24:53.745Z | Checking hyper-rustls v0.27.3 |
2204 | 2025-05-15T03:24:53.902Z | Checking usdt-impl v0.5.0 |
2205 | 2025-05-15T03:24:53.977Z | Checking cookie_store v0.21.1 |
2206 | 2025-05-15T03:24:54.004Z | Checking rayon v1.10.0 |
2207 | 2025-05-15T03:24:54.116Z | Checking postgres-types v0.2.9 |
2208 | 2025-05-15T03:24:54.340Z | Checking toml_edit v0.19.15 |
2209 | 2025-05-15T03:24:54.449Z | Checking zstd v0.13.3 |
2210 | 2025-05-15T03:24:54.699Z | Checking bstr v1.10.0 |
2211 | 2025-05-15T03:24:54.771Z | Checking regex v1.11.1 |
2212 | 2025-05-15T03:24:54.820Z | Checking phf v0.11.2 |
2213 | 2025-05-15T03:24:54.845Z | Checking ed25519 v2.2.3 |
2214 | 2025-05-15T03:24:55.083Z | Checking bzip2 v0.5.2 |
2215 | 2025-05-15T03:24:55.185Z | Checking bzip2 v0.4.4 |
2216 | 2025-05-15T03:24:55.280Z | Checking futures-executor v0.3.31 |
2217 | 2025-05-15T03:24:55.373Z | Checking curve25519-dalek v4.1.3 |
2218 | 2025-05-15T03:24:55.398Z | Checking hubpack v0.1.2 |
2219 | 2025-05-15T03:24:55.492Z | Checking memoffset v0.9.1 |
2220 | 2025-05-15T03:24:55.522Z | Checking portable-atomic v1.11.0 |
2221 | 2025-05-15T03:24:55.628Z | Checking rustls-pemfile v2.2.0 |
2222 | 2025-05-15T03:24:55.693Z | Checking pkcs1 v0.7.5 |
2223 | 2025-05-15T03:24:55.764Z | Checking backtrace v0.3.74 |
2224 | 2025-05-15T03:24:55.806Z | Checking serde_urlencoded v0.7.1 |
2225 | 2025-05-15T03:24:55.875Z | Checking float-cmp v0.10.0 |
2226 | 2025-05-15T03:24:56.093Z | Checking serde-big-array v0.5.1 |
2227 | 2025-05-15T03:24:56.119Z | Checking rfc6979 v0.4.0 |
2228 | 2025-05-15T03:24:56.223Z | Checking memmap v0.7.0 |
2229 | 2025-05-15T03:24:56.345Z | Checking encoding_rs v0.8.34 |
2230 | 2025-05-15T03:24:56.371Z | Checking static_assertions v1.1.0 |
2231 | 2025-05-15T03:24:56.371Z | Checking number_prefix v0.4.0 |
2232 | 2025-05-15T03:24:56.454Z | Checking minimal-lexical v0.2.1 |
2233 | 2025-05-15T03:24:56.503Z | Checking winnow v0.7.3 |
2234 | 2025-05-15T03:24:56.528Z | Checking mime v0.3.17 |
2235 | 2025-05-15T03:24:56.594Z | Checking difflib v0.4.0 |
2236 | 2025-05-15T03:24:56.758Z | Checking new_debug_unreachable v1.0.6 |
2237 | 2025-05-15T03:24:56.860Z | Checking unicode-segmentation v1.12.0 |
2238 | 2025-05-15T03:24:56.886Z | Checking fixedbitset v0.4.2 |
2239 | 2025-05-15T03:24:56.886Z | Checking normalize-line-endings v0.3.0 |
2240 | 2025-05-15T03:24:56.942Z | Checking predicates-core v1.0.8 |
2241 | 2025-05-15T03:24:57.054Z | Checking whoami v1.5.2 |
2242 | 2025-05-15T03:24:57.176Z | Checking precomputed-hash v0.1.1 |
2243 | 2025-05-15T03:24:57.202Z | Checking data-encoding v2.6.0 |
2244 | 2025-05-15T03:24:57.253Z | Checking petgraph v0.6.5 |
2245 | 2025-05-15T03:24:57.318Z | Checking string_cache v0.8.9 |
2246 | 2025-05-15T03:24:57.375Z | Checking tokio-postgres v0.7.13 |
2247 | 2025-05-15T03:24:57.479Z | Checking indicatif v0.17.11 |
2248 | 2025-05-15T03:24:57.604Z | Checking similar v2.7.0 |
2249 | 2025-05-15T03:24:57.630Z | Checking ed25519-dalek v2.1.1 |
2250 | 2025-05-15T03:24:57.754Z | Checking hickory-proto v0.24.4 |
2251 | 2025-05-15T03:24:58.050Z | Checking predicates v3.1.3 |
2252 | 2025-05-15T03:24:58.241Z | Checking nom v7.1.3 |
2253 | 2025-05-15T03:24:58.473Z | Checking toml v0.7.8 |
2254 | 2025-05-15T03:24:58.514Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
2255 | 2025-05-15T03:24:58.663Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2256 | 2025-05-15T03:24:59.131Z | Checking toml_edit v0.22.24 |
2257 | 2025-05-15T03:24:59.160Z | Checking usdt v0.5.0 |
2258 | 2025-05-15T03:24:59.427Z | Checking anyhow v1.0.98 |
2259 | 2025-05-15T03:24:59.829Z | Checking ecdsa v0.16.9 |
2260 | 2025-05-15T03:25:00.114Z | Checking rsa v0.9.6 |
2261 | 2025-05-15T03:25:00.264Z | Checking nix v0.29.0 |
2262 | 2025-05-15T03:25:00.536Z | Checking futures v0.3.31 |
2263 | 2025-05-15T03:25:00.659Z | Checking zip v0.6.6 |
2264 | 2025-05-15T03:25:00.691Z | Checking zip v2.6.1 |
2265 | 2025-05-15T03:25:00.717Z | Checking clap v4.5.35 |
2266 | 2025-05-15T03:25:00.851Z | Checking crossterm v0.28.1 |
2267 | 2025-05-15T03:25:01.115Z | Checking tokio-stream v0.1.17 |
2268 | 2025-05-15T03:25:01.389Z | Checking itertools v0.10.5 |
2269 | 2025-05-15T03:25:01.568Z | Checking itertools v0.12.1 |
2270 | 2025-05-15T03:25:01.779Z | Checking fs-err v3.1.0 |
2271 | 2025-05-15T03:25:02.005Z | Checking buf-list v1.0.3 |
2272 | 2025-05-15T03:25:02.031Z | Checking strum v0.26.3 |
2273 | 2025-05-15T03:25:02.267Z | Checking ahash v0.8.11 |
2274 | 2025-05-15T03:25:02.363Z | Checking slog v2.7.0 |
2275 | 2025-05-15T03:25:02.451Z | Checking openapiv3 v2.0.0 |
2276 | 2025-05-15T03:25:02.485Z | Checking x509-cert v0.2.5 |
2277 | 2025-05-15T03:25:02.572Z | Checking sha1 v0.10.6 |
2278 | 2025-05-15T03:25:02.753Z | Checking winnow v0.6.26 |
2279 | 2025-05-15T03:25:02.840Z | Checking lalrpop-util v0.19.12 |
2280 | 2025-05-15T03:25:02.871Z | Checking peg-runtime v0.8.5 |
2281 | 2025-05-15T03:25:03.126Z | Checking camino v1.1.9 |
2282 | 2025-05-15T03:25:03.160Z | Checking sigpipe v0.1.3 |
2283 | 2025-05-15T03:25:03.285Z | Checking glob v0.3.2 |
2284 | 2025-05-15T03:25:03.614Z | Checking jiff v0.2.13 |
2285 | 2025-05-15T03:25:09.387Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2286 | 2025-05-15T03:25:09.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.60s |
2287 | 2025-05-15T03:25:10.145Z | |
2288 | 2025-05-15T03:25:10.145Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/214) |
2289 | 2025-05-15T03:25:11.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2025-05-15T03:25:11.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2025-05-15T03:25:11.358Z | Compiling regress v0.10.3 |
2292 | 2025-05-15T03:25:11.392Z | Compiling thiserror-impl v2.0.12 |
2293 | 2025-05-15T03:25:11.417Z | Checking heck v0.5.0 |
2294 | 2025-05-15T03:25:11.467Z | Compiling unsafe-libyaml v0.2.11 |
2295 | 2025-05-15T03:25:11.494Z | Checking dirs-sys-next v0.1.2 |
2296 | 2025-05-15T03:25:11.519Z | Checking fastrand v2.1.1 |
2297 | 2025-05-15T03:25:11.548Z | Checking newtype-uuid v1.2.1 |
2298 | 2025-05-15T03:25:11.666Z | Checking thread_local v1.1.8 |
2299 | 2025-05-15T03:25:11.760Z | Checking dirs-next v2.0.0 |
2300 | 2025-05-15T03:25:11.855Z | Checking tempfile v3.13.0 |
2301 | 2025-05-15T03:25:11.884Z | Compiling structmeta-derive v0.3.0 |
2302 | 2025-05-15T03:25:11.935Z | Compiling ident_case v1.0.1 |
2303 | 2025-05-15T03:25:12.039Z | Checking term v0.7.0 |
2304 | 2025-05-15T03:25:12.197Z | Compiling darling_core v0.20.10 |
2305 | 2025-05-15T03:25:12.314Z | Checking daft v0.1.3 |
2306 | 2025-05-15T03:25:12.464Z | Checking crossbeam-channel v0.5.15 |
2307 | 2025-05-15T03:25:12.767Z | Compiling serde_yaml v0.9.34+deprecated |
2308 | 2025-05-15T03:25:13.213Z | Checking is-terminal v0.4.13 |
2309 | 2025-05-15T03:25:13.241Z | Compiling rustls v0.22.4 |
2310 | 2025-05-15T03:25:13.361Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2311 | 2025-05-15T03:25:13.533Z | Checking take_mut v0.2.2 |
2312 | 2025-05-15T03:25:13.728Z | Checking slog-async v2.8.0 |
2313 | 2025-05-15T03:25:13.786Z | Checking slog-term v2.9.1 |
2314 | 2025-05-15T03:25:14.052Z | Compiling proc-macro-crate v1.3.1 |
2315 | 2025-05-15T03:25:14.297Z | Checking wait-timeout v0.2.0 |
2316 | 2025-05-15T03:25:14.458Z | Compiling structmeta v0.3.0 |
2317 | 2025-05-15T03:25:14.525Z | Compiling multer v3.1.0 |
2318 | 2025-05-15T03:25:14.552Z | Compiling thiserror v2.0.12 |
2319 | 2025-05-15T03:25:14.734Z | Checking typify-impl v0.2.0 |
2320 | 2025-05-15T03:25:14.814Z | Compiling typify-impl v0.3.0 |
2321 | 2025-05-15T03:25:14.986Z | Checking match_cfg v0.1.0 |
2322 | 2025-05-15T03:25:15.108Z | Checking bit-vec v0.8.0 |
2323 | 2025-05-15T03:25:15.499Z | Checking quick-error v1.2.3 |
2324 | 2025-05-15T03:25:15.668Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2325 | 2025-05-15T03:25:15.803Z | Checking rusty-fork v0.3.0 |
2326 | 2025-05-15T03:25:16.002Z | Checking bit-set v0.8.0 |
2327 | 2025-05-15T03:25:16.142Z | Checking hostname v0.3.1 |
2328 | 2025-05-15T03:25:16.262Z | Compiling num_enum_derive v0.5.11 |
2329 | 2025-05-15T03:25:16.447Z | Checking progenitor-client v0.9.1 |
2330 | 2025-05-15T03:25:16.901Z | Checking slog-json v2.6.1 |
2331 | 2025-05-15T03:25:17.169Z | Checking rand_xorshift v0.3.0 |
2332 | 2025-05-15T03:25:17.362Z | Compiling lzma-sys v0.1.20 |
2333 | 2025-05-15T03:25:17.453Z | Checking hex v0.4.3 |
2334 | 2025-05-15T03:25:17.623Z | Compiling async-stream-impl v0.3.6 |
2335 | 2025-05-15T03:25:18.029Z | Compiling foreign-types-macros v0.2.3 |
2336 | 2025-05-15T03:25:18.054Z | Compiling darling_macro v0.20.10 |
2337 | 2025-05-15T03:25:18.094Z | Compiling dropshot v0.16.0 |
2338 | 2025-05-15T03:25:18.409Z | Checking foreign-types-shared v0.3.1 |
2339 | 2025-05-15T03:25:18.534Z | Checking utf-8 v0.7.6 |
2340 | 2025-05-15T03:25:18.563Z | Checking unarray v0.1.4 |
2341 | 2025-05-15T03:25:18.739Z | Checking arc-swap v1.7.1 |
2342 | 2025-05-15T03:25:18.786Z | Checking tungstenite v0.21.0 |
2343 | 2025-05-15T03:25:18.848Z | Checking async-stream v0.3.6 |
2344 | 2025-05-15T03:25:18.955Z | Compiling darling v0.20.10 |
2345 | 2025-05-15T03:25:19.074Z | Checking proptest v1.6.0 |
2346 | 2025-05-15T03:25:19.099Z | Compiling serde_with_macros v3.12.0 |
2347 | 2025-05-15T03:25:19.173Z | Checking foreign-types v0.5.0 |
2348 | 2025-05-15T03:25:19.198Z | Checking slog-scope v4.4.0 |
2349 | 2025-05-15T03:25:19.297Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2025-05-15T03:25:19.425Z | Checking num_enum v0.5.11 |
2351 | 2025-05-15T03:25:19.574Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2352 | 2025-05-15T03:25:19.622Z | Checking slog-bunyan v2.5.0 |
2353 | 2025-05-15T03:25:19.754Z | Compiling proc-macro-error v1.0.4 |
2354 | 2025-05-15T03:25:19.894Z | Checking tokio-rustls v0.25.0 |
2355 | 2025-05-15T03:25:20.009Z | Compiling parse-display-derive v0.10.0 |
2356 | 2025-05-15T03:25:20.189Z | Compiling test-strategy v0.4.0 |
2357 | 2025-05-15T03:25:20.520Z | Checking toml v0.8.20 |
2358 | 2025-05-15T03:25:20.556Z | Checking progenitor-client v0.8.0 |
2359 | 2025-05-15T03:25:20.944Z | Compiling heck v0.3.3 |
2360 | 2025-05-15T03:25:21.297Z | Checking waitgroup v0.1.2 |
2361 | 2025-05-15T03:25:21.340Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2362 | 2025-05-15T03:25:21.492Z | Compiling dropshot_endpoint v0.16.0 |
2363 | 2025-05-15T03:25:21.740Z | Checking serde_path_to_error v0.1.16 |
2364 | 2025-05-15T03:25:22.386Z | Compiling derive-where v1.2.7 |
2365 | 2025-05-15T03:25:22.420Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2366 | 2025-05-15T03:25:23.283Z | Checking hostname v0.4.0 |
2367 | 2025-05-15T03:25:23.474Z | Checking cstr-argument v0.1.2 |
2368 | 2025-05-15T03:25:23.715Z | Checking instant v0.1.13 |
2369 | 2025-05-15T03:25:23.821Z | Checking base64 v0.21.7 |
2370 | 2025-05-15T03:25:23.856Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2371 | 2025-05-15T03:25:23.881Z | Checking pretty-hex v0.2.1 |
2372 | 2025-05-15T03:25:24.094Z | Checking debug-ignore v1.0.5 |
2373 | 2025-05-15T03:25:24.120Z | Checking parse-display v0.10.0 |
2374 | 2025-05-15T03:25:24.212Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2375 | 2025-05-15T03:25:24.275Z | Checking backoff v0.4.0 |
2376 | 2025-05-15T03:25:24.319Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2377 | 2025-05-15T03:25:24.390Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2378 | 2025-05-15T03:25:24.514Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2379 | 2025-05-15T03:25:24.606Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2380 | 2025-05-15T03:25:24.693Z | Checking serde_with v3.12.0 |
2381 | 2025-05-15T03:25:24.729Z | Compiling zone_cfg_derive v0.1.2 |
2382 | 2025-05-15T03:25:24.790Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2383 | 2025-05-15T03:25:25.024Z | Checking tokio-tungstenite v0.21.0 |
2384 | 2025-05-15T03:25:25.480Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2385 | 2025-05-15T03:25:25.602Z | Checking slog-stdlog v4.1.1 |
2386 | 2025-05-15T03:25:25.757Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2025-05-15T03:25:25.783Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2388 | 2025-05-15T03:25:25.839Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2389 | 2025-05-15T03:25:26.078Z | Checking progenitor-client v0.10.0 |
2390 | 2025-05-15T03:25:26.103Z | Checking colored v2.2.0 |
2391 | 2025-05-15T03:25:26.228Z | Checking macaddr v1.0.1 |
2392 | 2025-05-15T03:25:26.599Z | Checking unicode-width v0.1.14 |
2393 | 2025-05-15T03:25:26.625Z | Checking base64 v0.13.1 |
2394 | 2025-05-15T03:25:26.972Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2395 | 2025-05-15T03:25:27.055Z | Checking ron v0.7.1 |
2396 | 2025-05-15T03:25:27.107Z | Checking tabwriter v1.4.0 |
2397 | 2025-05-15T03:25:27.386Z | Checking zone v0.1.8 |
2398 | 2025-05-15T03:25:27.458Z | Checking slog-envlogger v2.2.0 |
2399 | 2025-05-15T03:25:27.708Z | Checking xz2 v0.1.7 |
2400 | 2025-05-15T03:25:28.038Z | Checking xattr v1.3.1 |
2401 | 2025-05-15T03:25:28.063Z | Checking pem v3.0.5 |
2402 | 2025-05-15T03:25:28.090Z | Checking yasna v0.5.2 |
2403 | 2025-05-15T03:25:28.221Z | Checking smf v0.2.3 |
2404 | 2025-05-15T03:25:28.293Z | Checking headers-core v0.3.0 |
2405 | 2025-05-15T03:25:28.380Z | Checking filetime v0.2.25 |
2406 | 2025-05-15T03:25:28.489Z | Checking same-file v1.0.6 |
2407 | 2025-05-15T03:25:28.610Z | Checking tar v0.4.44 |
2408 | 2025-05-15T03:25:28.669Z | Checking headers v0.4.0 |
2409 | 2025-05-15T03:25:28.710Z | Checking walkdir v2.5.0 |
2410 | 2025-05-15T03:25:28.892Z | Checking camino-tempfile v1.3.0 |
2411 | 2025-05-15T03:25:28.967Z | Checking rcgen v0.12.1 |
2412 | 2025-05-15T03:25:29.007Z | Checking atomicwrites v0.4.4 |
2413 | 2025-05-15T03:25:29.192Z | Compiling typify-macro v0.2.0 |
2414 | 2025-05-15T03:25:29.227Z | Checking subprocess v0.2.9 |
2415 | 2025-05-15T03:25:29.355Z | Compiling typify-macro v0.3.0 |
2416 | 2025-05-15T03:25:31.662Z | Compiling typify v0.2.0 |
2417 | 2025-05-15T03:25:31.836Z | Compiling progenitor-impl v0.8.0 |
2418 | 2025-05-15T03:25:31.901Z | Compiling typify v0.3.0 |
2419 | 2025-05-15T03:25:32.073Z | Compiling progenitor-impl v0.9.1 |
2420 | 2025-05-15T03:25:36.071Z | Compiling progenitor-macro v0.8.0 |
2421 | 2025-05-15T03:25:36.276Z | Compiling progenitor-macro v0.9.1 |
2422 | 2025-05-15T03:25:41.589Z | Checking progenitor v0.8.0 |
2423 | 2025-05-15T03:25:41.822Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2424 | 2025-05-15T03:25:42.349Z | Checking progenitor v0.9.1 |
2425 | 2025-05-15T03:25:42.614Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2426 | 2025-05-15T03:25:45.805Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2427 | 2025-05-15T03:25:46.994Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2428 | 2025-05-15T03:25:56.464Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2429 | 2025-05-15T03:25:58.977Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2430 | 2025-05-15T03:26:01.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.94s |
2431 | 2025-05-15T03:26:01.346Z | |
2432 | 2025-05-15T03:26:01.346Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/214) |
2433 | 2025-05-15T03:26:02.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-05-15T03:26:02.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-05-15T03:26:02.680Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2436 | 2025-05-15T03:26:04.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2437 | 2025-05-15T03:26:05.116Z | |
2438 | 2025-05-15T03:26:05.116Z | info: running `cargo check --bins` on nexus-config (52/214) |
2439 | 2025-05-15T03:26:06.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-05-15T03:26:06.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-05-15T03:26:06.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2025-05-15T03:26:06.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2443 | 2025-05-15T03:26:06.321Z | |
2444 | 2025-05-15T03:26:06.321Z | info: running `cargo check --bins` on omicron-rpaths (53/214) |
2445 | 2025-05-15T03:26:07.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-05-15T03:26:07.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-05-15T03:26:07.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2025-05-15T03:26:07.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2449 | 2025-05-15T03:26:07.458Z | |
2450 | 2025-05-15T03:26:07.458Z | info: running `cargo check --bins` on omicron-certificates (54/214) |
2451 | 2025-05-15T03:26:08.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2025-05-15T03:26:08.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2025-05-15T03:26:08.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2025-05-15T03:26:08.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2455 | 2025-05-15T03:26:08.592Z | |
2456 | 2025-05-15T03:26:08.592Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/214) |
2457 | 2025-05-15T03:26:09.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2025-05-15T03:26:09.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2025-05-15T03:26:09.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2460 | 2025-05-15T03:26:09.915Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2461 | 2025-05-15T03:26:09.953Z | Compiling tempfile v3.13.0 |
2462 | 2025-05-15T03:26:09.979Z | Compiling wait-timeout v0.2.0 |
2463 | 2025-05-15T03:26:09.979Z | Compiling bit-vec v0.8.0 |
2464 | 2025-05-15T03:26:09.979Z | Compiling quick-error v1.2.3 |
2465 | 2025-05-15T03:26:09.979Z | Compiling match_cfg v0.1.0 |
2466 | 2025-05-15T03:26:10.004Z | Compiling rustls v0.22.4 |
2467 | 2025-05-15T03:26:10.102Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2468 | 2025-05-15T03:26:10.144Z | Compiling hostname v0.3.1 |
2469 | 2025-05-15T03:26:10.224Z | Compiling progenitor-client v0.9.1 |
2470 | 2025-05-15T03:26:10.389Z | Compiling slog-json v2.6.1 |
2471 | 2025-05-15T03:26:10.452Z | Compiling rusty-fork v0.3.0 |
2472 | 2025-05-15T03:26:10.531Z | Compiling bit-set v0.8.0 |
2473 | 2025-05-15T03:26:10.570Z | Compiling rand_xorshift v0.3.0 |
2474 | 2025-05-15T03:26:10.673Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2475 | 2025-05-15T03:26:10.749Z | Compiling itertools v0.13.0 |
2476 | 2025-05-15T03:26:10.775Z | Compiling hex v0.4.3 |
2477 | 2025-05-15T03:26:10.800Z | Compiling unarray v0.1.4 |
2478 | 2025-05-15T03:26:10.868Z | Compiling heapless v0.8.0 |
2479 | 2025-05-15T03:26:10.942Z | Compiling slog-bunyan v2.5.0 |
2480 | 2025-05-15T03:26:10.999Z | Compiling proptest v1.6.0 |
2481 | 2025-05-15T03:26:11.152Z | Compiling progenitor v0.9.1 |
2482 | 2025-05-15T03:26:11.193Z | Compiling async-stream v0.3.6 |
2483 | 2025-05-15T03:26:11.379Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2484 | 2025-05-15T03:26:11.412Z | Compiling multer v3.1.0 |
2485 | 2025-05-15T03:26:11.532Z | Compiling toml v0.8.20 |
2486 | 2025-05-15T03:26:11.581Z | Compiling waitgroup v0.1.2 |
2487 | 2025-05-15T03:26:11.745Z | Checking hash32 v0.3.1 |
2488 | 2025-05-15T03:26:11.827Z | Compiling serde_path_to_error v0.1.16 |
2489 | 2025-05-15T03:26:11.966Z | Compiling hostname v0.4.0 |
2490 | 2025-05-15T03:26:12.237Z | Compiling instant v0.1.13 |
2491 | 2025-05-15T03:26:12.400Z | Compiling smoltcp v0.11.0 |
2492 | 2025-05-15T03:26:12.434Z | Compiling debug-ignore v1.0.5 |
2493 | 2025-05-15T03:26:12.616Z | Compiling backoff v0.4.0 |
2494 | 2025-05-15T03:26:12.976Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2495 | 2025-05-15T03:26:13.108Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2496 | 2025-05-15T03:26:13.137Z | Compiling serde_with v3.12.0 |
2497 | 2025-05-15T03:26:13.340Z | Compiling parse-display v0.10.0 |
2498 | 2025-05-15T03:26:13.693Z | Compiling ingot-macros v0.1.0 |
2499 | 2025-05-15T03:26:13.871Z | Checking num-rational v0.4.2 |
2500 | 2025-05-15T03:26:13.947Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2501 | 2025-05-15T03:26:14.509Z | Compiling progenitor-client v0.10.0 |
2502 | 2025-05-15T03:26:14.583Z | Compiling tokio-rustls v0.25.0 |
2503 | 2025-05-15T03:26:15.049Z | Compiling dropshot v0.16.0 |
2504 | 2025-05-15T03:26:15.100Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2505 | 2025-05-15T03:26:17.258Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2506 | 2025-05-15T03:26:18.398Z | Compiling phf_generator v0.11.2 |
2507 | 2025-05-15T03:26:18.436Z | Checking num-complex v0.4.6 |
2508 | 2025-05-15T03:26:18.828Z | Compiling macaddr v1.0.1 |
2509 | 2025-05-15T03:26:19.320Z | Checking cobs v0.2.3 |
2510 | 2025-05-15T03:26:19.345Z | Checking num v0.4.3 |
2511 | 2025-05-15T03:26:19.493Z | Compiling phf_codegen v0.11.2 |
2512 | 2025-05-15T03:26:19.570Z | Checking postcard v1.0.10 |
2513 | 2025-05-15T03:26:19.796Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2514 | 2025-05-15T03:26:20.197Z | Compiling parse-zoneinfo v0.3.1 |
2515 | 2025-05-15T03:26:20.314Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2516 | 2025-05-15T03:26:20.434Z | Checking ingot-types v0.1.0 |
2517 | 2025-05-15T03:26:20.658Z | Checking float-ord v0.3.2 |
2518 | 2025-05-15T03:26:20.846Z | Compiling convert_case v0.4.0 |
2519 | 2025-05-15T03:26:21.259Z | Checking ingot v0.1.0 |
2520 | 2025-05-15T03:26:21.828Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2521 | 2025-05-15T03:26:21.932Z | Compiling derive_more v0.99.20 |
2522 | 2025-05-15T03:26:21.957Z | Compiling chrono-tz-build v0.4.0 |
2523 | 2025-05-15T03:26:22.928Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2524 | 2025-05-15T03:26:23.421Z | Checking linked-hash-map v0.5.6 |
2525 | 2025-05-15T03:26:23.461Z | Compiling crucible-workspace-hack v0.1.0 |
2526 | 2025-05-15T03:26:23.807Z | Checking lru-cache v0.1.2 |
2527 | 2025-05-15T03:26:23.856Z | Compiling chrono-tz v0.10.3 |
2528 | 2025-05-15T03:26:24.008Z | Checking resolv-conf v0.7.0 |
2529 | 2025-05-15T03:26:24.037Z | Checking newline-converter v0.3.0 |
2530 | 2025-05-15T03:26:24.262Z | Checking itertools v0.14.0 |
2531 | 2025-05-15T03:26:24.428Z | Checking prettyplease v0.2.30 |
2532 | 2025-05-15T03:26:24.559Z | Compiling slog-dtrace v0.3.0 |
2533 | 2025-05-15T03:26:24.728Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2534 | 2025-05-15T03:26:25.004Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2535 | 2025-05-15T03:26:25.349Z | Checking hickory-resolver v0.24.4 |
2536 | 2025-05-15T03:26:25.725Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2537 | 2025-05-15T03:26:26.157Z | Checking expectorate v1.2.0 |
2538 | 2025-05-15T03:26:26.248Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2539 | 2025-05-15T03:26:26.409Z | Compiling zone_cfg_derive v0.3.0 |
2540 | 2025-05-15T03:26:26.832Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4) |
2541 | 2025-05-15T03:26:26.915Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2542 | 2025-05-15T03:26:27.036Z | Compiling const_format_proc_macros v0.2.34 |
2543 | 2025-05-15T03:26:27.198Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2544 | 2025-05-15T03:26:27.907Z | Compiling num-derive v0.4.2 |
2545 | 2025-05-15T03:26:27.963Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2546 | 2025-05-15T03:26:27.989Z | Checking highway v1.3.0 |
2547 | 2025-05-15T03:26:28.233Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2548 | 2025-05-15T03:26:28.330Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2549 | 2025-05-15T03:26:28.432Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2550 | 2025-05-15T03:26:28.495Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2551 | 2025-05-15T03:26:28.635Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2552 | 2025-05-15T03:26:28.661Z | Checking zone v0.3.1 |
2553 | 2025-05-15T03:26:28.926Z | Checking const_format v0.2.34 |
2554 | 2025-05-15T03:26:29.421Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4) |
2555 | 2025-05-15T03:26:29.457Z | Checking qorb v0.3.1 |
2556 | 2025-05-15T03:26:29.977Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2557 | 2025-05-15T03:26:30.199Z | Checking gethostname v0.5.0 |
2558 | 2025-05-15T03:26:30.258Z | Checking bcs v0.1.6 |
2559 | 2025-05-15T03:26:30.370Z | Checking nanorand v0.7.0 |
2560 | 2025-05-15T03:26:30.470Z | Compiling async-recursion v1.1.1 |
2561 | 2025-05-15T03:26:30.786Z | Checking termtree v0.5.1 |
2562 | 2025-05-15T03:26:30.837Z | Checking flume v0.11.1 |
2563 | 2025-05-15T03:26:31.250Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2564 | 2025-05-15T03:26:38.490Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2565 | 2025-05-15T03:26:43.262Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2566 | 2025-05-15T03:26:47.564Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2567 | 2025-05-15T03:26:49.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.99s |
2568 | 2025-05-15T03:26:49.802Z | |
2569 | 2025-05-15T03:26:49.802Z | info: running `cargo check --bins` on clickhouse-admin-api (56/214) |
2570 | 2025-05-15T03:26:50.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-05-15T03:26:50.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-05-15T03:26:50.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2025-05-15T03:26:50.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2574 | 2025-05-15T03:26:51.015Z | |
2575 | 2025-05-15T03:26:51.015Z | info: running `cargo check --bins` on clickhouse-admin-types (57/214) |
2576 | 2025-05-15T03:26:52.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2025-05-15T03:26:52.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2025-05-15T03:26:52.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2025-05-15T03:26:52.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2580 | 2025-05-15T03:26:52.156Z | |
2581 | 2025-05-15T03:26:52.156Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/214) |
2582 | 2025-05-15T03:26:53.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-05-15T03:26:53.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-05-15T03:26:53.355Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2585 | 2025-05-15T03:26:54.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2586 | 2025-05-15T03:26:54.440Z | |
2587 | 2025-05-15T03:26:54.440Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/214) |
2588 | 2025-05-15T03:26:55.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2025-05-15T03:26:55.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2025-05-15T03:26:55.706Z | Compiling cfg_aliases v0.1.1 |
2591 | 2025-05-15T03:26:55.731Z | Compiling vte_generate_state_changes v0.1.2 |
2592 | 2025-05-15T03:26:55.732Z | Checking fd-lock v4.0.2 |
2593 | 2025-05-15T03:26:55.732Z | Checking nibble_vec v0.1.0 |
2594 | 2025-05-15T03:26:55.732Z | Checking endian-type v0.1.2 |
2595 | 2025-05-15T03:26:55.732Z | Checking bytecount v0.6.8 |
2596 | 2025-05-15T03:26:55.764Z | Compiling tabled_derive v0.7.0 |
2597 | 2025-05-15T03:26:55.863Z | Compiling peg-macros v0.8.5 |
2598 | 2025-05-15T03:26:55.888Z | Compiling nix v0.28.0 |
2599 | 2025-05-15T03:26:55.937Z | Checking papergrid v0.11.0 |
2600 | 2025-05-15T03:26:55.990Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2601 | 2025-05-15T03:26:56.025Z | Compiling sqlparser_derive v0.2.2 |
2602 | 2025-05-15T03:26:56.050Z | Checking radix_trie v0.2.1 |
2603 | 2025-05-15T03:26:56.457Z | Checking home v0.5.9 |
2604 | 2025-05-15T03:26:56.483Z | Checking vte v0.11.1 |
2605 | 2025-05-15T03:26:56.636Z | Checking nu-ansi-term v0.50.1 |
2606 | 2025-05-15T03:26:57.004Z | Checking unicode_categories v0.1.1 |
2607 | 2025-05-15T03:26:57.059Z | Checking sqlparser v0.45.0 |
2608 | 2025-05-15T03:26:57.113Z | Checking display-error-chain v0.2.2 |
2609 | 2025-05-15T03:26:57.326Z | Checking sqlformat v0.3.5 |
2610 | 2025-05-15T03:26:57.830Z | Checking strip-ansi-escapes v0.2.0 |
2611 | 2025-05-15T03:26:57.959Z | Checking tabled v0.15.0 |
2612 | 2025-05-15T03:26:58.023Z | Checking reedline v0.38.0 |
2613 | 2025-05-15T03:26:58.280Z | Checking peg v0.8.5 |
2614 | 2025-05-15T03:26:58.985Z | Checking rustyline v14.0.0 |
2615 | 2025-05-15T03:27:13.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.57s |
2616 | 2025-05-15T03:27:13.233Z | |
2617 | 2025-05-15T03:27:13.233Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/214) |
2618 | 2025-05-15T03:27:14.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-05-15T03:27:14.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-05-15T03:27:14.530Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2621 | 2025-05-15T03:27:23.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.87s |
2622 | 2025-05-15T03:27:23.330Z | |
2623 | 2025-05-15T03:27:23.330Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/214) |
2624 | 2025-05-15T03:27:24.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-05-15T03:27:24.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-05-15T03:27:24.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2627 | 2025-05-15T03:27:30.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s |
2628 | 2025-05-15T03:27:30.631Z | |
2629 | 2025-05-15T03:27:30.631Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/214) |
2630 | 2025-05-15T03:27:31.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-05-15T03:27:31.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-05-15T03:27:31.883Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2633 | 2025-05-15T03:27:40.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
2634 | 2025-05-15T03:27:40.402Z | |
2635 | 2025-05-15T03:27:40.402Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/214) |
2636 | 2025-05-15T03:27:41.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-05-15T03:27:41.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-05-15T03:27:41.711Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2639 | 2025-05-15T03:27:50.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s |
2640 | 2025-05-15T03:27:50.290Z | |
2641 | 2025-05-15T03:27:50.290Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/214) |
2642 | 2025-05-15T03:27:51.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-05-15T03:27:51.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-05-15T03:27:51.575Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2645 | 2025-05-15T03:27:57.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s |
2646 | 2025-05-15T03:27:58.374Z | |
2647 | 2025-05-15T03:27:58.374Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/214) |
2648 | 2025-05-15T03:27:59.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-05-15T03:27:59.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-05-15T03:27:59.338Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2025-05-15T03:28:05.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s |
2652 | 2025-05-15T03:28:05.757Z | |
2653 | 2025-05-15T03:28:05.757Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/214) |
2654 | 2025-05-15T03:28:06.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-05-15T03:28:06.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-05-15T03:28:07.028Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2025-05-15T03:28:15.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s |
2658 | 2025-05-15T03:28:15.442Z | |
2659 | 2025-05-15T03:28:15.442Z | info: running `cargo check --bins` on oximeter (67/214) |
2660 | 2025-05-15T03:28:16.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-05-15T03:28:16.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-05-15T03:28:16.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-05-15T03:28:16.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2664 | 2025-05-15T03:28:16.630Z | |
2665 | 2025-05-15T03:28:16.630Z | info: running `cargo check --bins` on oximeter-macro-impl (68/214) |
2666 | 2025-05-15T03:28:17.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-05-15T03:28:17.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-05-15T03:28:17.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-05-15T03:28:17.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2670 | 2025-05-15T03:28:17.760Z | |
2671 | 2025-05-15T03:28:17.760Z | info: running `cargo check --bins` on oximeter-schema (69/214) |
2672 | 2025-05-15T03:28:18.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-05-15T03:28:18.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-05-15T03:28:18.909Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2675 | 2025-05-15T03:28:22.009Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2676 | 2025-05-15T03:28:23.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2677 | 2025-05-15T03:28:23.656Z | |
2678 | 2025-05-15T03:28:23.656Z | info: running `cargo check --bins` on oximeter-types (70/214) |
2679 | 2025-05-15T03:28:24.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-05-15T03:28:24.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-05-15T03:28:24.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-05-15T03:28:24.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2683 | 2025-05-15T03:28:24.778Z | |
2684 | 2025-05-15T03:28:24.778Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/214) |
2685 | 2025-05-15T03:28:25.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-05-15T03:28:25.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-05-15T03:28:25.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-05-15T03:28:25.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2689 | 2025-05-15T03:28:25.947Z | |
2690 | 2025-05-15T03:28:25.947Z | info: running `cargo check --bins` on oxql-types (72/214) |
2691 | 2025-05-15T03:28:26.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-05-15T03:28:26.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-05-15T03:28:26.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-05-15T03:28:27.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2695 | 2025-05-15T03:28:27.097Z | |
2696 | 2025-05-15T03:28:27.097Z | info: running `cargo check --bins` on oximeter-test-utils (73/214) |
2697 | 2025-05-15T03:28:28.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-05-15T03:28:28.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-05-15T03:28:28.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-05-15T03:28:28.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
2701 | 2025-05-15T03:28:28.355Z | |
2702 | 2025-05-15T03:28:28.355Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/214) |
2703 | 2025-05-15T03:28:29.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-05-15T03:28:29.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-05-15T03:28:29.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-05-15T03:28:29.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2707 | 2025-05-15T03:28:29.517Z | |
2708 | 2025-05-15T03:28:29.518Z | info: running `cargo check --bins` on bootstrap-agent-client (75/214) |
2709 | 2025-05-15T03:28:30.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-05-15T03:28:30.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-05-15T03:28:30.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-05-15T03:28:30.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
2713 | 2025-05-15T03:28:30.793Z | |
2714 | 2025-05-15T03:28:30.793Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/214) |
2715 | 2025-05-15T03:28:31.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-05-15T03:28:31.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-05-15T03:28:31.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-05-15T03:28:31.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2719 | 2025-05-15T03:28:31.963Z | |
2720 | 2025-05-15T03:28:31.963Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/214) |
2721 | 2025-05-15T03:28:32.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-05-15T03:28:33.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-05-15T03:28:33.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-05-15T03:28:33.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2725 | 2025-05-15T03:28:33.112Z | |
2726 | 2025-05-15T03:28:33.113Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/214) |
2727 | 2025-05-15T03:28:34.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-05-15T03:28:34.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-05-15T03:28:34.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2025-05-15T03:28:34.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2731 | 2025-05-15T03:28:34.236Z | |
2732 | 2025-05-15T03:28:34.236Z | info: running `cargo check --bins` on cockroach-admin-client (79/214) |
2733 | 2025-05-15T03:28:35.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2025-05-15T03:28:35.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2025-05-15T03:28:35.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2025-05-15T03:28:35.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2737 | 2025-05-15T03:28:35.310Z | |
2738 | 2025-05-15T03:28:35.310Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/214) |
2739 | 2025-05-15T03:28:36.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2025-05-15T03:28:36.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2025-05-15T03:28:36.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2025-05-15T03:28:36.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2743 | 2025-05-15T03:28:36.427Z | |
2744 | 2025-05-15T03:28:36.427Z | info: running `cargo check --bins` on dns-service-client (81/214) |
2745 | 2025-05-15T03:28:37.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2025-05-15T03:28:37.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2025-05-15T03:28:37.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2025-05-15T03:28:37.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2749 | 2025-05-15T03:28:37.508Z | |
2750 | 2025-05-15T03:28:37.508Z | info: running `cargo check --bins` on internal-dns-types (82/214) |
2751 | 2025-05-15T03:28:38.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2025-05-15T03:28:38.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2025-05-15T03:28:38.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2025-05-15T03:28:38.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2755 | 2025-05-15T03:28:38.636Z | |
2756 | 2025-05-15T03:28:38.636Z | info: running `cargo check --bins` on gateway-client (83/214) |
2757 | 2025-05-15T03:28:39.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2025-05-15T03:28:39.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2025-05-15T03:28:39.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2025-05-15T03:28:39.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2761 | 2025-05-15T03:28:39.697Z | |
2762 | 2025-05-15T03:28:39.697Z | info: running `cargo check --bins` on installinator-client (84/214) |
2763 | 2025-05-15T03:28:40.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2025-05-15T03:28:40.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2025-05-15T03:28:40.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2025-05-15T03:28:40.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2767 | 2025-05-15T03:28:40.816Z | |
2768 | 2025-05-15T03:28:40.816Z | info: running `cargo check --bins` on installinator-common (85/214) |
2769 | 2025-05-15T03:28:41.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2025-05-15T03:28:41.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2025-05-15T03:28:41.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2025-05-15T03:28:41.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2773 | 2025-05-15T03:28:41.933Z | |
2774 | 2025-05-15T03:28:41.933Z | info: running `cargo check --bins` on update-engine (86/214) |
2775 | 2025-05-15T03:28:42.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2025-05-15T03:28:42.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2025-05-15T03:28:42.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2025-05-15T03:28:42.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2779 | 2025-05-15T03:28:43.004Z | |
2780 | 2025-05-15T03:28:43.005Z | info: running `cargo check --bins` on nexus-client (87/214) |
2781 | 2025-05-15T03:28:43.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-05-15T03:28:44.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-05-15T03:28:44.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-05-15T03:28:44.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2785 | 2025-05-15T03:28:44.143Z | |
2786 | 2025-05-15T03:28:44.143Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/214) |
2787 | 2025-05-15T03:28:45.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-05-15T03:28:45.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-05-15T03:28:45.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-05-15T03:28:45.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2791 | 2025-05-15T03:28:45.261Z | |
2792 | 2025-05-15T03:28:45.261Z | info: running `cargo check --bins` on omicron-passwords (89/214) |
2793 | 2025-05-15T03:28:46.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-05-15T03:28:46.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-05-15T03:28:46.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-05-15T03:28:46.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2797 | 2025-05-15T03:28:46.287Z | |
2798 | 2025-05-15T03:28:46.288Z | info: running `cargo check --bins` on nexus-types (90/214) |
2799 | 2025-05-15T03:28:47.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-05-15T03:28:47.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-05-15T03:28:47.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-05-15T03:28:47.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2803 | 2025-05-15T03:28:47.463Z | |
2804 | 2025-05-15T03:28:47.463Z | info: running `cargo check --bins` on gateway-types (91/214) |
2805 | 2025-05-15T03:28:48.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-05-15T03:28:48.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-05-15T03:28:48.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-05-15T03:28:48.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2809 | 2025-05-15T03:28:48.617Z | |
2810 | 2025-05-15T03:28:48.617Z | info: running `cargo check --bins` on ipcc (92/214) |
2811 | 2025-05-15T03:28:49.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-05-15T03:28:49.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-05-15T03:28:49.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-05-15T03:28:49.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2815 | 2025-05-15T03:28:49.798Z | |
2816 | 2025-05-15T03:28:49.798Z | info: running `cargo check --bins` on oxide-client (93/214) |
2817 | 2025-05-15T03:28:50.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-05-15T03:28:50.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-05-15T03:28:50.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-05-15T03:28:50.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2821 | 2025-05-15T03:28:50.883Z | |
2822 | 2025-05-15T03:28:50.883Z | info: running `cargo check --bins` on oximeter-client (94/214) |
2823 | 2025-05-15T03:28:51.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-05-15T03:28:51.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-05-15T03:28:51.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-05-15T03:28:51.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2827 | 2025-05-15T03:28:51.989Z | |
2828 | 2025-05-15T03:28:51.989Z | info: running `cargo check --bins` on repo-depot-client (95/214) |
2829 | 2025-05-15T03:28:52.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-05-15T03:28:52.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-05-15T03:28:52.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-05-15T03:28:52.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2833 | 2025-05-15T03:28:53.043Z | |
2834 | 2025-05-15T03:28:53.043Z | info: running `cargo check --bins` on sled-agent-client (96/214) |
2835 | 2025-05-15T03:28:54.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-05-15T03:28:54.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-05-15T03:28:54.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-05-15T03:28:54.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2839 | 2025-05-15T03:28:54.182Z | |
2840 | 2025-05-15T03:28:54.182Z | info: running `cargo check --bins` on sled-agent-types (97/214) |
2841 | 2025-05-15T03:28:55.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-05-15T03:28:55.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-05-15T03:28:55.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2025-05-15T03:28:55.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2845 | 2025-05-15T03:28:55.289Z | |
2846 | 2025-05-15T03:28:55.289Z | info: running `cargo check --bins` on wicketd-client (98/214) |
2847 | 2025-05-15T03:28:56.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-05-15T03:28:56.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-05-15T03:28:56.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2025-05-15T03:28:56.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2851 | 2025-05-15T03:28:56.420Z | |
2852 | 2025-05-15T03:28:56.420Z | info: running `cargo check --bins` on wicket-common (99/214) |
2853 | 2025-05-15T03:28:57.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-05-15T03:28:57.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-05-15T03:28:57.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2025-05-15T03:28:57.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
2857 | 2025-05-15T03:28:57.562Z | |
2858 | 2025-05-15T03:28:57.562Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/214) |
2859 | 2025-05-15T03:28:58.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2025-05-15T03:28:58.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2025-05-15T03:28:58.694Z | Checking csv-core v0.1.11 |
2862 | 2025-05-15T03:28:58.694Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2863 | 2025-05-15T03:28:58.720Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2864 | 2025-05-15T03:28:58.720Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2865 | 2025-05-15T03:28:58.990Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2866 | 2025-05-15T03:28:59.042Z | Checking csv v1.3.1 |
2867 | 2025-05-15T03:28:59.068Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2868 | 2025-05-15T03:28:59.799Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2869 | 2025-05-15T03:29:00.312Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2870 | 2025-05-15T03:29:03.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2871 | 2025-05-15T03:29:03.506Z | |
2872 | 2025-05-15T03:29:03.506Z | info: running `cargo check --bins` on cockroach-admin-api (101/214) |
2873 | 2025-05-15T03:29:04.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-05-15T03:29:04.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-05-15T03:29:04.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-05-15T03:29:04.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2877 | 2025-05-15T03:29:04.610Z | |
2878 | 2025-05-15T03:29:04.610Z | info: running `cargo check --bins` on cockroach-admin-types (102/214) |
2879 | 2025-05-15T03:29:05.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-05-15T03:29:05.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-05-15T03:29:05.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-05-15T03:29:05.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2883 | 2025-05-15T03:29:05.725Z | |
2884 | 2025-05-15T03:29:05.725Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/214) |
2885 | 2025-05-15T03:29:06.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-05-15T03:29:06.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-05-15T03:29:06.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-05-15T03:29:06.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2889 | 2025-05-15T03:29:06.989Z | |
2890 | 2025-05-15T03:29:06.989Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/214) |
2891 | 2025-05-15T03:29:08.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-05-15T03:29:08.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-05-15T03:29:08.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-05-15T03:29:08.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2895 | 2025-05-15T03:29:08.353Z | |
2896 | 2025-05-15T03:29:08.353Z | info: running `cargo check --bins` on dns-server (105/214) |
2897 | 2025-05-15T03:29:09.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-05-15T03:29:09.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-05-15T03:29:09.508Z | Compiling typify-impl v0.4.1 |
2900 | 2025-05-15T03:29:09.553Z | Compiling parking_lot_core v0.8.6 |
2901 | 2025-05-15T03:29:09.584Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2902 | 2025-05-15T03:29:09.584Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2903 | 2025-05-15T03:29:09.610Z | Checking fxhash v0.2.1 |
2904 | 2025-05-15T03:29:09.635Z | Checking hickory-client v0.24.4 |
2905 | 2025-05-15T03:29:09.635Z | Checking hickory-server v0.24.4 |
2906 | 2025-05-15T03:29:10.394Z | Checking parking_lot v0.11.2 |
2907 | 2025-05-15T03:29:10.593Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2908 | 2025-05-15T03:29:10.723Z | Checking sled v0.34.7 |
2909 | 2025-05-15T03:29:16.882Z | Compiling typify-macro v0.4.1 |
2910 | 2025-05-15T03:29:19.307Z | Compiling typify v0.4.1 |
2911 | 2025-05-15T03:29:19.458Z | Compiling progenitor-impl v0.10.0 |
2912 | 2025-05-15T03:29:23.205Z | Compiling progenitor-macro v0.10.0 |
2913 | 2025-05-15T03:29:27.923Z | Checking progenitor v0.10.0 |
2914 | 2025-05-15T03:29:28.140Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2915 | 2025-05-15T03:29:28.892Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2916 | 2025-05-15T03:29:30.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.54s |
2917 | 2025-05-15T03:29:31.104Z | |
2918 | 2025-05-15T03:29:31.104Z | info: running `cargo check --bins` on dns-server-api (106/214) |
2919 | 2025-05-15T03:29:32.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-05-15T03:29:32.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-05-15T03:29:32.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2025-05-15T03:29:32.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2923 | 2025-05-15T03:29:32.269Z | |
2924 | 2025-05-15T03:29:32.269Z | info: running `cargo check --bins` on openapi-manager-types (107/214) |
2925 | 2025-05-15T03:29:33.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-05-15T03:29:33.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-05-15T03:29:33.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-05-15T03:29:33.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2929 | 2025-05-15T03:29:33.349Z | |
2930 | 2025-05-15T03:29:33.349Z | info: running `cargo check --bins` on gateway-test-utils (108/214) |
2931 | 2025-05-15T03:29:34.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-05-15T03:29:34.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-05-15T03:29:34.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2025-05-15T03:29:34.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2935 | 2025-05-15T03:29:34.581Z | |
2936 | 2025-05-15T03:29:34.581Z | info: running `cargo check --bins` on omicron-gateway (109/214) |
2937 | 2025-05-15T03:29:35.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2025-05-15T03:29:35.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2025-05-15T03:29:35.869Z | Checking half v2.4.1 |
2940 | 2025-05-15T03:29:35.869Z | Compiling semver v0.1.20 |
2941 | 2025-05-15T03:29:35.895Z | Compiling radium v0.7.0 |
2942 | 2025-05-15T03:29:35.895Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2943 | 2025-05-15T03:29:35.895Z | Checking ciborium-io v0.2.2 |
2944 | 2025-05-15T03:29:35.940Z | Compiling zerocopy-derive v0.6.6 |
2945 | 2025-05-15T03:29:35.965Z | Checking tap v1.0.1 |
2946 | 2025-05-15T03:29:35.991Z | Compiling maybe-uninit v2.0.0 |
2947 | 2025-05-15T03:29:36.117Z | Checking password-hash v0.5.0 |
2948 | 2025-05-15T03:29:36.172Z | Checking wyz v0.5.1 |
2949 | 2025-05-15T03:29:36.362Z | Checking ciborium-ll v0.2.2 |
2950 | 2025-05-15T03:29:36.419Z | Compiling rustc_version v0.1.7 |
2951 | 2025-05-15T03:29:36.538Z | Checking blake2 v0.10.6 |
2952 | 2025-05-15T03:29:36.581Z | Compiling packed_struct v0.10.1 |
2953 | 2025-05-15T03:29:36.608Z | Compiling owo-colors v4.2.0 |
2954 | 2025-05-15T03:29:36.635Z | Checking crc-catalog v2.4.0 |
2955 | 2025-05-15T03:29:36.675Z | Checking ciborium v0.2.2 |
2956 | 2025-05-15T03:29:36.795Z | Compiling cancel-safe-futures v0.1.5 |
2957 | 2025-05-15T03:29:36.851Z | Compiling newtype_derive v0.1.6 |
2958 | 2025-05-15T03:29:37.010Z | Checking funty v2.0.0 |
2959 | 2025-05-15T03:29:37.038Z | Checking argon2 v0.5.3 |
2960 | 2025-05-15T03:29:37.095Z | Checking crc v3.2.1 |
2961 | 2025-05-15T03:29:37.665Z | Compiling packed_struct_codegen v0.10.1 |
2962 | 2025-05-15T03:29:37.665Z | Checking libsw-core v0.3.1 |
2963 | 2025-05-15T03:29:37.665Z | Checking secrecy v0.10.3 |
2964 | 2025-05-15T03:29:37.665Z | Compiling indexmap v1.9.3 |
2965 | 2025-05-15T03:29:37.665Z | Checking fixedbitset v0.5.7 |
2966 | 2025-05-15T03:29:37.665Z | Checking nodrop v0.1.14 |
2967 | 2025-05-15T03:29:37.694Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2968 | 2025-05-15T03:29:37.813Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2969 | 2025-05-15T03:29:37.842Z | Checking array-init v0.0.4 |
2970 | 2025-05-15T03:29:37.842Z | Checking bitvec v1.0.1 |
2971 | 2025-05-15T03:29:37.883Z | Checking zerocopy v0.6.6 |
2972 | 2025-05-15T03:29:37.956Z | Checking libsw v3.4.0 |
2973 | 2025-05-15T03:29:38.066Z | Checking petgraph v0.7.1 |
2974 | 2025-05-15T03:29:38.100Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2975 | 2025-05-15T03:29:38.176Z | Checking smallvec v0.6.14 |
2976 | 2025-05-15T03:29:38.525Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2977 | 2025-05-15T03:29:38.728Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2978 | 2025-05-15T03:29:39.159Z | Checking hashbrown v0.12.3 |
2979 | 2025-05-15T03:29:39.268Z | Checking linear-map v1.2.0 |
2980 | 2025-05-15T03:29:39.548Z | Checking bitfield v0.14.0 |
2981 | 2025-05-15T03:29:39.594Z | Checking swrite v0.1.0 |
2982 | 2025-05-15T03:29:39.680Z | Checking indent_write v2.2.0 |
2983 | 2025-05-15T03:29:39.706Z | Checking termcolor v1.4.1 |
2984 | 2025-05-15T03:29:39.747Z | Checking ron v0.8.1 |
2985 | 2025-05-15T03:29:39.824Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2986 | 2025-05-15T03:29:39.895Z | Checking steno v0.4.1 |
2987 | 2025-05-15T03:29:40.107Z | Checking env_logger v0.10.2 |
2988 | 2025-05-15T03:29:40.548Z | Checking serde-hex v0.1.0 |
2989 | 2025-05-15T03:29:40.575Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2990 | 2025-05-15T03:29:40.739Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2991 | 2025-05-15T03:29:40.930Z | Checking hashbrown v0.13.2 |
2992 | 2025-05-15T03:29:40.957Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2993 | 2025-05-15T03:29:41.029Z | Checking crc-any v2.5.0 |
2994 | 2025-05-15T03:29:41.436Z | Checking humantime v2.1.0 |
2995 | 2025-05-15T03:29:41.470Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2996 | 2025-05-15T03:29:41.758Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2997 | 2025-05-15T03:29:41.791Z | Checking half v1.8.3 |
2998 | 2025-05-15T03:29:41.862Z | Checking object v0.30.4 |
2999 | 2025-05-15T03:29:42.063Z | Checking void v1.0.2 |
3000 | 2025-05-15T03:29:42.114Z | Checking path-slash v0.1.5 |
3001 | 2025-05-15T03:29:42.239Z | Checking serde_cbor v0.11.2 |
3002 | 2025-05-15T03:29:42.286Z | Checking lzss v0.8.2 |
3003 | 2025-05-15T03:29:42.388Z | Checking tungstenite v0.23.0 |
3004 | 2025-05-15T03:29:42.612Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3005 | 2025-05-15T03:29:43.133Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3006 | 2025-05-15T03:29:43.291Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3007 | 2025-05-15T03:29:43.323Z | Checking nix v0.27.1 |
3008 | 2025-05-15T03:29:43.402Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3009 | 2025-05-15T03:29:43.937Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3010 | 2025-05-15T03:29:43.996Z | Checking kstat-rs v0.2.4 |
3011 | 2025-05-15T03:29:43.997Z | Checking serde_bytes v0.11.17 |
3012 | 2025-05-15T03:29:43.997Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3013 | 2025-05-15T03:29:44.065Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3014 | 2025-05-15T03:29:44.109Z | Checking tokio-tungstenite v0.23.1 |
3015 | 2025-05-15T03:29:44.178Z | Checking signal-hook-tokio v0.3.1 |
3016 | 2025-05-15T03:29:49.235Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3017 | 2025-05-15T03:29:54.381Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3018 | 2025-05-15T03:29:56.219Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3019 | 2025-05-15T03:30:03.326Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3020 | 2025-05-15T03:30:12.972Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3021 | 2025-05-15T03:30:13.984Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3022 | 2025-05-15T03:30:18.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s |
3023 | 2025-05-15T03:30:18.603Z | |
3024 | 2025-05-15T03:30:18.603Z | info: running `cargo check --bins` on ereport-types (110/214) |
3025 | 2025-05-15T03:30:19.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-05-15T03:30:19.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-05-15T03:30:19.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2025-05-15T03:30:19.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3029 | 2025-05-15T03:30:19.725Z | |
3030 | 2025-05-15T03:30:19.725Z | info: running `cargo check --bins` on gateway-api (111/214) |
3031 | 2025-05-15T03:30:20.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-05-15T03:30:21.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-05-15T03:30:21.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-05-15T03:30:21.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3035 | 2025-05-15T03:30:21.607Z | |
3036 | 2025-05-15T03:30:21.607Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/214) |
3037 | 2025-05-15T03:30:21.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-05-15T03:30:21.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-05-15T03:30:21.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-05-15T03:30:21.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3041 | 2025-05-15T03:30:22.089Z | |
3042 | 2025-05-15T03:30:22.089Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/214) |
3043 | 2025-05-15T03:30:23.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-05-15T03:30:23.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-05-15T03:30:23.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-05-15T03:30:23.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3047 | 2025-05-15T03:30:23.259Z | |
3048 | 2025-05-15T03:30:23.259Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/214) |
3049 | 2025-05-15T03:30:24.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-05-15T03:30:24.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-05-15T03:30:24.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-05-15T03:30:24.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3053 | 2025-05-15T03:30:24.433Z | |
3054 | 2025-05-15T03:30:24.433Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/214) |
3055 | 2025-05-15T03:30:25.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-05-15T03:30:25.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-05-15T03:30:25.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-05-15T03:30:25.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3059 | 2025-05-15T03:30:25.599Z | |
3060 | 2025-05-15T03:30:25.599Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/214) |
3061 | 2025-05-15T03:30:26.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-05-15T03:30:26.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-05-15T03:30:26.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-05-15T03:30:26.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3065 | 2025-05-15T03:30:26.744Z | |
3066 | 2025-05-15T03:30:26.744Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/214) |
3067 | 2025-05-15T03:30:27.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-05-15T03:30:27.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-05-15T03:30:27.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-05-15T03:30:27.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3071 | 2025-05-15T03:30:27.979Z | |
3072 | 2025-05-15T03:30:27.979Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/214) |
3073 | 2025-05-15T03:30:29.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-05-15T03:30:29.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-05-15T03:30:29.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-05-15T03:30:29.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3077 | 2025-05-15T03:30:29.163Z | |
3078 | 2025-05-15T03:30:29.163Z | info: running `cargo check --bins` on oximeter-producer (119/214) |
3079 | 2025-05-15T03:30:30.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-05-15T03:30:30.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-05-15T03:30:30.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-05-15T03:30:30.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3083 | 2025-05-15T03:30:30.374Z | |
3084 | 2025-05-15T03:30:30.374Z | info: running `cargo check --bins` on internal-dns-resolver (120/214) |
3085 | 2025-05-15T03:30:31.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-05-15T03:30:31.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-05-15T03:30:31.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-05-15T03:30:31.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3089 | 2025-05-15T03:30:31.500Z | |
3090 | 2025-05-15T03:30:31.500Z | info: running `cargo check --bins` on sp-sim (121/214) |
3091 | 2025-05-15T03:30:32.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-05-15T03:30:32.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-05-15T03:30:32.751Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3094 | 2025-05-15T03:30:32.751Z | Checking keccak v0.1.5 |
3095 | 2025-05-15T03:30:33.114Z | Checking sha3 v0.10.8 |
3096 | 2025-05-15T03:30:33.143Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3097 | 2025-05-15T03:30:35.506Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3098 | 2025-05-15T03:30:38.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s |
3099 | 2025-05-15T03:30:38.874Z | |
3100 | 2025-05-15T03:30:38.874Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/214) |
3101 | 2025-05-15T03:30:39.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-05-15T03:30:39.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-05-15T03:30:39.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-05-15T03:30:39.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3105 | 2025-05-15T03:30:40.114Z | |
3106 | 2025-05-15T03:30:40.114Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/214) |
3107 | 2025-05-15T03:30:41.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-05-15T03:30:41.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-05-15T03:30:41.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2025-05-15T03:30:41.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3111 | 2025-05-15T03:30:41.408Z | |
3112 | 2025-05-15T03:30:41.408Z | info: running `cargo check --bins` on db-macros (124/214) |
3113 | 2025-05-15T03:30:42.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2025-05-15T03:30:42.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2025-05-15T03:30:42.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2025-05-15T03:30:42.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3117 | 2025-05-15T03:30:42.528Z | |
3118 | 2025-05-15T03:30:42.528Z | info: running `cargo check --bins` on nexus-macros-common (125/214) |
3119 | 2025-05-15T03:30:43.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2025-05-15T03:30:43.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2025-05-15T03:30:43.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2025-05-15T03:30:43.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3123 | 2025-05-15T03:30:43.630Z | |
3124 | 2025-05-15T03:30:43.630Z | info: running `cargo check --bins` on nexus-auth (126/214) |
3125 | 2025-05-15T03:30:44.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-05-15T03:30:44.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-05-15T03:30:44.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2025-05-15T03:30:44.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3129 | 2025-05-15T03:30:44.859Z | |
3130 | 2025-05-15T03:30:44.859Z | info: running `cargo check --bins` on authz-macros (127/214) |
3131 | 2025-05-15T03:30:45.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-05-15T03:30:45.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-05-15T03:30:45.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2025-05-15T03:30:45.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3135 | 2025-05-15T03:30:45.933Z | |
3136 | 2025-05-15T03:30:45.933Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/214) |
3137 | 2025-05-15T03:30:46.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-05-15T03:30:47.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-05-15T03:30:47.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2025-05-15T03:30:47.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3141 | 2025-05-15T03:30:47.142Z | |
3142 | 2025-05-15T03:30:47.142Z | info: running `cargo check --bins` on nexus-db-model (129/214) |
3143 | 2025-05-15T03:30:48.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-05-15T03:30:48.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-05-15T03:30:48.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3146 | 2025-05-15T03:30:48.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3147 | 2025-05-15T03:30:48.410Z | |
3148 | 2025-05-15T03:30:48.410Z | info: running `cargo check --bins` on nexus-db-schema (130/214) |
3149 | 2025-05-15T03:30:49.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2025-05-15T03:30:49.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2025-05-15T03:30:49.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2025-05-15T03:30:49.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3153 | 2025-05-15T03:30:49.555Z | |
3154 | 2025-05-15T03:30:49.555Z | info: running `cargo check --bins` on nexus-defaults (131/214) |
3155 | 2025-05-15T03:30:50.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2025-05-15T03:30:50.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2025-05-15T03:30:50.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3158 | 2025-05-15T03:30:50.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3159 | 2025-05-15T03:30:50.682Z | |
3160 | 2025-05-15T03:30:50.682Z | info: running `cargo check --bins` on nexus-db-errors (132/214) |
3161 | 2025-05-15T03:30:51.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-05-15T03:30:51.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-05-15T03:30:51.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3164 | 2025-05-15T03:30:51.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3165 | 2025-05-15T03:30:51.883Z | |
3166 | 2025-05-15T03:30:51.883Z | info: running `cargo check --bins` on nexus-db-lookup (133/214) |
3167 | 2025-05-15T03:30:53.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-05-15T03:30:53.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-05-15T03:30:53.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3170 | 2025-05-15T03:30:53.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
3171 | 2025-05-15T03:30:53.261Z | |
3172 | 2025-05-15T03:30:53.261Z | info: running `cargo check --bins` on nexus-inventory (134/214) |
3173 | 2025-05-15T03:30:54.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-05-15T03:30:54.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-05-15T03:30:54.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2025-05-15T03:30:54.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3177 | 2025-05-15T03:30:54.523Z | |
3178 | 2025-05-15T03:30:54.523Z | info: running `cargo check --bins` on typed-rng (135/214) |
3179 | 2025-05-15T03:30:55.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-05-15T03:30:55.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-05-15T03:30:55.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2025-05-15T03:30:55.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3183 | 2025-05-15T03:30:55.646Z | |
3184 | 2025-05-15T03:30:55.646Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/214) |
3185 | 2025-05-15T03:30:56.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-05-15T03:30:56.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-05-15T03:30:57.057Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3188 | 2025-05-15T03:30:57.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3189 | 2025-05-15T03:30:57.082Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4) |
3190 | 2025-05-15T03:30:57.083Z | Compiling thiserror-impl-no-std v2.0.2 |
3191 | 2025-05-15T03:30:57.083Z | Checking universal-hash v0.5.1 |
3192 | 2025-05-15T03:30:57.083Z | Checking opaque-debug v0.3.1 |
3193 | 2025-05-15T03:30:57.165Z | Checking chacha20 v0.9.1 |
3194 | 2025-05-15T03:30:57.194Z | Checking aead v0.5.2 |
3195 | 2025-05-15T03:30:57.308Z | Compiling unicase v2.7.0 |
3196 | 2025-05-15T03:30:57.359Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3197 | 2025-05-15T03:30:57.428Z | Checking poly1305 v0.8.0 |
3198 | 2025-05-15T03:30:57.524Z | Compiling libefi-sys v0.1.0 |
3199 | 2025-05-15T03:30:57.634Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3200 | 2025-05-15T03:30:57.659Z | Compiling bitfield-struct v0.6.2 |
3201 | 2025-05-15T03:30:57.745Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3202 | 2025-05-15T03:30:57.770Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4) |
3203 | 2025-05-15T03:30:57.896Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3204 | 2025-05-15T03:30:57.955Z | Checking chacha20poly1305 v0.10.1 |
3205 | 2025-05-15T03:30:58.175Z | Compiling proc-macro-error-attr2 v2.0.0 |
3206 | 2025-05-15T03:30:58.200Z | Compiling salty v0.3.0 |
3207 | 2025-05-15T03:30:58.244Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3208 | 2025-05-15T03:30:58.269Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3209 | 2025-05-15T03:30:58.665Z | Compiling num-derive v0.3.3 |
3210 | 2025-05-15T03:30:58.942Z | Compiling xshell-macros v0.2.7 |
3211 | 2025-05-15T03:30:58.967Z | Compiling proc-macro-error2 v2.0.1 |
3212 | 2025-05-15T03:30:58.991Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3213 | 2025-05-15T03:30:59.541Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3214 | 2025-05-15T03:30:59.619Z | Checking papergrid v0.14.0 |
3215 | 2025-05-15T03:30:59.669Z | Checking xshell v0.2.7 |
3216 | 2025-05-15T03:30:59.711Z | Checking thiserror-no-std v2.0.2 |
3217 | 2025-05-15T03:30:59.867Z | Checking vsss-rs v3.3.4 |
3218 | 2025-05-15T03:31:00.027Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3219 | 2025-05-15T03:31:00.052Z | Compiling tabled_derive v0.10.0 |
3220 | 2025-05-15T03:31:00.279Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4) |
3221 | 2025-05-15T03:31:00.486Z | Checking libscf-sys v1.1.0 |
3222 | 2025-05-15T03:31:00.714Z | Compiling mime_guess v2.0.5 |
3223 | 2025-05-15T03:31:01.479Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3224 | 2025-05-15T03:31:01.654Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3225 | 2025-05-15T03:31:01.845Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3226 | 2025-05-15T03:31:02.340Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3227 | 2025-05-15T03:31:02.589Z | Checking primeorder v0.13.6 |
3228 | 2025-05-15T03:31:02.905Z | Checking env_filter v0.1.2 |
3229 | 2025-05-15T03:31:02.934Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3230 | 2025-05-15T03:31:03.057Z | Checking p384 v0.13.0 |
3231 | 2025-05-15T03:31:03.177Z | Checking env_logger v0.11.5 |
3232 | 2025-05-15T03:31:03.344Z | Checking tabled v0.18.0 |
3233 | 2025-05-15T03:31:03.534Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3234 | 2025-05-15T03:31:04.047Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3235 | 2025-05-15T03:31:04.072Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3236 | 2025-05-15T03:31:04.099Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3237 | 2025-05-15T03:31:04.396Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3238 | 2025-05-15T03:31:04.531Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3239 | 2025-05-15T03:31:04.635Z | Checking http-range v0.1.5 |
3240 | 2025-05-15T03:31:04.747Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3241 | 2025-05-15T03:31:04.816Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3242 | 2025-05-15T03:31:04.841Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3243 | 2025-05-15T03:31:05.113Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3244 | 2025-05-15T03:31:05.412Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3245 | 2025-05-15T03:31:05.444Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3246 | 2025-05-15T03:31:05.517Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
3247 | 2025-05-15T03:31:05.653Z | Checking secrecy v0.8.0 |
3248 | 2025-05-15T03:31:05.863Z | Checking atty v0.2.14 |
3249 | 2025-05-15T03:31:05.978Z | Checking crc8 v0.1.1 |
3250 | 2025-05-15T03:31:06.022Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4) |
3251 | 2025-05-15T03:31:06.126Z | Checking hyper-staticfile v0.10.1 |
3252 | 2025-05-15T03:31:06.297Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3253 | 2025-05-15T03:31:06.712Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3254 | 2025-05-15T03:31:06.772Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3255 | 2025-05-15T03:31:06.903Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3256 | 2025-05-15T03:31:07.357Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3257 | 2025-05-15T03:31:07.400Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3258 | 2025-05-15T03:31:07.650Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3259 | 2025-05-15T03:31:07.689Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3260 | 2025-05-15T03:31:07.884Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3261 | 2025-05-15T03:31:08.046Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3262 | 2025-05-15T03:31:08.624Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3263 | 2025-05-15T03:31:08.701Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3264 | 2025-05-15T03:31:09.328Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3265 | 2025-05-15T03:31:09.328Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3266 | 2025-05-15T03:31:09.353Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3267 | 2025-05-15T03:31:10.179Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3268 | 2025-05-15T03:31:10.533Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3269 | 2025-05-15T03:31:10.558Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3270 | 2025-05-15T03:31:12.527Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3271 | 2025-05-15T03:31:22.006Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3272 | 2025-05-15T03:31:45.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.82s |
3273 | 2025-05-15T03:31:45.705Z | |
3274 | 2025-05-15T03:31:45.705Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/214) |
3275 | 2025-05-15T03:31:46.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-05-15T03:31:46.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-05-15T03:31:47.153Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3278 | 2025-05-15T03:32:10.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.37s |
3279 | 2025-05-15T03:32:10.304Z | |
3280 | 2025-05-15T03:32:10.305Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/214) |
3281 | 2025-05-15T03:32:11.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-05-15T03:32:11.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-05-15T03:32:11.672Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3284 | 2025-05-15T03:32:35.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.38s |
3285 | 2025-05-15T03:32:35.926Z | |
3286 | 2025-05-15T03:32:35.926Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/214) |
3287 | 2025-05-15T03:32:37.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-05-15T03:32:37.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-05-15T03:32:37.412Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3290 | 2025-05-15T03:33:01.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.28s |
3291 | 2025-05-15T03:33:01.445Z | |
3292 | 2025-05-15T03:33:01.445Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/214) |
3293 | 2025-05-15T03:33:02.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-05-15T03:33:02.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-05-15T03:33:02.879Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3296 | 2025-05-15T03:33:27.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.82s |
3297 | 2025-05-15T03:33:27.525Z | |
3298 | 2025-05-15T03:33:27.526Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/214) |
3299 | 2025-05-15T03:33:28.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-05-15T03:33:28.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-05-15T03:33:29.012Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3302 | 2025-05-15T03:33:53.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.65s |
3303 | 2025-05-15T03:33:53.422Z | |
3304 | 2025-05-15T03:33:53.422Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/214) |
3305 | 2025-05-15T03:33:54.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-05-15T03:33:54.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-05-15T03:33:54.839Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3308 | 2025-05-15T03:34:19.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.34s |
3309 | 2025-05-15T03:34:20.040Z | |
3310 | 2025-05-15T03:34:20.040Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/214) |
3311 | 2025-05-15T03:34:21.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-05-15T03:34:21.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-05-15T03:34:21.474Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3314 | 2025-05-15T03:34:46.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.44s |
3315 | 2025-05-15T03:34:46.722Z | |
3316 | 2025-05-15T03:34:46.723Z | info: running `cargo check --bins` on bootstrap-agent-api (144/214) |
3317 | 2025-05-15T03:34:47.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2025-05-15T03:34:47.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2025-05-15T03:34:47.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2025-05-15T03:34:47.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3321 | 2025-05-15T03:34:47.940Z | |
3322 | 2025-05-15T03:34:47.940Z | info: running `cargo check --bins` on key-manager (145/214) |
3323 | 2025-05-15T03:34:49.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-05-15T03:34:49.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-05-15T03:34:49.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-05-15T03:34:49.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3327 | 2025-05-15T03:34:49.166Z | |
3328 | 2025-05-15T03:34:49.166Z | info: running `cargo check --bins` on range-requests (146/214) |
3329 | 2025-05-15T03:34:50.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-05-15T03:34:50.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-05-15T03:34:50.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2025-05-15T03:34:50.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3333 | 2025-05-15T03:34:50.367Z | |
3334 | 2025-05-15T03:34:50.367Z | info: running `cargo check --bins` on repo-depot-api (147/214) |
3335 | 2025-05-15T03:34:51.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-05-15T03:34:51.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-05-15T03:34:51.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2025-05-15T03:34:51.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3339 | 2025-05-15T03:34:51.549Z | |
3340 | 2025-05-15T03:34:51.549Z | info: running `cargo check --bins` on sled-agent-api (148/214) |
3341 | 2025-05-15T03:34:52.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-05-15T03:34:52.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-05-15T03:34:52.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2025-05-15T03:34:52.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3345 | 2025-05-15T03:34:52.806Z | |
3346 | 2025-05-15T03:34:52.806Z | info: running `cargo check --bins` on sled-diagnostics (149/214) |
3347 | 2025-05-15T03:34:53.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-05-15T03:34:53.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-05-15T03:34:53.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2025-05-15T03:34:53.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3351 | 2025-05-15T03:34:53.979Z | |
3352 | 2025-05-15T03:34:53.979Z | info: running `cargo check --bins --no-default-features` on sled-storage (150/214) |
3353 | 2025-05-15T03:34:55.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2025-05-15T03:34:55.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2025-05-15T03:34:55.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2025-05-15T03:34:55.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3357 | 2025-05-15T03:34:55.169Z | |
3358 | 2025-05-15T03:34:55.169Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (151/214) |
3359 | 2025-05-15T03:34:56.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-05-15T03:34:56.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-05-15T03:34:56.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-05-15T03:34:56.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3363 | 2025-05-15T03:34:56.446Z | |
3364 | 2025-05-15T03:34:56.446Z | info: running `cargo check --bins --no-default-features` on sled-hardware (152/214) |
3365 | 2025-05-15T03:34:57.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-05-15T03:34:57.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-05-15T03:34:57.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2025-05-15T03:34:57.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3369 | 2025-05-15T03:34:57.695Z | |
3370 | 2025-05-15T03:34:57.695Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (153/214) |
3371 | 2025-05-15T03:34:58.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-05-15T03:34:58.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-05-15T03:34:58.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2025-05-15T03:34:58.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3375 | 2025-05-15T03:34:58.905Z | |
3376 | 2025-05-15T03:34:58.905Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (154/214) |
3377 | 2025-05-15T03:34:59.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2025-05-15T03:34:59.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2025-05-15T03:34:59.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2025-05-15T03:34:59.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3381 | 2025-05-15T03:35:00.108Z | |
3382 | 2025-05-15T03:35:00.108Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (155/214) |
3383 | 2025-05-15T03:35:01.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2025-05-15T03:35:01.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2025-05-15T03:35:01.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2025-05-15T03:35:01.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3387 | 2025-05-15T03:35:01.322Z | |
3388 | 2025-05-15T03:35:01.322Z | info: running `cargo check --bins` on sled-agent-zone-images (156/214) |
3389 | 2025-05-15T03:35:02.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-05-15T03:35:02.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-05-15T03:35:02.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3392 | 2025-05-15T03:35:02.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3393 | 2025-05-15T03:35:02.597Z | |
3394 | 2025-05-15T03:35:02.597Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (157/214) |
3395 | 2025-05-15T03:35:03.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2025-05-15T03:35:03.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2025-05-15T03:35:03.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3398 | 2025-05-15T03:35:03.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3399 | 2025-05-15T03:35:03.829Z | |
3400 | 2025-05-15T03:35:03.829Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (158/214) |
3401 | 2025-05-15T03:35:04.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2025-05-15T03:35:04.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2025-05-15T03:35:04.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2025-05-15T03:35:04.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3405 | 2025-05-15T03:35:05.065Z | |
3406 | 2025-05-15T03:35:05.065Z | info: running `cargo check --bins` on nexus-test-interface (159/214) |
3407 | 2025-05-15T03:35:06.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-05-15T03:35:06.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-05-15T03:35:06.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3410 | 2025-05-15T03:35:06.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3411 | 2025-05-15T03:35:06.743Z | |
3412 | 2025-05-15T03:35:06.743Z | info: running `cargo check --bins` on oximeter-collector (160/214) |
3413 | 2025-05-15T03:35:07.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-05-15T03:35:07.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-05-15T03:35:07.641Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3416 | 2025-05-15T03:35:07.641Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3417 | 2025-05-15T03:35:08.972Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3418 | 2025-05-15T03:35:12.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
3419 | 2025-05-15T03:35:12.395Z | |
3420 | 2025-05-15T03:35:12.395Z | info: running `cargo check --bins` on oximeter-api (161/214) |
3421 | 2025-05-15T03:35:13.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2025-05-15T03:35:13.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2025-05-15T03:35:13.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3424 | 2025-05-15T03:35:13.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3425 | 2025-05-15T03:35:13.611Z | |
3426 | 2025-05-15T03:35:13.611Z | info: running `cargo check --bins` on cert-dev (162/214) |
3427 | 2025-05-15T03:35:14.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3428 | 2025-05-15T03:35:14.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3429 | 2025-05-15T03:35:14.733Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3430 | 2025-05-15T03:35:15.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3431 | 2025-05-15T03:35:15.262Z | |
3432 | 2025-05-15T03:35:15.262Z | info: running `cargo check --bins` on clickana (163/214) |
3433 | 2025-05-15T03:35:16.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3434 | 2025-05-15T03:35:16.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3435 | 2025-05-15T03:35:16.445Z | Checking itertools v0.13.0 |
3436 | 2025-05-15T03:35:16.445Z | Checking castaway v0.2.3 |
3437 | 2025-05-15T03:35:16.445Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3438 | 2025-05-15T03:35:16.445Z | Checking lru v0.12.5 |
3439 | 2025-05-15T03:35:16.445Z | Compiling instability v0.3.2 |
3440 | 2025-05-15T03:35:16.470Z | Checking cassowary v0.3.0 |
3441 | 2025-05-15T03:35:16.470Z | Compiling indoc v2.0.6 |
3442 | 2025-05-15T03:35:16.654Z | Checking compact_str v0.8.0 |
3443 | 2025-05-15T03:35:18.996Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3444 | 2025-05-15T03:35:19.023Z | Checking unicode-truncate v1.1.0 |
3445 | 2025-05-15T03:35:19.285Z | Checking ratatui v0.29.0 |
3446 | 2025-05-15T03:35:22.273Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3447 | 2025-05-15T03:35:23.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.36s |
3448 | 2025-05-15T03:35:24.655Z | |
3449 | 2025-05-15T03:35:24.655Z | info: running `cargo check --bins` on clickhouse-cluster-dev (164/214) |
3450 | 2025-05-15T03:35:25.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3451 | 2025-05-15T03:35:25.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3452 | 2025-05-15T03:35:25.145Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3453 | 2025-05-15T03:35:25.145Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3454 | 2025-05-15T03:35:26.881Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3455 | 2025-05-15T03:35:27.660Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3456 | 2025-05-15T03:35:28.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
3457 | 2025-05-15T03:35:28.456Z | |
3458 | 2025-05-15T03:35:28.457Z | info: running `cargo check --bins` on ch-dev (165/214) |
3459 | 2025-05-15T03:35:29.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2025-05-15T03:35:29.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2025-05-15T03:35:29.676Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3462 | 2025-05-15T03:35:30.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3463 | 2025-05-15T03:35:30.942Z | |
3464 | 2025-05-15T03:35:30.942Z | info: running `cargo check --bins` on dev-tools-common (166/214) |
3465 | 2025-05-15T03:35:31.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2025-05-15T03:35:31.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2025-05-15T03:35:31.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3468 | 2025-05-15T03:35:31.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3469 | 2025-05-15T03:35:31.813Z | |
3470 | 2025-05-15T03:35:31.813Z | info: running `cargo check --bins` on crdb-seed (167/214) |
3471 | 2025-05-15T03:35:32.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3472 | 2025-05-15T03:35:32.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3473 | 2025-05-15T03:35:33.033Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3474 | 2025-05-15T03:35:33.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3475 | 2025-05-15T03:35:33.723Z | |
3476 | 2025-05-15T03:35:33.723Z | info: running `cargo check --bins` on db-dev (168/214) |
3477 | 2025-05-15T03:35:34.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2025-05-15T03:35:34.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2025-05-15T03:35:34.967Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3480 | 2025-05-15T03:35:36.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
3481 | 2025-05-15T03:35:36.304Z | |
3482 | 2025-05-15T03:35:36.304Z | info: running `cargo check --bins` on omicron-dev-lib (169/214) |
3483 | 2025-05-15T03:35:37.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-05-15T03:35:37.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-05-15T03:35:37.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2025-05-15T03:35:37.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3487 | 2025-05-15T03:35:37.550Z | |
3488 | 2025-05-15T03:35:37.550Z | info: running `cargo check --bins` on xtask-downloader (170/214) |
3489 | 2025-05-15T03:35:38.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2025-05-15T03:35:38.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2025-05-15T03:35:38.731Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3492 | 2025-05-15T03:35:39.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
3493 | 2025-05-15T03:35:40.171Z | |
3494 | 2025-05-15T03:35:40.171Z | info: running `cargo check --bins` on omicron-ls-apis (171/214) |
3495 | 2025-05-15T03:35:41.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-05-15T03:35:41.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-05-15T03:35:41.308Z | Checking cargo-platform v0.1.8 |
3498 | 2025-05-15T03:35:41.622Z | Checking cargo_metadata v0.19.2 |
3499 | 2025-05-15T03:35:43.264Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3500 | 2025-05-15T03:35:44.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
3501 | 2025-05-15T03:35:44.782Z | |
3502 | 2025-05-15T03:35:44.782Z | info: running `cargo check --bins` on mgs-dev (172/214) |
3503 | 2025-05-15T03:35:45.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-05-15T03:35:45.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-05-15T03:35:46.148Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3506 | 2025-05-15T03:35:48.725Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3507 | 2025-05-15T03:35:49.631Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3508 | 2025-05-15T03:35:50.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
3509 | 2025-05-15T03:35:50.718Z | |
3510 | 2025-05-15T03:35:50.718Z | info: running `cargo check --bins` on omicron-omdb (173/214) |
3511 | 2025-05-15T03:35:51.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-05-15T03:35:51.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-05-15T03:35:52.250Z | Compiling crunchy v0.2.2 |
3514 | 2025-05-15T03:35:52.275Z | Compiling dsl_auto_type v0.1.2 |
3515 | 2025-05-15T03:35:52.275Z | Checking scheduled-thread-pool v0.2.7 |
3516 | 2025-05-15T03:35:52.275Z | Compiling diesel_table_macro_syntax v0.2.0 |
3517 | 2025-05-15T03:35:52.300Z | Compiling tiny-keccak v2.0.2 |
3518 | 2025-05-15T03:35:52.358Z | Compiling bit-vec v0.6.3 |
3519 | 2025-05-15T03:35:52.383Z | Compiling ascii-canvas v3.0.0 |
3520 | 2025-05-15T03:35:52.416Z | Compiling ena v0.14.3 |
3521 | 2025-05-15T03:35:52.600Z | Checking r2d2 v0.8.10 |
3522 | 2025-05-15T03:35:52.689Z | Compiling bindgen v0.71.1 |
3523 | 2025-05-15T03:35:52.724Z | Compiling bit-set v0.5.3 |
3524 | 2025-05-15T03:35:52.855Z | Compiling diff v0.1.13 |
3525 | 2025-05-15T03:35:52.880Z | Compiling regex-syntax v0.6.29 |
3526 | 2025-05-15T03:35:52.938Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3527 | 2025-05-15T03:35:52.987Z | Compiling ref-cast v1.0.23 |
3528 | 2025-05-15T03:35:53.040Z | Compiling rustc-hash v2.1.1 |
3529 | 2025-05-15T03:35:53.223Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3530 | 2025-05-15T03:35:53.271Z | Compiling derive_builder_core v0.20.2 |
3531 | 2025-05-15T03:35:53.430Z | Compiling libxml v0.3.3 |
3532 | 2025-05-15T03:35:53.553Z | Compiling ref-cast-impl v1.0.23 |
3533 | 2025-05-15T03:35:53.640Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3534 | 2025-05-15T03:35:53.723Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3535 | 2025-05-15T03:35:54.244Z | Compiling diesel_derives v2.2.3 |
3536 | 2025-05-15T03:35:54.272Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3537 | 2025-05-15T03:35:54.272Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3538 | 2025-05-15T03:35:54.272Z | Compiling strum_macros v0.24.3 |
3539 | 2025-05-15T03:35:54.631Z | Compiling indoc v1.0.9 |
3540 | 2025-05-15T03:35:55.435Z | Compiling derive_builder_macro v0.20.2 |
3541 | 2025-05-15T03:35:55.468Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3542 | 2025-05-15T03:35:55.780Z | Compiling oso-derive v0.27.3 |
3543 | 2025-05-15T03:35:56.295Z | Compiling lalrpop v0.19.12 |
3544 | 2025-05-15T03:35:56.420Z | Checking derive_builder v0.20.2 |
3545 | 2025-05-15T03:35:56.608Z | Compiling impl-trait-for-tuples v0.2.2 |
3546 | 2025-05-15T03:35:56.732Z | Checking quick-xml v0.37.2 |
3547 | 2025-05-15T03:35:56.768Z | Checking maplit v1.0.2 |
3548 | 2025-05-15T03:35:56.966Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3549 | 2025-05-15T03:35:57.290Z | Compiling diesel-dtrace v0.4.2 |
3550 | 2025-05-15T03:35:57.699Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3551 | 2025-05-15T03:35:58.012Z | Checking bb8 v0.8.5 |
3552 | 2025-05-15T03:35:58.245Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3553 | 2025-05-15T03:35:58.508Z | Checking io-lifetimes v1.0.11 |
3554 | 2025-05-15T03:35:58.535Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3555 | 2025-05-15T03:35:58.603Z | Checking rand_seeder v0.3.0 |
3556 | 2025-05-15T03:35:58.724Z | Checking rustix v0.37.28 |
3557 | 2025-05-15T03:35:58.883Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3558 | 2025-05-15T03:35:58.917Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3559 | 2025-05-15T03:35:58.943Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3560 | 2025-05-15T03:35:59.160Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3561 | 2025-05-15T03:35:59.511Z | Checking smawk v0.3.2 |
3562 | 2025-05-15T03:35:59.759Z | Checking is_ci v1.2.0 |
3563 | 2025-05-15T03:35:59.839Z | Checking terminal_size v0.2.6 |
3564 | 2025-05-15T03:35:59.935Z | Checking unicode-linebreak v0.1.5 |
3565 | 2025-05-15T03:36:00.055Z | Checking supports-color v3.0.2 |
3566 | 2025-05-15T03:36:00.311Z | Checking support-bundle-viewer v0.1.0 |
3567 | 2025-05-15T03:36:00.358Z | Checking textwrap v0.16.1 |
3568 | 2025-05-15T03:36:00.780Z | Checking multimap v0.10.0 |
3569 | 2025-05-15T03:36:01.232Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3570 | 2025-05-15T03:36:02.849Z | Checking diesel v2.2.10 |
3571 | 2025-05-15T03:36:19.765Z | Compiling samael v0.0.18 |
3572 | 2025-05-15T03:36:34.489Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3573 | 2025-05-15T03:36:37.769Z | Checking async-bb8-diesel v0.2.1 |
3574 | 2025-05-15T03:36:40.164Z | Compiling polar-core v0.27.3 |
3575 | 2025-05-15T03:36:50.577Z | Checking oso v0.27.3 |
3576 | 2025-05-15T03:37:44.879Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3577 | 2025-05-15T03:38:35.044Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3578 | 2025-05-15T03:38:48.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s |
3579 | 2025-05-15T03:38:49.224Z | |
3580 | 2025-05-15T03:38:49.224Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (174/214) |
3581 | 2025-05-15T03:38:50.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-05-15T03:38:50.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-05-15T03:38:50.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3584 | 2025-05-15T03:38:50.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3585 | 2025-05-15T03:38:50.395Z | |
3586 | 2025-05-15T03:38:50.395Z | info: running `cargo check --bins` on nexus-saga-recovery (175/214) |
3587 | 2025-05-15T03:38:51.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-05-15T03:38:51.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-05-15T03:38:51.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-05-15T03:38:51.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3591 | 2025-05-15T03:38:51.606Z | |
3592 | 2025-05-15T03:38:51.606Z | info: running `cargo check --bins` on nexus-test-utils-macros (176/214) |
3593 | 2025-05-15T03:38:52.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-05-15T03:38:52.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-05-15T03:38:52.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3596 | 2025-05-15T03:38:52.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3597 | 2025-05-15T03:38:52.637Z | |
3598 | 2025-05-15T03:38:52.637Z | info: running `cargo check --bins` on omicron-nexus (177/214) |
3599 | 2025-05-15T03:38:53.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-05-15T03:38:53.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-05-15T03:38:54.055Z | Compiling libz-sys v1.1.20 |
3602 | 2025-05-15T03:38:54.081Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3603 | 2025-05-15T03:38:54.110Z | Compiling vergen v8.3.2 |
3604 | 2025-05-15T03:38:54.135Z | Compiling cargo-platform v0.1.8 |
3605 | 2025-05-15T03:38:54.135Z | Compiling pin-project-internal v1.1.6 |
3606 | 2025-05-15T03:38:54.175Z | Compiling snafu-derive v0.8.5 |
3607 | 2025-05-15T03:38:54.201Z | Compiling fs-err v2.11.0 |
3608 | 2025-05-15T03:38:54.201Z | Compiling rustls v0.21.12 |
3609 | 2025-05-15T03:38:54.462Z | Compiling cargo_metadata v0.18.1 |
3610 | 2025-05-15T03:38:54.570Z | Checking globset v0.4.15 |
3611 | 2025-05-15T03:38:54.640Z | Checking olpc-cjson v0.1.4 |
3612 | 2025-05-15T03:38:54.720Z | Checking rustls-webpki v0.101.7 |
3613 | 2025-05-15T03:38:54.830Z | Checking sct v0.7.1 |
3614 | 2025-05-15T03:38:55.057Z | Checking serde_plain v1.0.2 |
3615 | 2025-05-15T03:38:55.083Z | Checking typed-path v0.9.3 |
3616 | 2025-05-15T03:38:55.325Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3617 | 2025-05-15T03:38:55.447Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3618 | 2025-05-15T03:38:55.623Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3619 | 2025-05-15T03:38:55.763Z | Checking parse-size v1.1.0 |
3620 | 2025-05-15T03:38:56.015Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3621 | 2025-05-15T03:38:56.043Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3622 | 2025-05-15T03:38:56.284Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3623 | 2025-05-15T03:38:56.632Z | Checking pin-project v1.1.6 |
3624 | 2025-05-15T03:38:56.797Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3625 | 2025-05-15T03:38:56.990Z | Checking rustls-pemfile v1.0.4 |
3626 | 2025-05-15T03:38:57.253Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3627 | 2025-05-15T03:38:57.253Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3628 | 2025-05-15T03:38:57.473Z | Checking twox-hash v2.1.0 |
3629 | 2025-05-15T03:38:57.619Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3630 | 2025-05-15T03:38:57.686Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3631 | 2025-05-15T03:38:58.069Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3632 | 2025-05-15T03:38:58.309Z | Checking tokio-rustls v0.24.1 |
3633 | 2025-05-15T03:38:58.552Z | Checking snafu v0.8.5 |
3634 | 2025-05-15T03:38:58.673Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3635 | 2025-05-15T03:38:59.012Z | Checking tough v0.20.0 |
3636 | 2025-05-15T03:38:59.176Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3637 | 2025-05-15T03:38:59.500Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3638 | 2025-05-15T03:38:59.614Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3639 | 2025-05-15T03:38:59.650Z | Checking fatfs v0.3.6 |
3640 | 2025-05-15T03:38:59.849Z | Checking assert_matches v1.5.0 |
3641 | 2025-05-15T03:39:03.273Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3642 | 2025-05-15T03:39:04.785Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3643 | 2025-05-15T03:39:07.111Z | Compiling git2 v0.19.0 |
3644 | 2025-05-15T03:39:12.905Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3645 | 2025-05-15T03:40:57.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
3646 | 2025-05-15T03:40:57.490Z | |
3647 | 2025-05-15T03:40:57.491Z | info: running `cargo check --bins` on nexus-background-task-interface (178/214) |
3648 | 2025-05-15T03:40:58.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3649 | 2025-05-15T03:40:58.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3650 | 2025-05-15T03:40:58.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3651 | 2025-05-15T03:40:58.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3652 | 2025-05-15T03:40:58.637Z | |
3653 | 2025-05-15T03:40:58.637Z | info: running `cargo check --bins` on nexus-external-api (179/214) |
3654 | 2025-05-15T03:40:59.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3655 | 2025-05-15T03:40:59.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3656 | 2025-05-15T03:40:59.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3657 | 2025-05-15T03:40:59.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3658 | 2025-05-15T03:40:59.784Z | |
3659 | 2025-05-15T03:40:59.784Z | info: running `cargo check --bins` on nexus-internal-api (180/214) |
3660 | 2025-05-15T03:41:00.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3661 | 2025-05-15T03:41:00.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3662 | 2025-05-15T03:41:00.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3663 | 2025-05-15T03:41:00.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3664 | 2025-05-15T03:41:00.959Z | |
3665 | 2025-05-15T03:41:00.959Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (181/214) |
3666 | 2025-05-15T03:41:02.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3667 | 2025-05-15T03:41:02.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3668 | 2025-05-15T03:41:02.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3669 | 2025-05-15T03:41:02.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3670 | 2025-05-15T03:41:02.188Z | |
3671 | 2025-05-15T03:41:02.188Z | info: running `cargo check --bins` on nexus-mgs-updates (182/214) |
3672 | 2025-05-15T03:41:03.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3673 | 2025-05-15T03:41:03.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3674 | 2025-05-15T03:41:03.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3675 | 2025-05-15T03:41:03.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3676 | 2025-05-15T03:41:03.320Z | |
3677 | 2025-05-15T03:41:03.320Z | info: running `cargo check --bins` on nexus-networking (183/214) |
3678 | 2025-05-15T03:41:04.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-05-15T03:41:04.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-05-15T03:41:04.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3681 | 2025-05-15T03:41:04.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3682 | 2025-05-15T03:41:04.481Z | |
3683 | 2025-05-15T03:41:04.481Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (184/214) |
3684 | 2025-05-15T03:41:05.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3685 | 2025-05-15T03:41:05.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3686 | 2025-05-15T03:41:05.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3687 | 2025-05-15T03:41:05.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3688 | 2025-05-15T03:41:05.713Z | |
3689 | 2025-05-15T03:41:05.713Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (185/214) |
3690 | 2025-05-15T03:41:06.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3691 | 2025-05-15T03:41:06.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3692 | 2025-05-15T03:41:06.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3693 | 2025-05-15T03:41:06.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3694 | 2025-05-15T03:41:06.874Z | |
3695 | 2025-05-15T03:41:06.874Z | info: running `cargo check --bins` on update-common (186/214) |
3696 | 2025-05-15T03:41:07.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3697 | 2025-05-15T03:41:07.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3698 | 2025-05-15T03:41:07.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3699 | 2025-05-15T03:41:07.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3700 | 2025-05-15T03:41:08.018Z | |
3701 | 2025-05-15T03:41:08.018Z | info: running `cargo check --bins` on omicron-dev (187/214) |
3702 | 2025-05-15T03:41:09.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3703 | 2025-05-15T03:41:09.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3704 | 2025-05-15T03:41:09.537Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3705 | 2025-05-15T03:41:09.537Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3706 | 2025-05-15T03:41:09.601Z | Checking yansi v1.0.1 |
3707 | 2025-05-15T03:41:09.602Z | Checking diff v0.1.13 |
3708 | 2025-05-15T03:41:09.627Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3709 | 2025-05-15T03:41:09.627Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3710 | 2025-05-15T03:41:10.125Z | Checking pretty_assertions v1.4.1 |
3711 | 2025-05-15T03:41:11.105Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3712 | 2025-05-15T03:41:53.726Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3713 | 2025-05-15T03:41:53.726Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3714 | 2025-05-15T03:41:53.751Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3715 | 2025-05-15T03:41:53.751Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3716 | 2025-05-15T03:41:53.751Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3717 | 2025-05-15T03:41:53.751Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3718 | 2025-05-15T03:41:54.966Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3719 | 2025-05-15T03:41:56.863Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3720 | 2025-05-15T03:43:21.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
3721 | 2025-05-15T03:43:21.242Z | |
3722 | 2025-05-15T03:43:21.242Z | info: running `cargo check --bins` on openapi-manager (188/214) |
3723 | 2025-05-15T03:43:22.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3724 | 2025-05-15T03:43:22.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3725 | 2025-05-15T03:43:22.291Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3726 | 2025-05-15T03:43:22.291Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3727 | 2025-05-15T03:43:22.316Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3728 | 2025-05-15T03:43:22.316Z | Checking heck v0.4.1 |
3729 | 2025-05-15T03:43:22.316Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3730 | 2025-05-15T03:43:22.593Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3731 | 2025-05-15T03:43:22.946Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3732 | 2025-05-15T03:43:23.926Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3733 | 2025-05-15T03:43:27.405Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3734 | 2025-05-15T03:43:29.724Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3735 | 2025-05-15T03:43:30.990Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3736 | 2025-05-15T03:43:35.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s |
3737 | 2025-05-15T03:43:35.349Z | |
3738 | 2025-05-15T03:43:35.349Z | info: running `cargo check --bins` on installinator-api (189/214) |
3739 | 2025-05-15T03:43:35.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3740 | 2025-05-15T03:43:35.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3741 | 2025-05-15T03:43:35.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3742 | 2025-05-15T03:43:35.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3743 | 2025-05-15T03:43:35.349Z | |
3744 | 2025-05-15T03:43:35.349Z | info: running `cargo check --bins` on wicketd-api (190/214) |
3745 | 2025-05-15T03:43:35.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3746 | 2025-05-15T03:43:35.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3747 | 2025-05-15T03:43:35.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3748 | 2025-05-15T03:43:35.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3749 | 2025-05-15T03:43:35.603Z | |
3750 | 2025-05-15T03:43:35.604Z | info: running `cargo check --bins` on omicron-pins (191/214) |
3751 | 2025-05-15T03:43:36.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3752 | 2025-05-15T03:43:36.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3753 | 2025-05-15T03:43:36.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3754 | 2025-05-15T03:43:36.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3755 | 2025-05-15T03:43:36.590Z | |
3756 | 2025-05-15T03:43:36.590Z | info: running `cargo check --bins` on reconfigurator-cli (192/214) |
3757 | 2025-05-15T03:43:37.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3758 | 2025-05-15T03:43:37.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3759 | 2025-05-15T03:43:37.807Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3760 | 2025-05-15T03:43:37.807Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3761 | 2025-05-15T03:43:37.832Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3762 | 2025-05-15T03:43:37.886Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3763 | 2025-05-15T03:43:37.911Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3764 | 2025-05-15T03:43:37.911Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3765 | 2025-05-15T03:43:37.911Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3766 | 2025-05-15T03:43:37.949Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3767 | 2025-05-15T03:43:38.239Z | Compiling petname v2.0.2 |
3768 | 2025-05-15T03:43:38.239Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3769 | 2025-05-15T03:43:38.282Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3770 | 2025-05-15T03:43:38.582Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3771 | 2025-05-15T03:43:39.012Z | Checking sync-ptr v0.1.1 |
3772 | 2025-05-15T03:43:39.281Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3773 | 2025-05-15T03:43:41.052Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3774 | 2025-05-15T03:43:42.250Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3775 | 2025-05-15T03:43:44.141Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3776 | 2025-05-15T03:44:00.295Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3777 | 2025-05-15T03:44:00.295Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3778 | 2025-05-15T03:44:01.306Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3779 | 2025-05-15T03:44:03.209Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3780 | 2025-05-15T03:44:06.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.73s |
3781 | 2025-05-15T03:44:06.545Z | |
3782 | 2025-05-15T03:44:06.545Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (193/214) |
3783 | 2025-05-15T03:44:07.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-05-15T03:44:07.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-05-15T03:44:07.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3786 | 2025-05-15T03:44:07.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3787 | 2025-05-15T03:44:07.707Z | |
3788 | 2025-05-15T03:44:07.707Z | info: running `cargo check --bins` on omicron-repl-utils (194/214) |
3789 | 2025-05-15T03:44:08.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-05-15T03:44:08.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-05-15T03:44:08.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3792 | 2025-05-15T03:44:08.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3793 | 2025-05-15T03:44:08.740Z | |
3794 | 2025-05-15T03:44:08.740Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (195/214) |
3795 | 2025-05-15T03:44:09.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-05-15T03:44:09.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-05-15T03:44:09.980Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3798 | 2025-05-15T03:44:11.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3799 | 2025-05-15T03:44:11.609Z | |
3800 | 2025-05-15T03:44:11.609Z | info: running `cargo check --bins` on reconfigurator-sp-updater (196/214) |
3801 | 2025-05-15T03:44:12.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3802 | 2025-05-15T03:44:12.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3803 | 2025-05-15T03:44:12.804Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3804 | 2025-05-15T03:44:13.319Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3805 | 2025-05-15T03:44:14.787Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3806 | 2025-05-15T03:44:15.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3807 | 2025-05-15T03:44:15.930Z | |
3808 | 2025-05-15T03:44:15.930Z | info: running `cargo check --bins` on omicron-releng (197/214) |
3809 | 2025-05-15T03:44:16.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-05-15T03:44:16.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-05-15T03:44:17.029Z | Compiling blake3 v1.5.4 |
3812 | 2025-05-15T03:44:17.055Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3813 | 2025-05-15T03:44:17.081Z | Checking memmap2 v0.9.5 |
3814 | 2025-05-15T03:44:17.107Z | Checking arrayvec v0.7.6 |
3815 | 2025-05-15T03:44:17.107Z | Checking constant_time_eq v0.3.1 |
3816 | 2025-05-15T03:44:17.107Z | Checking arrayref v0.3.9 |
3817 | 2025-05-15T03:44:17.163Z | Checking topological-sort v0.2.2 |
3818 | 2025-05-15T03:44:17.188Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3819 | 2025-05-15T03:44:17.254Z | Checking shell-words v1.1.0 |
3820 | 2025-05-15T03:44:17.715Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3821 | 2025-05-15T03:44:18.103Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3822 | 2025-05-15T03:44:18.739Z | Checking omicron-zone-package v0.12.2 |
3823 | 2025-05-15T03:44:20.559Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3824 | 2025-05-15T03:44:22.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
3825 | 2025-05-15T03:44:22.373Z | |
3826 | 2025-05-15T03:44:22.373Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (198/214) |
3827 | 2025-05-15T03:44:23.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3828 | 2025-05-15T03:44:23.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3829 | 2025-05-15T03:44:23.517Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3830 | 2025-05-15T03:44:23.946Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3831 | 2025-05-15T03:44:24.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3832 | 2025-05-15T03:44:24.775Z | |
3833 | 2025-05-15T03:44:24.775Z | info: running `cargo check --bins` on xtask (199/214) |
3834 | 2025-05-15T03:44:25.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3835 | 2025-05-15T03:44:25.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3836 | 2025-05-15T03:44:25.598Z | Checking bitflags v2.9.0 |
3837 | 2025-05-15T03:44:25.598Z | Checking serde v1.0.219 |
3838 | 2025-05-15T03:44:25.598Z | Checking thiserror v1.0.69 |
3839 | 2025-05-15T03:44:25.671Z | Checking scroll v0.12.0 |
3840 | 2025-05-15T03:44:25.671Z | Checking hashbrown v0.15.1 |
3841 | 2025-05-15T03:44:25.696Z | Checking log v0.4.27 |
3842 | 2025-05-15T03:44:25.696Z | Checking zerocopy v0.7.35 |
3843 | 2025-05-15T03:44:25.727Z | Checking syn v2.0.101 |
3844 | 2025-05-15T03:44:25.774Z | Checking pest v2.7.14 |
3845 | 2025-05-15T03:44:25.889Z | Checking rustix v0.38.37 |
3846 | 2025-05-15T03:44:25.963Z | Checking once_cell v1.21.3 |
3847 | 2025-05-15T03:44:26.113Z | Checking goblin v0.8.2 |
3848 | 2025-05-15T03:44:26.284Z | Checking thiserror v2.0.12 |
3849 | 2025-05-15T03:44:26.453Z | Checking fs-err v3.1.0 |
3850 | 2025-05-15T03:44:26.606Z | Checking indexmap v2.9.0 |
3851 | 2025-05-15T03:44:26.787Z | Checking anyhow v1.0.98 |
3852 | 2025-05-15T03:44:26.813Z | Checking tabled v0.15.0 |
3853 | 2025-05-15T03:44:27.183Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
3854 | 2025-05-15T03:44:27.561Z | Checking terminal_size v0.4.0 |
3855 | 2025-05-15T03:44:27.561Z | Checking tempfile v3.13.0 |
3856 | 2025-05-15T03:44:27.761Z | Checking clap_builder v4.5.35 |
3857 | 2025-05-15T03:44:28.081Z | Checking dtrace-parser v0.2.0 |
3858 | 2025-05-15T03:44:29.794Z | Checking serde_json v1.0.140 |
3859 | 2025-05-15T03:44:29.794Z | Checking serde_spanned v0.6.8 |
3860 | 2025-05-15T03:44:29.820Z | Checking toml_datetime v0.6.8 |
3861 | 2025-05-15T03:44:29.820Z | Checking camino v1.1.9 |
3862 | 2025-05-15T03:44:29.820Z | Checking semver v1.0.26 |
3863 | 2025-05-15T03:44:30.043Z | Checking cargo-platform v0.1.8 |
3864 | 2025-05-15T03:44:30.154Z | Checking macaddr v1.0.1 |
3865 | 2025-05-15T03:44:30.184Z | Checking toml_edit v0.22.24 |
3866 | 2025-05-15T03:44:30.396Z | Checking camino-tempfile v1.3.0 |
3867 | 2025-05-15T03:44:30.646Z | Checking clap v4.5.35 |
3868 | 2025-05-15T03:44:31.186Z | Checking dof v0.3.0 |
3869 | 2025-05-15T03:44:31.186Z | Checking cargo_metadata v0.19.2 |
3870 | 2025-05-15T03:44:31.786Z | Checking usdt-impl v0.5.0 |
3871 | 2025-05-15T03:44:32.327Z | Checking usdt v0.5.0 |
3872 | 2025-05-15T03:44:32.617Z | Checking toml v0.8.20 |
3873 | 2025-05-15T03:44:33.255Z | Checking cargo_toml v0.21.0 |
3874 | 2025-05-15T03:44:34.947Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3875 | 2025-05-15T03:44:35.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s |
3876 | 2025-05-15T03:44:36.011Z | |
3877 | 2025-05-15T03:44:36.011Z | info: running `cargo check --bins` on end-to-end-tests (200/214) |
3878 | 2025-05-15T03:44:37.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3879 | 2025-05-15T03:44:37.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3880 | 2025-05-15T03:44:37.416Z | Checking polyval v0.6.2 |
3881 | 2025-05-15T03:44:37.442Z | Checking ctr v0.9.2 |
3882 | 2025-05-15T03:44:37.474Z | Checking ssh-encoding v0.2.0 |
3883 | 2025-05-15T03:44:37.474Z | Checking blowfish v0.9.1 |
3884 | 2025-05-15T03:44:37.521Z | Checking password-hash v0.4.2 |
3885 | 2025-05-15T03:44:37.547Z | Checking p521 v0.13.3 |
3886 | 2025-05-15T03:44:37.547Z | Checking p256 v0.13.2 |
3887 | 2025-05-15T03:44:37.573Z | Checking russh-cryptovec v0.7.3 |
3888 | 2025-05-15T03:44:37.756Z | Checking ghash v0.5.1 |
3889 | 2025-05-15T03:44:37.781Z | Checking bcrypt-pbkdf v0.10.0 |
3890 | 2025-05-15T03:44:37.816Z | Checking md5 v0.7.0 |
3891 | 2025-05-15T03:44:37.841Z | Checking num-bigint v0.4.6 |
3892 | 2025-05-15T03:44:37.867Z | Checking des v0.8.1 |
3893 | 2025-05-15T03:44:37.949Z | Checking pbkdf2 v0.11.0 |
3894 | 2025-05-15T03:44:37.975Z | Checking aes-gcm v0.10.3 |
3895 | 2025-05-15T03:44:38.065Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3896 | 2025-05-15T03:44:38.102Z | Checking hex-literal v0.4.1 |
3897 | 2025-05-15T03:44:38.230Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3898 | 2025-05-15T03:44:38.319Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3899 | 2025-05-15T03:44:38.319Z | Checking ssh-cipher v0.2.0 |
3900 | 2025-05-15T03:44:38.395Z | Checking internet-checksum v0.2.1 |
3901 | 2025-05-15T03:44:38.577Z | Checking ssh-key v0.6.6 |
3902 | 2025-05-15T03:44:38.738Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3903 | 2025-05-15T03:44:40.128Z | Checking russh-keys v0.45.0 |
3904 | 2025-05-15T03:44:41.376Z | Checking russh v0.45.0 |
3905 | 2025-05-15T03:45:12.078Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3906 | 2025-05-15T03:45:14.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.15s |
3907 | 2025-05-15T03:45:14.426Z | |
3908 | 2025-05-15T03:45:14.427Z | info: running `cargo check --bins` on gateway-cli (201/214) |
3909 | 2025-05-15T03:45:15.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3910 | 2025-05-15T03:45:15.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3911 | 2025-05-15T03:45:15.551Z | Checking termios v0.3.3 |
3912 | 2025-05-15T03:45:15.773Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3913 | 2025-05-15T03:45:16.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
3914 | 2025-05-15T03:45:17.119Z | |
3915 | 2025-05-15T03:45:17.119Z | info: running `cargo check --bins --no-default-features` on installinator (202/214) |
3916 | 2025-05-15T03:45:18.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3917 | 2025-05-15T03:45:18.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3918 | 2025-05-15T03:45:18.330Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3919 | 2025-05-15T03:45:18.331Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3920 | 2025-05-15T03:45:18.331Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3921 | 2025-05-15T03:45:18.356Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3922 | 2025-05-15T03:45:19.497Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3923 | 2025-05-15T03:45:19.681Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3924 | 2025-05-15T03:45:22.303Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3925 | 2025-05-15T03:45:25.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s |
3926 | 2025-05-15T03:45:25.546Z | |
3927 | 2025-05-15T03:45:25.546Z | info: running `cargo check --bins` on internal-dns-cli (203/214) |
3928 | 2025-05-15T03:45:26.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3929 | 2025-05-15T03:45:26.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3930 | 2025-05-15T03:45:26.681Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3931 | 2025-05-15T03:45:27.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3932 | 2025-05-15T03:45:27.435Z | |
3933 | 2025-05-15T03:45:27.435Z | info: running `cargo check --bins` on omicron-live-tests (204/214) |
3934 | 2025-05-15T03:45:28.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3935 | 2025-05-15T03:45:28.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3936 | 2025-05-15T03:45:28.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3937 | 2025-05-15T03:45:28.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3938 | 2025-05-15T03:45:28.482Z | |
3939 | 2025-05-15T03:45:28.482Z | info: running `cargo check --bins` on live-tests-macros (205/214) |
3940 | 2025-05-15T03:45:29.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3941 | 2025-05-15T03:45:29.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3942 | 2025-05-15T03:45:29.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3943 | 2025-05-15T03:45:29.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3944 | 2025-05-15T03:45:29.516Z | |
3945 | 2025-05-15T03:45:29.516Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (206/214) |
3946 | 2025-05-15T03:45:30.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3947 | 2025-05-15T03:45:30.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3948 | 2025-05-15T03:45:30.727Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3949 | 2025-05-15T03:45:31.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3950 | 2025-05-15T03:45:31.700Z | |
3951 | 2025-05-15T03:45:31.700Z | info: running `cargo check --bins` on omicron-package (207/214) |
3952 | 2025-05-15T03:45:32.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3953 | 2025-05-15T03:45:32.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3954 | 2025-05-15T03:45:32.862Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3955 | 2025-05-15T03:45:34.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
3956 | 2025-05-15T03:45:35.014Z | |
3957 | 2025-05-15T03:45:35.014Z | info: running `cargo check --bins` on trust-quorum (208/214) |
3958 | 2025-05-15T03:45:35.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3959 | 2025-05-15T03:45:36.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3960 | 2025-05-15T03:45:36.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3961 | 2025-05-15T03:45:36.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3962 | 2025-05-15T03:45:36.136Z | |
3963 | 2025-05-15T03:45:36.136Z | info: running `cargo check --bins` on gfss (209/214) |
3964 | 2025-05-15T03:45:37.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3965 | 2025-05-15T03:45:37.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3966 | 2025-05-15T03:45:37.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3967 | 2025-05-15T03:45:37.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3968 | 2025-05-15T03:45:37.168Z | |
3969 | 2025-05-15T03:45:37.168Z | info: running `cargo check --bins` on wicket-dbg (210/214) |
3970 | 2025-05-15T03:45:38.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3971 | 2025-05-15T03:45:38.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3972 | 2025-05-15T03:45:38.382Z | Checking rtoolbox v0.0.2 |
3973 | 2025-05-15T03:45:38.382Z | Checking tui-tree-widget v0.23.0 |
3974 | 2025-05-15T03:45:38.408Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3975 | 2025-05-15T03:45:38.626Z | Checking rpassword v7.3.1 |
3976 | 2025-05-15T03:45:45.200Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3977 | 2025-05-15T03:45:49.709Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3978 | 2025-05-15T03:45:51.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
3979 | 2025-05-15T03:45:51.787Z | |
3980 | 2025-05-15T03:45:51.787Z | info: running `cargo check --bins` on wicket (211/214) |
3981 | 2025-05-15T03:45:52.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3982 | 2025-05-15T03:45:52.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3983 | 2025-05-15T03:45:53.072Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3984 | 2025-05-15T03:45:53.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3985 | 2025-05-15T03:45:53.743Z | |
3986 | 2025-05-15T03:45:53.743Z | info: running `cargo check --bins` on wicketd (212/214) |
3987 | 2025-05-15T03:45:54.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3988 | 2025-05-15T03:45:54.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3989 | 2025-05-15T03:45:55.019Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3990 | 2025-05-15T03:46:01.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s |
3991 | 2025-05-15T03:46:01.384Z | |
3992 | 2025-05-15T03:46:01.384Z | info: running `cargo check --bins` on omicron-workspace-hack (213/214) |
3993 | 2025-05-15T03:46:02.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3994 | 2025-05-15T03:46:02.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3995 | 2025-05-15T03:46:02.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3996 | 2025-05-15T03:46:02.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3997 | 2025-05-15T03:46:02.466Z | |
3998 | 2025-05-15T03:46:02.466Z | info: running `cargo check --bins` on zone-setup (214/214) |
3999 | 2025-05-15T03:46:03.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4000 | 2025-05-15T03:46:03.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4001 | 2025-05-15T03:46:03.678Z | Checking uzers v0.12.1 |
4002 | 2025-05-15T03:46:04.068Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4003 | 2025-05-15T03:46:05.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
4004 | 2025-05-15T03:46:05.737Z | |
4005 | 2025-05-15T03:46:05.737Z | real 22:31.981508735 |
4006 | 2025-05-15T03:46:05.737Z | user 37:17.288352969 |
4007 | 2025-05-15T03:46:05.737Z | sys 6:26.231762826 |
4008 | 2025-05-15T03:46:05.737Z | trap 1.133045847 |
4009 | 2025-05-15T03:46:05.737Z | tflt 0.456580247 |
4010 | 2025-05-15T03:46:05.737Z | dflt 2.006053367 |
4011 | 2025-05-15T03:46:05.737Z | kflt 0.000861374 |
4012 | 2025-05-15T03:46:05.737Z | lock 1:07:25.628901652 |
4013 | 2025-05-15T03:46:05.737Z | slp 3:17:38.793749151 |
4014 | 2025-05-15T03:46:05.737Z | lat 1:16.193718126 |
4015 | 2025-05-15T03:46:05.737Z | stop 4:02.993820276 |
4016 | 2025-05-15T03:46:05.762Z | process exited: duration 1709258 ms, exit code 0 |
|
4017 | 2025-05-15T03:46:05.814Z | found 0 output files |