|
|
|
1 | 2025-06-30T22:04:23.448Z | job assigned to worker 01JZ1DVX3NTRYF7YRGSQC0J20E [factory aws, i-09fd3cdc0cd94ea35] (queued for 56 s) |
|
2 | 2025-06-30T22:04:32.538Z | starting task 0: "setup" |
3 | 2025-06-30T22:04:32.544Z | ++ uname -s |
4 | 2025-06-30T22:04:32.547Z | + kern=SunOS |
5 | 2025-06-30T22:04:32.547Z | + build_user=build |
6 | 2025-06-30T22:04:32.547Z | + build_uid=12345 |
7 | 2025-06-30T22:04:32.547Z | + work_dir=/work |
8 | 2025-06-30T22:04:32.547Z | + input_dir=/input |
9 | 2025-06-30T22:04:32.547Z | + [[ 0 == 12345 ]] |
10 | 2025-06-30T22:04:32.547Z | + case "$kern" in |
11 | 2025-06-30T22:04:32.547Z | + groupadd -g 12345 build |
12 | 2025-06-30T22:04:32.550Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-30T22:04:34.557Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-30T22:04:34.685Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-30T22:04:34.689Z | + home_fs=zfs |
16 | 2025-06-30T22:04:34.689Z | + [[ zfs == autofs ]] |
17 | 2025-06-30T22:04:34.689Z | + mkdir -p /home/build |
18 | 2025-06-30T22:04:34.692Z | + chown build:build /home/build /work |
19 | 2025-06-30T22:04:36.695Z | + chmod 0700 /home/build /work |
20 | 2025-06-30T22:04:36.698Z | process exited: duration 4159 ms, exit code 0 |
|
21 | 2025-06-30T22:04:36.704Z | starting task 1: "rust-toolchain" |
22 | 2025-06-30T22:04:36.709Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-30T22:04:36.709Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-30T22:04:36.709Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-30T22:04:36.709Z | * rust toolchain profile = "default" |
26 | 2025-06-30T22:04:36.712Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-30T22:04:36.712Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-30T22:04:36.712Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-30T22:04:36.712Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-30T22:04:36.815Z | info: downloading installer |
31 | 2025-06-30T22:04:38.242Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-30T22:04:38.242Z | warn: /opt/ooce/bin |
33 | 2025-06-30T22:04:38.242Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-30T22:04:38.242Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-30T22:04:38.242Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-30T22:04:38.242Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-30T22:04:38.242Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-30T22:04:38.242Z | error: cannot install while Rust is installed |
39 | 2025-06-30T22:04:38.242Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-30T22:04:38.256Z | info: profile set to 'default' |
41 | 2025-06-30T22:04:38.256Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-30T22:04:38.259Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-30T22:04:38.414Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-30T22:04:38.414Z | info: downloading component 'cargo' |
45 | 2025-06-30T22:04:39.358Z | info: downloading component 'clippy' |
46 | 2025-06-30T22:04:39.664Z | info: downloading component 'rust-docs' |
47 | 2025-06-30T22:04:41.084Z | info: downloading component 'rust-std' |
48 | 2025-06-30T22:04:42.652Z | info: downloading component 'rustc' |
49 | 2025-06-30T22:04:50.003Z | info: downloading component 'rustfmt' |
50 | 2025-06-30T22:04:50.234Z | info: installing component 'cargo' |
51 | 2025-06-30T22:04:51.129Z | info: installing component 'clippy' |
52 | 2025-06-30T22:04:51.523Z | info: installing component 'rust-docs' |
53 | 2025-06-30T22:04:53.351Z | info: installing component 'rust-std' |
54 | 2025-06-30T22:04:55.222Z | info: installing component 'rustc' |
55 | 2025-06-30T22:05:01.855Z | info: installing component 'rustfmt' |
56 | 2025-06-30T22:05:02.186Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-30T22:05:02.186Z | |
58 | 2025-06-30T22:05:02.596Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-30T22:05:02.596Z | |
60 | 2025-06-30T22:05:02.600Z | |
61 | 2025-06-30T22:05:02.600Z | Rust is installed now. Great! |
62 | 2025-06-30T22:05:02.600Z | |
63 | 2025-06-30T22:05:02.601Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-30T22:05:02.601Z | environment variable. This has not been done automatically. |
65 | 2025-06-30T22:05:02.601Z | |
66 | 2025-06-30T22:05:02.601Z | To configure your current shell, you need to source |
67 | 2025-06-30T22:05:02.601Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-30T22:05:02.601Z | |
69 | 2025-06-30T22:05:02.601Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-30T22:05:02.601Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-30T22:05:02.601Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-30T22:05:02.601Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-30T22:05:02.682Z | + rustup --version |
74 | 2025-06-30T22:05:02.693Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-30T22:05:02.696Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-30T22:05:02.812Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-30T22:05:02.817Z | + cargo --version |
78 | 2025-06-30T22:05:02.888Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-30T22:05:02.891Z | + rustc --version |
80 | 2025-06-30T22:05:02.961Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-30T22:05:02.964Z | process exited: duration 26258 ms, exit code 0 |
|
82 | 2025-06-30T22:05:02.971Z | starting task 2: "authentication" |
83 | 2025-06-30T22:05:02.993Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-06-30T22:05:03.000Z | starting task 3: "clone repository" |
85 | 2025-06-30T22:05:03.005Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-30T22:05:03.008Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-30T22:05:03.076Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-30T22:05:10.709Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-30T22:05:10.709Z | + git fetch origin d64b132bf067cb012ab527523917442e73126aa8 |
90 | 2025-06-30T22:05:11.035Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-30T22:05:11.035Z | * branch d64b132bf067cb012ab527523917442e73126aa8 -> FETCH_HEAD |
92 | 2025-06-30T22:05:11.046Z | + [[ -n dap/mgs-qorb-fix ]] |
93 | 2025-06-30T22:05:11.049Z | ++ git branch --show-current |
94 | 2025-06-30T22:05:11.053Z | + current=main |
95 | 2025-06-30T22:05:11.053Z | + [[ main != dap/mgs-qorb-fix ]] |
96 | 2025-06-30T22:05:11.053Z | + git branch -f dap/mgs-qorb-fix d64b132bf067cb012ab527523917442e73126aa8 |
97 | 2025-06-30T22:05:11.056Z | + git checkout -f dap/mgs-qorb-fix |
98 | 2025-06-30T22:05:11.277Z | Switched to branch 'dap/mgs-qorb-fix' |
99 | 2025-06-30T22:05:11.282Z | + git reset --hard d64b132bf067cb012ab527523917442e73126aa8 |
100 | 2025-06-30T22:05:11.297Z | HEAD is now at d64b132bf Merge branch 'dap/mgs-update-db' into dap/mgs-qorb-fix |
101 | 2025-06-30T22:05:11.300Z | process exited: duration 8297 ms, exit code 0 |
|
102 | 2025-06-30T22:05:11.309Z | starting task 4: "build" |
103 | 2025-06-30T22:05:11.313Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-30T22:05:11.316Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-30T22:05:11.316Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-30T22:05:11.316Z | + cargo --version |
107 | 2025-06-30T22:05:11.367Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-30T22:05:11.370Z | + rustc --version |
109 | 2025-06-30T22:05:11.436Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-30T22:05:11.441Z | + source ./env.sh |
111 | 2025-06-30T22:05:11.441Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-06-30T22:05:11.441Z | ++ set -o xtrace |
113 | 2025-06-30T22:05:11.446Z | ++++ dirname ./env.sh |
114 | 2025-06-30T22:05:11.446Z | +++ readlink -f . |
115 | 2025-06-30T22:05:11.450Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ 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-06-30T22:05:11.451Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-06-30T22:05:11.451Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-06-30T22:05:11.451Z | + 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-06-30T22:05:11.451Z | + 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-06-30T22:05:11.451Z | + banner prerequisites |
129 | 2025-06-30T22:05:11.451Z | |
130 | 2025-06-30T22:05:11.451Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-06-30T22:05:11.451Z | # # # # # # # # # # # # # # # |
132 | 2025-06-30T22:05:11.451Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-06-30T22:05:11.451Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-06-30T22:05:11.451Z | # # # # # # # # # # # # # # # |
135 | 2025-06-30T22:05:11.451Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-06-30T22:05:11.451Z | |
137 | 2025-06-30T22:05:11.451Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-06-30T22:05:21.977Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-06-30T22:05:28.870Z | Startup: Caching catalogs ... Done |
140 | 2025-06-30T22:05:32.737Z | Planning: Solver setup ... Done (2.577s) |
141 | 2025-06-30T22:05:32.764Z | Planning: Running solver ... Done (0.024s) |
142 | 2025-06-30T22:05:32.846Z | Planning: Finding local manifests ... Done (0.004s) |
143 | 2025-06-30T22:05:32.868Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-06-30T22:05:33.021Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-06-30T22:05:33.070Z | Planning: Package planning ... Done (0.050s) |
146 | 2025-06-30T22:05:33.125Z | Planning: Merging actions ... Done (0.051s) |
147 | 2025-06-30T22:05:33.527Z | Planning: Checking for conflicting actions ... Done (0.404s) |
148 | 2025-06-30T22:05:33.538Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-06-30T22:05:34.703Z | Planning: Evaluating mediators ... Done (1.165s) |
150 | 2025-06-30T22:05:34.713Z | Planning: Planning completed in 5.72 seconds |
151 | 2025-06-30T22:05:34.868Z | Packages to install: 4 |
152 | 2025-06-30T22:05:34.868Z | Mediators to change: 2 |
153 | 2025-06-30T22:05:34.871Z | Services to change: 1 |
154 | 2025-06-30T22:05:34.871Z | Estimated space available: 155.50 GB |
155 | 2025-06-30T22:05:34.871Z | Estimated space to be consumed: 1.69 GB |
156 | 2025-06-30T22:05:34.871Z | Create boot environment: No |
157 | 2025-06-30T22:05:34.871Z | Create backup boot environment: No |
158 | 2025-06-30T22:05:34.871Z | Rebuild boot archive: No |
159 | 2025-06-30T22:05:34.871Z | |
160 | 2025-06-30T22:05:34.871Z | Changed mediators: |
161 | 2025-06-30T22:05:34.871Z | mediator clang: |
162 | 2025-06-30T22:05:34.871Z | version: None -> 15 (system default) |
163 | 2025-06-30T22:05:34.871Z | |
164 | 2025-06-30T22:05:34.871Z | mediator llvm: |
165 | 2025-06-30T22:05:34.871Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-06-30T22:05:34.871Z | |
167 | 2025-06-30T22:05:34.871Z | Changed packages: |
168 | 2025-06-30T22:05:34.871Z | helios-dev |
169 | 2025-06-30T22:05:34.871Z | developer/build-essential |
170 | 2025-06-30T22:05:34.871Z | None -> 11-2.0 |
171 | 2025-06-30T22:05:34.872Z | library/libxmlsec1 |
172 | 2025-06-30T22:05:34.872Z | None -> 1.2.35-2.0 |
173 | 2025-06-30T22:05:34.872Z | ooce/developer/clang-15 |
174 | 2025-06-30T22:05:34.872Z | None -> 15.0.7-2.0 |
175 | 2025-06-30T22:05:34.872Z | ooce/developer/llvm-15 |
176 | 2025-06-30T22:05:34.872Z | None -> 15.0.7-2.0 |
177 | 2025-06-30T22:05:34.872Z | |
178 | 2025-06-30T22:05:34.872Z | Services: |
179 | 2025-06-30T22:05:34.872Z | restart_fmri: |
180 | 2025-06-30T22:05:34.872Z | svc:/system/update-man-index:default |
181 | 2025-06-30T22:05:34.923Z | |
182 | 2025-06-30T22:05:34.926Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-06-30T22:05:39.923Z | Download: 1217/3290 items 86.2/212.6MB 40% complete (17.2M/s) |
184 | 2025-06-30T22:05:44.932Z | Download: 2481/3290 items 120.2/212.6MB 56% complete (12.3M/s) |
185 | 2025-06-30T22:05:50.648Z | Download: 3276/3290 items 210.1/212.6MB 98% complete (19.6M/s) |
186 | 2025-06-30T22:05:53.897Z | Download: Completed 212.60 MB in 18.96 seconds (11.2M/s) |
187 | 2025-06-30T22:05:54.073Z | Actions: 1/3689 actions (Installing new actions) |
188 | 2025-06-30T22:05:58.684Z | Actions: Completed 3689 actions in 4.61 seconds. |
189 | 2025-06-30T22:05:59.034Z | Done (0.346s) |
190 | 2025-06-30T22:05:59.034Z | Done (0.000s) |
191 | 2025-06-30T22:05:59.866Z | Done (0.832s) |
192 | 2025-06-30T22:06:04.877Z | Done (4.656s) |
193 | 2025-06-30T22:06:04.925Z | Done (0.020s) |
194 | 2025-06-30T22:06:04.929Z | Done (0.000s) |
195 | 2025-06-30T22:06:05.140Z | Done (0.000s) |
196 | 2025-06-30T22:06:05.988Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-06-30T22:06:06.153Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-06-30T22:06:06.157Z | Planning: Consolidating action changes ... Done |
199 | 2025-06-30T22:06:06.432Z | Planning: Evaluating mediators ... Done |
200 | 2025-06-30T22:06:06.490Z | Planning: Planning completed in 0.44 seconds |
201 | 2025-06-30T22:06:06.537Z | Mediators to change: 2 |
202 | 2025-06-30T22:06:06.537Z | Create boot environment: No |
203 | 2025-06-30T22:06:06.537Z | Create backup boot environment: No |
204 | 2025-06-30T22:06:06.545Z | Done |
205 | 2025-06-30T22:06:06.546Z | Done |
206 | 2025-06-30T22:06:07.133Z | Done |
207 | 2025-06-30T22:06:10.810Z | Done |
208 | 2025-06-30T22:06:10.909Z | Done |
209 | 2025-06-30T22:06:10.913Z | Done |
210 | 2025-06-30T22:06:11.042Z | Done |
211 | 2025-06-30T22:06:11.681Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-06-30T22:06:11.685Z | Planning: Merging actions ... Done |
213 | 2025-06-30T22:06:11.874Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-06-30T22:06:11.877Z | Planning: Consolidating action changes ... Done |
215 | 2025-06-30T22:06:12.146Z | Planning: Evaluating mediators ... Done |
216 | 2025-06-30T22:06:12.203Z | Planning: Planning completed in 0.78 seconds |
217 | 2025-06-30T22:06:12.237Z | Packages to change: 1 |
218 | 2025-06-30T22:06:12.237Z | Mediators to change: 1 |
219 | 2025-06-30T22:06:12.240Z | Services to change: 1 |
220 | 2025-06-30T22:06:12.240Z | Create boot environment: No |
221 | 2025-06-30T22:06:12.240Z | Create backup boot environment: Yes |
222 | 2025-06-30T22:06:14.702Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-06-30T22:06:14.706Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-06-30T22:06:14.706Z | Done |
225 | 2025-06-30T22:06:14.706Z | Done |
226 | 2025-06-30T22:06:14.872Z | Done |
227 | 2025-06-30T22:06:21.897Z | Done |
228 | 2025-06-30T22:06:22.010Z | Done |
229 | 2025-06-30T22:06:22.010Z | Done |
230 | 2025-06-30T22:06:22.010Z | Done |
231 | 2025-06-30T22:06:22.011Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-06-30T22:06:22.011Z | clang system 15 system |
233 | 2025-06-30T22:06:22.011Z | csh system system illumos |
234 | 2025-06-30T22:06:22.011Z | ctags system system illumos |
235 | 2025-06-30T22:06:22.011Z | file system system illumos |
236 | 2025-06-30T22:06:22.011Z | gcc vendor 12 vendor |
237 | 2025-06-30T22:06:22.011Z | gcc system 10 system |
238 | 2025-06-30T22:06:22.011Z | gcc system 7 system |
239 | 2025-06-30T22:06:22.011Z | go system 1.20 system |
240 | 2025-06-30T22:06:22.011Z | go system 1.19 system |
241 | 2025-06-30T22:06:22.011Z | llvm system 15 system |
242 | 2025-06-30T22:06:22.011Z | llvm system 14 system |
243 | 2025-06-30T22:06:22.011Z | mariadb system 10.6 system |
244 | 2025-06-30T22:06:22.011Z | mta vendor vendor dma |
245 | 2025-06-30T22:06:22.011Z | openjdk system 17 system |
246 | 2025-06-30T22:06:22.011Z | openjdk system 11 system |
247 | 2025-06-30T22:06:22.011Z | openjdk system 1.8 system |
248 | 2025-06-30T22:06:22.011Z | openssl vendor 3 vendor |
249 | 2025-06-30T22:06:22.011Z | perl system 5.36 system |
250 | 2025-06-30T22:06:22.011Z | postgresql system 15 system |
251 | 2025-06-30T22:06:22.011Z | postgresql system 13 system |
252 | 2025-06-30T22:06:22.011Z | python vendor 3 vendor |
253 | 2025-06-30T22:06:22.011Z | python system 2 system |
254 | 2025-06-30T22:06:22.011Z | python3 system 3.11 system |
255 | 2025-06-30T22:06:22.011Z | ruby system 3.0 system |
256 | 2025-06-30T22:06:22.011Z | words vendor vendor american-english |
257 | 2025-06-30T22:06:22.011Z | words system system australian-english |
258 | 2025-06-30T22:06:22.011Z | words system system british-english |
259 | 2025-06-30T22:06:22.011Z | words system system canadian-english |
260 | 2025-06-30T22:06:22.011Z | words system system french |
261 | 2025-06-30T22:06:22.011Z | words system system italian |
262 | 2025-06-30T22:06:22.011Z | words system system ngerman |
263 | 2025-06-30T22:06:22.011Z | words system system ogerman |
264 | 2025-06-30T22:06:22.011Z | words system system spanish |
265 | 2025-06-30T22:06:22.012Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-06-30T22:06:22.012Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-06-30T22:06:24.223Z | FMRI IFO |
268 | 2025-06-30T22:06:24.223Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
274 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
276 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
279 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
282 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-06-30T22:06:24.224Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-06-30T22:06:25.229Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-06-30T22:06:25.557Z | Updating crates.io index |
286 | 2025-06-30T22:06:25.630Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
287 | 2025-06-30T22:06:25.993Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-06-30T22:06:26.610Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-06-30T22:06:26.916Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-06-30T22:06:27.229Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
291 | 2025-06-30T22:06:27.652Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-06-30T22:06:28.746Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-06-30T22:06:30.711Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-06-30T22:06:31.620Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-06-30T22:06:32.378Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-06-30T22:06:32.731Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-06-30T22:06:33.097Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-06-30T22:06:33.773Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
299 | 2025-06-30T22:06:34.110Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2025-06-30T22:06:34.531Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
301 | 2025-06-30T22:06:35.093Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-06-30T22:06:35.475Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-06-30T22:06:35.810Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-06-30T22:06:36.089Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-06-30T22:06:36.350Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-06-30T22:06:36.667Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2025-06-30T22:06:36.986Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-06-30T22:06:37.370Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-06-30T22:06:37.825Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-06-30T22:06:38.296Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
311 | 2025-06-30T22:06:38.730Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-06-30T22:06:39.022Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-06-30T22:06:39.411Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-06-30T22:06:39.911Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-06-30T22:06:40.202Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-06-30T22:06:40.498Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-06-30T22:06:40.782Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
318 | 2025-06-30T22:06:49.712Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2025-06-30T22:06:51.063Z | Downloading crates ... |
320 | 2025-06-30T22:06:51.115Z | Downloaded autocfg v1.4.0 |
321 | 2025-06-30T22:06:51.118Z | Downloaded anstyle-query v1.1.1 |
322 | 2025-06-30T22:06:51.121Z | Downloaded anstream v0.6.18 |
323 | 2025-06-30T22:06:51.127Z | Downloaded anstyle v1.0.11 |
324 | 2025-06-30T22:06:51.130Z | Downloaded block-buffer v0.10.4 |
325 | 2025-06-30T22:06:51.130Z | Downloaded bitflags v2.9.0 |
326 | 2025-06-30T22:06:51.135Z | Downloaded byteorder v1.5.0 |
327 | 2025-06-30T22:06:51.138Z | Downloaded camino-tempfile v1.4.1 |
328 | 2025-06-30T22:06:51.141Z | Downloaded bytecount v0.6.8 |
329 | 2025-06-30T22:06:51.144Z | Downloaded toml_write v0.1.2 |
330 | 2025-06-30T22:06:51.148Z | Downloaded tabled_derive v0.7.0 |
331 | 2025-06-30T22:06:51.148Z | Downloaded anstyle-parse v0.2.5 |
332 | 2025-06-30T22:06:51.151Z | Downloaded anyhow v1.0.98 |
333 | 2025-06-30T22:06:51.157Z | Downloaded camino v1.1.10 |
334 | 2025-06-30T22:06:51.161Z | Downloaded zerofrom-derive v0.1.4 |
335 | 2025-06-30T22:06:51.164Z | Downloaded ucd-trie v0.1.7 |
336 | 2025-06-30T22:06:51.167Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2025-06-30T22:06:51.167Z | Downloaded fs-err v3.1.1 |
338 | 2025-06-30T22:06:51.170Z | Downloaded yoke-derive v0.7.4 |
339 | 2025-06-30T22:06:51.170Z | Downloaded zerofrom v0.1.4 |
340 | 2025-06-30T22:06:51.174Z | Downloaded cargo_metadata v0.20.0 |
341 | 2025-06-30T22:06:51.177Z | Downloaded unicode-xid v0.2.6 |
342 | 2025-06-30T22:06:51.177Z | Downloaded icu_locid_transform v1.5.0 |
343 | 2025-06-30T22:06:51.180Z | Downloaded plain v0.2.3 |
344 | 2025-06-30T22:06:51.180Z | Downloaded version_check v0.9.5 |
345 | 2025-06-30T22:06:51.183Z | Downloaded swrite v0.1.0 |
346 | 2025-06-30T22:06:51.183Z | Downloaded utf8parse v0.2.2 |
347 | 2025-06-30T22:06:51.186Z | Downloaded typeid v1.0.3 |
348 | 2025-06-30T22:06:51.186Z | Downloaded generic-array v0.14.7 |
349 | 2025-06-30T22:06:51.189Z | Downloaded icu_provider_macros v1.5.0 |
350 | 2025-06-30T22:06:51.190Z | Downloaded macaddr v1.0.1 |
351 | 2025-06-30T22:06:51.190Z | Downloaded clap_derive v4.5.40 |
352 | 2025-06-30T22:06:51.193Z | Downloaded yoke v0.7.4 |
353 | 2025-06-30T22:06:51.197Z | Downloaded heck v0.4.1 |
354 | 2025-06-30T22:06:51.197Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2025-06-30T22:06:51.200Z | Downloaded utf8_iter v1.0.4 |
356 | 2025-06-30T22:06:51.200Z | Downloaded smawk v0.3.2 |
357 | 2025-06-30T22:06:51.203Z | Downloaded toml_datetime v0.6.11 |
358 | 2025-06-30T22:06:51.203Z | Downloaded idna v1.0.3 |
359 | 2025-06-30T22:06:51.206Z | Downloaded tinystr v0.7.6 |
360 | 2025-06-30T22:06:51.209Z | Downloaded toml v0.8.23 |
361 | 2025-06-30T22:06:51.213Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-06-30T22:06:51.217Z | Downloaded utf16_iter v1.0.5 |
363 | 2025-06-30T22:06:51.217Z | Downloaded toml_edit v0.22.27 |
364 | 2025-06-30T22:06:51.221Z | Downloaded textwrap v0.16.2 |
365 | 2025-06-30T22:06:51.224Z | Downloaded typenum v1.17.0 |
366 | 2025-06-30T22:06:51.228Z | Downloaded thiserror-impl v2.0.12 |
367 | 2025-06-30T22:06:51.230Z | Downloaded unicode-ident v1.0.18 |
368 | 2025-06-30T22:06:51.233Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-06-30T22:06:51.236Z | Downloaded scroll_derive v0.12.0 |
370 | 2025-06-30T22:06:51.236Z | Downloaded pretty-hex v0.4.1 |
371 | 2025-06-30T22:06:51.236Z | Downloaded percent-encoding v2.3.1 |
372 | 2025-06-30T22:06:51.239Z | Downloaded dof v0.3.0 |
373 | 2025-06-30T22:06:51.239Z | Downloaded url v2.5.4 |
374 | 2025-06-30T22:06:51.242Z | Downloaded itoa v1.0.11 |
375 | 2025-06-30T22:06:51.245Z | Downloaded serde-untagged v0.1.7 |
376 | 2025-06-30T22:06:51.245Z | Downloaded form_urlencoded v1.2.1 |
377 | 2025-06-30T22:06:51.248Z | Downloaded cfg-if v1.0.1 |
378 | 2025-06-30T22:06:51.248Z | Downloaded zerocopy v0.7.35 |
379 | 2025-06-30T22:06:51.264Z | Downloaded proc-macro-error-attr v1.0.4 |
380 | 2025-06-30T22:06:51.272Z | Downloaded winnow v0.7.10 |
381 | 2025-06-30T22:06:51.275Z | Downloaded zerovec v0.10.4 |
382 | 2025-06-30T22:06:51.280Z | Downloaded terminal_size v0.4.0 |
383 | 2025-06-30T22:06:51.283Z | Downloaded cargo-platform v0.2.0 |
384 | 2025-06-30T22:06:51.283Z | Downloaded serde_tokenstream v0.2.2 |
385 | 2025-06-30T22:06:51.286Z | Downloaded unicode-width v0.2.0 |
386 | 2025-06-30T22:06:51.291Z | Downloaded thread-id v4.2.2 |
387 | 2025-06-30T22:06:51.294Z | Downloaded pest_generator v2.7.14 |
388 | 2025-06-30T22:06:51.294Z | Downloaded cargo-util-schemas v0.2.0 |
389 | 2025-06-30T22:06:51.297Z | Downloaded unicode-width v0.1.14 |
390 | 2025-06-30T22:06:51.301Z | Downloaded strsim v0.11.1 |
391 | 2025-06-30T22:06:51.304Z | Downloaded sha2 v0.10.9 |
392 | 2025-06-30T22:06:51.307Z | Downloaded semver v1.0.26 |
393 | 2025-06-30T22:06:51.310Z | Downloaded smallvec v1.15.0 |
394 | 2025-06-30T22:06:51.310Z | Downloaded cargo_toml v0.21.0 |
395 | 2025-06-30T22:06:51.313Z | Downloaded proc-macro-error v1.0.4 |
396 | 2025-06-30T22:06:51.316Z | Downloaded num-traits v0.2.19 |
397 | 2025-06-30T22:06:51.319Z | Downloaded icu_normalizer_data v1.5.0 |
398 | 2025-06-30T22:06:51.319Z | Downloaded litemap v0.7.3 |
399 | 2025-06-30T22:06:51.321Z | Downloaded quote v1.0.40 |
400 | 2025-06-30T22:06:51.324Z | Downloaded ryu v1.0.18 |
401 | 2025-06-30T22:06:51.330Z | Downloaded getrandom v0.3.1 |
402 | 2025-06-30T22:06:51.333Z | Downloaded once_cell v1.21.3 |
403 | 2025-06-30T22:06:51.333Z | Downloaded pest_meta v2.7.14 |
404 | 2025-06-30T22:06:51.337Z | Downloaded pest_derive v2.7.14 |
405 | 2025-06-30T22:06:51.337Z | Downloaded icu_properties v1.5.1 |
406 | 2025-06-30T22:06:51.342Z | Downloaded clap v4.5.40 |
407 | 2025-06-30T22:06:51.346Z | Downloaded tempfile v3.20.0 |
408 | 2025-06-30T22:06:51.349Z | Downloaded papergrid v0.11.0 |
409 | 2025-06-30T22:06:51.354Z | Downloaded memchr v2.7.4 |
410 | 2025-06-30T22:06:51.359Z | Downloaded serde_derive v1.0.219 |
411 | 2025-06-30T22:06:51.362Z | Downloaded icu_collections v1.5.0 |
412 | 2025-06-30T22:06:51.367Z | Downloaded indexmap v2.9.0 |
413 | 2025-06-30T22:06:51.372Z | Downloaded proc-macro2 v1.0.95 |
414 | 2025-06-30T22:06:51.375Z | Downloaded log v0.4.27 |
415 | 2025-06-30T22:06:51.377Z | Downloaded icu_locid_transform_data v1.5.0 |
416 | 2025-06-30T22:06:51.380Z | Downloaded displaydoc v0.2.5 |
417 | 2025-06-30T22:06:51.383Z | Downloaded serde_spanned v0.6.9 |
418 | 2025-06-30T22:06:51.383Z | Downloaded memmap v0.7.0 |
419 | 2025-06-30T22:06:51.386Z | Downloaded idna_adapter v1.2.0 |
420 | 2025-06-30T22:06:51.386Z | Downloaded pest v2.7.14 |
421 | 2025-06-30T22:06:51.390Z | Downloaded fastrand v2.1.1 |
422 | 2025-06-30T22:06:51.394Z | Downloaded errno v0.3.12 |
423 | 2025-06-30T22:06:51.394Z | Downloaded cpufeatures v0.2.14 |
424 | 2025-06-30T22:06:51.398Z | Downloaded hashbrown v0.15.4 |
425 | 2025-06-30T22:06:51.401Z | Downloaded stable_deref_trait v1.2.0 |
426 | 2025-06-30T22:06:51.401Z | Downloaded serde-value v0.7.0 |
427 | 2025-06-30T22:06:51.404Z | Downloaded crypto-common v0.1.6 |
428 | 2025-06-30T22:06:51.404Z | Downloaded clap_lex v0.7.4 |
429 | 2025-06-30T22:06:51.404Z | Downloaded digest v0.10.7 |
430 | 2025-06-30T22:06:51.407Z | Downloaded colorchoice v1.0.2 |
431 | 2025-06-30T22:06:51.407Z | Downloaded ordered-float v2.10.1 |
432 | 2025-06-30T22:06:51.410Z | Downloaded clap_builder v4.5.40 |
433 | 2025-06-30T22:06:51.415Z | Downloaded serde_json v1.0.140 |
434 | 2025-06-30T22:06:51.422Z | Downloaded goblin v0.8.2 |
435 | 2025-06-30T22:06:51.429Z | Downloaded tabled v0.15.0 |
436 | 2025-06-30T22:06:51.444Z | Downloaded syn v2.0.104 |
437 | 2025-06-30T22:06:51.455Z | Downloaded syn v1.0.109 |
438 | 2025-06-30T22:06:51.464Z | Downloaded icu_properties_data v1.5.0 |
439 | 2025-06-30T22:06:51.474Z | Downloaded is_terminal_polyfill v1.70.1 |
440 | 2025-06-30T22:06:51.476Z | Downloaded equivalent v1.0.2 |
441 | 2025-06-30T22:06:51.477Z | Downloaded fnv v1.0.7 |
442 | 2025-06-30T22:06:51.477Z | Downloaded zerocopy-derive v0.7.35 |
443 | 2025-06-30T22:06:51.480Z | Downloaded serde v1.0.219 |
444 | 2025-06-30T22:06:51.483Z | Downloaded erased-serde v0.4.6 |
445 | 2025-06-30T22:06:51.486Z | Downloaded scroll v0.12.0 |
446 | 2025-06-30T22:06:51.488Z | Downloaded thiserror v2.0.12 |
447 | 2025-06-30T22:06:51.491Z | Downloaded writeable v0.5.5 |
448 | 2025-06-30T22:06:51.494Z | Downloaded usdt v0.5.0 |
449 | 2025-06-30T22:06:51.494Z | Downloaded icu_normalizer v1.5.0 |
450 | 2025-06-30T22:06:51.498Z | Downloaded thiserror v1.0.69 |
451 | 2025-06-30T22:06:51.501Z | Downloaded rustix v0.38.37 |
452 | 2025-06-30T22:06:51.522Z | Downloaded zerovec-derive v0.10.3 |
453 | 2025-06-30T22:06:51.525Z | Downloaded rustix v1.0.7 |
454 | 2025-06-30T22:06:51.545Z | Downloaded usdt-macro v0.5.0 |
455 | 2025-06-30T22:06:51.548Z | Downloaded icu_provider v1.5.0 |
456 | 2025-06-30T22:06:51.551Z | Downloaded dtrace-parser v0.2.0 |
457 | 2025-06-30T22:06:51.551Z | Downloaded synstructure v0.13.1 |
458 | 2025-06-30T22:06:51.551Z | Downloaded icu_locid v1.5.0 |
459 | 2025-06-30T22:06:51.554Z | Downloaded write16 v1.0.0 |
460 | 2025-06-30T22:06:51.557Z | Downloaded heck v0.5.0 |
461 | 2025-06-30T22:06:51.570Z | Downloaded libc v0.2.174 |
462 | 2025-06-30T22:06:51.653Z | Compiling proc-macro2 v1.0.95 |
463 | 2025-06-30T22:06:51.654Z | Compiling unicode-ident v1.0.18 |
464 | 2025-06-30T22:06:51.654Z | Compiling serde v1.0.219 |
465 | 2025-06-30T22:06:51.657Z | Compiling version_check v0.9.5 |
466 | 2025-06-30T22:06:51.657Z | Compiling libc v0.2.174 |
467 | 2025-06-30T22:06:51.657Z | Compiling thiserror v1.0.69 |
468 | 2025-06-30T22:06:51.657Z | Compiling memchr v2.7.4 |
469 | 2025-06-30T22:06:53.978Z | Compiling stable_deref_trait v1.2.0 |
470 | 2025-06-30T22:06:54.054Z | Compiling writeable v0.5.5 |
471 | 2025-06-30T22:06:54.054Z | Compiling ucd-trie v0.1.7 |
472 | 2025-06-30T22:06:54.054Z | Compiling ryu v1.0.18 |
473 | 2025-06-30T22:06:54.054Z | Compiling litemap v0.7.3 |
474 | 2025-06-30T22:06:54.054Z | Compiling autocfg v1.4.0 |
475 | 2025-06-30T22:06:54.054Z | Compiling itoa v1.0.11 |
476 | 2025-06-30T22:06:54.054Z | Compiling once_cell v1.21.3 |
477 | 2025-06-30T22:06:54.054Z | Compiling byteorder v1.5.0 |
478 | 2025-06-30T22:06:54.054Z | Compiling bitflags v2.9.0 |
479 | 2025-06-30T22:06:54.054Z | Compiling icu_locid_transform_data v1.5.0 |
480 | 2025-06-30T22:06:54.054Z | Compiling icu_properties_data v1.5.0 |
481 | 2025-06-30T22:06:54.054Z | Compiling serde_json v1.0.140 |
482 | 2025-06-30T22:06:54.054Z | Compiling num-traits v0.2.19 |
483 | 2025-06-30T22:06:54.054Z | Compiling typeid v1.0.3 |
484 | 2025-06-30T22:06:54.054Z | Compiling equivalent v1.0.2 |
485 | 2025-06-30T22:06:54.054Z | Compiling icu_normalizer_data v1.5.0 |
486 | 2025-06-30T22:06:54.055Z | Compiling smallvec v1.15.0 |
487 | 2025-06-30T22:06:54.055Z | Compiling hashbrown v0.15.4 |
488 | 2025-06-30T22:06:54.055Z | Compiling rustix v0.38.37 |
489 | 2025-06-30T22:06:54.055Z | Compiling write16 v1.0.0 |
490 | 2025-06-30T22:06:54.079Z | Compiling quote v1.0.40 |
491 | 2025-06-30T22:06:54.117Z | Compiling errno v0.3.12 |
492 | 2025-06-30T22:06:54.138Z | Compiling utf8_iter v1.0.4 |
493 | 2025-06-30T22:06:54.184Z | Compiling utf16_iter v1.0.5 |
494 | 2025-06-30T22:06:54.509Z | Compiling syn v2.0.104 |
495 | 2025-06-30T22:06:54.660Z | Compiling usdt-impl v0.5.0 |
496 | 2025-06-30T22:06:54.695Z | Compiling proc-macro-error-attr v1.0.4 |
497 | 2025-06-30T22:06:54.716Z | Compiling toml_write v0.1.2 |
498 | 2025-06-30T22:06:54.728Z | Compiling winnow v0.7.10 |
499 | 2025-06-30T22:06:54.774Z | Compiling syn v1.0.109 |
500 | 2025-06-30T22:06:54.983Z | Compiling indexmap v2.9.0 |
501 | 2025-06-30T22:06:55.099Z | Compiling thread-id v4.2.2 |
502 | 2025-06-30T22:06:55.219Z | Compiling proc-macro-error v1.0.4 |
503 | 2025-06-30T22:06:55.448Z | Compiling getrandom v0.3.1 |
504 | 2025-06-30T22:06:55.480Z | Compiling rustix v1.0.7 |
505 | 2025-06-30T22:06:55.621Z | Compiling log v0.4.27 |
506 | 2025-06-30T22:06:56.008Z | Compiling utf8parse v0.2.2 |
507 | 2025-06-30T22:06:56.084Z | Compiling percent-encoding v2.3.1 |
508 | 2025-06-30T22:06:56.142Z | Compiling camino v1.1.10 |
509 | 2025-06-30T22:06:56.188Z | Compiling semver v1.0.26 |
510 | 2025-06-30T22:06:56.394Z | Compiling plain v0.2.3 |
511 | 2025-06-30T22:06:56.427Z | Compiling form_urlencoded v1.2.1 |
512 | 2025-06-30T22:06:56.542Z | Compiling terminal_size v0.4.0 |
513 | 2025-06-30T22:06:56.624Z | Compiling anstyle-parse v0.2.5 |
514 | 2025-06-30T22:06:56.747Z | Compiling ordered-float v2.10.1 |
515 | 2025-06-30T22:06:56.956Z | Compiling is_terminal_polyfill v1.70.1 |
516 | 2025-06-30T22:06:57.009Z | Compiling cfg-if v1.0.1 |
517 | 2025-06-30T22:06:57.118Z | Compiling pretty-hex v0.4.1 |
518 | 2025-06-30T22:06:57.153Z | Compiling colorchoice v1.0.2 |
519 | 2025-06-30T22:06:57.258Z | Compiling anstyle v1.0.11 |
520 | 2025-06-30T22:06:57.265Z | Compiling thiserror v2.0.12 |
521 | 2025-06-30T22:06:57.313Z | Compiling anstyle-query v1.1.1 |
522 | 2025-06-30T22:06:57.644Z | Compiling anstream v0.6.18 |
523 | 2025-06-30T22:06:57.956Z | Compiling fs-err v3.1.1 |
524 | 2025-06-30T22:06:58.234Z | Compiling heck v0.4.1 |
525 | 2025-06-30T22:06:58.261Z | Compiling bytecount v0.6.8 |
526 | 2025-06-30T22:06:58.313Z | Compiling unicode-xid v0.2.6 |
527 | 2025-06-30T22:06:58.536Z | Compiling clap_lex v0.7.4 |
528 | 2025-06-30T22:06:58.554Z | Compiling anyhow v1.0.98 |
529 | 2025-06-30T22:06:58.639Z | Compiling unicode-width v0.1.14 |
530 | 2025-06-30T22:06:58.665Z | Compiling strsim v0.11.1 |
531 | 2025-06-30T22:06:59.004Z | Compiling heck v0.5.0 |
532 | 2025-06-30T22:06:59.166Z | Compiling fastrand v2.1.1 |
533 | 2025-06-30T22:06:59.212Z | Compiling fnv v1.0.7 |
534 | 2025-06-30T22:06:59.377Z | Compiling papergrid v0.11.0 |
535 | 2025-06-30T22:06:59.494Z | Compiling clap_builder v4.5.40 |
536 | 2025-06-30T22:06:59.549Z | Compiling tempfile v3.20.0 |
537 | 2025-06-30T22:06:59.957Z | Compiling memmap v0.7.0 |
538 | 2025-06-30T22:07:00.251Z | Compiling unicode-linebreak v0.1.5 |
539 | 2025-06-30T22:07:00.279Z | Compiling smawk v0.3.2 |
540 | 2025-06-30T22:07:00.323Z | Compiling unicode-width v0.2.0 |
541 | 2025-06-30T22:07:00.880Z | Compiling textwrap v0.16.2 |
542 | 2025-06-30T22:07:01.043Z | Compiling synstructure v0.13.1 |
543 | 2025-06-30T22:07:02.833Z | Compiling swrite v0.1.0 |
544 | 2025-06-30T22:07:02.924Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
545 | 2025-06-30T22:07:02.924Z | Compiling tabled_derive v0.7.0 |
546 | 2025-06-30T22:07:03.801Z | Compiling serde_derive v1.0.219 |
547 | 2025-06-30T22:07:03.801Z | Compiling zerofrom-derive v0.1.4 |
548 | 2025-06-30T22:07:04.220Z | Compiling thiserror-impl v1.0.69 |
549 | 2025-06-30T22:07:04.220Z | Compiling yoke-derive v0.7.4 |
550 | 2025-06-30T22:07:04.220Z | Compiling zerovec-derive v0.10.3 |
551 | 2025-06-30T22:07:04.220Z | Compiling displaydoc v0.2.5 |
552 | 2025-06-30T22:07:05.214Z | Compiling icu_provider_macros v1.5.0 |
553 | 2025-06-30T22:07:06.001Z | Compiling zerocopy-derive v0.7.35 |
554 | 2025-06-30T22:07:06.027Z | Compiling scroll_derive v0.12.0 |
555 | 2025-06-30T22:07:06.186Z | Compiling thiserror-impl v2.0.12 |
556 | 2025-06-30T22:07:06.920Z | Compiling pest v2.7.14 |
557 | 2025-06-30T22:07:06.953Z | Compiling clap_derive v4.5.40 |
558 | 2025-06-30T22:07:06.953Z | Compiling zerofrom v0.1.4 |
559 | 2025-06-30T22:07:06.993Z | Compiling yoke v0.7.4 |
560 | 2025-06-30T22:07:07.462Z | Compiling zerovec v0.10.4 |
561 | 2025-06-30T22:07:07.505Z | Compiling scroll v0.12.0 |
562 | 2025-06-30T22:07:08.170Z | Compiling goblin v0.8.2 |
563 | 2025-06-30T22:07:08.202Z | Compiling zerocopy v0.7.35 |
564 | 2025-06-30T22:07:08.328Z | Compiling tabled v0.15.0 |
565 | 2025-06-30T22:07:09.302Z | Compiling tinystr v0.7.6 |
566 | 2025-06-30T22:07:09.365Z | Compiling pest_meta v2.7.14 |
567 | 2025-06-30T22:07:09.415Z | Compiling icu_collections v1.5.0 |
568 | 2025-06-30T22:07:09.705Z | Compiling icu_locid v1.5.0 |
569 | 2025-06-30T22:07:10.706Z | Compiling pest_generator v2.7.14 |
570 | 2025-06-30T22:07:10.773Z | Compiling icu_provider v1.5.0 |
571 | 2025-06-30T22:07:11.580Z | Compiling icu_locid_transform v1.5.0 |
572 | 2025-06-30T22:07:11.743Z | Compiling clap v4.5.40 |
573 | 2025-06-30T22:07:12.779Z | Compiling pest_derive v2.7.14 |
574 | 2025-06-30T22:07:12.949Z | Compiling icu_properties v1.5.1 |
575 | 2025-06-30T22:07:13.512Z | Compiling dtrace-parser v0.2.0 |
576 | 2025-06-30T22:07:15.324Z | Compiling toml_datetime v0.6.11 |
577 | 2025-06-30T22:07:15.324Z | Compiling serde_spanned v0.6.9 |
578 | 2025-06-30T22:07:15.327Z | Compiling erased-serde v0.4.6 |
579 | 2025-06-30T22:07:15.654Z | Compiling serde_tokenstream v0.2.2 |
580 | 2025-06-30T22:07:15.769Z | Compiling toml_edit v0.22.27 |
581 | 2025-06-30T22:07:15.865Z | Compiling serde-value v0.7.0 |
582 | 2025-06-30T22:07:16.028Z | Compiling icu_normalizer v1.5.0 |
583 | 2025-06-30T22:07:16.479Z | Compiling serde-untagged v0.1.7 |
584 | 2025-06-30T22:07:16.631Z | Compiling cargo-platform v0.2.0 |
585 | 2025-06-30T22:07:16.980Z | Compiling idna_adapter v1.2.0 |
586 | 2025-06-30T22:07:17.007Z | Compiling camino-tempfile v1.4.1 |
587 | 2025-06-30T22:07:17.032Z | Compiling dof v0.3.0 |
588 | 2025-06-30T22:07:17.170Z | Compiling idna v1.0.3 |
589 | 2025-06-30T22:07:17.223Z | Compiling macaddr v1.0.1 |
590 | 2025-06-30T22:07:17.771Z | Compiling url v2.5.4 |
591 | 2025-06-30T22:07:18.943Z | Compiling usdt-macro v0.5.0 |
592 | 2025-06-30T22:07:18.946Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2025-06-30T22:07:18.981Z | Compiling toml v0.8.23 |
594 | 2025-06-30T22:07:19.789Z | Compiling cargo-util-schemas v0.2.0 |
595 | 2025-06-30T22:07:19.789Z | Compiling cargo_toml v0.21.0 |
596 | 2025-06-30T22:07:20.097Z | Compiling usdt v0.5.0 |
597 | 2025-06-30T22:07:21.240Z | Compiling cargo_metadata v0.20.0 |
598 | 2025-06-30T22:07:23.064Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
599 | 2025-06-30T22:07:26.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
600 | 2025-06-30T22:07:26.897Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
601 | 2025-06-30T22:07:27.566Z | Downloading crates ... |
602 | 2025-06-30T22:07:27.697Z | Downloaded adler2 v2.0.0 |
603 | 2025-06-30T22:07:27.703Z | Downloaded aead v0.5.2 |
604 | 2025-06-30T22:07:27.706Z | Downloaded array-init v0.0.4 |
605 | 2025-06-30T22:07:27.717Z | Downloaded arc-swap v1.7.1 |
606 | 2025-06-30T22:07:27.723Z | Downloaded bit-vec v0.8.0 |
607 | 2025-06-30T22:07:27.727Z | Downloaded argon2 v0.5.3 |
608 | 2025-06-30T22:07:27.730Z | Downloaded arrayref v0.3.9 |
609 | 2025-06-30T22:07:27.731Z | Downloaded atty v0.2.14 |
610 | 2025-06-30T22:07:27.731Z | Downloaded bitfield v0.14.0 |
611 | 2025-06-30T22:07:27.734Z | Downloaded async-bb8-diesel v0.2.1 |
612 | 2025-06-30T22:07:27.737Z | Downloaded ascii-canvas v3.0.0 |
613 | 2025-06-30T22:07:27.746Z | Downloaded aho-corasick v1.1.3 |
614 | 2025-06-30T22:07:27.751Z | Downloaded backoff v0.4.0 |
615 | 2025-06-30T22:07:27.755Z | Downloaded bit-set v0.5.3 |
616 | 2025-06-30T22:07:27.758Z | Downloaded assert_matches v1.5.0 |
617 | 2025-06-30T22:07:27.758Z | Downloaded addr2line v0.24.2 |
618 | 2025-06-30T22:07:27.762Z | Downloaded bit-vec v0.6.3 |
619 | 2025-06-30T22:07:27.765Z | Downloaded async-stream-impl v0.3.6 |
620 | 2025-06-30T22:07:27.766Z | Downloaded async-stream v0.3.6 |
621 | 2025-06-30T22:07:27.772Z | Downloaded async-recursion v1.1.1 |
622 | 2025-06-30T22:07:27.780Z | Downloaded base64 v0.22.1 |
623 | 2025-06-30T22:07:27.784Z | Downloaded bit-set v0.8.0 |
624 | 2025-06-30T22:07:27.788Z | Downloaded buf-list v1.0.3 |
625 | 2025-06-30T22:07:27.791Z | Downloaded crucible-workspace-hack v0.1.0 |
626 | 2025-06-30T22:07:27.791Z | Downloaded cfg_aliases v0.2.1 |
627 | 2025-06-30T22:07:27.792Z | Downloaded cfg_aliases v0.1.1 |
628 | 2025-06-30T22:07:27.796Z | Downloaded bindgen v0.71.1 |
629 | 2025-06-30T22:07:27.801Z | Downloaded arrayvec v0.7.6 |
630 | 2025-06-30T22:07:27.804Z | Downloaded cargo-platform v0.1.8 |
631 | 2025-06-30T22:07:27.808Z | Downloaded bb8 v0.8.5 |
632 | 2025-06-30T22:07:27.812Z | Downloaded ciborium-io v0.2.2 |
633 | 2025-06-30T22:07:27.823Z | Downloaded hubpack v0.1.2 |
634 | 2025-06-30T22:07:27.827Z | Downloaded hubpack_derive v0.1.1 |
635 | 2025-06-30T22:07:27.827Z | Downloaded httpdate v1.0.3 |
636 | 2025-06-30T22:07:27.832Z | Downloaded bcrypt-pbkdf v0.10.0 |
637 | 2025-06-30T22:07:27.837Z | Downloaded hmac v0.12.1 |
638 | 2025-06-30T22:07:27.837Z | Downloaded cobs v0.2.3 |
639 | 2025-06-30T22:07:27.840Z | Downloaded async-trait v0.1.88 |
640 | 2025-06-30T22:07:27.845Z | Downloaded ciborium-ll v0.2.2 |
641 | 2025-06-30T22:07:27.845Z | Downloaded castaway v0.2.3 |
642 | 2025-06-30T22:07:27.848Z | Downloaded ident_case v1.0.1 |
643 | 2025-06-30T22:07:27.851Z | Downloaded hyper-tls v0.6.0 |
644 | 2025-06-30T22:07:27.851Z | Downloaded humantime v2.2.0 |
645 | 2025-06-30T22:07:27.855Z | Downloaded crc8 v0.1.1 |
646 | 2025-06-30T22:07:27.855Z | Downloaded crc-catalog v2.4.0 |
647 | 2025-06-30T22:07:27.858Z | Downloaded hex-literal v0.4.1 |
648 | 2025-06-30T22:07:27.858Z | Downloaded heck v0.3.3 |
649 | 2025-06-30T22:07:27.858Z | Downloaded iana-time-zone v0.1.63 |
650 | 2025-06-30T22:07:27.861Z | Downloaded httparse v1.9.5 |
651 | 2025-06-30T22:07:27.865Z | Downloaded hyper-staticfile v0.10.1 |
652 | 2025-06-30T22:07:27.869Z | Downloaded hyper-rustls v0.27.7 |
653 | 2025-06-30T22:07:27.872Z | Downloaded ignore v0.4.23 |
654 | 2025-06-30T22:07:27.876Z | Downloaded cassowary v0.3.0 |
655 | 2025-06-30T22:07:27.876Z | Downloaded hickory-client v0.25.2 |
656 | 2025-06-30T22:07:27.879Z | Downloaded serde-big-array v0.5.1 |
657 | 2025-06-30T22:07:27.885Z | Downloaded progenitor-client v0.9.1 |
658 | 2025-06-30T22:07:27.885Z | Downloaded iddqd v0.3.8 |
659 | 2025-06-30T22:07:27.889Z | Downloaded instant v0.1.13 |
660 | 2025-06-30T22:07:27.892Z | Downloaded constant_time_eq v0.3.1 |
661 | 2025-06-30T22:07:27.896Z | Downloaded bzip2 v0.5.2 |
662 | 2025-06-30T22:07:27.903Z | Downloaded inout v0.1.3 |
663 | 2025-06-30T22:07:27.903Z | Downloaded heapless v0.7.17 |
664 | 2025-06-30T22:07:27.908Z | Downloaded semver v0.1.20 |
665 | 2025-06-30T22:07:27.908Z | Downloaded bzip2 v0.4.4 |
666 | 2025-06-30T22:07:27.908Z | Downloaded ahash v0.8.11 |
667 | 2025-06-30T22:07:27.911Z | Downloaded bitfield-struct v0.6.2 |
668 | 2025-06-30T22:07:27.911Z | Downloaded convert_case v0.4.0 |
669 | 2025-06-30T22:07:27.914Z | Downloaded chacha20 v0.9.1 |
670 | 2025-06-30T22:07:27.918Z | Downloaded match_cfg v0.1.0 |
671 | 2025-06-30T22:07:27.918Z | Downloaded cbc v0.1.2 |
672 | 2025-06-30T22:07:27.922Z | Downloaded critical-section v1.1.3 |
673 | 2025-06-30T22:07:27.922Z | Downloaded ingot-types v0.1.0 |
674 | 2025-06-30T22:07:27.925Z | Downloaded instability v0.3.2 |
675 | 2025-06-30T22:07:27.925Z | Downloaded indoc v2.0.6 |
676 | 2025-06-30T22:07:27.928Z | Downloaded rand_core v0.6.4 |
677 | 2025-06-30T22:07:27.931Z | Downloaded quick-error v1.2.3 |
678 | 2025-06-30T22:07:27.931Z | Downloaded progenitor-macro v0.10.0 |
679 | 2025-06-30T22:07:27.934Z | Downloaded rustc-hash v2.1.1 |
680 | 2025-06-30T22:07:27.938Z | Downloaded rustversion v1.0.17 |
681 | 2025-06-30T22:07:27.938Z | Downloaded mime v0.3.17 |
682 | 2025-06-30T22:07:27.941Z | Downloaded libsw v3.5.0 |
683 | 2025-06-30T22:07:27.944Z | Downloaded kstat-rs v0.2.4 |
684 | 2025-06-30T22:07:27.944Z | Downloaded proc-macro-error2 v2.0.1 |
685 | 2025-06-30T22:07:27.947Z | Downloaded sqlparser_derive v0.2.2 |
686 | 2025-06-30T22:07:27.950Z | Downloaded linear-map v1.2.0 |
687 | 2025-06-30T22:07:27.955Z | Downloaded secrecy v0.10.3 |
688 | 2025-06-30T22:07:27.955Z | Downloaded scopeguard v1.2.0 |
689 | 2025-06-30T22:07:27.958Z | Downloaded maybe-uninit v2.0.0 |
690 | 2025-06-30T22:07:27.958Z | Downloaded lockfree-object-pool v0.1.6 |
691 | 2025-06-30T22:07:27.962Z | Downloaded termtree v0.5.1 |
692 | 2025-06-30T22:07:27.962Z | Downloaded ipnet v2.11.0 |
693 | 2025-06-30T22:07:27.974Z | Downloaded siphasher v0.3.11 |
694 | 2025-06-30T22:07:27.977Z | Downloaded crc32fast v1.4.2 |
695 | 2025-06-30T22:07:27.983Z | Downloaded memoffset v0.9.1 |
696 | 2025-06-30T22:07:27.983Z | Downloaded camino-tempfile-ext v0.3.1 |
697 | 2025-06-30T22:07:27.987Z | Downloaded xshell-macros v0.2.7 |
698 | 2025-06-30T22:07:27.987Z | Downloaded utf-8 v0.7.6 |
699 | 2025-06-30T22:07:27.988Z | Downloaded untrusted v0.9.0 |
700 | 2025-06-30T22:07:27.991Z | Downloaded lru-cache v0.1.2 |
701 | 2025-06-30T22:07:27.991Z | Downloaded managed v0.8.0 |
702 | 2025-06-30T22:07:27.994Z | Downloaded resolv-conf v0.7.0 |
703 | 2025-06-30T22:07:27.994Z | Downloaded lock_api v0.4.12 |
704 | 2025-06-30T22:07:27.997Z | Downloaded http-body-util v0.1.3 |
705 | 2025-06-30T22:07:27.999Z | Downloaded rustc-demangle v0.1.24 |
706 | 2025-06-30T22:07:28.002Z | Downloaded cookie v0.18.1 |
707 | 2025-06-30T22:07:28.005Z | Downloaded serde-hex v0.1.0 |
708 | 2025-06-30T22:07:28.008Z | Downloaded blake2 v0.10.6 |
709 | 2025-06-30T22:07:28.012Z | Downloaded console v0.15.10 |
710 | 2025-06-30T22:07:28.016Z | Downloaded clang-sys v1.8.1 |
711 | 2025-06-30T22:07:28.020Z | Downloaded thiserror-impl-no-std v2.0.2 |
712 | 2025-06-30T22:07:28.020Z | Downloaded structmeta-derive v0.3.0 |
713 | 2025-06-30T22:07:28.022Z | Downloaded mime_guess v2.0.5 |
714 | 2025-06-30T22:07:28.022Z | Downloaded memmap2 v0.9.5 |
715 | 2025-06-30T22:07:28.025Z | Downloaded hash32 v0.2.1 |
716 | 2025-06-30T22:07:28.028Z | Downloaded fxhash v0.2.1 |
717 | 2025-06-30T22:07:28.028Z | Downloaded slog-async v2.8.0 |
718 | 2025-06-30T22:07:28.031Z | Downloaded try-lock v0.2.5 |
719 | 2025-06-30T22:07:28.034Z | Downloaded indicatif v0.17.11 |
720 | 2025-06-30T22:07:28.037Z | Downloaded highway v1.3.0 |
721 | 2025-06-30T22:07:28.040Z | Downloaded slog-bunyan v2.5.0 |
722 | 2025-06-30T22:07:28.044Z | Downloaded crossbeam-utils v0.8.21 |
723 | 2025-06-30T22:07:28.048Z | Downloaded const-oid v0.9.6 |
724 | 2025-06-30T22:07:28.048Z | Downloaded crc-any v2.5.0 |
725 | 2025-06-30T22:07:28.051Z | Downloaded ctr v0.9.2 |
726 | 2025-06-30T22:07:28.054Z | Downloaded tls_codec v0.4.1 |
727 | 2025-06-30T22:07:28.057Z | Downloaded tabled_derive v0.10.0 |
728 | 2025-06-30T22:07:28.057Z | Downloaded xz2 v0.1.7 |
729 | 2025-06-30T22:07:28.060Z | Downloaded tls_codec_derive v0.4.1 |
730 | 2025-06-30T22:07:28.064Z | Downloaded waitgroup v0.1.2 |
731 | 2025-06-30T22:07:28.064Z | Downloaded miniz_oxide v0.8.5 |
732 | 2025-06-30T22:07:28.069Z | Downloaded spki v0.7.3 |
733 | 2025-06-30T22:07:28.072Z | Downloaded russh-keys v0.45.0 |
734 | 2025-06-30T22:07:28.072Z | Downloaded compact_str v0.8.0 |
735 | 2025-06-30T22:07:28.076Z | Downloaded bumpalo v3.16.0 |
736 | 2025-06-30T22:07:28.079Z | Downloaded base64 v0.13.1 |
737 | 2025-06-30T22:07:28.083Z | Downloaded wait-timeout v0.2.0 |
738 | 2025-06-30T22:07:28.086Z | Downloaded tokio-rustls v0.25.0 |
739 | 2025-06-30T22:07:28.089Z | Downloaded tui-tree-widget v0.23.1 |
740 | 2025-06-30T22:07:28.091Z | Downloaded dunce v1.0.5 |
741 | 2025-06-30T22:07:28.091Z | Downloaded tokio-tungstenite v0.23.1 |
742 | 2025-06-30T22:07:28.095Z | Downloaded hickory-resolver v0.24.4 |
743 | 2025-06-30T22:07:28.100Z | Downloaded num_enum v0.5.11 |
744 | 2025-06-30T22:07:28.106Z | Downloaded num-iter v0.1.45 |
745 | 2025-06-30T22:07:28.108Z | Downloaded walkdir v2.5.0 |
746 | 2025-06-30T22:07:28.112Z | Downloaded foreign-types v0.3.2 |
747 | 2025-06-30T22:07:28.112Z | Downloaded hickory-resolver v0.25.2 |
748 | 2025-06-30T22:07:28.116Z | Downloaded curve25519-dalek-derive v0.1.1 |
749 | 2025-06-30T22:07:28.119Z | Downloaded yasna v0.5.2 |
750 | 2025-06-30T22:07:28.122Z | Downloaded oxide-tokio-rt v0.1.1 |
751 | 2025-06-30T22:07:28.125Z | Downloaded tower-service v0.3.3 |
752 | 2025-06-30T22:07:28.125Z | Downloaded pkg-config v0.3.31 |
753 | 2025-06-30T22:07:28.130Z | Downloaded oxnet v0.1.2 |
754 | 2025-06-30T22:07:28.130Z | Downloaded mio v1.0.2 |
755 | 2025-06-30T22:07:28.135Z | Downloaded derive_builder_core v0.20.2 |
756 | 2025-06-30T22:07:28.138Z | Downloaded rcgen v0.12.1 |
757 | 2025-06-30T22:07:28.141Z | Downloaded base64 v0.21.7 |
758 | 2025-06-30T22:07:28.145Z | Downloaded crunchy v0.2.2 |
759 | 2025-06-30T22:07:28.149Z | Downloaded serde_repr v0.1.19 |
760 | 2025-06-30T22:07:28.152Z | Downloaded toml v0.7.8 |
761 | 2025-06-30T22:07:28.155Z | Downloaded defmt-parser v0.3.4 |
762 | 2025-06-30T22:07:28.155Z | Downloaded debug-ignore v1.0.5 |
763 | 2025-06-30T22:07:28.158Z | Downloaded serde_derive_internals v0.29.1 |
764 | 2025-06-30T22:07:28.161Z | Downloaded num_enum_derive v0.5.11 |
765 | 2025-06-30T22:07:28.161Z | Downloaded nodrop v0.1.14 |
766 | 2025-06-30T22:07:28.167Z | Downloaded ref-cast-impl v1.0.24 |
767 | 2025-06-30T22:07:28.167Z | Downloaded endian-type v0.1.2 |
768 | 2025-06-30T22:07:28.167Z | Downloaded pem v3.0.5 |
769 | 2025-06-30T22:07:28.171Z | Downloaded packed_struct v0.10.1 |
770 | 2025-06-30T22:07:28.171Z | Downloaded darling_macro v0.20.10 |
771 | 2025-06-30T22:07:28.171Z | Downloaded zeroize_derive v1.4.2 |
772 | 2025-06-30T22:07:28.174Z | Downloaded support-bundle-viewer v0.1.2 |
773 | 2025-06-30T22:07:28.174Z | Downloaded typify v0.4.1 |
774 | 2025-06-30T22:07:28.178Z | Downloaded headers-core v0.3.0 |
775 | 2025-06-30T22:07:28.181Z | Downloaded libm v0.2.8 |
776 | 2025-06-30T22:07:28.189Z | Downloaded thiserror-no-std v2.0.2 |
777 | 2025-06-30T22:07:28.199Z | Downloaded take_mut v0.2.2 |
778 | 2025-06-30T22:07:28.203Z | Downloaded tagptr v0.2.0 |
779 | 2025-06-30T22:07:28.203Z | Downloaded tiny-keccak v2.0.2 |
780 | 2025-06-30T22:07:28.203Z | Downloaded untrusted v0.7.1 |
781 | 2025-06-30T22:07:28.203Z | Downloaded aes-gcm v0.10.3 |
782 | 2025-06-30T22:07:28.206Z | Downloaded cc v1.2.15 |
783 | 2025-06-30T22:07:28.210Z | Downloaded env_filter v0.1.2 |
784 | 2025-06-30T22:07:28.213Z | Downloaded num-conv v0.1.0 |
785 | 2025-06-30T22:07:28.216Z | Downloaded predicates-tree v1.0.12 |
786 | 2025-06-30T22:07:28.216Z | Downloaded pem-rfc7468 v0.7.0 |
787 | 2025-06-30T22:07:28.219Z | Downloaded bindgen v0.69.5 |
788 | 2025-06-30T22:07:28.226Z | Downloaded peg-runtime v0.8.5 |
789 | 2025-06-30T22:07:28.229Z | Downloaded psl-types v2.0.11 |
790 | 2025-06-30T22:07:28.233Z | Downloaded iri-string v0.7.8 |
791 | 2025-06-30T22:07:28.238Z | Downloaded russh-cryptovec v0.7.3 |
792 | 2025-06-30T22:07:28.242Z | Downloaded foreign-types-macros v0.2.3 |
793 | 2025-06-30T22:07:28.242Z | Downloaded enum-as-inner v0.6.1 |
794 | 2025-06-30T22:07:28.245Z | Downloaded data-encoding v2.9.0 |
795 | 2025-06-30T22:07:28.245Z | Downloaded itertools v0.13.0 |
796 | 2025-06-30T22:07:28.251Z | Downloaded serde_bytes v0.11.17 |
797 | 2025-06-30T22:07:28.254Z | Downloaded funty v2.0.0 |
798 | 2025-06-30T22:07:28.258Z | Downloaded newline-converter v0.3.0 |
799 | 2025-06-30T22:07:28.258Z | Downloaded powerfmt v0.2.0 |
800 | 2025-06-30T22:07:28.262Z | Downloaded tokio-rustls v0.24.1 |
801 | 2025-06-30T22:07:28.262Z | Downloaded time-macros v0.2.18 |
802 | 2025-06-30T22:07:28.265Z | Downloaded pkcs5 v0.7.1 |
803 | 2025-06-30T22:07:28.268Z | Downloaded qorb v0.4.0 |
804 | 2025-06-30T22:07:28.274Z | Downloaded globset v0.4.15 |
805 | 2025-06-30T22:07:28.276Z | Downloaded vsss-rs v3.3.4 |
806 | 2025-06-30T22:07:28.279Z | Downloaded num-derive v0.4.2 |
807 | 2025-06-30T22:07:28.283Z | Downloaded num-derive v0.3.3 |
808 | 2025-06-30T22:07:28.286Z | Downloaded futures-sink v0.3.31 |
809 | 2025-06-30T22:07:28.286Z | Downloaded opaque-debug v0.3.1 |
810 | 2025-06-30T22:07:28.292Z | Downloaded foreign-types-shared v0.3.1 |
811 | 2025-06-30T22:07:28.292Z | Downloaded cstr-argument v0.1.2 |
812 | 2025-06-30T22:07:28.292Z | Downloaded vte_generate_state_changes v0.1.2 |
813 | 2025-06-30T22:07:28.295Z | Downloaded diesel_table_macro_syntax v0.2.0 |
814 | 2025-06-30T22:07:28.295Z | Downloaded secrecy v0.8.0 |
815 | 2025-06-30T22:07:28.295Z | Downloaded scheduled-thread-pool v0.2.7 |
816 | 2025-06-30T22:07:28.295Z | Downloaded parse-size v1.1.0 |
817 | 2025-06-30T22:07:28.298Z | Downloaded progenitor-macro v0.9.1 |
818 | 2025-06-30T22:07:28.298Z | Downloaded sec1 v0.7.3 |
819 | 2025-06-30T22:07:28.301Z | Downloaded futures-task v0.3.31 |
820 | 2025-06-30T22:07:28.306Z | Downloaded unsafe-libyaml v0.2.11 |
821 | 2025-06-30T22:07:28.309Z | Downloaded phf_shared v0.11.2 |
822 | 2025-06-30T22:07:28.309Z | Downloaded futures-io v0.3.31 |
823 | 2025-06-30T22:07:28.309Z | Downloaded smf v0.2.3 |
824 | 2025-06-30T22:07:28.312Z | Downloaded slog-stdlog v4.1.1 |
825 | 2025-06-30T22:07:28.315Z | Downloaded typify-macro v0.2.0 |
826 | 2025-06-30T22:07:28.315Z | Downloaded slog-scope v4.4.0 |
827 | 2025-06-30T22:07:28.318Z | Downloaded slog-json v2.6.1 |
828 | 2025-06-30T22:07:28.318Z | Downloaded crypto-bigint v0.5.5 |
829 | 2025-06-30T22:07:28.325Z | Downloaded slog-dtrace v0.3.0 |
830 | 2025-06-30T22:07:28.328Z | Downloaded wyz v0.5.1 |
831 | 2025-06-30T22:07:28.332Z | Downloaded thread_local v1.1.8 |
832 | 2025-06-30T22:07:28.332Z | Downloaded slog-envlogger v2.2.0 |
833 | 2025-06-30T22:07:28.336Z | Downloaded rustls-pemfile v2.2.0 |
834 | 2025-06-30T22:07:28.340Z | Downloaded futures-channel v0.3.31 |
835 | 2025-06-30T22:07:28.340Z | Downloaded flate2 v1.1.2 |
836 | 2025-06-30T22:07:28.344Z | Downloaded tinyvec_macros v0.1.1 |
837 | 2025-06-30T22:07:28.347Z | Downloaded parking_lot v0.11.2 |
838 | 2025-06-30T22:07:28.350Z | Downloaded futures-macro v0.3.31 |
839 | 2025-06-30T22:07:28.350Z | Downloaded futures-executor v0.3.31 |
840 | 2025-06-30T22:07:28.353Z | Downloaded parking_lot v0.12.3 |
841 | 2025-06-30T22:07:28.356Z | Downloaded tokio-stream v0.1.17 |
842 | 2025-06-30T22:07:28.361Z | Downloaded phf_codegen v0.11.2 |
843 | 2025-06-30T22:07:28.366Z | Downloaded strum v0.26.3 |
844 | 2025-06-30T22:07:28.366Z | Downloaded progenitor v0.10.0 |
845 | 2025-06-30T22:07:28.375Z | Downloaded strum_macros v0.26.4 |
846 | 2025-06-30T22:07:28.375Z | Downloaded void v1.0.2 |
847 | 2025-06-30T22:07:28.380Z | Downloaded postgres-types v0.2.9 |
848 | 2025-06-30T22:07:28.380Z | Downloaded pbkdf2 v0.11.0 |
849 | 2025-06-30T22:07:28.380Z | Downloaded postcard v1.0.10 |
850 | 2025-06-30T22:07:28.383Z | Downloaded rustc_version v0.4.1 |
851 | 2025-06-30T22:07:28.383Z | Downloaded csv-core v0.1.11 |
852 | 2025-06-30T22:07:28.383Z | Downloaded whoami v1.6.0 |
853 | 2025-06-30T22:07:28.386Z | Downloaded fixedbitset v0.4.2 |
854 | 2025-06-30T22:07:28.390Z | Downloaded half v1.8.3 |
855 | 2025-06-30T22:07:28.393Z | Downloaded futures v0.3.31 |
856 | 2025-06-30T22:07:28.396Z | Downloaded openssl-sys v0.9.109 |
857 | 2025-06-30T22:07:28.401Z | Downloaded sigpipe v0.1.3 |
858 | 2025-06-30T22:07:28.404Z | Downloaded newtype_derive v0.1.6 |
859 | 2025-06-30T22:07:28.407Z | Downloaded unicode-truncate v1.1.0 |
860 | 2025-06-30T22:07:28.407Z | Downloaded strum_macros v0.24.3 |
861 | 2025-06-30T22:07:28.410Z | Downloaded salsa20 v0.10.2 |
862 | 2025-06-30T22:07:28.413Z | Downloaded omicron-zone-package v0.12.2 |
863 | 2025-06-30T22:07:28.416Z | Downloaded tower-layer v0.3.3 |
864 | 2025-06-30T22:07:28.416Z | Downloaded tokio-rustls v0.26.0 |
865 | 2025-06-30T22:07:28.419Z | Downloaded zone v0.3.1 |
866 | 2025-06-30T22:07:28.422Z | Downloaded hashbrown v0.13.2 |
867 | 2025-06-30T22:07:28.426Z | Downloaded elliptic-curve v0.13.8 |
868 | 2025-06-30T22:07:28.429Z | Downloaded zone_cfg_derive v0.3.0 |
869 | 2025-06-30T22:07:28.432Z | Downloaded filetime v0.2.25 |
870 | 2025-06-30T22:07:28.435Z | Downloaded zone_cfg_derive v0.1.2 |
871 | 2025-06-30T22:07:28.435Z | Downloaded olpc-cjson v0.1.4 |
872 | 2025-06-30T22:07:28.438Z | Downloaded multer v3.1.0 |
873 | 2025-06-30T22:07:28.442Z | Downloaded topological-sort v0.2.2 |
874 | 2025-06-30T22:07:28.442Z | Downloaded string_cache v0.8.9 |
875 | 2025-06-30T22:07:28.445Z | Downloaded dyn-clone v1.0.19 |
876 | 2025-06-30T22:07:28.445Z | Downloaded tokio-postgres v0.7.13 |
877 | 2025-06-30T22:07:28.450Z | Downloaded which v4.4.2 |
878 | 2025-06-30T22:07:28.453Z | Downloaded sync_wrapper v1.0.1 |
879 | 2025-06-30T22:07:28.456Z | Downloaded oso-derive v0.27.3 |
880 | 2025-06-30T22:07:28.456Z | Downloaded static_assertions v1.1.0 |
881 | 2025-06-30T22:07:28.459Z | Downloaded diff v0.1.13 |
882 | 2025-06-30T22:07:28.462Z | Downloaded deranged v0.3.11 |
883 | 2025-06-30T22:07:28.465Z | Downloaded pin-project v1.1.6 |
884 | 2025-06-30T22:07:28.474Z | Downloaded new_debug_unreachable v1.0.6 |
885 | 2025-06-30T22:07:28.477Z | Downloaded nibble_vec v0.1.0 |
886 | 2025-06-30T22:07:28.480Z | Downloaded twox-hash v2.1.0 |
887 | 2025-06-30T22:07:28.483Z | Downloaded want v0.3.1 |
888 | 2025-06-30T22:07:28.483Z | Downloaded nanorand v0.7.0 |
889 | 2025-06-30T22:07:28.485Z | Downloaded rand_xorshift v0.4.0 |
890 | 2025-06-30T22:07:28.489Z | Downloaded peg v0.8.5 |
891 | 2025-06-30T22:07:28.492Z | Downloaded parse-display v0.10.0 |
892 | 2025-06-30T22:07:28.492Z | Downloaded fixedbitset v0.5.7 |
893 | 2025-06-30T22:07:28.497Z | Downloaded derive_more v0.99.20 |
894 | 2025-06-30T22:07:28.501Z | Downloaded proc-macro-error-attr2 v2.0.0 |
895 | 2025-06-30T22:07:28.504Z | Downloaded polyval v0.6.2 |
896 | 2025-06-30T22:07:28.504Z | Downloaded openssl-probe v0.1.5 |
897 | 2025-06-30T22:07:28.507Z | Downloaded proc-macro-crate v1.3.1 |
898 | 2025-06-30T22:07:28.507Z | Downloaded normalize-line-endings v0.3.0 |
899 | 2025-06-30T22:07:28.507Z | Downloaded pin-utils v0.1.0 |
900 | 2025-06-30T22:07:28.511Z | Downloaded zerocopy-derive v0.8.26 |
901 | 2025-06-30T22:07:28.517Z | Downloaded signature v2.2.0 |
902 | 2025-06-30T22:07:28.522Z | Downloaded pretty-hex v0.2.1 |
903 | 2025-06-30T22:07:28.522Z | Downloaded schemars v0.8.22 |
904 | 2025-06-30T22:07:28.531Z | Downloaded globwalk v0.9.1 |
905 | 2025-06-30T22:07:28.535Z | Downloaded nom v7.1.3 |
906 | 2025-06-30T22:07:28.538Z | Downloaded glob v0.3.2 |
907 | 2025-06-30T22:07:28.542Z | Downloaded strum_macros v0.25.3 |
908 | 2025-06-30T22:07:28.547Z | Downloaded derive_builder_macro v0.20.2 |
909 | 2025-06-30T22:07:28.547Z | Downloaded zstd v0.13.3 |
910 | 2025-06-30T22:07:28.552Z | Downloaded time-core v0.1.2 |
911 | 2025-06-30T22:07:28.552Z | Downloaded openssl-macros v0.1.1 |
912 | 2025-06-30T22:07:28.552Z | Downloaded ghash v0.5.1 |
913 | 2025-06-30T22:07:28.556Z | Downloaded supports-color v3.0.2 |
914 | 2025-06-30T22:07:28.556Z | Downloaded parking_lot_core v0.8.6 |
915 | 2025-06-30T22:07:28.556Z | Downloaded native-tls v0.2.12 |
916 | 2025-06-30T22:07:28.559Z | Downloaded tungstenite v0.23.0 |
917 | 2025-06-30T22:07:28.562Z | Downloaded r2d2 v0.8.10 |
918 | 2025-06-30T22:07:28.569Z | Downloaded primeorder v0.13.6 |
919 | 2025-06-30T22:07:28.569Z | Downloaded ena v0.14.3 |
920 | 2025-06-30T22:07:28.574Z | Downloaded tokio-tungstenite v0.21.0 |
921 | 2025-06-30T22:07:28.574Z | Downloaded termcolor v1.4.1 |
922 | 2025-06-30T22:07:28.574Z | Downloaded tokio-util v0.7.15 |
923 | 2025-06-30T22:07:28.578Z | Downloaded tokio-dtrace v0.1.0 |
924 | 2025-06-30T22:07:28.583Z | Downloaded unicase v2.7.0 |
925 | 2025-06-30T22:07:28.583Z | Downloaded num_threads v0.1.7 |
926 | 2025-06-30T22:07:28.587Z | Downloaded ed25519 v2.2.3 |
927 | 2025-06-30T22:07:28.587Z | Downloaded owo-colors v4.2.2 |
928 | 2025-06-30T22:07:28.591Z | Downloaded signal-hook-tokio v0.3.1 |
929 | 2025-06-30T22:07:28.591Z | Downloaded rustls-pemfile v1.0.4 |
930 | 2025-06-30T22:07:28.599Z | Downloaded fatfs v0.3.6 |
931 | 2025-06-30T22:07:28.602Z | Downloaded pin-project-lite v0.2.14 |
932 | 2025-06-30T22:07:28.602Z | Downloaded pin-project-internal v1.1.6 |
933 | 2025-06-30T22:07:28.602Z | Downloaded tokio-native-tls v0.3.1 |
934 | 2025-06-30T22:07:28.605Z | Downloaded paste v1.0.15 |
935 | 2025-06-30T22:07:28.611Z | Downloaded flagset v0.4.6 |
936 | 2025-06-30T22:07:28.618Z | Downloaded num v0.4.3 |
937 | 2025-06-30T22:07:28.618Z | Downloaded tokio-macros v2.5.0 |
938 | 2025-06-30T22:07:28.619Z | Downloaded rsa v0.9.6 |
939 | 2025-06-30T22:07:28.623Z | Downloaded typify-macro v0.3.0 |
940 | 2025-06-30T22:07:28.623Z | Downloaded simd-adler32 v0.3.7 |
941 | 2025-06-30T22:07:28.623Z | Downloaded vergen v8.3.2 |
942 | 2025-06-30T22:07:28.631Z | Downloaded socket2 v0.5.10 |
943 | 2025-06-30T22:07:28.631Z | Downloaded darling v0.20.10 |
944 | 2025-06-30T22:07:28.635Z | Downloaded pbkdf2 v0.12.2 |
945 | 2025-06-30T22:07:28.635Z | Downloaded tracing-core v0.1.32 |
946 | 2025-06-30T22:07:28.635Z | Downloaded env_logger v0.11.5 |
947 | 2025-06-30T22:07:28.640Z | Downloaded rustls-native-certs v0.8.1 |
948 | 2025-06-30T22:07:28.645Z | Downloaded serde_with_macros v3.12.0 |
949 | 2025-06-30T22:07:28.645Z | Downloaded tinyvec v1.8.0 |
950 | 2025-06-30T22:07:28.648Z | Downloaded parse-zoneinfo v0.3.1 |
951 | 2025-06-30T22:07:28.653Z | Downloaded unicode-normalization v0.1.24 |
952 | 2025-06-30T22:07:28.659Z | Downloaded poly1305 v0.8.0 |
953 | 2025-06-30T22:07:28.659Z | Downloaded ron v0.8.1 |
954 | 2025-06-30T22:07:28.663Z | Downloaded foreign-types v0.5.0 |
955 | 2025-06-30T22:07:28.663Z | Downloaded fallible-iterator v0.2.0 |
956 | 2025-06-30T22:07:28.667Z | Downloaded signal-hook-registry v1.4.2 |
957 | 2025-06-30T22:07:28.667Z | Downloaded oso v0.27.3 |
958 | 2025-06-30T22:07:28.671Z | Downloaded hickory-proto v0.24.4 |
959 | 2025-06-30T22:07:28.686Z | Downloaded nu-ansi-term v0.50.1 |
960 | 2025-06-30T22:07:28.697Z | Downloaded derive-where v1.5.0 |
961 | 2025-06-30T22:07:28.706Z | Downloaded tungstenite v0.21.0 |
962 | 2025-06-30T22:07:28.706Z | Downloaded password-hash v0.5.0 |
963 | 2025-06-30T22:07:28.706Z | Downloaded snafu v0.8.5 |
964 | 2025-06-30T22:07:28.715Z | Downloaded derive_builder v0.20.2 |
965 | 2025-06-30T22:07:28.715Z | Downloaded progenitor-impl v0.10.0 |
966 | 2025-06-30T22:07:28.715Z | Downloaded ecdsa v0.16.9 |
967 | 2025-06-30T22:07:28.720Z | Downloaded rustyline v14.0.0 |
968 | 2025-06-30T22:07:28.720Z | Downloaded env_logger v0.10.2 |
969 | 2025-06-30T22:07:28.727Z | Downloaded pretty_assertions v1.4.1 |
970 | 2025-06-30T22:07:28.727Z | Downloaded blake3 v1.5.4 |
971 | 2025-06-30T22:07:28.747Z | Downloaded unicode-properties v0.1.3 |
972 | 2025-06-30T22:07:28.753Z | Downloaded russh v0.45.0 |
973 | 2025-06-30T22:07:28.758Z | Downloaded futures-util v0.3.31 |
974 | 2025-06-30T22:07:28.778Z | Downloaded similar v2.7.0 |
975 | 2025-06-30T22:07:28.797Z | Downloaded aws-lc-rs v1.12.4 |
976 | 2025-06-30T22:07:28.805Z | Downloaded serde_with v3.12.0 |
977 | 2025-06-30T22:07:28.806Z | Downloaded unicode-bidi v0.3.17 |
978 | 2025-06-30T22:07:28.820Z | Downloaded darling_core v0.20.10 |
979 | 2025-06-30T22:07:28.820Z | Downloaded num-bigint-dig v0.8.4 |
980 | 2025-06-30T22:07:28.836Z | Downloaded expectorate v1.2.0 |
981 | 2025-06-30T22:07:28.836Z | Downloaded tar v0.4.44 |
982 | 2025-06-30T22:07:28.836Z | Downloaded winnow v0.5.40 |
983 | 2025-06-30T22:07:28.861Z | Downloaded rand v0.8.5 |
984 | 2025-06-30T22:07:28.861Z | Downloaded bitvec v1.0.1 |
985 | 2025-06-30T22:07:28.902Z | Downloaded tower-http v0.6.6 |
986 | 2025-06-30T22:07:28.902Z | Downloaded quinn-proto v0.11.8 |
987 | 2025-06-30T22:07:28.902Z | Downloaded steno v0.4.1 |
988 | 2025-06-30T22:07:28.935Z | Downloaded zip v4.2.0 |
989 | 2025-06-30T22:07:28.935Z | Downloaded p384 v0.13.0 |
990 | 2025-06-30T22:07:28.935Z | Downloaded tough v0.20.0 |
991 | 2025-06-30T22:07:28.935Z | Downloaded unicode-segmentation v1.12.0 |
992 | 2025-06-30T22:07:28.935Z | Downloaded winnow v0.6.26 |
993 | 2025-06-30T22:07:28.935Z | Downloaded portable-atomic v1.11.0 |
994 | 2025-06-30T22:07:28.935Z | Downloaded h2 v0.4.6 |
995 | 2025-06-30T22:07:28.952Z | Downloaded salty v0.3.0 |
996 | 2025-06-30T22:07:28.952Z | Downloaded zerocopy v0.8.26 |
997 | 2025-06-30T22:07:28.982Z | Downloaded rustls-webpki v0.101.7 |
998 | 2025-06-30T22:07:29.037Z | Downloaded rayon v1.10.0 |
999 | 2025-06-30T22:07:29.037Z | Downloaded proptest v1.7.0 |
1000 | 2025-06-30T22:07:29.045Z | Downloaded petname v2.0.2 |
1001 | 2025-06-30T22:07:29.045Z | Downloaded regex v1.11.1 |
1002 | 2025-06-30T22:07:29.045Z | Downloaded rustls-webpki v0.102.8 |
1003 | 2025-06-30T22:07:29.045Z | Downloaded openssl v0.10.73 |
1004 | 2025-06-30T22:07:29.045Z | Downloaded nix v0.29.0 |
1005 | 2025-06-30T22:07:29.056Z | Downloaded vcpkg v0.2.15 |
1006 | 2025-06-30T22:07:29.105Z | Downloaded nix v0.28.0 |
1007 | 2025-06-30T22:07:29.117Z | Downloaded regress v0.10.3 |
1008 | 2025-06-30T22:07:29.130Z | Downloaded git2 v0.19.0 |
1009 | 2025-06-30T22:07:29.152Z | Downloaded bstr v1.10.0 |
1010 | 2025-06-30T22:07:29.167Z | Downloaded rustls v0.21.12 |
1011 | 2025-06-30T22:07:29.167Z | Downloaded radix_trie v0.2.1 |
1012 | 2025-06-30T22:07:29.221Z | Downloaded dropshot v0.16.2 |
1013 | 2025-06-30T22:07:29.221Z | Downloaded object v0.30.4 |
1014 | 2025-06-30T22:07:29.221Z | Downloaded openapiv3 v2.2.0 |
1015 | 2025-06-30T22:07:29.260Z | Downloaded nix v0.27.1 |
1016 | 2025-06-30T22:07:29.260Z | Downloaded diesel v2.2.11 |
1017 | 2025-06-30T22:07:29.279Z | Downloaded typify-impl v0.4.1 |
1018 | 2025-06-30T22:07:29.279Z | Downloaded sled v0.34.7 |
1019 | 2025-06-30T22:07:29.305Z | Downloaded typify-impl v0.3.0 |
1020 | 2025-06-30T22:07:29.306Z | Downloaded rustls v0.23.19 |
1021 | 2025-06-30T22:07:29.306Z | Downloaded typify-impl v0.2.0 |
1022 | 2025-06-30T22:07:29.328Z | Downloaded rustls v0.22.4 |
1023 | 2025-06-30T22:07:29.350Z | Downloaded gimli v0.31.1 |
1024 | 2025-06-30T22:07:29.350Z | Downloaded smoltcp v0.11.0 |
1025 | 2025-06-30T22:07:29.370Z | Downloaded webpki-roots v1.0.0 |
1026 | 2025-06-30T22:07:29.371Z | Downloaded jiff v0.2.15 |
1027 | 2025-06-30T22:07:29.415Z | Downloaded smoltcp v0.9.1 |
1028 | 2025-06-30T22:07:29.445Z | Downloaded zerocopy-derive v0.6.6 |
1029 | 2025-06-30T22:07:29.445Z | Downloaded ratatui v0.29.0 |
1030 | 2025-06-30T22:07:29.445Z | Downloaded regex-automata v0.4.8 |
1031 | 2025-06-30T22:07:29.469Z | Downloaded lzma-sys v0.1.20 |
1032 | 2025-06-30T22:07:29.483Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1033 | 2025-06-30T22:07:29.511Z | Downloaded object v0.36.5 |
1034 | 2025-06-30T22:07:29.512Z | Downloaded polar-core v0.27.3 |
1035 | 2025-06-30T22:07:29.583Z | Downloaded petgraph v0.6.5 |
1036 | 2025-06-30T22:07:29.583Z | Downloaded chrono-tz v0.10.3 |
1037 | 2025-06-30T22:07:29.583Z | Downloaded regex-syntax v0.8.5 |
1038 | 2025-06-30T22:07:29.610Z | Downloaded nix v0.30.1 |
1039 | 2025-06-30T22:07:29.610Z | Downloaded curve25519-dalek v4.1.3 |
1040 | 2025-06-30T22:07:29.610Z | Downloaded hickory-proto v0.25.2 |
1041 | 2025-06-30T22:07:29.610Z | Downloaded petgraph v0.8.2 |
1042 | 2025-06-30T22:07:29.641Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1043 | 2025-06-30T22:07:29.666Z | Downloaded libz-sys v1.1.20 |
1044 | 2025-06-30T22:07:29.666Z | Downloaded regex-syntax v0.6.29 |
1045 | 2025-06-30T22:07:29.702Z | Downloaded zlib-rs v0.5.1 |
1046 | 2025-06-30T22:07:29.703Z | Downloaded tokio v1.45.1 |
1047 | 2025-06-30T22:07:29.732Z | Downloaded reqwest v0.12.20 |
1048 | 2025-06-30T22:07:29.732Z | Downloaded csv v1.3.1 |
1049 | 2025-06-30T22:07:29.743Z | Downloaded sha3 v0.10.8 |
1050 | 2025-06-30T22:07:29.743Z | Downloaded tower v0.5.2 |
1051 | 2025-06-30T22:07:29.748Z | Downloaded ssh-key v0.6.6 |
1052 | 2025-06-30T22:07:29.762Z | Downloaded time v0.3.36 |
1053 | 2025-06-30T22:07:29.771Z | Downloaded rpassword v7.4.0 |
1054 | 2025-06-30T22:07:29.771Z | Downloaded chrono v0.4.41 |
1055 | 2025-06-30T22:07:29.787Z | Downloaded quick-xml v0.37.2 |
1056 | 2025-06-30T22:07:29.806Z | Downloaded typed-path v0.9.3 |
1057 | 2025-06-30T22:07:29.806Z | Downloaded tabled v0.18.0 |
1058 | 2025-06-30T22:07:29.807Z | Downloaded moka v0.12.10 |
1059 | 2025-06-30T22:07:29.812Z | Downloaded der v0.7.9 |
1060 | 2025-06-30T22:07:29.821Z | Downloaded rayon-core v1.12.1 |
1061 | 2025-06-30T22:07:29.836Z | Downloaded serde_yaml v0.9.34+deprecated |
1062 | 2025-06-30T22:07:29.836Z | Downloaded daft-derive v0.1.3 |
1063 | 2025-06-30T22:07:29.845Z | Downloaded daft v0.1.3 |
1064 | 2025-06-30T22:07:29.845Z | Downloaded value-bag v1.9.0 |
1065 | 2025-06-30T22:07:29.845Z | Downloaded sqlparser v0.45.0 |
1066 | 2025-06-30T22:07:29.845Z | Downloaded signal-hook-mio v0.2.4 |
1067 | 2025-06-30T22:07:29.845Z | Downloaded shell-words v1.1.0 |
1068 | 2025-06-30T22:07:29.852Z | Downloaded term v0.7.0 |
1069 | 2025-06-30T22:07:29.852Z | Downloaded num-bigint v0.4.6 |
1070 | 2025-06-30T22:07:29.852Z | Downloaded rand_core v0.9.2 |
1071 | 2025-06-30T22:07:29.852Z | Downloaded dropshot_endpoint v0.16.2 |
1072 | 2025-06-30T22:07:29.859Z | Downloaded rand_seeder v0.3.0 |
1073 | 2025-06-30T22:07:29.859Z | Downloaded p521 v0.13.3 |
1074 | 2025-06-30T22:07:29.866Z | Downloaded zopfli v0.8.1 |
1075 | 2025-06-30T22:07:29.866Z | Downloaded encoding_rs v0.8.34 |
1076 | 2025-06-30T22:07:29.885Z | Downloaded path-slash v0.1.5 |
1077 | 2025-06-30T22:07:29.891Z | Downloaded parse-display-derive v0.10.0 |
1078 | 2025-06-30T22:07:29.891Z | Downloaded tap v1.0.1 |
1079 | 2025-06-30T22:07:29.891Z | Downloaded progenitor-client v0.10.0 |
1080 | 2025-06-30T22:07:29.891Z | Downloaded lalrpop v0.19.12 |
1081 | 2025-06-30T22:07:29.904Z | Downloaded sha1 v0.10.6 |
1082 | 2025-06-30T22:07:29.909Z | Downloaded multimap v0.10.1 |
1083 | 2025-06-30T22:07:29.909Z | Downloaded uzers v0.12.1 |
1084 | 2025-06-30T22:07:29.909Z | Downloaded reedline v0.40.0 |
1085 | 2025-06-30T22:07:29.914Z | Downloaded ring v0.17.14 |
1086 | 2025-06-30T22:07:29.961Z | Downloaded group v0.13.0 |
1087 | 2025-06-30T22:07:29.966Z | Downloaded snafu-derive v0.8.5 |
1088 | 2025-06-30T22:07:29.966Z | Downloaded fd-lock v4.0.2 |
1089 | 2025-06-30T22:07:29.966Z | Downloaded sync-ptr v0.1.4 |
1090 | 2025-06-30T22:07:29.966Z | Downloaded unarray v0.1.4 |
1091 | 2025-06-30T22:07:29.976Z | Downloaded universal-hash v0.5.1 |
1092 | 2025-06-30T22:07:29.977Z | Downloaded phf v0.11.2 |
1093 | 2025-06-30T22:07:29.977Z | Downloaded parking_lot_core v0.9.10 |
1094 | 2025-06-30T22:07:29.977Z | Downloaded newtype-uuid v1.2.4 |
1095 | 2025-06-30T22:07:29.977Z | Downloaded rand v0.9.1 |
1096 | 2025-06-30T22:07:29.983Z | Downloaded rustls-pki-types v1.10.0 |
1097 | 2025-06-30T22:07:29.984Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1098 | 2025-06-30T22:07:30.040Z | Downloaded rtoolbox v0.0.2 |
1099 | 2025-06-30T22:07:30.049Z | Downloaded ref-cast v1.0.24 |
1100 | 2025-06-30T22:07:30.049Z | Downloaded tracing v0.1.40 |
1101 | 2025-06-30T22:07:30.049Z | Downloaded radium v0.7.0 |
1102 | 2025-06-30T22:07:30.056Z | Downloaded ppv-lite86 v0.2.20 |
1103 | 2025-06-30T22:07:30.056Z | Downloaded spin v0.9.8 |
1104 | 2025-06-30T22:07:30.056Z | Downloaded publicsuffix v2.3.0 |
1105 | 2025-06-30T22:07:30.057Z | Downloaded x509-cert v0.2.5 |
1106 | 2025-06-30T22:07:30.069Z | Downloaded crossterm v0.28.1 |
1107 | 2025-06-30T22:07:30.079Z | Downloaded stringprep v0.1.5 |
1108 | 2025-06-30T22:07:30.080Z | Downloaded serde_urlencoded v0.7.1 |
1109 | 2025-06-30T22:07:30.080Z | Downloaded des v0.8.1 |
1110 | 2025-06-30T22:07:30.080Z | Downloaded zone v0.1.8 |
1111 | 2025-06-30T22:07:30.080Z | Downloaded progenitor v0.9.1 |
1112 | 2025-06-30T22:07:30.080Z | Downloaded typify v0.3.0 |
1113 | 2025-06-30T22:07:30.080Z | Downloaded vte v0.11.1 |
1114 | 2025-06-30T22:07:30.091Z | Downloaded hkdf v0.12.4 |
1115 | 2025-06-30T22:07:30.091Z | Downloaded subprocess v0.2.9 |
1116 | 2025-06-30T22:07:30.092Z | Downloaded zstd-safe v7.2.3 |
1117 | 2025-06-30T22:07:30.092Z | Downloaded typify v0.2.0 |
1118 | 2025-06-30T22:07:30.092Z | Downloaded progenitor v0.8.0 |
1119 | 2025-06-30T22:07:30.092Z | Downloaded fs_extra v1.3.0 |
1120 | 2025-06-30T22:07:30.104Z | Downloaded fs-err v2.11.0 |
1121 | 2025-06-30T22:07:30.104Z | Downloaded precomputed-hash v0.1.1 |
1122 | 2025-06-30T22:07:30.104Z | Downloaded dsl_auto_type v0.1.2 |
1123 | 2025-06-30T22:07:30.104Z | Downloaded headers v0.4.1 |
1124 | 2025-06-30T22:07:30.104Z | Downloaded hashbrown v0.12.3 |
1125 | 2025-06-30T22:07:30.110Z | Downloaded ed25519-dalek v2.1.1 |
1126 | 2025-06-30T22:07:30.110Z | Downloaded same-file v1.0.6 |
1127 | 2025-06-30T22:07:30.110Z | Downloaded phf_generator v0.11.2 |
1128 | 2025-06-30T22:07:30.110Z | Downloaded foreign-types-shared v0.1.1 |
1129 | 2025-06-30T22:07:30.111Z | Downloaded postgres-protocol v0.6.8 |
1130 | 2025-06-30T22:07:30.111Z | Downloaded sct v0.7.1 |
1131 | 2025-06-30T22:07:30.115Z | Downloaded peg-macros v0.8.5 |
1132 | 2025-06-30T22:07:30.115Z | Downloaded zip v0.6.6 |
1133 | 2025-06-30T22:07:30.124Z | Downloaded flume v0.11.1 |
1134 | 2025-06-30T22:07:30.124Z | Downloaded num-complex v0.4.6 |
1135 | 2025-06-30T22:07:30.124Z | Downloaded ron v0.7.1 |
1136 | 2025-06-30T22:07:30.129Z | Downloaded document-features v0.2.10 |
1137 | 2025-06-30T22:07:30.129Z | Downloaded diesel-dtrace v0.4.2 |
1138 | 2025-06-30T22:07:30.129Z | Downloaded termios v0.3.3 |
1139 | 2025-06-30T22:07:30.133Z | Downloaded unicode_categories v0.1.1 |
1140 | 2025-06-30T22:07:30.133Z | Downloaded prefix-trie v0.7.0 |
1141 | 2025-06-30T22:07:30.133Z | Downloaded papergrid v0.14.0 |
1142 | 2025-06-30T22:07:30.138Z | Downloaded diesel_derives v2.2.3 |
1143 | 2025-06-30T22:07:30.141Z | Downloaded quinn-udp v0.5.5 |
1144 | 2025-06-30T22:07:30.145Z | Downloaded p256 v0.13.2 |
1145 | 2025-06-30T22:07:30.149Z | Downloaded getrandom v0.2.15 |
1146 | 2025-06-30T22:07:30.149Z | Downloaded toml_edit v0.19.15 |
1147 | 2025-06-30T22:07:30.165Z | Downloaded progenitor-macro v0.8.0 |
1148 | 2025-06-30T22:07:30.168Z | Downloaded password-hash v0.4.2 |
1149 | 2025-06-30T22:07:30.169Z | Downloaded serde_cbor v0.11.2 |
1150 | 2025-06-30T22:07:30.169Z | Downloaded slog v2.7.0 |
1151 | 2025-06-30T22:07:30.176Z | Downloaded zeroize v1.8.1 |
1152 | 2025-06-30T22:07:30.176Z | Downloaded number_prefix v0.4.0 |
1153 | 2025-06-30T22:07:30.176Z | Downloaded rustc_version v0.1.7 |
1154 | 2025-06-30T22:07:30.179Z | Downloaded itertools v0.14.0 |
1155 | 2025-06-30T22:07:30.184Z | Downloaded progenitor-impl v0.9.1 |
1156 | 2025-06-30T22:07:30.184Z | Downloaded progenitor-impl v0.8.0 |
1157 | 2025-06-30T22:07:30.190Z | Downloaded samael v0.0.19 |
1158 | 2025-06-30T22:07:30.193Z | Downloaded difflib v0.4.0 |
1159 | 2025-06-30T22:07:30.194Z | Downloaded yansi v1.0.1 |
1160 | 2025-06-30T22:07:30.194Z | Downloaded uuid v1.17.0 |
1161 | 2025-06-30T22:07:30.198Z | Downloaded crossbeam-channel v0.5.15 |
1162 | 2025-06-30T22:07:30.202Z | Downloaded num-integer v0.1.46 |
1163 | 2025-06-30T22:07:30.202Z | Downloaded half v2.4.1 |
1164 | 2025-06-30T22:07:30.207Z | Downloaded rusty-fork v0.3.0 |
1165 | 2025-06-30T22:07:30.207Z | Downloaded dirs-sys-next v0.1.2 |
1166 | 2025-06-30T22:07:30.226Z | Downloaded dirs-next v2.0.0 |
1167 | 2025-06-30T22:07:30.226Z | Downloaded defmt-macros v0.3.9 |
1168 | 2025-06-30T22:07:30.226Z | Downloaded typify-macro v0.4.1 |
1169 | 2025-06-30T22:07:30.226Z | Downloaded tracing-attributes v0.1.27 |
1170 | 2025-06-30T22:07:30.226Z | Downloaded zerocopy v0.6.6 |
1171 | 2025-06-30T22:07:30.226Z | Downloaded structmeta v0.3.0 |
1172 | 2025-06-30T22:07:30.226Z | Downloaded ssh-encoding v0.2.0 |
1173 | 2025-06-30T22:07:30.226Z | Downloaded ssh-cipher v0.2.0 |
1174 | 2025-06-30T22:07:30.226Z | Downloaded slab v0.4.9 |
1175 | 2025-06-30T22:07:30.227Z | Downloaded serde_plain v1.0.2 |
1176 | 2025-06-30T22:07:30.227Z | Downloaded quinn v0.11.5 |
1177 | 2025-06-30T22:07:30.231Z | Downloaded itertools v0.12.1 |
1178 | 2025-06-30T22:07:30.234Z | Downloaded scrypt v0.11.0 |
1179 | 2025-06-30T22:07:30.234Z | Downloaded rfc6979 v0.4.0 |
1180 | 2025-06-30T22:07:30.234Z | Downloaded rand_chacha v0.9.0 |
1181 | 2025-06-30T22:07:30.238Z | Downloaded predicates v3.1.3 |
1182 | 2025-06-30T22:07:30.238Z | Downloaded pkcs8 v0.10.2 |
1183 | 2025-06-30T22:07:30.241Z | Downloaded pkcs1 v0.7.5 |
1184 | 2025-06-30T22:07:30.241Z | Downloaded libxml v0.3.3 |
1185 | 2025-06-30T22:07:30.253Z | Downloaded itertools v0.10.5 |
1186 | 2025-06-30T22:07:30.257Z | Downloaded const_format v0.2.34 |
1187 | 2025-06-30T22:07:30.257Z | Downloaded backtrace v0.3.74 |
1188 | 2025-06-30T22:07:30.261Z | Downloaded futures-core v0.3.31 |
1189 | 2025-06-30T22:07:30.265Z | Downloaded packed_struct_codegen v0.10.1 |
1190 | 2025-06-30T22:07:30.265Z | Downloaded der_derive v0.7.3 |
1191 | 2025-06-30T22:07:30.268Z | Downloaded strip-ansi-escapes v0.2.0 |
1192 | 2025-06-30T22:07:30.268Z | Downloaded serde_path_to_error v0.1.17 |
1193 | 2025-06-30T22:07:30.268Z | Downloaded rand_chacha v0.3.1 |
1194 | 2025-06-30T22:07:30.271Z | Downloaded predicates-core v1.0.8 |
1195 | 2025-06-30T22:07:30.271Z | Downloaded num-rational v0.4.2 |
1196 | 2025-06-30T22:07:30.271Z | Downloaded gethostname v0.5.0 |
1197 | 2025-06-30T22:07:30.274Z | Downloaded foldhash v0.1.5 |
1198 | 2025-06-30T22:07:30.274Z | Downloaded ff v0.13.0 |
1199 | 2025-06-30T22:07:30.274Z | Downloaded embedded-io v0.4.0 |
1200 | 2025-06-30T22:07:30.277Z | Downloaded embedded-io v0.6.1 |
1201 | 2025-06-30T22:07:30.277Z | Downloaded either v1.15.0 |
1202 | 2025-06-30T22:07:30.281Z | Downloaded display-error-chain v0.2.2 |
1203 | 2025-06-30T22:07:30.281Z | Downloaded defmt v0.3.8 |
1204 | 2025-06-30T22:07:30.285Z | Downloaded test-strategy v0.4.1 |
1205 | 2025-06-30T22:07:30.291Z | Downloaded prettyplease v0.2.35 |
1206 | 2025-06-30T22:07:30.294Z | Downloaded http v1.3.1 |
1207 | 2025-06-30T22:07:30.294Z | Downloaded hickory-server v0.25.2 |
1208 | 2025-06-30T22:07:30.297Z | Downloaded xshell v0.2.7 |
1209 | 2025-06-30T22:07:30.301Z | Downloaded crossbeam-epoch v0.9.18 |
1210 | 2025-06-30T22:07:30.303Z | Downloaded hash32 v0.3.1 |
1211 | 2025-06-30T22:07:30.304Z | Downloaded float-ord v0.3.2 |
1212 | 2025-06-30T22:07:30.304Z | Downloaded float-cmp v0.10.0 |
1213 | 2025-06-30T22:07:30.306Z | Downloaded signal-hook v0.3.18 |
1214 | 2025-06-30T22:07:30.306Z | Downloaded minimal-lexical v0.2.1 |
1215 | 2025-06-30T22:07:30.310Z | Downloaded chacha20poly1305 v0.10.1 |
1216 | 2025-06-30T22:07:30.313Z | Downloaded bytes v1.10.1 |
1217 | 2025-06-30T22:07:30.316Z | Downloaded jiff-static v0.2.15 |
1218 | 2025-06-30T22:07:30.319Z | Downloaded tabwriter v1.4.0 |
1219 | 2025-06-30T22:07:30.323Z | Downloaded sqlformat v0.3.5 |
1220 | 2025-06-30T22:07:30.324Z | Downloaded smallvec v0.6.14 |
1221 | 2025-06-30T22:07:30.324Z | Downloaded slog-term v2.9.1 |
1222 | 2025-06-30T22:07:30.326Z | Downloaded xattr v1.3.1 |
1223 | 2025-06-30T22:07:30.326Z | Downloaded subtle v2.6.1 |
1224 | 2025-06-30T22:07:30.327Z | Downloaded litrs v0.4.1 |
1225 | 2025-06-30T22:07:30.329Z | Downloaded indexmap v1.9.3 |
1226 | 2025-06-30T22:07:30.334Z | Downloaded jobserver v0.1.32 |
1227 | 2025-06-30T22:07:30.339Z | Downloaded md-5 v0.10.6 |
1228 | 2025-06-30T22:07:30.339Z | Downloaded libloading v0.8.5 |
1229 | 2025-06-30T22:07:30.343Z | Downloaded libefi-sys v0.1.0 |
1230 | 2025-06-30T22:07:30.343Z | Downloaded hyper v1.6.0 |
1231 | 2025-06-30T22:07:30.349Z | Downloaded hostname v0.3.1 |
1232 | 2025-06-30T22:07:30.353Z | Downloaded crossbeam-deque v0.8.5 |
1233 | 2025-06-30T22:07:30.353Z | Downloaded cancel-safe-futures v0.1.5 |
1234 | 2025-06-30T22:07:30.353Z | Downloaded ingot-macros v0.1.0 |
1235 | 2025-06-30T22:07:30.359Z | Downloaded aes v0.8.4 |
1236 | 2025-06-30T22:07:30.359Z | Downloaded shlex v1.3.0 |
1237 | 2025-06-30T22:07:30.363Z | Downloaded home v0.5.9 |
1238 | 2025-06-30T22:07:30.363Z | Downloaded linked-hash-map v0.5.6 |
1239 | 2025-06-30T22:07:30.363Z | Downloaded libsw-core v0.3.1 |
1240 | 2025-06-30T22:07:30.363Z | Downloaded hostname v0.4.0 |
1241 | 2025-06-30T22:07:30.363Z | Downloaded cookie_store v0.21.1 |
1242 | 2025-06-30T22:07:30.368Z | Downloaded ciborium v0.2.2 |
1243 | 2025-06-30T22:07:30.368Z | Downloaded libz-rs-sys v0.5.1 |
1244 | 2025-06-30T22:07:30.368Z | Downloaded lazycell v1.3.0 |
1245 | 2025-06-30T22:07:30.372Z | Downloaded keccak v0.1.5 |
1246 | 2025-06-30T22:07:30.372Z | Downloaded schemars_derive v0.8.22 |
1247 | 2025-06-30T22:07:30.372Z | Downloaded maplit v1.0.2 |
1248 | 2025-06-30T22:07:30.372Z | Downloaded lzss v0.8.2 |
1249 | 2025-06-30T22:07:30.375Z | Downloaded lru v0.12.5 |
1250 | 2025-06-30T22:07:30.375Z | Downloaded libscf-sys v1.1.0 |
1251 | 2025-06-30T22:07:30.375Z | Downloaded lazy_static v1.5.0 |
1252 | 2025-06-30T22:07:30.375Z | Downloaded lalrpop-util v0.19.12 |
1253 | 2025-06-30T22:07:30.378Z | Downloaded colored v2.2.0 |
1254 | 2025-06-30T22:07:30.378Z | Downloaded cipher v0.4.4 |
1255 | 2025-06-30T22:07:30.381Z | Downloaded cexpr v0.6.0 |
1256 | 2025-06-30T22:07:30.381Z | Downloaded atomicwrites v0.4.4 |
1257 | 2025-06-30T22:07:30.384Z | Downloaded is_ci v1.2.0 |
1258 | 2025-06-30T22:07:30.384Z | Downloaded ipnetwork v0.21.1 |
1259 | 2025-06-30T22:07:30.389Z | Downloaded ingot v0.1.0 |
1260 | 2025-06-30T22:07:30.389Z | Downloaded md5 v0.7.0 |
1261 | 2025-06-30T22:07:30.389Z | Downloaded const_format_proc_macros v0.2.34 |
1262 | 2025-06-30T22:07:30.392Z | Downloaded cargo_metadata v0.18.1 |
1263 | 2025-06-30T22:07:30.392Z | Downloaded rustc-hash v1.1.0 |
1264 | 2025-06-30T22:07:30.392Z | Downloaded http-range v0.1.5 |
1265 | 2025-06-30T22:07:30.392Z | Downloaded http-body v1.0.1 |
1266 | 2025-06-30T22:07:30.403Z | Downloaded is-terminal v0.4.13 |
1267 | 2025-06-30T22:07:30.403Z | Downloaded internet-checksum v0.2.1 |
1268 | 2025-06-30T22:07:30.403Z | Downloaded bcs v0.1.6 |
1269 | 2025-06-30T22:07:30.407Z | Downloaded indoc v1.0.9 |
1270 | 2025-06-30T22:07:30.407Z | Downloaded indent_write v2.2.0 |
1271 | 2025-06-30T22:07:30.407Z | Downloaded impl-trait-for-tuples v0.2.2 |
1272 | 2025-06-30T22:07:30.407Z | Downloaded blowfish v0.9.1 |
1273 | 2025-06-30T22:07:30.407Z | Downloaded bitflags v1.3.2 |
1274 | 2025-06-30T22:07:30.407Z | Downloaded base64ct v1.6.0 |
1275 | 2025-06-30T22:07:30.411Z | Downloaded allocator-api2 v0.2.21 |
1276 | 2025-06-30T22:07:30.414Z | Downloaded hyper-util v0.1.14 |
1277 | 2025-06-30T22:07:30.418Z | Downloaded heapless v0.8.0 |
1278 | 2025-06-30T22:07:30.422Z | Downloaded progenitor-client v0.8.0 |
1279 | 2025-06-30T22:07:30.426Z | Downloaded base16ct v0.2.0 |
1280 | 2025-06-30T22:07:30.426Z | Downloaded atomic-waker v1.1.2 |
1281 | 2025-06-30T22:07:30.426Z | Downloaded cmake v0.1.51 |
1282 | 2025-06-30T22:07:30.429Z | Downloaded chrono-tz-build v0.4.0 |
1283 | 2025-06-30T22:07:30.429Z | Downloaded block-padding v0.3.3 |
1284 | 2025-06-30T22:07:30.429Z | Downloaded crc v3.2.1 |
1285 | 2025-06-30T22:07:30.432Z | Downloaded hex v0.4.3 |
1286 | 2025-06-30T22:07:30.688Z | Downloaded aws-lc-sys v0.26.0 |
1287 | 2025-06-30T22:07:31.038Z | Compiling value-bag v1.9.0 |
1288 | 2025-06-30T22:07:31.038Z | Compiling shlex v1.3.0 |
1289 | 2025-06-30T22:07:31.038Z | Compiling lock_api v0.4.12 |
1290 | 2025-06-30T22:07:31.041Z | Compiling scopeguard v1.2.0 |
1291 | 2025-06-30T22:07:31.041Z | Compiling typenum v1.17.0 |
1292 | 2025-06-30T22:07:31.041Z | Compiling generic-array v0.14.7 |
1293 | 2025-06-30T22:07:31.041Z | Compiling syn v2.0.104 |
1294 | 2025-06-30T22:07:31.041Z | Compiling getrandom v0.2.15 |
1295 | 2025-06-30T22:07:31.319Z | Compiling jobserver v0.1.32 |
1296 | 2025-06-30T22:07:31.562Z | Compiling rand_core v0.6.4 |
1297 | 2025-06-30T22:07:31.577Z | Compiling smallvec v1.15.0 |
1298 | 2025-06-30T22:07:31.654Z | Compiling log v0.4.27 |
1299 | 2025-06-30T22:07:31.746Z | Compiling cc v1.2.15 |
1300 | 2025-06-30T22:07:32.068Z | Compiling portable-atomic v1.11.0 |
1301 | 2025-06-30T22:07:32.073Z | Compiling critical-section v1.1.3 |
1302 | 2025-06-30T22:07:32.100Z | Compiling subtle v2.6.1 |
1303 | 2025-06-30T22:07:32.115Z | Compiling const-oid v0.9.6 |
1304 | 2025-06-30T22:07:32.223Z | Compiling pkg-config v0.3.31 |
1305 | 2025-06-30T22:07:32.349Z | Compiling parking_lot_core v0.9.10 |
1306 | 2025-06-30T22:07:32.446Z | Compiling pin-project-lite v0.2.14 |
1307 | 2025-06-30T22:07:32.582Z | Compiling rustix v0.38.37 |
1308 | 2025-06-30T22:07:33.359Z | Compiling signal-hook-registry v1.4.2 |
1309 | 2025-06-30T22:07:33.390Z | Compiling parking_lot v0.12.3 |
1310 | 2025-06-30T22:07:33.465Z | Compiling mio v1.0.2 |
1311 | 2025-06-30T22:07:33.495Z | Compiling futures-core v0.3.31 |
1312 | 2025-06-30T22:07:33.763Z | Compiling spin v0.9.8 |
1313 | 2025-06-30T22:07:34.176Z | Compiling once_cell v1.21.3 |
1314 | 2025-06-30T22:07:34.216Z | Compiling socket2 v0.5.10 |
1315 | 2025-06-30T22:07:34.244Z | Compiling aho-corasick v1.1.3 |
1316 | 2025-06-30T22:07:34.289Z | Compiling slab v0.4.9 |
1317 | 2025-06-30T22:07:34.311Z | Compiling serde_json v1.0.140 |
1318 | 2025-06-30T22:07:34.578Z | Compiling cpufeatures v0.2.14 |
1319 | 2025-06-30T22:07:34.599Z | Compiling regex-syntax v0.8.5 |
1320 | 2025-06-30T22:07:34.626Z | Compiling libm v0.2.8 |
1321 | 2025-06-30T22:07:34.653Z | Compiling either v1.15.0 |
1322 | 2025-06-30T22:07:34.880Z | Compiling num-traits v0.2.19 |
1323 | 2025-06-30T22:07:34.977Z | Compiling getrandom v0.3.1 |
1324 | 2025-06-30T22:07:35.095Z | Compiling futures-sink v0.3.31 |
1325 | 2025-06-30T22:07:35.125Z | Compiling percent-encoding v2.3.1 |
1326 | 2025-06-30T22:07:35.201Z | Compiling glob v0.3.2 |
1327 | 2025-06-30T22:07:35.524Z | Compiling prettyplease v0.2.35 |
1328 | 2025-06-30T22:07:35.794Z | Compiling lazy_static v1.5.0 |
1329 | 2025-06-30T22:07:35.890Z | Compiling allocator-api2 v0.2.21 |
1330 | 2025-06-30T22:07:35.947Z | Compiling foldhash v0.1.5 |
1331 | 2025-06-30T22:07:36.044Z | Compiling clang-sys v1.8.1 |
1332 | 2025-06-30T22:07:36.093Z | Compiling minimal-lexical v0.2.1 |
1333 | 2025-06-30T22:07:36.363Z | Compiling libloading v0.8.5 |
1334 | 2025-06-30T22:07:36.630Z | Compiling hashbrown v0.15.4 |
1335 | 2025-06-30T22:07:36.751Z | Compiling nom v7.1.3 |
1336 | 2025-06-30T22:07:36.770Z | Compiling base64ct v1.6.0 |
1337 | 2025-06-30T22:07:36.801Z | Compiling bindgen v0.69.5 |
1338 | 2025-06-30T22:07:37.333Z | Compiling home v0.5.9 |
1339 | 2025-06-30T22:07:37.549Z | Compiling pem-rfc7468 v0.7.0 |
1340 | 2025-06-30T22:07:37.889Z | Compiling futures-channel v0.3.31 |
1341 | 2025-06-30T22:07:38.150Z | Compiling itertools v0.12.1 |
1342 | 2025-06-30T22:07:38.304Z | Compiling regex-automata v0.4.8 |
1343 | 2025-06-30T22:07:38.400Z | Compiling futures-io v0.3.31 |
1344 | 2025-06-30T22:07:38.602Z | Compiling synstructure v0.13.1 |
1345 | 2025-06-30T22:07:40.035Z | Compiling cexpr v0.6.0 |
1346 | 2025-06-30T22:07:40.089Z | Compiling futures-task v0.3.31 |
1347 | 2025-06-30T22:07:40.392Z | Compiling lazycell v1.3.0 |
1348 | 2025-06-30T22:07:40.436Z | Compiling rustc-hash v1.1.0 |
1349 | 2025-06-30T22:07:40.581Z | Compiling pin-utils v0.1.0 |
1350 | 2025-06-30T22:07:40.632Z | Compiling flagset v0.4.6 |
1351 | 2025-06-30T22:07:40.694Z | Compiling cmake v0.1.51 |
1352 | 2025-06-30T22:07:40.864Z | Compiling fs_extra v1.3.0 |
1353 | 2025-06-30T22:07:41.367Z | Compiling dunce v1.0.5 |
1354 | 2025-06-30T22:07:41.708Z | Compiling form_urlencoded v1.2.1 |
1355 | 2025-06-30T22:07:41.737Z | Compiling zerocopy v0.8.26 |
1356 | 2025-06-30T22:07:41.737Z | Compiling vcpkg v0.2.15 |
1357 | 2025-06-30T22:07:41.737Z | Compiling paste v1.0.15 |
1358 | 2025-06-30T22:07:41.737Z | Compiling crossbeam-utils v0.8.21 |
1359 | 2025-06-30T22:07:41.737Z | Compiling ring v0.17.14 |
1360 | 2025-06-30T22:07:42.154Z | Compiling tracing-core v0.1.32 |
1361 | 2025-06-30T22:07:42.246Z | Compiling aws-lc-rs v1.12.4 |
1362 | 2025-06-30T22:07:42.549Z | Compiling iana-time-zone v0.1.63 |
1363 | 2025-06-30T22:07:43.104Z | Compiling base64 v0.22.1 |
1364 | 2025-06-30T22:07:43.125Z | Compiling openssl-sys v0.9.109 |
1365 | 2025-06-30T22:07:43.338Z | Compiling rustls-pki-types v1.10.0 |
1366 | 2025-06-30T22:07:43.470Z | Compiling serde_derive v1.0.219 |
1367 | 2025-06-30T22:07:43.748Z | Compiling zeroize_derive v1.4.2 |
1368 | 2025-06-30T22:07:43.997Z | Compiling zerofrom-derive v0.1.4 |
1369 | 2025-06-30T22:07:44.144Z | Compiling yoke-derive v0.7.4 |
1370 | 2025-06-30T22:07:44.293Z | Compiling zerovec-derive v0.10.3 |
1371 | 2025-06-30T22:07:45.113Z | Compiling zeroize v1.8.1 |
1372 | 2025-06-30T22:07:46.550Z | Compiling displaydoc v0.2.5 |
1373 | 2025-06-30T22:07:46.617Z | Compiling zerocopy-derive v0.7.35 |
1374 | 2025-06-30T22:07:46.781Z | Compiling crypto-common v0.1.6 |
1375 | 2025-06-30T22:07:47.033Z | Compiling block-buffer v0.10.4 |
1376 | 2025-06-30T22:07:47.201Z | Compiling zerofrom v0.1.4 |
1377 | 2025-06-30T22:07:47.326Z | Compiling digest v0.10.7 |
1378 | 2025-06-30T22:07:47.447Z | Compiling yoke v0.7.4 |
1379 | 2025-06-30T22:07:47.700Z | Compiling tokio-macros v2.5.0 |
1380 | 2025-06-30T22:07:47.785Z | Compiling zerovec v0.10.4 |
1381 | 2025-06-30T22:07:47.807Z | Compiling hmac v0.12.1 |
1382 | 2025-06-30T22:07:47.938Z | Compiling icu_provider_macros v1.5.0 |
1383 | 2025-06-30T22:07:48.092Z | Compiling block-padding v0.3.3 |
1384 | 2025-06-30T22:07:48.263Z | Compiling sha2 v0.10.9 |
1385 | 2025-06-30T22:07:48.370Z | Compiling inout v0.1.3 |
1386 | 2025-06-30T22:07:48.461Z | Compiling zerocopy v0.7.35 |
1387 | 2025-06-30T22:07:48.620Z | Compiling cipher v0.4.4 |
1388 | 2025-06-30T22:07:49.020Z | Compiling regex v1.11.1 |
1389 | 2025-06-30T22:07:49.114Z | Compiling der_derive v0.7.3 |
1390 | 2025-06-30T22:07:49.164Z | Compiling futures-macro v0.3.31 |
1391 | 2025-06-30T22:07:49.380Z | Compiling thiserror-impl v1.0.69 |
1392 | 2025-06-30T22:07:49.747Z | Compiling tinystr v0.7.6 |
1393 | 2025-06-30T22:07:49.872Z | Compiling icu_collections v1.5.0 |
1394 | 2025-06-30T22:07:49.951Z | Compiling ppv-lite86 v0.2.20 |
1395 | 2025-06-30T22:07:50.109Z | Compiling icu_locid v1.5.0 |
1396 | 2025-06-30T22:07:50.496Z | Compiling serde v1.0.219 |
1397 | 2025-06-30T22:07:50.710Z | Compiling salsa20 v0.10.2 |
1398 | 2025-06-30T22:07:50.962Z | Compiling futures-util v0.3.31 |
1399 | 2025-06-30T22:07:50.965Z | Compiling pbkdf2 v0.12.2 |
1400 | 2025-06-30T22:07:51.014Z | Compiling cbc v0.1.2 |
1401 | 2025-06-30T22:07:51.159Z | Compiling scrypt v0.11.0 |
1402 | 2025-06-30T22:07:51.250Z | Compiling icu_provider v1.5.0 |
1403 | 2025-06-30T22:07:51.289Z | Compiling der v0.7.9 |
1404 | 2025-06-30T22:07:51.513Z | Compiling aes v0.8.4 |
1405 | 2025-06-30T22:07:51.644Z | Compiling zerocopy-derive v0.8.26 |
1406 | 2025-06-30T22:07:51.980Z | Compiling icu_locid_transform v1.5.0 |
1407 | 2025-06-30T22:07:52.262Z | Compiling thiserror v1.0.69 |
1408 | 2025-06-30T22:07:52.282Z | Compiling tracing-attributes v0.1.27 |
1409 | 2025-06-30T22:07:52.408Z | Compiling pest v2.7.14 |
1410 | 2025-06-30T22:07:54.149Z | Compiling icu_properties v1.5.1 |
1411 | 2025-06-30T22:07:54.225Z | Compiling spki v0.7.3 |
1412 | 2025-06-30T22:07:54.232Z | Compiling scroll_derive v0.12.0 |
1413 | 2025-06-30T22:07:54.615Z | Compiling pkcs5 v0.7.1 |
1414 | 2025-06-30T22:07:55.353Z | Compiling pkcs8 v0.10.2 |
1415 | 2025-06-30T22:07:55.491Z | Compiling tracing v0.1.40 |
1416 | 2025-06-30T22:07:55.578Z | Compiling bitflags v2.9.0 |
1417 | 2025-06-30T22:07:55.696Z | Compiling bytes v1.10.1 |
1418 | 2025-06-30T22:07:55.876Z | Compiling semver v1.0.26 |
1419 | 2025-06-30T22:07:56.008Z | Compiling indexmap v2.9.0 |
1420 | 2025-06-30T22:07:56.359Z | Compiling rustc_version v0.4.1 |
1421 | 2025-06-30T22:07:56.569Z | Compiling uuid v1.17.0 |
1422 | 2025-06-30T22:07:56.982Z | Compiling tokio v1.45.1 |
1423 | 2025-06-30T22:07:57.106Z | Compiling http v1.3.1 |
1424 | 2025-06-30T22:07:57.353Z | Compiling chrono v0.4.41 |
1425 | 2025-06-30T22:07:58.035Z | Compiling icu_normalizer v1.5.0 |
1426 | 2025-06-30T22:07:58.415Z | Compiling pest_meta v2.7.14 |
1427 | 2025-06-30T22:07:58.615Z | Compiling http-body v1.0.1 |
1428 | 2025-06-30T22:07:58.615Z | Compiling httparse v1.9.5 |
1429 | 2025-06-30T22:07:58.914Z | Compiling tinyvec_macros v0.1.1 |
1430 | 2025-06-30T22:07:59.033Z | Compiling idna_adapter v1.2.0 |
1431 | 2025-06-30T22:07:59.239Z | Compiling idna v1.0.3 |
1432 | 2025-06-30T22:07:59.281Z | Compiling tinyvec v1.8.0 |
1433 | 2025-06-30T22:07:59.404Z | Compiling which v4.4.2 |
1434 | 2025-06-30T22:07:59.962Z | Compiling url v2.5.4 |
1435 | 2025-06-30T22:08:00.410Z | Compiling pest_generator v2.7.14 |
1436 | 2025-06-30T22:08:00.709Z | Compiling rand_core v0.9.2 |
1437 | 2025-06-30T22:08:00.756Z | Compiling scroll v0.12.0 |
1438 | 2025-06-30T22:08:00.778Z | Compiling serde_derive_internals v0.29.1 |
1439 | 2025-06-30T22:08:01.141Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1440 | 2025-06-30T22:08:01.308Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1441 | 2025-06-30T22:08:01.623Z | Compiling foreign-types-shared v0.1.1 |
1442 | 2025-06-30T22:08:01.693Z | Compiling openssl-probe v0.1.5 |
1443 | 2025-06-30T22:08:01.754Z | Compiling rustversion v1.0.17 |
1444 | 2025-06-30T22:08:02.014Z | Compiling untrusted v0.9.0 |
1445 | 2025-06-30T22:08:02.052Z | Compiling untrusted v0.7.1 |
1446 | 2025-06-30T22:08:02.118Z | Compiling adler2 v2.0.0 |
1447 | 2025-06-30T22:08:02.220Z | Compiling num-conv v0.1.0 |
1448 | 2025-06-30T22:08:02.260Z | Compiling atomic-waker v1.1.2 |
1449 | 2025-06-30T22:08:02.341Z | Compiling try-lock v0.2.5 |
1450 | 2025-06-30T22:08:02.406Z | Compiling powerfmt v0.2.0 |
1451 | 2025-06-30T22:08:02.448Z | Compiling schemars v0.8.22 |
1452 | 2025-06-30T22:08:02.502Z | Compiling openssl v0.10.73 |
1453 | 2025-06-30T22:08:02.503Z | Compiling tower-service v0.3.3 |
1454 | 2025-06-30T22:08:02.614Z | Compiling time-core v0.1.2 |
1455 | 2025-06-30T22:08:02.676Z | Compiling deranged v0.3.11 |
1456 | 2025-06-30T22:08:02.757Z | Compiling pest_derive v2.7.14 |
1457 | 2025-06-30T22:08:02.812Z | Compiling time-macros v0.2.18 |
1458 | 2025-06-30T22:08:02.838Z | Compiling want v0.3.1 |
1459 | 2025-06-30T22:08:02.935Z | Compiling schemars_derive v0.8.22 |
1460 | 2025-06-30T22:08:03.061Z | Compiling goblin v0.8.2 |
1461 | 2025-06-30T22:08:03.123Z | Compiling miniz_oxide v0.8.5 |
1462 | 2025-06-30T22:08:04.527Z | Compiling foreign-types v0.3.2 |
1463 | 2025-06-30T22:08:05.558Z | Compiling tokio-util v0.7.15 |
1464 | 2025-06-30T22:08:05.752Z | Compiling rand_chacha v0.9.0 |
1465 | 2025-06-30T22:08:06.661Z | Compiling h2 v0.4.6 |
1466 | 2025-06-30T22:08:06.964Z | Compiling ipnet v2.11.0 |
1467 | 2025-06-30T22:08:07.688Z | Compiling openssl-macros v0.1.1 |
1468 | 2025-06-30T22:08:08.092Z | Compiling dyn-clone v1.0.19 |
1469 | 2025-06-30T22:08:08.284Z | Compiling num_threads v0.1.7 |
1470 | 2025-06-30T22:08:08.309Z | Compiling native-tls v0.2.12 |
1471 | 2025-06-30T22:08:08.357Z | Compiling httpdate v1.0.3 |
1472 | 2025-06-30T22:08:08.441Z | Compiling syn v1.0.109 |
1473 | 2025-06-30T22:08:08.625Z | Compiling rustls v0.23.19 |
1474 | 2025-06-30T22:08:08.877Z | Compiling dof v0.3.0 |
1475 | 2025-06-30T22:08:08.976Z | Compiling time v0.3.36 |
1476 | 2025-06-30T22:08:10.585Z | Compiling rand v0.9.1 |
1477 | 2025-06-30T22:08:12.131Z | Compiling dtrace-parser v0.2.0 |
1478 | 2025-06-30T22:08:13.129Z | Compiling unicode-normalization v0.1.24 |
1479 | 2025-06-30T22:08:13.320Z | Compiling heapless v0.7.17 |
1480 | 2025-06-30T22:08:13.486Z | Compiling hyper v1.6.0 |
1481 | 2025-06-30T22:08:13.756Z | Compiling signature v2.2.0 |
1482 | 2025-06-30T22:08:13.870Z | Compiling crossbeam-epoch v0.9.18 |
1483 | 2025-06-30T22:08:14.078Z | Compiling cookie v0.18.1 |
1484 | 2025-06-30T22:08:14.176Z | Compiling crc32fast v1.4.2 |
1485 | 2025-06-30T22:08:14.399Z | Compiling siphasher v0.3.11 |
1486 | 2025-06-30T22:08:14.504Z | Compiling rayon-core v1.12.1 |
1487 | 2025-06-30T22:08:14.543Z | Compiling zstd-safe v7.2.3 |
1488 | 2025-06-30T22:08:14.785Z | Compiling unicode-properties v0.1.3 |
1489 | 2025-06-30T22:08:14.807Z | Compiling zlib-rs v0.5.1 |
1490 | 2025-06-30T22:08:14.858Z | Compiling slog v2.7.0 |
1491 | 2025-06-30T22:08:15.220Z | Compiling signal-hook v0.3.18 |
1492 | 2025-06-30T22:08:15.343Z | Compiling unicode-bidi v0.3.17 |
1493 | 2025-06-30T22:08:15.636Z | Compiling phf_shared v0.11.2 |
1494 | 2025-06-30T22:08:15.857Z | Compiling hyper-util v0.1.14 |
1495 | 2025-06-30T22:08:16.487Z | Compiling stringprep v0.1.5 |
1496 | 2025-06-30T22:08:16.588Z | Compiling crossbeam-deque v0.8.5 |
1497 | 2025-06-30T22:08:16.606Z | Compiling usdt-impl v0.5.0 |
1498 | 2025-06-30T22:08:16.944Z | Compiling curve25519-dalek v4.1.3 |
1499 | 2025-06-30T22:08:17.378Z | Compiling serde_tokenstream v0.2.2 |
1500 | 2025-06-30T22:08:17.568Z | Compiling toml_datetime v0.6.11 |
1501 | 2025-06-30T22:08:17.886Z | Compiling serde_spanned v0.6.9 |
1502 | 2025-06-30T22:08:17.926Z | Compiling rand_chacha v0.3.1 |
1503 | 2025-06-30T22:08:18.036Z | Compiling md-5 v0.10.6 |
1504 | 2025-06-30T22:08:18.139Z | Compiling num-integer v0.1.46 |
1505 | 2025-06-30T22:08:18.188Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-06-30T22:08:18.324Z | Compiling ff v0.13.0 |
1507 | 2025-06-30T22:08:18.368Z | Compiling hash32 v0.2.1 |
1508 | 2025-06-30T22:08:18.576Z | Compiling memoffset v0.9.1 |
1509 | 2025-06-30T22:08:18.710Z | Compiling litrs v0.4.1 |
1510 | 2025-06-30T22:08:18.856Z | Compiling smoltcp v0.9.1 |
1511 | 2025-06-30T22:08:18.926Z | Compiling psl-types v2.0.11 |
1512 | 2025-06-30T22:08:19.136Z | Compiling tower-layer v0.3.3 |
1513 | 2025-06-30T22:08:19.439Z | Compiling cfg_aliases v0.2.1 |
1514 | 2025-06-30T22:08:19.460Z | Compiling newtype-uuid v1.2.4 |
1515 | 2025-06-30T22:08:19.481Z | Compiling fallible-iterator v0.2.0 |
1516 | 2025-06-30T22:08:19.551Z | Compiling gimli v0.31.1 |
1517 | 2025-06-30T22:08:19.586Z | Compiling num-bigint-dig v0.8.4 |
1518 | 2025-06-30T22:08:19.750Z | Compiling base16ct v0.2.0 |
1519 | 2025-06-30T22:08:19.798Z | Compiling document-features v0.2.10 |
1520 | 2025-06-30T22:08:19.975Z | Compiling sec1 v0.7.3 |
1521 | 2025-06-30T22:08:20.090Z | Compiling postgres-protocol v0.6.8 |
1522 | 2025-06-30T22:08:20.093Z | Compiling nix v0.29.0 |
1523 | 2025-06-30T22:08:20.515Z | Compiling tower v0.5.2 |
1524 | 2025-06-30T22:08:20.848Z | Compiling libz-rs-sys v0.5.1 |
1525 | 2025-06-30T22:08:20.923Z | Compiling publicsuffix v2.3.0 |
1526 | 2025-06-30T22:08:21.162Z | Compiling flate2 v1.1.2 |
1527 | 2025-06-30T22:08:21.300Z | Compiling num-iter v0.1.45 |
1528 | 2025-06-30T22:08:21.399Z | Compiling group v0.13.0 |
1529 | 2025-06-30T22:08:21.496Z | Compiling rand v0.8.5 |
1530 | 2025-06-30T22:08:22.140Z | Compiling tokio-native-tls v0.3.1 |
1531 | 2025-06-30T22:08:22.966Z | Compiling ipnetwork v0.21.1 |
1532 | 2025-06-30T22:08:22.986Z | Compiling rustls-native-certs v0.8.1 |
1533 | 2025-06-30T22:08:23.254Z | Compiling terminal_size v0.4.0 |
1534 | 2025-06-30T22:08:23.361Z | Compiling http-body-util v0.1.3 |
1535 | 2025-06-30T22:08:23.485Z | Compiling hkdf v0.12.4 |
1536 | 2025-06-30T22:08:23.504Z | Compiling crypto-bigint v0.5.5 |
1537 | 2025-06-30T22:08:23.507Z | Compiling webpki-roots v1.0.0 |
1538 | 2025-06-30T22:08:23.756Z | Compiling addr2line v0.24.2 |
1539 | 2025-06-30T22:08:23.788Z | Compiling curve25519-dalek-derive v0.1.1 |
1540 | 2025-06-30T22:08:23.808Z | Compiling async-trait v0.1.88 |
1541 | 2025-06-30T22:08:23.851Z | Compiling thiserror-impl v2.0.12 |
1542 | 2025-06-30T22:08:24.200Z | Compiling object v0.36.5 |
1543 | 2025-06-30T22:08:24.471Z | Compiling fs-err v3.1.1 |
1544 | 2025-06-30T22:08:24.784Z | Compiling ahash v0.8.11 |
1545 | 2025-06-30T22:08:25.113Z | Compiling anyhow v1.0.98 |
1546 | 2025-06-30T22:08:25.141Z | Compiling iri-string v0.7.8 |
1547 | 2025-06-30T22:08:25.689Z | Compiling buf-list v1.0.3 |
1548 | 2025-06-30T22:08:26.270Z | Compiling bitflags v1.3.2 |
1549 | 2025-06-30T22:08:26.290Z | Compiling winnow v0.5.40 |
1550 | 2025-06-30T22:08:26.398Z | Compiling simd-adler32 v0.3.7 |
1551 | 2025-06-30T22:08:26.933Z | Compiling managed v0.8.0 |
1552 | 2025-06-30T22:08:26.954Z | Compiling lockfree-object-pool v0.1.6 |
1553 | 2025-06-30T22:08:27.215Z | Compiling bumpalo v3.16.0 |
1554 | 2025-06-30T22:08:27.352Z | Compiling rustc-demangle v0.1.24 |
1555 | 2025-06-30T22:08:27.714Z | Compiling zopfli v0.8.1 |
1556 | 2025-06-30T22:08:28.253Z | Compiling tower-http v0.6.6 |
1557 | 2025-06-30T22:08:28.301Z | Compiling hubpack_derive v0.1.1 |
1558 | 2025-06-30T22:08:29.370Z | Compiling hubpack v0.1.2 |
1559 | 2025-06-30T22:08:29.400Z | Compiling thiserror v2.0.12 |
1560 | 2025-06-30T22:08:29.400Z | Compiling elliptic-curve v0.13.8 |
1561 | 2025-06-30T22:08:29.400Z | Compiling strum_macros v0.25.3 |
1562 | 2025-06-30T22:08:29.400Z | Compiling clap_builder v4.5.40 |
1563 | 2025-06-30T22:08:29.599Z | Compiling toml_edit v0.19.15 |
1564 | 2025-06-30T22:08:29.843Z | Compiling console v0.15.10 |
1565 | 2025-06-30T22:08:30.979Z | Compiling hyper-tls v0.6.0 |
1566 | 2025-06-30T22:08:31.123Z | Compiling backtrace v0.3.74 |
1567 | 2025-06-30T22:08:31.390Z | Compiling oxnet v0.1.2 |
1568 | 2025-06-30T22:08:32.136Z | Compiling signal-hook-mio v0.2.4 |
1569 | 2025-06-30T22:08:32.326Z | Compiling rayon v1.10.0 |
1570 | 2025-06-30T22:08:32.700Z | Compiling cookie_store v0.21.1 |
1571 | 2025-06-30T22:08:33.981Z | Compiling zstd v0.13.3 |
1572 | 2025-06-30T22:08:34.329Z | Compiling postgres-types v0.2.9 |
1573 | 2025-06-30T22:08:34.890Z | Compiling usdt-attr-macro v0.5.0 |
1574 | 2025-06-30T22:08:35.594Z | Compiling usdt-macro v0.5.0 |
1575 | 2025-06-30T22:08:36.200Z | Compiling phf v0.11.2 |
1576 | 2025-06-30T22:08:36.403Z | Compiling ed25519 v2.2.3 |
1577 | 2025-06-30T22:08:36.499Z | Compiling strum_macros v0.26.4 |
1578 | 2025-06-30T22:08:36.722Z | Compiling bzip2 v0.4.4 |
1579 | 2025-06-30T22:08:36.960Z | Compiling bzip2 v0.5.2 |
1580 | 2025-06-30T22:08:36.977Z | Compiling enum-as-inner v0.6.1 |
1581 | 2025-06-30T22:08:37.111Z | Compiling clap_derive v4.5.40 |
1582 | 2025-06-30T22:08:37.344Z | Compiling pkcs1 v0.7.5 |
1583 | 2025-06-30T22:08:37.897Z | Compiling serde_urlencoded v0.7.1 |
1584 | 2025-06-30T22:08:37.980Z | Compiling serde-big-array v0.5.1 |
1585 | 2025-06-30T22:08:38.221Z | Compiling rfc6979 v0.4.0 |
1586 | 2025-06-30T22:08:38.240Z | Compiling bstr v1.10.0 |
1587 | 2025-06-30T22:08:38.243Z | Compiling serde_repr v0.1.19 |
1588 | 2025-06-30T22:08:38.412Z | Compiling daft-derive v0.1.3 |
1589 | 2025-06-30T22:08:38.434Z | Compiling float-cmp v0.10.0 |
1590 | 2025-06-30T22:08:38.695Z | Compiling encoding_rs v0.8.34 |
1591 | 2025-06-30T22:08:39.324Z | Compiling fixedbitset v0.4.2 |
1592 | 2025-06-30T22:08:39.740Z | Compiling whoami v1.6.0 |
1593 | 2025-06-30T22:08:39.760Z | Compiling unicode-segmentation v1.12.0 |
1594 | 2025-06-30T22:08:39.993Z | Compiling normalize-line-endings v0.3.0 |
1595 | 2025-06-30T22:08:40.150Z | Compiling static_assertions v1.1.0 |
1596 | 2025-06-30T22:08:40.273Z | Compiling predicates-core v1.0.8 |
1597 | 2025-06-30T22:08:40.299Z | Compiling data-encoding v2.9.0 |
1598 | 2025-06-30T22:08:40.592Z | Compiling difflib v0.4.0 |
1599 | 2025-06-30T22:08:40.616Z | Compiling precomputed-hash v0.1.1 |
1600 | 2025-06-30T22:08:40.751Z | Compiling number_prefix v0.4.0 |
1601 | 2025-06-30T22:08:40.799Z | Compiling new_debug_unreachable v1.0.6 |
1602 | 2025-06-30T22:08:40.950Z | Compiling mime v0.3.17 |
1603 | 2025-06-30T22:08:40.985Z | Compiling string_cache v0.8.9 |
1604 | 2025-06-30T22:08:41.422Z | Compiling predicates v3.1.3 |
1605 | 2025-06-30T22:08:41.442Z | Compiling clap v4.5.40 |
1606 | 2025-06-30T22:08:41.461Z | Compiling hickory-proto v0.25.2 |
1607 | 2025-06-30T22:08:41.573Z | Compiling indicatif v0.17.11 |
1608 | 2025-06-30T22:08:41.808Z | Compiling strum v0.26.3 |
1609 | 2025-06-30T22:08:42.015Z | Compiling similar v2.7.0 |
1610 | 2025-06-30T22:08:42.045Z | Compiling toml_edit v0.22.27 |
1611 | 2025-06-30T22:08:42.386Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1612 | 2025-06-30T22:08:42.863Z | Compiling tokio-postgres v0.7.13 |
1613 | 2025-06-30T22:08:43.444Z | Compiling daft v0.1.3 |
1614 | 2025-06-30T22:08:44.018Z | Compiling petgraph v0.6.5 |
1615 | 2025-06-30T22:08:44.039Z | Compiling usdt v0.5.0 |
1616 | 2025-06-30T22:08:44.505Z | Compiling ecdsa v0.16.9 |
1617 | 2025-06-30T22:08:44.860Z | Compiling rsa v0.9.6 |
1618 | 2025-06-30T22:08:45.316Z | Compiling zip v4.2.0 |
1619 | 2025-06-30T22:08:47.485Z | Compiling zip v0.6.6 |
1620 | 2025-06-30T22:08:47.560Z | Compiling ed25519-dalek v2.1.1 |
1621 | 2025-06-30T22:08:48.728Z | Compiling toml v0.7.8 |
1622 | 2025-06-30T22:08:48.917Z | Compiling crossterm v0.28.1 |
1623 | 2025-06-30T22:08:50.169Z | Compiling tokio-stream v0.1.17 |
1624 | 2025-06-30T22:08:50.228Z | Compiling openapiv3 v2.2.0 |
1625 | 2025-06-30T22:08:50.312Z | Compiling x509-cert v0.2.5 |
1626 | 2025-06-30T22:08:50.368Z | Compiling sha1 v0.10.6 |
1627 | 2025-06-30T22:08:50.797Z | Compiling itertools v0.10.5 |
1628 | 2025-06-30T22:08:51.156Z | Compiling dirs-sys-next v0.1.2 |
1629 | 2025-06-30T22:08:51.686Z | Compiling winnow v0.6.26 |
1630 | 2025-06-30T22:08:52.096Z | Compiling rustc-hash v2.1.1 |
1631 | 2025-06-30T22:08:52.268Z | Compiling peg-runtime v0.8.5 |
1632 | 2025-06-30T22:08:52.304Z | Compiling lalrpop-util v0.19.12 |
1633 | 2025-06-30T22:08:52.679Z | Compiling dirs-next v2.0.0 |
1634 | 2025-06-30T22:08:52.820Z | Compiling thread_local v1.1.8 |
1635 | 2025-06-30T22:08:52.888Z | Compiling slog-async v2.8.0 |
1636 | 2025-06-30T22:08:52.931Z | Compiling term v0.7.0 |
1637 | 2025-06-30T22:08:53.303Z | Compiling xattr v1.3.1 |
1638 | 2025-06-30T22:08:53.362Z | Compiling futures-executor v0.3.31 |
1639 | 2025-06-30T22:08:53.459Z | Compiling crossbeam-channel v0.5.15 |
1640 | 2025-06-30T22:08:53.570Z | Compiling is-terminal v0.4.13 |
1641 | 2025-06-30T22:08:53.721Z | Compiling filetime v0.2.25 |
1642 | 2025-06-30T22:08:53.844Z | Compiling take_mut v0.2.2 |
1643 | 2025-06-30T22:08:54.028Z | Compiling tar v0.4.44 |
1644 | 2025-06-30T22:08:54.085Z | Compiling slog-term v2.9.1 |
1645 | 2025-06-30T22:08:54.183Z | Compiling futures v0.3.31 |
1646 | 2025-06-30T22:08:54.311Z | Compiling camino v1.1.10 |
1647 | 2025-06-30T22:09:00.274Z | Compiling aws-lc-sys v0.26.0 |
1648 | 2025-06-30T22:09:31.693Z | Compiling rustls-webpki v0.102.8 |
1649 | 2025-06-30T22:09:36.363Z | Compiling tokio-rustls v0.26.0 |
1650 | 2025-06-30T22:09:36.678Z | Compiling hyper-rustls v0.27.7 |
1651 | 2025-06-30T22:09:37.065Z | Compiling reqwest v0.12.20 |
1652 | 2025-06-30T22:09:40.477Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1653 | 2025-06-30T22:09:40.755Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1654 | 2025-06-30T22:09:45.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1655 | 2025-06-30T22:09:45.621Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1656 | 2025-06-30T22:09:45.659Z | Jun 30 22:09:44.560 INFO Starting download, target: Cockroach |
1657 | 2025-06-30T22:09:45.659Z | Jun 30 22:09:44.560 INFO Starting download, target: Console |
1658 | 2025-06-30T22:09:45.660Z | Jun 30 22:09:44.560 INFO Starting download, target: Clickhouse |
1659 | 2025-06-30T22:09:45.664Z | Jun 30 22:09:44.560 INFO Starting download, target: DendriteStub |
1660 | 2025-06-30T22:09:45.664Z | Jun 30 22:09:44.560 INFO Starting download, target: MaghemiteMgd |
1661 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.560 INFO Starting download, target: TransceiverControl |
1662 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.561 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1663 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.561 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1664 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.561 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1665 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.561 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1666 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.561 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1667 | 2025-06-30T22:09:45.665Z | Jun 30 22:09:44.561 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1668 | 2025-06-30T22:09:46.155Z | Jun 30 22:09:45.052 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1669 | 2025-06-30T22:09:46.258Z | Jun 30 22:09:45.145 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1670 | 2025-06-30T22:09:46.598Z | Jun 30 22:09:45.490 INFO Download complete, target: TransceiverControl |
1671 | 2025-06-30T22:09:46.695Z | Jun 30 22:09:45.569 INFO Download complete, target: Console |
1672 | 2025-06-30T22:09:47.252Z | Jun 30 22:09:46.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1673 | 2025-06-30T22:09:47.472Z | Jun 30 22:09:46.377 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1674 | 2025-06-30T22:09:47.790Z | Jun 30 22:09:46.695 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1675 | 2025-06-30T22:09:47.875Z | Jun 30 22:09:46.781 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1676 | 2025-06-30T22:09:47.875Z | Jun 30 22:09:46.781 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1677 | 2025-06-30T22:09:50.126Z | Jun 30 22:09:49.032 INFO Download complete, target: DendriteStub |
1678 | 2025-06-30T22:09:50.644Z | Jun 30 22:09:49.550 INFO Download complete, target: MaghemiteMgd |
1679 | 2025-06-30T22:09:54.026Z | Jun 30 22:09:52.931 INFO Checking that binary works, target: Cockroach |
1680 | 2025-06-30T22:09:54.194Z | Jun 30 22:09:53.098 INFO Download complete, target: Cockroach |
1681 | 2025-06-30T22:09:57.490Z | Jun 30 22:09:56.395 INFO Checking that binary works, target: Clickhouse |
1682 | 2025-06-30T22:09:57.663Z | Jun 30 22:09:56.568 INFO Download complete, target: Clickhouse |
1683 | 2025-06-30T22:09:57.747Z | All builder prerequisites installed successfully, and PATH looks valid |
1684 | 2025-06-30T22:09:57.751Z | |
1685 | 2025-06-30T22:09:57.751Z | real 4:46.279669111 |
1686 | 2025-06-30T22:09:57.751Z | user 16:17.496317270 |
1687 | 2025-06-30T22:09:57.751Z | sys 2:15.069180026 |
1688 | 2025-06-30T22:09:57.751Z | trap 0.590748148 |
1689 | 2025-06-30T22:09:57.751Z | tflt 2.064123906 |
1690 | 2025-06-30T22:09:57.751Z | dflt 2.013450049 |
1691 | 2025-06-30T22:09:57.751Z | kflt 0.034466996 |
1692 | 2025-06-30T22:09:57.751Z | lock 24:32.193179535 |
1693 | 2025-06-30T22:09:57.751Z | slp 59:23.111198151 |
1694 | 2025-06-30T22:09:57.751Z | lat 1:03.534529849 |
1695 | 2025-06-30T22:09:57.751Z | stop 2:44.083617715 |
1696 | 2025-06-30T22:09:57.751Z | + banner hack-check |
1697 | 2025-06-30T22:09:57.755Z | |
1698 | 2025-06-30T22:09:57.755Z | # # ## #### # # #### # # ###### #### # # |
1699 | 2025-06-30T22:09:57.755Z | # # # # # # # # # # # # # # # # # |
1700 | 2025-06-30T22:09:57.755Z | ###### # # # #### ##### # ###### ##### # #### |
1701 | 2025-06-30T22:09:57.755Z | # # ###### # # # # # # # # # # |
1702 | 2025-06-30T22:09:57.755Z | # # # # # # # # # # # # # # # # # |
1703 | 2025-06-30T22:09:57.755Z | # # # # #### # # #### # # ###### #### # # |
1704 | 2025-06-30T22:09:57.755Z | |
1705 | 2025-06-30T22:09:57.755Z | + export CARGO_INCREMENTAL=0 |
1706 | 2025-06-30T22:09:57.755Z | + CARGO_INCREMENTAL=0 |
1707 | 2025-06-30T22:09:57.755Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1708 | 2025-06-30T22:09:58.462Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1709 | 2025-06-30T22:09:58.752Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1710 | 2025-06-30T22:10:01.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
1711 | 2025-06-30T22:10:01.840Z | Running `target/debug/xtask check-features --ci` |
1712 | 2025-06-30T22:10:01.864Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1713 | 2025-06-30T22:10:01.867Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1714 | 2025-06-30T22:10:02.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1715 | 2025-06-30T22:10:02.521Z | Running `target/debug/xtask download cargo-hack` |
1716 | 2025-06-30T22:10:03.520Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2025-06-30T22:10:03.916Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1718 | 2025-06-30T22:10:07.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
1719 | 2025-06-30T22:10:07.893Z | Running `target/debug/xtask-downloader cargo-hack` |
1720 | 2025-06-30T22:10:07.937Z | Jun 30 22:10:06.841 INFO Starting download, target: CargoHack |
1721 | 2025-06-30T22:10:07.940Z | Jun 30 22:10:06.842 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1722 | 2025-06-30T22:10:08.556Z | Jun 30 22:10:07.461 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1723 | 2025-06-30T22:10:08.628Z | Jun 30 22:10:07.533 INFO Download complete, target: CargoHack |
1724 | 2025-06-30T22:10:08.632Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1725 | 2025-06-30T22:10:08.653Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1726 | 2025-06-30T22:10:08.854Z | info: running `cargo check --bins` on api_identity (1/217) |
1727 | 2025-06-30T22:10:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-06-30T22:10:09.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-06-30T22:10:09.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-06-30T22:10:09.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1731 | 2025-06-30T22:10:09.589Z | |
1732 | 2025-06-30T22:10:09.589Z | info: running `cargo check --bins` on bootstore (2/217) |
1733 | 2025-06-30T22:10:10.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-06-30T22:10:10.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-06-30T22:10:10.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-06-30T22:10:10.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1737 | 2025-06-30T22:10:10.362Z | |
1738 | 2025-06-30T22:10:10.362Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/217) |
1739 | 2025-06-30T22:10:11.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-06-30T22:10:11.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-06-30T22:10:11.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-06-30T22:10:11.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1743 | 2025-06-30T22:10:11.147Z | |
1744 | 2025-06-30T22:10:11.147Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/217) |
1745 | 2025-06-30T22:10:11.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-06-30T22:10:11.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-06-30T22:10:11.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-06-30T22:10:11.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1749 | 2025-06-30T22:10:11.916Z | |
1750 | 2025-06-30T22:10:11.916Z | info: running `cargo check --bins` on id-map (5/217) |
1751 | 2025-06-30T22:10:12.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-06-30T22:10:12.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-06-30T22:10:12.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-06-30T22:10:12.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1755 | 2025-06-30T22:10:12.667Z | |
1756 | 2025-06-30T22:10:12.667Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/217) |
1757 | 2025-06-30T22:10:13.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-06-30T22:10:13.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-06-30T22:10:13.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-06-30T22:10:13.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1761 | 2025-06-30T22:10:13.247Z | |
1762 | 2025-06-30T22:10:13.247Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/217) |
1763 | 2025-06-30T22:10:13.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-06-30T22:10:13.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-06-30T22:10:13.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-06-30T22:10:13.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1767 | 2025-06-30T22:10:13.847Z | |
1768 | 2025-06-30T22:10:13.847Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/217) |
1769 | 2025-06-30T22:10:14.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-06-30T22:10:14.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-06-30T22:10:14.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-06-30T22:10:14.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1773 | 2025-06-30T22:10:14.430Z | |
1774 | 2025-06-30T22:10:14.430Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/217) |
1775 | 2025-06-30T22:10:14.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-06-30T22:10:14.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-06-30T22:10:14.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-06-30T22:10:14.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1779 | 2025-06-30T22:10:15.013Z | |
1780 | 2025-06-30T22:10:15.014Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/217) |
1781 | 2025-06-30T22:10:15.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-06-30T22:10:15.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-06-30T22:10:15.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-06-30T22:10:15.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1785 | 2025-06-30T22:10:15.591Z | |
1786 | 2025-06-30T22:10:15.591Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/217) |
1787 | 2025-06-30T22:10:16.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-06-30T22:10:16.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-06-30T22:10:16.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-06-30T22:10:16.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1791 | 2025-06-30T22:10:16.174Z | |
1792 | 2025-06-30T22:10:16.174Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/217) |
1793 | 2025-06-30T22:10:16.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-06-30T22:10:16.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-06-30T22:10:16.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-06-30T22:10:16.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1797 | 2025-06-30T22:10:16.741Z | |
1798 | 2025-06-30T22:10:16.741Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/217) |
1799 | 2025-06-30T22:10:17.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-06-30T22:10:17.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-06-30T22:10:17.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-06-30T22:10:17.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1803 | 2025-06-30T22:10:17.328Z | |
1804 | 2025-06-30T22:10:17.328Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/217) |
1805 | 2025-06-30T22:10:17.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-06-30T22:10:17.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-06-30T22:10:17.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-06-30T22:10:17.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1809 | 2025-06-30T22:10:17.922Z | |
1810 | 2025-06-30T22:10:17.922Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/217) |
1811 | 2025-06-30T22:10:18.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-06-30T22:10:18.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-06-30T22:10:18.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-06-30T22:10:18.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1815 | 2025-06-30T22:10:18.486Z | |
1816 | 2025-06-30T22:10:18.486Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/217) |
1817 | 2025-06-30T22:10:18.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-06-30T22:10:18.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-06-30T22:10:18.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-06-30T22:10:18.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1821 | 2025-06-30T22:10:19.042Z | |
1822 | 2025-06-30T22:10:19.042Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/217) |
1823 | 2025-06-30T22:10:19.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-06-30T22:10:19.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-06-30T22:10:19.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-06-30T22:10:19.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1827 | 2025-06-30T22:10:19.603Z | |
1828 | 2025-06-30T22:10:19.603Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/217) |
1829 | 2025-06-30T22:10:20.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-06-30T22:10:20.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-06-30T22:10:20.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-06-30T22:10:20.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1833 | 2025-06-30T22:10:20.160Z | |
1834 | 2025-06-30T22:10:20.160Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/217) |
1835 | 2025-06-30T22:10:20.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-06-30T22:10:20.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-06-30T22:10:20.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-06-30T22:10:20.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1839 | 2025-06-30T22:10:20.718Z | |
1840 | 2025-06-30T22:10:20.718Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/217) |
1841 | 2025-06-30T22:10:21.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-06-30T22:10:21.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-06-30T22:10:21.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-06-30T22:10:21.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1845 | 2025-06-30T22:10:21.271Z | |
1846 | 2025-06-30T22:10:21.271Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/217) |
1847 | 2025-06-30T22:10:21.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-06-30T22:10:21.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-06-30T22:10:21.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-06-30T22:10:21.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1851 | 2025-06-30T22:10:21.837Z | |
1852 | 2025-06-30T22:10:21.837Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/217) |
1853 | 2025-06-30T22:10:22.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-06-30T22:10:22.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-06-30T22:10:22.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-06-30T22:10:22.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1857 | 2025-06-30T22:10:22.400Z | |
1858 | 2025-06-30T22:10:22.400Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/217) |
1859 | 2025-06-30T22:10:22.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-06-30T22:10:22.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-06-30T22:10:22.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-06-30T22:10:22.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1863 | 2025-06-30T22:10:22.959Z | |
1864 | 2025-06-30T22:10:22.959Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/217) |
1865 | 2025-06-30T22:10:23.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-06-30T22:10:23.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-06-30T22:10:23.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-06-30T22:10:23.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1869 | 2025-06-30T22:10:23.530Z | |
1870 | 2025-06-30T22:10:23.530Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/217) |
1871 | 2025-06-30T22:10:24.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-06-30T22:10:24.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-06-30T22:10:24.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-06-30T22:10:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1875 | 2025-06-30T22:10:24.092Z | |
1876 | 2025-06-30T22:10:24.092Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/217) |
1877 | 2025-06-30T22:10:24.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-06-30T22:10:24.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-06-30T22:10:24.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-06-30T22:10:24.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1881 | 2025-06-30T22:10:24.657Z | |
1882 | 2025-06-30T22:10:24.657Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/217) |
1883 | 2025-06-30T22:10:25.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-06-30T22:10:25.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-06-30T22:10:25.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-06-30T22:10:25.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1887 | 2025-06-30T22:10:25.219Z | |
1888 | 2025-06-30T22:10:25.219Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/217) |
1889 | 2025-06-30T22:10:25.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-06-30T22:10:25.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-06-30T22:10:25.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-06-30T22:10:25.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1893 | 2025-06-30T22:10:25.770Z | |
1894 | 2025-06-30T22:10:25.770Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/217) |
1895 | 2025-06-30T22:10:26.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-06-30T22:10:26.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-06-30T22:10:26.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-06-30T22:10:26.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1899 | 2025-06-30T22:10:26.327Z | |
1900 | 2025-06-30T22:10:26.327Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/217) |
1901 | 2025-06-30T22:10:26.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-06-30T22:10:26.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-06-30T22:10:26.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-06-30T22:10:26.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1905 | 2025-06-30T22:10:26.893Z | |
1906 | 2025-06-30T22:10:26.893Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/217) |
1907 | 2025-06-30T22:10:27.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-06-30T22:10:27.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-06-30T22:10:27.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-06-30T22:10:27.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1911 | 2025-06-30T22:10:27.454Z | |
1912 | 2025-06-30T22:10:27.454Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/217) |
1913 | 2025-06-30T22:10:27.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-06-30T22:10:27.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-06-30T22:10:27.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-06-30T22:10:27.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1917 | 2025-06-30T22:10:28.021Z | |
1918 | 2025-06-30T22:10:28.021Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/217) |
1919 | 2025-06-30T22:10:28.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-06-30T22:10:28.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-06-30T22:10:28.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-06-30T22:10:28.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1923 | 2025-06-30T22:10:28.584Z | |
1924 | 2025-06-30T22:10:28.584Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/217) |
1925 | 2025-06-30T22:10:29.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-06-30T22:10:29.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-06-30T22:10:29.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1928 | 2025-06-30T22:10:29.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1929 | 2025-06-30T22:10:29.141Z | |
1930 | 2025-06-30T22:10:29.141Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/217) |
1931 | 2025-06-30T22:10:29.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1932 | 2025-06-30T22:10:29.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1933 | 2025-06-30T22:10:29.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1934 | 2025-06-30T22:10:29.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1935 | 2025-06-30T22:10:29.696Z | |
1936 | 2025-06-30T22:10:29.696Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/217) |
1937 | 2025-06-30T22:10:30.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2025-06-30T22:10:30.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2025-06-30T22:10:30.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2025-06-30T22:10:30.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1941 | 2025-06-30T22:10:30.257Z | |
1942 | 2025-06-30T22:10:30.257Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/217) |
1943 | 2025-06-30T22:10:30.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2025-06-30T22:10:30.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2025-06-30T22:10:30.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2025-06-30T22:10:30.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1947 | 2025-06-30T22:10:30.822Z | |
1948 | 2025-06-30T22:10:30.822Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/217) |
1949 | 2025-06-30T22:10:31.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2025-06-30T22:10:31.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2025-06-30T22:10:31.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1952 | 2025-06-30T22:10:31.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1953 | 2025-06-30T22:10:31.400Z | |
1954 | 2025-06-30T22:10:31.400Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/217) |
1955 | 2025-06-30T22:10:31.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2025-06-30T22:10:31.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2025-06-30T22:10:31.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1958 | 2025-06-30T22:10:31.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1959 | 2025-06-30T22:10:31.966Z | |
1960 | 2025-06-30T22:10:31.966Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/217) |
1961 | 2025-06-30T22:10:32.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1962 | 2025-06-30T22:10:32.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1963 | 2025-06-30T22:10:32.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1964 | 2025-06-30T22:10:32.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1965 | 2025-06-30T22:10:32.545Z | |
1966 | 2025-06-30T22:10:32.545Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/217) |
1967 | 2025-06-30T22:10:33.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2025-06-30T22:10:33.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2025-06-30T22:10:33.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1970 | 2025-06-30T22:10:33.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1971 | 2025-06-30T22:10:33.113Z | |
1972 | 2025-06-30T22:10:33.113Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/217) |
1973 | 2025-06-30T22:10:33.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1974 | 2025-06-30T22:10:33.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1975 | 2025-06-30T22:10:33.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1976 | 2025-06-30T22:10:33.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1977 | 2025-06-30T22:10:33.689Z | |
1978 | 2025-06-30T22:10:33.689Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/217) |
1979 | 2025-06-30T22:10:34.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1980 | 2025-06-30T22:10:34.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1981 | 2025-06-30T22:10:34.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1982 | 2025-06-30T22:10:34.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1983 | 2025-06-30T22:10:34.265Z | |
1984 | 2025-06-30T22:10:34.265Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/217) |
1985 | 2025-06-30T22:10:34.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1986 | 2025-06-30T22:10:34.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1987 | 2025-06-30T22:10:34.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1988 | 2025-06-30T22:10:34.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1989 | 2025-06-30T22:10:34.840Z | |
1990 | 2025-06-30T22:10:34.840Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/217) |
1991 | 2025-06-30T22:10:35.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1992 | 2025-06-30T22:10:35.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1993 | 2025-06-30T22:10:35.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1994 | 2025-06-30T22:10:35.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1995 | 2025-06-30T22:10:35.411Z | |
1996 | 2025-06-30T22:10:35.411Z | info: running `cargo check --bins` on sled-hardware-types (46/217) |
1997 | 2025-06-30T22:10:36.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1998 | 2025-06-30T22:10:36.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1999 | 2025-06-30T22:10:36.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2000 | 2025-06-30T22:10:36.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2001 | 2025-06-30T22:10:36.193Z | |
2002 | 2025-06-30T22:10:36.193Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/217) |
2003 | 2025-06-30T22:10:36.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2025-06-30T22:10:36.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2025-06-30T22:10:36.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2006 | 2025-06-30T22:10:36.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2007 | 2025-06-30T22:10:36.960Z | |
2008 | 2025-06-30T22:10:36.960Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/217) |
2009 | 2025-06-30T22:10:37.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2025-06-30T22:10:37.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2025-06-30T22:10:37.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2012 | 2025-06-30T22:10:37.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2013 | 2025-06-30T22:10:37.727Z | |
2014 | 2025-06-30T22:10:37.727Z | info: running `cargo check --bins` on oxlog (49/217) |
2015 | 2025-06-30T22:10:38.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2025-06-30T22:10:38.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2025-06-30T22:10:38.477Z | Checking cfg-if v1.0.1 |
2018 | 2025-06-30T22:10:38.481Z | Checking libc v0.2.174 |
2019 | 2025-06-30T22:10:38.597Z | Checking serde v1.0.219 |
2020 | 2025-06-30T22:10:38.601Z | Checking zeroize v1.8.1 |
2021 | 2025-06-30T22:10:38.618Z | Checking memchr v2.7.4 |
2022 | 2025-06-30T22:10:38.632Z | Checking typenum v1.17.0 |
2023 | 2025-06-30T22:10:38.636Z | Checking smallvec v1.15.0 |
2024 | 2025-06-30T22:10:38.661Z | Checking value-bag v1.9.0 |
2025 | 2025-06-30T22:10:38.664Z | Checking subtle v2.6.1 |
2026 | 2025-06-30T22:10:38.862Z | Checking scopeguard v1.2.0 |
2027 | 2025-06-30T22:10:38.957Z | Checking const-oid v0.9.6 |
2028 | 2025-06-30T22:10:38.999Z | Checking itoa v1.0.11 |
2029 | 2025-06-30T22:10:39.045Z | Checking lock_api v0.4.12 |
2030 | 2025-06-30T22:10:39.065Z | Checking log v0.4.27 |
2031 | 2025-06-30T22:10:39.244Z | Checking stable_deref_trait v1.2.0 |
2032 | 2025-06-30T22:10:39.369Z | Checking byteorder v1.5.0 |
2033 | 2025-06-30T22:10:39.413Z | Checking zerofrom v0.1.4 |
2034 | 2025-06-30T22:10:39.457Z | Checking portable-atomic v1.11.0 |
2035 | 2025-06-30T22:10:39.594Z | Checking pin-project-lite v0.2.14 |
2036 | 2025-06-30T22:10:39.621Z | Checking critical-section v1.1.3 |
2037 | 2025-06-30T22:10:39.639Z | Checking getrandom v0.2.15 |
2038 | 2025-06-30T22:10:39.683Z | Checking generic-array v0.14.7 |
2039 | 2025-06-30T22:10:39.718Z | Checking parking_lot_core v0.9.10 |
2040 | 2025-06-30T22:10:39.762Z | Checking signal-hook-registry v1.4.2 |
2041 | 2025-06-30T22:10:39.779Z | Checking mio v1.0.2 |
2042 | 2025-06-30T22:10:39.865Z | Checking rand_core v0.6.4 |
2043 | 2025-06-30T22:10:40.008Z | Checking yoke v0.7.4 |
2044 | 2025-06-30T22:10:40.072Z | Checking parking_lot v0.12.3 |
2045 | 2025-06-30T22:10:40.164Z | Checking socket2 v0.5.10 |
2046 | 2025-06-30T22:10:40.329Z | Checking zerovec v0.10.4 |
2047 | 2025-06-30T22:10:40.381Z | Checking futures-core v0.3.31 |
2048 | 2025-06-30T22:10:40.441Z | Checking cpufeatures v0.2.14 |
2049 | 2025-06-30T22:10:40.555Z | Checking litemap v0.7.3 |
2050 | 2025-06-30T22:10:40.572Z | Checking once_cell v1.21.3 |
2051 | 2025-06-30T22:10:40.605Z | Checking writeable v0.5.5 |
2052 | 2025-06-30T22:10:40.626Z | Checking zerocopy v0.7.35 |
2053 | 2025-06-30T22:10:40.795Z | Checking crypto-common v0.1.6 |
2054 | 2025-06-30T22:10:40.876Z | Checking block-buffer v0.10.4 |
2055 | 2025-06-30T22:10:40.893Z | Checking block-padding v0.3.3 |
2056 | 2025-06-30T22:10:40.911Z | Checking percent-encoding v2.3.1 |
2057 | 2025-06-30T22:10:40.948Z | Checking getrandom v0.3.1 |
2058 | 2025-06-30T22:10:40.994Z | Checking libm v0.2.8 |
2059 | 2025-06-30T22:10:41.105Z | Checking inout v0.1.3 |
2060 | 2025-06-30T22:10:41.122Z | Checking icu_locid_transform_data v1.5.0 |
2061 | 2025-06-30T22:10:41.125Z | Checking digest v0.10.7 |
2062 | 2025-06-30T22:10:41.176Z | Checking foldhash v0.1.5 |
2063 | 2025-06-30T22:10:41.224Z | Checking allocator-api2 v0.2.21 |
2064 | 2025-06-30T22:10:41.338Z | Checking ryu v1.0.18 |
2065 | 2025-06-30T22:10:41.443Z | Checking equivalent v1.0.2 |
2066 | 2025-06-30T22:10:41.492Z | Checking hmac v0.12.1 |
2067 | 2025-06-30T22:10:41.568Z | Checking futures-sink v0.3.31 |
2068 | 2025-06-30T22:10:41.584Z | Checking sha2 v0.10.9 |
2069 | 2025-06-30T22:10:41.720Z | Checking cipher v0.4.4 |
2070 | 2025-06-30T22:10:41.741Z | Checking slab v0.4.9 |
2071 | 2025-06-30T22:10:41.828Z | Checking base64ct v1.6.0 |
2072 | 2025-06-30T22:10:41.845Z | Checking hashbrown v0.15.4 |
2073 | 2025-06-30T22:10:41.883Z | Checking tinystr v0.7.6 |
2074 | 2025-06-30T22:10:41.900Z | Checking num-traits v0.2.19 |
2075 | 2025-06-30T22:10:42.013Z | Checking icu_collections v1.5.0 |
2076 | 2025-06-30T22:10:42.136Z | Checking icu_properties_data v1.5.0 |
2077 | 2025-06-30T22:10:42.155Z | Checking utf16_iter v1.0.5 |
2078 | 2025-06-30T22:10:42.230Z | Checking icu_locid v1.5.0 |
2079 | 2025-06-30T22:10:42.266Z | Checking pem-rfc7468 v0.7.0 |
2080 | 2025-06-30T22:10:42.331Z | Checking flagset v0.4.6 |
2081 | 2025-06-30T22:10:42.391Z | Checking write16 v1.0.0 |
2082 | 2025-06-30T22:10:42.531Z | Checking utf8_iter v1.0.4 |
2083 | 2025-06-30T22:10:42.534Z | Checking icu_normalizer_data v1.5.0 |
2084 | 2025-06-30T22:10:42.563Z | Checking der v0.7.9 |
2085 | 2025-06-30T22:10:42.638Z | Checking salsa20 v0.10.2 |
2086 | 2025-06-30T22:10:42.665Z | Checking ppv-lite86 v0.2.20 |
2087 | 2025-06-30T22:10:42.744Z | Checking futures-channel v0.3.31 |
2088 | 2025-06-30T22:10:42.863Z | Checking pbkdf2 v0.12.2 |
2089 | 2025-06-30T22:10:42.920Z | Checking futures-io v0.3.31 |
2090 | 2025-06-30T22:10:43.023Z | Checking bytes v1.10.1 |
2091 | 2025-06-30T22:10:43.048Z | Checking bitflags v2.9.0 |
2092 | 2025-06-30T22:10:43.088Z | Checking indexmap v2.9.0 |
2093 | 2025-06-30T22:10:43.107Z | Checking serde_json v1.0.140 |
2094 | 2025-06-30T22:10:43.190Z | Checking icu_provider v1.5.0 |
2095 | 2025-06-30T22:10:43.348Z | Checking futures-task v0.3.31 |
2096 | 2025-06-30T22:10:43.368Z | Checking pin-utils v0.1.0 |
2097 | 2025-06-30T22:10:43.383Z | Checking fnv v1.0.7 |
2098 | 2025-06-30T22:10:43.460Z | Checking scrypt v0.11.0 |
2099 | 2025-06-30T22:10:43.531Z | Checking cbc v0.1.2 |
2100 | 2025-06-30T22:10:43.573Z | Checking futures-util v0.3.31 |
2101 | 2025-06-30T22:10:43.701Z | Checking aes v0.8.4 |
2102 | 2025-06-30T22:10:43.756Z | Checking form_urlencoded v1.2.1 |
2103 | 2025-06-30T22:10:43.802Z | Checking icu_locid_transform v1.5.0 |
2104 | 2025-06-30T22:10:43.987Z | Checking tokio v1.45.1 |
2105 | 2025-06-30T22:10:43.987Z | Checking http v1.3.1 |
2106 | 2025-06-30T22:10:44.244Z | Checking spki v0.7.3 |
2107 | 2025-06-30T22:10:44.267Z | Checking uuid v1.17.0 |
2108 | 2025-06-30T22:10:44.556Z | Checking tracing-core v0.1.32 |
2109 | 2025-06-30T22:10:44.618Z | Checking pkcs5 v0.7.1 |
2110 | 2025-06-30T22:10:44.715Z | Checking zerocopy v0.8.26 |
2111 | 2025-06-30T22:10:44.806Z | Checking icu_properties v1.5.1 |
2112 | 2025-06-30T22:10:44.902Z | Checking tinyvec_macros v0.1.1 |
2113 | 2025-06-30T22:10:45.004Z | Checking iana-time-zone v0.1.63 |
2114 | 2025-06-30T22:10:45.110Z | Checking pkcs8 v0.10.2 |
2115 | 2025-06-30T22:10:45.165Z | Checking tracing v0.1.40 |
2116 | 2025-06-30T22:10:45.165Z | Checking base64 v0.22.1 |
2117 | 2025-06-30T22:10:45.266Z | Checking http-body v1.0.1 |
2118 | 2025-06-30T22:10:45.423Z | Checking rustls-pki-types v1.10.0 |
2119 | 2025-06-30T22:10:45.473Z | Compiling newtype-uuid v1.2.4 |
2120 | 2025-06-30T22:10:45.519Z | Checking chrono v0.4.41 |
2121 | 2025-06-30T22:10:45.625Z | Checking tinyvec v1.8.0 |
2122 | 2025-06-30T22:10:45.789Z | Checking aws-lc-sys v0.26.0 |
2123 | 2025-06-30T22:10:45.957Z | Checking spin v0.9.8 |
2124 | 2025-06-30T22:10:46.309Z | Checking openssl-probe v0.1.5 |
2125 | 2025-06-30T22:10:46.488Z | Checking foreign-types-shared v0.1.1 |
2126 | 2025-06-30T22:10:46.619Z | Checking adler2 v2.0.0 |
2127 | 2025-06-30T22:10:46.802Z | Checking tower-service v0.3.3 |
2128 | 2025-06-30T22:10:46.919Z | Checking try-lock v0.2.5 |
2129 | 2025-06-30T22:10:46.942Z | Checking untrusted v0.9.0 |
2130 | 2025-06-30T22:10:47.085Z | Checking atomic-waker v1.1.2 |
2131 | 2025-06-30T22:10:47.129Z | Checking untrusted v0.7.1 |
2132 | 2025-06-30T22:10:47.250Z | Checking ring v0.17.14 |
2133 | 2025-06-30T22:10:47.320Z | Checking want v0.3.1 |
2134 | 2025-06-30T22:10:47.507Z | Checking miniz_oxide v0.8.5 |
2135 | 2025-06-30T22:10:47.524Z | Checking foreign-types v0.3.2 |
2136 | 2025-06-30T22:10:47.628Z | Checking ipnet v2.11.0 |
2137 | 2025-06-30T22:10:48.079Z | Checking aws-lc-rs v1.12.4 |
2138 | 2025-06-30T22:10:48.101Z | Checking rand_core v0.9.2 |
2139 | 2025-06-30T22:10:48.118Z | Checking httparse v1.9.5 |
2140 | 2025-06-30T22:10:48.137Z | Checking crossbeam-utils v0.8.21 |
2141 | 2025-06-30T22:10:48.175Z | Checking icu_normalizer v1.5.0 |
2142 | 2025-06-30T22:10:48.227Z | Checking openssl-sys v0.9.109 |
2143 | 2025-06-30T22:10:48.432Z | Checking rand_chacha v0.9.0 |
2144 | 2025-06-30T22:10:48.552Z | Checking thiserror v1.0.69 |
2145 | 2025-06-30T22:10:48.715Z | Checking errno v0.3.12 |
2146 | 2025-06-30T22:10:48.853Z | Checking aho-corasick v1.1.3 |
2147 | 2025-06-30T22:10:48.871Z | Checking httpdate v1.0.3 |
2148 | 2025-06-30T22:10:48.913Z | Checking powerfmt v0.2.0 |
2149 | 2025-06-30T22:10:48.948Z | Checking idna_adapter v1.2.0 |
2150 | 2025-06-30T22:10:49.121Z | Checking regex-syntax v0.8.5 |
2151 | 2025-06-30T22:10:49.157Z | Checking idna v1.0.3 |
2152 | 2025-06-30T22:10:49.196Z | Checking unicode-ident v1.0.18 |
2153 | 2025-06-30T22:10:49.380Z | Checking proc-macro2 v1.0.95 |
2154 | 2025-06-30T22:10:49.417Z | Checking openssl v0.10.73 |
2155 | 2025-06-30T22:10:49.477Z | Checking deranged v0.3.11 |
2156 | 2025-06-30T22:10:49.686Z | Checking url v2.5.4 |
2157 | 2025-06-30T22:10:49.793Z | Checking rustls-webpki v0.102.8 |
2158 | 2025-06-30T22:10:50.028Z | Checking rustix v0.38.37 |
2159 | 2025-06-30T22:10:50.432Z | Checking crossbeam-epoch v0.9.18 |
2160 | 2025-06-30T22:10:50.536Z | Checking rand v0.9.1 |
2161 | 2025-06-30T22:10:50.572Z | Checking unicode-normalization v0.1.24 |
2162 | 2025-06-30T22:10:50.793Z | Checking semver v1.0.26 |
2163 | 2025-06-30T22:10:50.843Z | Checking bzip2-sys v0.1.13+1.0.8 |
2164 | 2025-06-30T22:10:50.940Z | Checking tokio-util v0.7.15 |
2165 | 2025-06-30T22:10:50.970Z | Checking signature v2.2.0 |
2166 | 2025-06-30T22:10:51.196Z | Checking scroll v0.12.0 |
2167 | 2025-06-30T22:10:51.215Z | Checking crc32fast v1.4.2 |
2168 | 2025-06-30T22:10:51.474Z | Checking plain v0.2.3 |
2169 | 2025-06-30T22:10:51.528Z | Checking unicode-properties v0.1.3 |
2170 | 2025-06-30T22:10:51.571Z | Checking siphasher v0.3.11 |
2171 | 2025-06-30T22:10:51.638Z | Checking ucd-trie v0.1.7 |
2172 | 2025-06-30T22:10:51.680Z | Checking unicode-bidi v0.3.17 |
2173 | 2025-06-30T22:10:52.480Z | Checking num_threads v0.1.7 |
2174 | 2025-06-30T22:10:52.513Z | Checking zlib-rs v0.5.1 |
2175 | 2025-06-30T22:10:52.513Z | Checking time-core v0.1.2 |
2176 | 2025-06-30T22:10:52.513Z | Checking h2 v0.4.6 |
2177 | 2025-06-30T22:10:52.513Z | Checking anstyle v1.0.11 |
2178 | 2025-06-30T22:10:52.513Z | Checking dyn-clone v1.0.19 |
2179 | 2025-06-30T22:10:52.513Z | Checking num-conv v0.1.0 |
2180 | 2025-06-30T22:10:52.513Z | Checking regex-automata v0.4.8 |
2181 | 2025-06-30T22:10:52.514Z | Checking utf8parse v0.2.2 |
2182 | 2025-06-30T22:10:52.514Z | Checking either v1.15.0 |
2183 | 2025-06-30T22:10:52.532Z | Checking anstyle-parse v0.2.5 |
2184 | 2025-06-30T22:10:52.561Z | Checking time v0.3.36 |
2185 | 2025-06-30T22:10:52.724Z | Checking stringprep v0.1.5 |
2186 | 2025-06-30T22:10:52.786Z | Checking schemars v0.8.22 |
2187 | 2025-06-30T22:10:53.017Z | Checking phf_shared v0.11.2 |
2188 | 2025-06-30T22:10:53.155Z | Checking pest v2.7.14 |
2189 | 2025-06-30T22:10:53.275Z | Checking goblin v0.8.2 |
2190 | 2025-06-30T22:10:53.794Z | Checking libz-rs-sys v0.5.1 |
2191 | 2025-06-30T22:10:54.010Z | Checking crossbeam-deque v0.8.5 |
2192 | 2025-06-30T22:10:54.327Z | Checking rustls v0.23.19 |
2193 | 2025-06-30T22:10:54.378Z | Checking quote v1.0.40 |
2194 | 2025-06-30T22:10:54.402Z | Checking native-tls v0.2.12 |
2195 | 2025-06-30T22:10:54.729Z | Checking num-integer v0.1.46 |
2196 | 2025-06-30T22:10:54.833Z | Checking rand_chacha v0.3.1 |
2197 | 2025-06-30T22:10:54.972Z | Checking serde_spanned v0.6.9 |
2198 | 2025-06-30T22:10:55.185Z | Checking toml_datetime v0.6.11 |
2199 | 2025-06-30T22:10:55.222Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2200 | 2025-06-30T22:10:55.247Z | Checking md-5 v0.10.6 |
2201 | 2025-06-30T22:10:55.443Z | Checking sync_wrapper v1.0.1 |
2202 | 2025-06-30T22:10:55.491Z | Checking ff v0.13.0 |
2203 | 2025-06-30T22:10:55.527Z | Checking hash32 v0.2.1 |
2204 | 2025-06-30T22:10:55.580Z | Checking base16ct v0.2.0 |
2205 | 2025-06-30T22:10:55.598Z | Checking psl-types v2.0.11 |
2206 | 2025-06-30T22:10:55.716Z | Checking anstyle-query v1.1.1 |
2207 | 2025-06-30T22:10:55.798Z | Checking is_terminal_polyfill v1.70.1 |
2208 | 2025-06-30T22:10:55.801Z | Checking pretty-hex v0.4.1 |
2209 | 2025-06-30T22:10:55.834Z | Checking fallible-iterator v0.2.0 |
2210 | 2025-06-30T22:10:55.862Z | Checking gimli v0.31.1 |
2211 | 2025-06-30T22:10:55.926Z | Checking tower-layer v0.3.3 |
2212 | 2025-06-30T22:10:56.009Z | Checking colorchoice v1.0.2 |
2213 | 2025-06-30T22:10:56.164Z | Checking anstream v0.6.18 |
2214 | 2025-06-30T22:10:56.196Z | Checking tower v0.5.2 |
2215 | 2025-06-30T22:10:56.401Z | Checking postgres-protocol v0.6.8 |
2216 | 2025-06-30T22:10:56.544Z | Checking heapless v0.7.17 |
2217 | 2025-06-30T22:10:56.716Z | Checking publicsuffix v2.3.0 |
2218 | 2025-06-30T22:10:56.893Z | Checking sec1 v0.7.3 |
2219 | 2025-06-30T22:10:57.019Z | Checking group v0.13.0 |
2220 | 2025-06-30T22:10:57.041Z | Checking dtrace-parser v0.2.0 |
2221 | 2025-06-30T22:10:57.280Z | Checking zstd-safe v7.2.3 |
2222 | 2025-06-30T22:10:57.301Z | Checking rand v0.8.5 |
2223 | 2025-06-30T22:10:57.466Z | Checking num-iter v0.1.45 |
2224 | 2025-06-30T22:10:57.520Z | Compiling daft v0.1.3 |
2225 | 2025-06-30T22:10:57.593Z | Checking cookie v0.18.1 |
2226 | 2025-06-30T22:10:57.647Z | Checking syn v2.0.104 |
2227 | 2025-06-30T22:10:57.982Z | Checking hyper v1.6.0 |
2228 | 2025-06-30T22:10:58.021Z | Checking tokio-native-tls v0.3.1 |
2229 | 2025-06-30T22:10:58.054Z | Checking ipnetwork v0.21.1 |
2230 | 2025-06-30T22:10:58.071Z | Checking dof v0.3.0 |
2231 | 2025-06-30T22:10:58.279Z | Checking rayon-core v1.12.1 |
2232 | 2025-06-30T22:10:58.451Z | Checking flate2 v1.1.2 |
2233 | 2025-06-30T22:10:58.509Z | Checking terminal_size v0.4.0 |
2234 | 2025-06-30T22:10:58.650Z | Checking rustls-native-certs v0.8.1 |
2235 | 2025-06-30T22:10:58.704Z | Checking lazy_static v1.5.0 |
2236 | 2025-06-30T22:10:58.848Z | Checking webpki-roots v1.0.0 |
2237 | 2025-06-30T22:10:58.870Z | Checking http-body-util v0.1.3 |
2238 | 2025-06-30T22:10:58.916Z | Checking signal-hook v0.3.18 |
2239 | 2025-06-30T22:10:59.066Z | Checking hkdf v0.12.4 |
2240 | 2025-06-30T22:10:59.117Z | Checking crypto-bigint v0.5.5 |
2241 | 2025-06-30T22:10:59.268Z | Checking thread-id v4.2.2 |
2242 | 2025-06-30T22:10:59.283Z | Checking object v0.36.5 |
2243 | 2025-06-30T22:10:59.301Z | Checking clap_lex v0.7.4 |
2244 | 2025-06-30T22:10:59.382Z | Checking rustc-demangle v0.1.24 |
2245 | 2025-06-30T22:10:59.454Z | Checking tokio-rustls v0.26.0 |
2246 | 2025-06-30T22:10:59.574Z | Checking strsim v0.11.1 |
2247 | 2025-06-30T22:10:59.643Z | Checking addr2line v0.24.2 |
2248 | 2025-06-30T22:10:59.829Z | Checking unicode-width v0.2.0 |
2249 | 2025-06-30T22:10:59.848Z | Checking simd-adler32 v0.3.7 |
2250 | 2025-06-30T22:10:59.884Z | Checking bitflags v1.3.2 |
2251 | 2025-06-30T22:10:59.906Z | Checking hyper-util v0.1.14 |
2252 | 2025-06-30T22:10:59.991Z | Checking lockfree-object-pool v0.1.6 |
2253 | 2025-06-30T22:11:00.162Z | Checking winnow v0.5.40 |
2254 | 2025-06-30T22:11:00.166Z | Checking managed v0.8.0 |
2255 | 2025-06-30T22:11:00.229Z | Checking iri-string v0.7.8 |
2256 | 2025-06-30T22:11:00.289Z | Checking bumpalo v3.16.0 |
2257 | 2025-06-30T22:11:00.532Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2258 | 2025-06-30T22:11:00.635Z | Checking zopfli v0.8.1 |
2259 | 2025-06-30T22:11:00.832Z | Checking smoltcp v0.9.1 |
2260 | 2025-06-30T22:11:01.341Z | Checking console v0.15.10 |
2261 | 2025-06-30T22:11:01.834Z | Checking elliptic-curve v0.13.8 |
2262 | 2025-06-30T22:11:01.896Z | Checking clap_builder v4.5.40 |
2263 | 2025-06-30T22:11:02.293Z | Checking signal-hook-mio v0.2.4 |
2264 | 2025-06-30T22:11:02.428Z | Checking hyper-rustls v0.27.7 |
2265 | 2025-06-30T22:11:02.446Z | Checking hyper-tls v0.6.0 |
2266 | 2025-06-30T22:11:02.478Z | Checking rayon v1.10.0 |
2267 | 2025-06-30T22:11:02.721Z | Checking num-bigint-dig v0.8.4 |
2268 | 2025-06-30T22:11:02.814Z | Checking tower-http v0.6.6 |
2269 | 2025-06-30T22:11:02.834Z | Checking oxnet v0.1.2 |
2270 | 2025-06-30T22:11:02.978Z | Checking toml_edit v0.19.15 |
2271 | 2025-06-30T22:11:03.242Z | Checking cookie_store v0.21.1 |
2272 | 2025-06-30T22:11:03.419Z | Checking zstd v0.13.3 |
2273 | 2025-06-30T22:11:03.633Z | Checking usdt-impl v0.5.0 |
2274 | 2025-06-30T22:11:03.791Z | Checking postgres-types v0.2.9 |
2275 | 2025-06-30T22:11:03.951Z | Checking regex v1.11.1 |
2276 | 2025-06-30T22:11:04.193Z | Checking bstr v1.10.0 |
2277 | 2025-06-30T22:11:04.453Z | Checking phf v0.11.2 |
2278 | 2025-06-30T22:11:04.566Z | Checking ed25519 v2.2.3 |
2279 | 2025-06-30T22:11:04.710Z | Checking bzip2 v0.4.4 |
2280 | 2025-06-30T22:11:04.728Z | Checking bzip2 v0.5.2 |
2281 | 2025-06-30T22:11:04.859Z | Checking curve25519-dalek v4.1.3 |
2282 | 2025-06-30T22:11:04.884Z | Checking thiserror v2.0.12 |
2283 | 2025-06-30T22:11:05.004Z | Checking hubpack v0.1.2 |
2284 | 2025-06-30T22:11:05.007Z | Checking memoffset v0.9.1 |
2285 | 2025-06-30T22:11:05.076Z | Checking pkcs1 v0.7.5 |
2286 | 2025-06-30T22:11:05.139Z | Checking serde_urlencoded v0.7.1 |
2287 | 2025-06-30T22:11:05.249Z | Checking backtrace v0.3.74 |
2288 | 2025-06-30T22:11:05.273Z | Checking float-cmp v0.10.0 |
2289 | 2025-06-30T22:11:05.316Z | Checking serde-big-array v0.5.1 |
2290 | 2025-06-30T22:11:05.348Z | Checking rfc6979 v0.4.0 |
2291 | 2025-06-30T22:11:05.471Z | Checking memmap v0.7.0 |
2292 | 2025-06-30T22:11:05.484Z | Checking encoding_rs v0.8.34 |
2293 | 2025-06-30T22:11:05.521Z | Checking whoami v1.6.0 |
2294 | 2025-06-30T22:11:05.540Z | Checking number_prefix v0.4.0 |
2295 | 2025-06-30T22:11:05.543Z | Checking data-encoding v2.9.0 |
2296 | 2025-06-30T22:11:05.673Z | Checking new_debug_unreachable v1.0.6 |
2297 | 2025-06-30T22:11:05.755Z | Checking fixedbitset v0.4.2 |
2298 | 2025-06-30T22:11:05.777Z | Checking predicates-core v1.0.8 |
2299 | 2025-06-30T22:11:05.801Z | Checking minimal-lexical v0.2.1 |
2300 | 2025-06-30T22:11:05.839Z | Checking precomputed-hash v0.1.1 |
2301 | 2025-06-30T22:11:05.939Z | Checking unicode-segmentation v1.12.0 |
2302 | 2025-06-30T22:11:05.980Z | Checking normalize-line-endings v0.3.0 |
2303 | 2025-06-30T22:11:05.994Z | Checking toml_write v0.1.2 |
2304 | 2025-06-30T22:11:06.006Z | Checking mime v0.3.17 |
2305 | 2025-06-30T22:11:06.090Z | Checking static_assertions v1.1.0 |
2306 | 2025-06-30T22:11:06.108Z | Checking difflib v0.4.0 |
2307 | 2025-06-30T22:11:06.196Z | Checking winnow v0.7.10 |
2308 | 2025-06-30T22:11:06.199Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2309 | 2025-06-30T22:11:06.274Z | Checking nom v7.1.3 |
2310 | 2025-06-30T22:11:06.333Z | Checking hickory-proto v0.25.2 |
2311 | 2025-06-30T22:11:06.439Z | Checking predicates v3.1.3 |
2312 | 2025-06-30T22:11:06.588Z | Checking ed25519-dalek v2.1.1 |
2313 | 2025-06-30T22:11:06.614Z | Checking similar v2.7.0 |
2314 | 2025-06-30T22:11:07.018Z | Checking petgraph v0.6.5 |
2315 | 2025-06-30T22:11:07.053Z | Checking string_cache v0.8.9 |
2316 | 2025-06-30T22:11:07.367Z | Checking indicatif v0.17.11 |
2317 | 2025-06-30T22:11:07.498Z | Checking tokio-postgres v0.7.13 |
2318 | 2025-06-30T22:11:07.649Z | Checking reqwest v0.12.20 |
2319 | 2025-06-30T22:11:08.126Z | Checking anyhow v1.0.98 |
2320 | 2025-06-30T22:11:08.525Z | Checking usdt v0.5.0 |
2321 | 2025-06-30T22:11:08.792Z | Checking ecdsa v0.16.9 |
2322 | 2025-06-30T22:11:08.853Z | Checking rsa v0.9.6 |
2323 | 2025-06-30T22:11:09.013Z | Checking toml_edit v0.22.27 |
2324 | 2025-06-30T22:11:09.418Z | Checking toml v0.7.8 |
2325 | 2025-06-30T22:11:09.837Z | Checking nix v0.29.0 |
2326 | 2025-06-30T22:11:09.928Z | Checking zip v0.6.6 |
2327 | 2025-06-30T22:11:10.092Z | Checking zip v4.2.0 |
2328 | 2025-06-30T22:11:10.142Z | Checking clap v4.5.40 |
2329 | 2025-06-30T22:11:10.275Z | Checking crossterm v0.28.1 |
2330 | 2025-06-30T22:11:10.335Z | Checking itertools v0.10.5 |
2331 | 2025-06-30T22:11:10.631Z | Checking itertools v0.12.1 |
2332 | 2025-06-30T22:11:11.219Z | Checking tokio-stream v0.1.17 |
2333 | 2025-06-30T22:11:11.386Z | Checking buf-list v1.0.3 |
2334 | 2025-06-30T22:11:11.459Z | Checking fs-err v3.1.1 |
2335 | 2025-06-30T22:11:11.638Z | Checking strum v0.26.3 |
2336 | 2025-06-30T22:11:11.718Z | Checking ahash v0.8.11 |
2337 | 2025-06-30T22:11:11.823Z | Checking slog v2.7.0 |
2338 | 2025-06-30T22:11:11.936Z | Checking openapiv3 v2.2.0 |
2339 | 2025-06-30T22:11:11.994Z | Checking x509-cert v0.2.5 |
2340 | 2025-06-30T22:11:12.013Z | Checking sha1 v0.10.6 |
2341 | 2025-06-30T22:11:12.230Z | Checking winnow v0.6.26 |
2342 | 2025-06-30T22:11:12.291Z | Checking rustc-hash v2.1.1 |
2343 | 2025-06-30T22:11:12.309Z | Checking unicode-xid v0.2.6 |
2344 | 2025-06-30T22:11:12.403Z | Checking peg-runtime v0.8.5 |
2345 | 2025-06-30T22:11:12.476Z | Checking lalrpop-util v0.19.12 |
2346 | 2025-06-30T22:11:12.495Z | Checking camino v1.1.10 |
2347 | 2025-06-30T22:11:12.650Z | Checking sigpipe v0.1.3 |
2348 | 2025-06-30T22:11:12.763Z | Checking jiff v0.2.15 |
2349 | 2025-06-30T22:11:12.795Z | Checking glob v0.3.2 |
2350 | 2025-06-30T22:11:16.603Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2351 | 2025-06-30T22:11:16.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.25s |
2352 | 2025-06-30T22:11:17.168Z | |
2353 | 2025-06-30T22:11:17.168Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/217) |
2354 | 2025-06-30T22:11:17.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2025-06-30T22:11:17.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2025-06-30T22:11:17.998Z | Compiling regress v0.10.3 |
2357 | 2025-06-30T22:11:18.123Z | Checking heck v0.5.0 |
2358 | 2025-06-30T22:11:18.153Z | Compiling unsafe-libyaml v0.2.11 |
2359 | 2025-06-30T22:11:18.172Z | Checking rustix v1.0.7 |
2360 | 2025-06-30T22:11:18.172Z | Checking newtype-uuid v1.2.4 |
2361 | 2025-06-30T22:11:18.176Z | Checking dirs-sys-next v0.1.2 |
2362 | 2025-06-30T22:11:18.176Z | Checking fastrand v2.1.1 |
2363 | 2025-06-30T22:11:18.291Z | Checking thread_local v1.1.8 |
2364 | 2025-06-30T22:11:18.401Z | Checking dirs-next v2.0.0 |
2365 | 2025-06-30T22:11:18.531Z | Checking daft v0.1.3 |
2366 | 2025-06-30T22:11:18.550Z | Compiling structmeta-derive v0.3.0 |
2367 | 2025-06-30T22:11:18.570Z | Compiling ident_case v1.0.1 |
2368 | 2025-06-30T22:11:18.574Z | Checking term v0.7.0 |
2369 | 2025-06-30T22:11:18.767Z | Compiling darling_core v0.20.10 |
2370 | 2025-06-30T22:11:18.987Z | Checking crossbeam-channel v0.5.15 |
2371 | 2025-06-30T22:11:19.006Z | Checking futures-executor v0.3.31 |
2372 | 2025-06-30T22:11:19.250Z | Checking is-terminal v0.4.13 |
2373 | 2025-06-30T22:11:19.387Z | Compiling rustls v0.22.4 |
2374 | 2025-06-30T22:11:19.670Z | Compiling serde_yaml v0.9.34+deprecated |
2375 | 2025-06-30T22:11:19.701Z | Checking tempfile v3.20.0 |
2376 | 2025-06-30T22:11:19.727Z | Checking take_mut v0.2.2 |
2377 | 2025-06-30T22:11:19.851Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2378 | 2025-06-30T22:11:19.888Z | Checking slog-async v2.8.0 |
2379 | 2025-06-30T22:11:20.090Z | Checking slog-term v2.9.1 |
2380 | 2025-06-30T22:11:20.192Z | Checking futures v0.3.31 |
2381 | 2025-06-30T22:11:20.240Z | Compiling proc-macro-crate v1.3.1 |
2382 | 2025-06-30T22:11:20.312Z | Checking wait-timeout v0.2.0 |
2383 | 2025-06-30T22:11:20.523Z | Compiling multer v3.1.0 |
2384 | 2025-06-30T22:11:20.586Z | Checking match_cfg v0.1.0 |
2385 | 2025-06-30T22:11:20.692Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2386 | 2025-06-30T22:11:20.821Z | Compiling ref-cast v1.0.24 |
2387 | 2025-06-30T22:11:20.963Z | Checking bit-vec v0.8.0 |
2388 | 2025-06-30T22:11:21.078Z | Compiling structmeta v0.3.0 |
2389 | 2025-06-30T22:11:21.092Z | Checking quick-error v1.2.3 |
2390 | 2025-06-30T22:11:21.238Z | Checking rusty-fork v0.3.0 |
2391 | 2025-06-30T22:11:21.348Z | Checking bit-set v0.8.0 |
2392 | 2025-06-30T22:11:21.366Z | Compiling num_enum_derive v0.5.11 |
2393 | 2025-06-30T22:11:21.483Z | Checking typify-impl v0.3.0 |
2394 | 2025-06-30T22:11:21.507Z | Checking typify-impl v0.2.0 |
2395 | 2025-06-30T22:11:21.598Z | Checking hostname v0.3.1 |
2396 | 2025-06-30T22:11:23.065Z | Checking progenitor-client v0.9.1 |
2397 | 2025-06-30T22:11:23.489Z | Checking rand_xorshift v0.4.0 |
2398 | 2025-06-30T22:11:23.581Z | Checking slog-json v2.6.1 |
2399 | 2025-06-30T22:11:23.693Z | Compiling lzma-sys v0.1.20 |
2400 | 2025-06-30T22:11:23.850Z | Checking hex v0.4.3 |
2401 | 2025-06-30T22:11:24.083Z | Compiling foreign-types-macros v0.2.3 |
2402 | 2025-06-30T22:11:24.104Z | Compiling ref-cast-impl v1.0.24 |
2403 | 2025-06-30T22:11:24.338Z | Compiling async-stream-impl v0.3.6 |
2404 | 2025-06-30T22:11:24.389Z | Compiling dropshot v0.16.2 |
2405 | 2025-06-30T22:11:24.584Z | Compiling darling_macro v0.20.10 |
2406 | 2025-06-30T22:11:24.700Z | Checking arc-swap v1.7.1 |
2407 | 2025-06-30T22:11:25.026Z | Checking unarray v0.1.4 |
2408 | 2025-06-30T22:11:25.118Z | Checking utf-8 v0.7.6 |
2409 | 2025-06-30T22:11:25.141Z | Checking foreign-types-shared v0.3.1 |
2410 | 2025-06-30T22:11:25.192Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2411 | 2025-06-30T22:11:25.212Z | Checking proptest v1.7.0 |
2412 | 2025-06-30T22:11:25.258Z | Checking foreign-types v0.5.0 |
2413 | 2025-06-30T22:11:25.308Z | Checking slog-scope v4.4.0 |
2414 | 2025-06-30T22:11:25.338Z | Checking tungstenite v0.21.0 |
2415 | 2025-06-30T22:11:25.464Z | Compiling darling v0.20.10 |
2416 | 2025-06-30T22:11:25.513Z | Checking tokio-rustls v0.25.0 |
2417 | 2025-06-30T22:11:25.551Z | Checking async-stream v0.3.6 |
2418 | 2025-06-30T22:11:25.600Z | Compiling serde_with_macros v3.12.0 |
2419 | 2025-06-30T22:11:25.657Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2420 | 2025-06-30T22:11:25.764Z | Checking slog-bunyan v2.5.0 |
2421 | 2025-06-30T22:11:25.819Z | Checking num_enum v0.5.11 |
2422 | 2025-06-30T22:11:25.897Z | Compiling proc-macro-error v1.0.4 |
2423 | 2025-06-30T22:11:26.176Z | Compiling test-strategy v0.4.1 |
2424 | 2025-06-30T22:11:26.195Z | Compiling parse-display-derive v0.10.0 |
2425 | 2025-06-30T22:11:26.513Z | Checking toml v0.8.23 |
2426 | 2025-06-30T22:11:26.614Z | Checking progenitor-client v0.8.0 |
2427 | 2025-06-30T22:11:27.049Z | Compiling heck v0.3.3 |
2428 | 2025-06-30T22:11:27.273Z | Checking waitgroup v0.1.2 |
2429 | 2025-06-30T22:11:27.417Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2430 | 2025-06-30T22:11:27.441Z | Checking rustls-pemfile v2.2.0 |
2431 | 2025-06-30T22:11:27.690Z | Compiling dropshot_endpoint v0.16.2 |
2432 | 2025-06-30T22:11:28.101Z | Checking serde_path_to_error v0.1.17 |
2433 | 2025-06-30T22:11:28.192Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2434 | 2025-06-30T22:11:28.741Z | Compiling derive-where v1.5.0 |
2435 | 2025-06-30T22:11:28.925Z | Checking cstr-argument v0.1.2 |
2436 | 2025-06-30T22:11:29.121Z | Checking hostname v0.4.0 |
2437 | 2025-06-30T22:11:29.282Z | Checking instant v0.1.13 |
2438 | 2025-06-30T22:11:29.439Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2439 | 2025-06-30T22:11:29.545Z | Checking pretty-hex v0.2.1 |
2440 | 2025-06-30T22:11:29.696Z | Checking debug-ignore v1.0.5 |
2441 | 2025-06-30T22:11:29.740Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2442 | 2025-06-30T22:11:29.759Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2443 | 2025-06-30T22:11:29.865Z | Checking backoff v0.4.0 |
2444 | 2025-06-30T22:11:29.951Z | Checking parse-display v0.10.0 |
2445 | 2025-06-30T22:11:30.026Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2446 | 2025-06-30T22:11:30.173Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2447 | 2025-06-30T22:11:30.199Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2448 | 2025-06-30T22:11:30.345Z | Checking serde_with v3.12.0 |
2449 | 2025-06-30T22:11:30.364Z | Compiling zone_cfg_derive v0.1.2 |
2450 | 2025-06-30T22:11:30.381Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2451 | 2025-06-30T22:11:30.427Z | Checking tokio-tungstenite v0.21.0 |
2452 | 2025-06-30T22:11:31.114Z | Checking slog-stdlog v4.1.1 |
2453 | 2025-06-30T22:11:31.133Z | Checking iddqd v0.3.8 |
2454 | 2025-06-30T22:11:31.297Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2455 | 2025-06-30T22:11:31.695Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2456 | 2025-06-30T22:11:31.743Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2457 | 2025-06-30T22:11:31.773Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2458 | 2025-06-30T22:11:31.977Z | Checking progenitor-client v0.10.0 |
2459 | 2025-06-30T22:11:32.166Z | Checking colored v2.2.0 |
2460 | 2025-06-30T22:11:32.475Z | Checking macaddr v1.0.1 |
2461 | 2025-06-30T22:11:32.536Z | Checking base64 v0.21.7 |
2462 | 2025-06-30T22:11:32.774Z | Checking unicode-width v0.1.14 |
2463 | 2025-06-30T22:11:32.815Z | Checking base64 v0.13.1 |
2464 | 2025-06-30T22:11:33.061Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2465 | 2025-06-30T22:11:33.264Z | Checking ron v0.7.1 |
2466 | 2025-06-30T22:11:33.283Z | Checking tabwriter v1.4.0 |
2467 | 2025-06-30T22:11:33.546Z | Checking zone v0.1.8 |
2468 | 2025-06-30T22:11:33.569Z | Checking slog-envlogger v2.2.0 |
2469 | 2025-06-30T22:11:33.573Z | Checking xz2 v0.1.7 |
2470 | 2025-06-30T22:11:33.846Z | Checking tokio-dtrace v0.1.0 |
2471 | 2025-06-30T22:11:33.881Z | Checking xattr v1.3.1 |
2472 | 2025-06-30T22:11:34.113Z | Checking yasna v0.5.2 |
2473 | 2025-06-30T22:11:34.165Z | Checking pem v3.0.5 |
2474 | 2025-06-30T22:11:34.223Z | Checking smf v0.2.3 |
2475 | 2025-06-30T22:11:34.374Z | Checking headers-core v0.3.0 |
2476 | 2025-06-30T22:11:34.449Z | Checking filetime v0.2.25 |
2477 | 2025-06-30T22:11:34.540Z | Checking same-file v1.0.6 |
2478 | 2025-06-30T22:11:34.688Z | Checking tar v0.4.44 |
2479 | 2025-06-30T22:11:34.712Z | Checking headers v0.4.1 |
2480 | 2025-06-30T22:11:34.750Z | Checking walkdir v2.5.0 |
2481 | 2025-06-30T22:11:34.799Z | Checking oxide-tokio-rt v0.1.1 |
2482 | 2025-06-30T22:11:34.994Z | Checking rcgen v0.12.1 |
2483 | 2025-06-30T22:11:35.035Z | Checking camino-tempfile v1.4.1 |
2484 | 2025-06-30T22:11:35.053Z | Checking atomicwrites v0.4.4 |
2485 | 2025-06-30T22:11:35.277Z | Checking subprocess v0.2.9 |
2486 | 2025-06-30T22:11:35.406Z | Compiling typify-macro v0.3.0 |
2487 | 2025-06-30T22:11:35.898Z | Compiling typify-macro v0.2.0 |
2488 | 2025-06-30T22:11:37.359Z | Compiling typify v0.3.0 |
2489 | 2025-06-30T22:11:37.462Z | Compiling progenitor-impl v0.9.1 |
2490 | 2025-06-30T22:11:37.739Z | Compiling typify v0.2.0 |
2491 | 2025-06-30T22:11:37.840Z | Compiling progenitor-impl v0.8.0 |
2492 | 2025-06-30T22:11:40.174Z | Compiling progenitor-macro v0.9.1 |
2493 | 2025-06-30T22:11:40.566Z | Compiling progenitor-macro v0.8.0 |
2494 | 2025-06-30T22:11:44.894Z | Checking progenitor v0.9.1 |
2495 | 2025-06-30T22:11:45.049Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2496 | 2025-06-30T22:11:45.420Z | Checking progenitor v0.8.0 |
2497 | 2025-06-30T22:11:45.572Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2498 | 2025-06-30T22:11:47.951Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2499 | 2025-06-30T22:11:48.158Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2500 | 2025-06-30T22:11:54.272Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2501 | 2025-06-30T22:11:55.997Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2502 | 2025-06-30T22:11:57.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.15s |
2503 | 2025-06-30T22:11:57.523Z | |
2504 | 2025-06-30T22:11:57.523Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/217) |
2505 | 2025-06-30T22:11:58.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2025-06-30T22:11:58.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2025-06-30T22:11:58.329Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2508 | 2025-06-30T22:11:59.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
2509 | 2025-06-30T22:12:00.050Z | |
2510 | 2025-06-30T22:12:00.050Z | info: running `cargo check --bins` on nexus-config (52/217) |
2511 | 2025-06-30T22:12:00.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2025-06-30T22:12:00.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2025-06-30T22:12:00.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2025-06-30T22:12:00.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2515 | 2025-06-30T22:12:00.822Z | |
2516 | 2025-06-30T22:12:00.822Z | info: running `cargo check --bins` on omicron-rpaths (53/217) |
2517 | 2025-06-30T22:12:01.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2025-06-30T22:12:01.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2025-06-30T22:12:01.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2025-06-30T22:12:01.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2521 | 2025-06-30T22:12:01.567Z | |
2522 | 2025-06-30T22:12:01.567Z | info: running `cargo check --bins` on omicron-certificates (54/217) |
2523 | 2025-06-30T22:12:02.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2025-06-30T22:12:02.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2025-06-30T22:12:02.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2025-06-30T22:12:02.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2527 | 2025-06-30T22:12:02.339Z | |
2528 | 2025-06-30T22:12:02.339Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/217) |
2529 | 2025-06-30T22:12:03.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2025-06-30T22:12:03.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2025-06-30T22:12:03.220Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2532 | 2025-06-30T22:12:03.343Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2533 | 2025-06-30T22:12:03.347Z | Compiling rustix v1.0.7 |
2534 | 2025-06-30T22:12:03.347Z | Compiling wait-timeout v0.2.0 |
2535 | 2025-06-30T22:12:03.347Z | Compiling match_cfg v0.1.0 |
2536 | 2025-06-30T22:12:03.347Z | Compiling quick-error v1.2.3 |
2537 | 2025-06-30T22:12:03.347Z | Compiling bit-vec v0.8.0 |
2538 | 2025-06-30T22:12:03.351Z | Compiling rustls v0.22.4 |
2539 | 2025-06-30T22:12:03.486Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2540 | 2025-06-30T22:12:03.518Z | Compiling hostname v0.3.1 |
2541 | 2025-06-30T22:12:03.540Z | Compiling progenitor-client v0.9.1 |
2542 | 2025-06-30T22:12:03.731Z | Compiling bit-set v0.8.0 |
2543 | 2025-06-30T22:12:03.795Z | Compiling slog-json v2.6.1 |
2544 | 2025-06-30T22:12:03.819Z | Compiling rand_xorshift v0.4.0 |
2545 | 2025-06-30T22:12:03.916Z | Compiling itertools v0.13.0 |
2546 | 2025-06-30T22:12:03.970Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2547 | 2025-06-30T22:12:04.021Z | Compiling hex v0.4.3 |
2548 | 2025-06-30T22:12:04.061Z | Compiling heapless v0.8.0 |
2549 | 2025-06-30T22:12:04.083Z | Compiling unarray v0.1.4 |
2550 | 2025-06-30T22:12:04.145Z | Compiling slog-bunyan v2.5.0 |
2551 | 2025-06-30T22:12:04.263Z | Compiling progenitor v0.9.1 |
2552 | 2025-06-30T22:12:04.378Z | Compiling ref-cast v1.0.24 |
2553 | 2025-06-30T22:12:04.494Z | Compiling async-stream v0.3.6 |
2554 | 2025-06-30T22:12:04.546Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2555 | 2025-06-30T22:12:04.569Z | Compiling multer v3.1.0 |
2556 | 2025-06-30T22:12:04.733Z | Compiling toml v0.8.23 |
2557 | 2025-06-30T22:12:04.770Z | Compiling waitgroup v0.1.2 |
2558 | 2025-06-30T22:12:04.878Z | Compiling rustls-pemfile v2.2.0 |
2559 | 2025-06-30T22:12:04.993Z | Checking hash32 v0.3.1 |
2560 | 2025-06-30T22:12:05.219Z | Compiling tempfile v3.20.0 |
2561 | 2025-06-30T22:12:05.240Z | Compiling serde_path_to_error v0.1.17 |
2562 | 2025-06-30T22:12:05.440Z | Compiling hostname v0.4.0 |
2563 | 2025-06-30T22:12:05.660Z | Compiling rusty-fork v0.3.0 |
2564 | 2025-06-30T22:12:05.679Z | Compiling instant v0.1.13 |
2565 | 2025-06-30T22:12:05.853Z | Compiling smoltcp v0.11.0 |
2566 | 2025-06-30T22:12:05.982Z | Compiling debug-ignore v1.0.5 |
2567 | 2025-06-30T22:12:06.003Z | Compiling backoff v0.4.0 |
2568 | 2025-06-30T22:12:06.159Z | Compiling proptest v1.7.0 |
2569 | 2025-06-30T22:12:06.320Z | Compiling iddqd v0.3.8 |
2570 | 2025-06-30T22:12:06.352Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2571 | 2025-06-30T22:12:06.514Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2572 | 2025-06-30T22:12:06.706Z | Compiling serde_with v3.12.0 |
2573 | 2025-06-30T22:12:06.808Z | Compiling ingot-macros v0.1.0 |
2574 | 2025-06-30T22:12:07.025Z | Compiling parse-display v0.10.0 |
2575 | 2025-06-30T22:12:07.664Z | Compiling tokio-rustls v0.25.0 |
2576 | 2025-06-30T22:12:08.107Z | Compiling dropshot v0.16.2 |
2577 | 2025-06-30T22:12:08.834Z | Checking num-rational v0.4.2 |
2578 | 2025-06-30T22:12:09.495Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2579 | 2025-06-30T22:12:10.190Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2580 | 2025-06-30T22:12:10.399Z | Compiling progenitor-client v0.10.0 |
2581 | 2025-06-30T22:12:11.651Z | Compiling phf_generator v0.11.2 |
2582 | 2025-06-30T22:12:11.870Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2583 | 2025-06-30T22:12:12.342Z | Checking num-complex v0.4.6 |
2584 | 2025-06-30T22:12:13.035Z | Compiling macaddr v1.0.1 |
2585 | 2025-06-30T22:12:13.218Z | Checking cobs v0.2.3 |
2586 | 2025-06-30T22:12:13.435Z | Checking postcard v1.0.10 |
2587 | 2025-06-30T22:12:13.502Z | Compiling num v0.4.3 |
2588 | 2025-06-30T22:12:13.634Z | Compiling phf_codegen v0.11.2 |
2589 | 2025-06-30T22:12:13.826Z | Checking ingot-types v0.1.0 |
2590 | 2025-06-30T22:12:13.858Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2591 | 2025-06-30T22:12:13.973Z | Compiling parse-zoneinfo v0.3.1 |
2592 | 2025-06-30T22:12:14.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2593 | 2025-06-30T22:12:14.607Z | Checking ingot v0.1.0 |
2594 | 2025-06-30T22:12:14.658Z | Compiling float-ord v0.3.2 |
2595 | 2025-06-30T22:12:14.715Z | Compiling convert_case v0.4.0 |
2596 | 2025-06-30T22:12:15.033Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2597 | 2025-06-30T22:12:15.519Z | Compiling derive_more v0.99.20 |
2598 | 2025-06-30T22:12:15.736Z | Compiling chrono-tz-build v0.4.0 |
2599 | 2025-06-30T22:12:16.643Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2600 | 2025-06-30T22:12:16.783Z | Compiling crucible-workspace-hack v0.1.0 |
2601 | 2025-06-30T22:12:16.945Z | Checking linked-hash-map v0.5.6 |
2602 | 2025-06-30T22:12:17.122Z | Compiling chrono-tz v0.10.3 |
2603 | 2025-06-30T22:12:17.278Z | Checking lru-cache v0.1.2 |
2604 | 2025-06-30T22:12:17.509Z | Checking resolv-conf v0.7.0 |
2605 | 2025-06-30T22:12:17.533Z | Checking newline-converter v0.3.0 |
2606 | 2025-06-30T22:12:17.702Z | Checking hickory-proto v0.24.4 |
2607 | 2025-06-30T22:12:17.833Z | Checking itertools v0.14.0 |
2608 | 2025-06-30T22:12:17.916Z | Checking prettyplease v0.2.35 |
2609 | 2025-06-30T22:12:18.038Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2610 | 2025-06-30T22:12:18.494Z | Compiling slog-dtrace v0.3.0 |
2611 | 2025-06-30T22:12:19.141Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2612 | 2025-06-30T22:12:19.997Z | Checking expectorate v1.2.0 |
2613 | 2025-06-30T22:12:20.243Z | Compiling zone_cfg_derive v0.3.0 |
2614 | 2025-06-30T22:12:20.350Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2615 | 2025-06-30T22:12:20.376Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2616 | 2025-06-30T22:12:20.428Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2617 | 2025-06-30T22:12:20.727Z | Compiling const_format_proc_macros v0.2.34 |
2618 | 2025-06-30T22:12:21.521Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2619 | 2025-06-30T22:12:21.591Z | Compiling num-derive v0.4.2 |
2620 | 2025-06-30T22:12:22.085Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2621 | 2025-06-30T22:12:22.116Z | Checking hickory-resolver v0.24.4 |
2622 | 2025-06-30T22:12:22.141Z | Checking highway v1.3.0 |
2623 | 2025-06-30T22:12:22.405Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2624 | 2025-06-30T22:12:22.533Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2625 | 2025-06-30T22:12:22.583Z | Checking const_format v0.2.34 |
2626 | 2025-06-30T22:12:22.602Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2627 | 2025-06-30T22:12:22.691Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2628 | 2025-06-30T22:12:22.909Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2629 | 2025-06-30T22:12:23.081Z | Checking zone v0.3.1 |
2630 | 2025-06-30T22:12:23.739Z | Checking qorb v0.4.0 |
2631 | 2025-06-30T22:12:23.823Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2632 | 2025-06-30T22:12:23.860Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2633 | 2025-06-30T22:12:24.092Z | Checking gethostname v0.5.0 |
2634 | 2025-06-30T22:12:24.252Z | Checking bcs v0.1.6 |
2635 | 2025-06-30T22:12:24.320Z | Checking nanorand v0.7.0 |
2636 | 2025-06-30T22:12:24.485Z | Compiling async-recursion v1.1.1 |
2637 | 2025-06-30T22:12:24.688Z | Checking termtree v0.5.1 |
2638 | 2025-06-30T22:12:24.761Z | Checking flume v0.11.1 |
2639 | 2025-06-30T22:12:25.410Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2640 | 2025-06-30T22:12:30.660Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2641 | 2025-06-30T22:12:34.258Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2642 | 2025-06-30T22:12:36.926Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2643 | 2025-06-30T22:12:38.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.94s |
2644 | 2025-06-30T22:12:38.496Z | |
2645 | 2025-06-30T22:12:38.496Z | info: running `cargo check --bins` on clickhouse-admin-api (56/217) |
2646 | 2025-06-30T22:12:39.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-06-30T22:12:39.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-06-30T22:12:39.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-06-30T22:12:39.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2650 | 2025-06-30T22:12:39.313Z | |
2651 | 2025-06-30T22:12:39.313Z | info: running `cargo check --bins` on clickhouse-admin-types (57/217) |
2652 | 2025-06-30T22:12:40.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-06-30T22:12:40.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-06-30T22:12:40.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-06-30T22:12:40.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2656 | 2025-06-30T22:12:40.124Z | |
2657 | 2025-06-30T22:12:40.125Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/217) |
2658 | 2025-06-30T22:12:40.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-06-30T22:12:40.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-06-30T22:12:40.950Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2661 | 2025-06-30T22:12:41.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2662 | 2025-06-30T22:12:41.857Z | |
2663 | 2025-06-30T22:12:41.857Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/217) |
2664 | 2025-06-30T22:12:42.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-06-30T22:12:42.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-06-30T22:12:42.716Z | Compiling cfg_aliases v0.1.1 |
2667 | 2025-06-30T22:12:42.719Z | Compiling vte_generate_state_changes v0.1.2 |
2668 | 2025-06-30T22:12:42.719Z | Checking fd-lock v4.0.2 |
2669 | 2025-06-30T22:12:42.720Z | Checking nibble_vec v0.1.0 |
2670 | 2025-06-30T22:12:42.832Z | Checking endian-type v0.1.2 |
2671 | 2025-06-30T22:12:42.835Z | Checking bytecount v0.6.8 |
2672 | 2025-06-30T22:12:42.898Z | Compiling tabled_derive v0.7.0 |
2673 | 2025-06-30T22:12:42.901Z | Checking itertools v0.13.0 |
2674 | 2025-06-30T22:12:42.933Z | Compiling nix v0.28.0 |
2675 | 2025-06-30T22:12:43.029Z | Compiling peg-macros v0.8.5 |
2676 | 2025-06-30T22:12:43.049Z | Checking papergrid v0.11.0 |
2677 | 2025-06-30T22:12:43.053Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2678 | 2025-06-30T22:12:43.056Z | Checking radix_trie v0.2.1 |
2679 | 2025-06-30T22:12:43.387Z | Checking vte v0.11.1 |
2680 | 2025-06-30T22:12:43.499Z | Compiling sqlparser_derive v0.2.2 |
2681 | 2025-06-30T22:12:44.069Z | Checking home v0.5.9 |
2682 | 2025-06-30T22:12:44.252Z | Checking unicode_categories v0.1.1 |
2683 | 2025-06-30T22:12:44.502Z | Checking nu-ansi-term v0.50.1 |
2684 | 2025-06-30T22:12:44.525Z | Checking sqlparser v0.45.0 |
2685 | 2025-06-30T22:12:44.550Z | Checking sqlformat v0.3.5 |
2686 | 2025-06-30T22:12:44.789Z | Checking strip-ansi-escapes v0.2.0 |
2687 | 2025-06-30T22:12:44.954Z | Checking tabled v0.15.0 |
2688 | 2025-06-30T22:12:44.971Z | Checking display-error-chain v0.2.2 |
2689 | 2025-06-30T22:12:45.241Z | Checking reedline v0.40.0 |
2690 | 2025-06-30T22:12:45.789Z | Checking peg v0.8.5 |
2691 | 2025-06-30T22:12:45.833Z | Checking rustyline v14.0.0 |
2692 | 2025-06-30T22:12:57.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s |
2693 | 2025-06-30T22:12:57.596Z | |
2694 | 2025-06-30T22:12:57.596Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/217) |
2695 | 2025-06-30T22:12:57.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-06-30T22:12:57.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-06-30T22:12:57.597Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2025-06-30T22:13:01.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s |
2699 | 2025-06-30T22:13:01.890Z | |
2700 | 2025-06-30T22:13:01.890Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/217) |
2701 | 2025-06-30T22:13:02.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-06-30T22:13:02.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-06-30T22:13:02.732Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2025-06-30T22:13:06.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2705 | 2025-06-30T22:13:06.706Z | |
2706 | 2025-06-30T22:13:06.706Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/217) |
2707 | 2025-06-30T22:13:07.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-06-30T22:13:07.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-06-30T22:13:07.557Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2025-06-30T22:13:12.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2711 | 2025-06-30T22:13:12.723Z | |
2712 | 2025-06-30T22:13:12.723Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/217) |
2713 | 2025-06-30T22:13:13.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2025-06-30T22:13:13.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2025-06-30T22:13:13.547Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2716 | 2025-06-30T22:13:18.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2717 | 2025-06-30T22:13:18.717Z | |
2718 | 2025-06-30T22:13:18.717Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/217) |
2719 | 2025-06-30T22:13:19.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2025-06-30T22:13:19.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2025-06-30T22:13:19.539Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2722 | 2025-06-30T22:13:23.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2723 | 2025-06-30T22:13:23.513Z | |
2724 | 2025-06-30T22:13:23.513Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/217) |
2725 | 2025-06-30T22:13:24.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2025-06-30T22:13:24.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2025-06-30T22:13:24.334Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2728 | 2025-06-30T22:13:28.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2729 | 2025-06-30T22:13:28.449Z | |
2730 | 2025-06-30T22:13:28.449Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/217) |
2731 | 2025-06-30T22:13:29.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2025-06-30T22:13:29.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2025-06-30T22:13:29.264Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2734 | 2025-06-30T22:13:34.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
2735 | 2025-06-30T22:13:34.660Z | |
2736 | 2025-06-30T22:13:34.660Z | info: running `cargo check --bins` on oximeter (67/217) |
2737 | 2025-06-30T22:13:35.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2025-06-30T22:13:35.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2025-06-30T22:13:35.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2025-06-30T22:13:35.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2741 | 2025-06-30T22:13:35.414Z | |
2742 | 2025-06-30T22:13:35.414Z | info: running `cargo check --bins` on oximeter-macro-impl (68/217) |
2743 | 2025-06-30T22:13:36.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2025-06-30T22:13:36.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2025-06-30T22:13:36.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2025-06-30T22:13:36.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2747 | 2025-06-30T22:13:36.138Z | |
2748 | 2025-06-30T22:13:36.138Z | info: running `cargo check --bins` on oximeter-schema (69/217) |
2749 | 2025-06-30T22:13:36.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2025-06-30T22:13:36.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2025-06-30T22:13:36.900Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2752 | 2025-06-30T22:13:38.948Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2753 | 2025-06-30T22:13:39.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
2754 | 2025-06-30T22:13:40.194Z | |
2755 | 2025-06-30T22:13:40.194Z | info: running `cargo check --bins` on oximeter-types (70/217) |
2756 | 2025-06-30T22:13:40.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-06-30T22:13:40.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-06-30T22:13:40.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-06-30T22:13:40.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2760 | 2025-06-30T22:13:40.975Z | |
2761 | 2025-06-30T22:13:40.975Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/217) |
2762 | 2025-06-30T22:13:41.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-06-30T22:13:41.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-06-30T22:13:41.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-06-30T22:13:41.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2766 | 2025-06-30T22:13:41.780Z | |
2767 | 2025-06-30T22:13:41.780Z | info: running `cargo check --bins` on oxql-types (72/217) |
2768 | 2025-06-30T22:13:42.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-06-30T22:13:42.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-06-30T22:13:42.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-06-30T22:13:42.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2772 | 2025-06-30T22:13:42.583Z | |
2773 | 2025-06-30T22:13:42.583Z | info: running `cargo check --bins` on oximeter-test-utils (73/217) |
2774 | 2025-06-30T22:13:43.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-06-30T22:13:43.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-06-30T22:13:43.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-06-30T22:13:43.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2778 | 2025-06-30T22:13:43.412Z | |
2779 | 2025-06-30T22:13:43.412Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/217) |
2780 | 2025-06-30T22:13:44.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-06-30T22:13:44.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-06-30T22:13:44.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-06-30T22:13:44.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2784 | 2025-06-30T22:13:44.192Z | |
2785 | 2025-06-30T22:13:44.192Z | info: running `cargo check --bins` on bootstrap-agent-client (75/217) |
2786 | 2025-06-30T22:13:44.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-06-30T22:13:44.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-06-30T22:13:44.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-06-30T22:13:44.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2790 | 2025-06-30T22:13:44.984Z | |
2791 | 2025-06-30T22:13:44.984Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/217) |
2792 | 2025-06-30T22:13:45.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-06-30T22:13:45.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-06-30T22:13:45.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-06-30T22:13:45.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2796 | 2025-06-30T22:13:45.774Z | |
2797 | 2025-06-30T22:13:45.774Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/217) |
2798 | 2025-06-30T22:13:46.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-06-30T22:13:46.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-06-30T22:13:46.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-06-30T22:13:46.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2802 | 2025-06-30T22:13:46.581Z | |
2803 | 2025-06-30T22:13:46.581Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/217) |
2804 | 2025-06-30T22:13:47.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-06-30T22:13:47.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-06-30T22:13:47.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-06-30T22:13:47.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2808 | 2025-06-30T22:13:47.398Z | |
2809 | 2025-06-30T22:13:47.399Z | info: running `cargo check --bins` on cockroach-admin-client (79/217) |
2810 | 2025-06-30T22:13:48.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-06-30T22:13:48.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-06-30T22:13:48.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-06-30T22:13:48.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2814 | 2025-06-30T22:13:48.152Z | |
2815 | 2025-06-30T22:13:48.152Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/217) |
2816 | 2025-06-30T22:13:48.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-06-30T22:13:48.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-06-30T22:13:48.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-06-30T22:13:48.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2820 | 2025-06-30T22:13:48.935Z | |
2821 | 2025-06-30T22:13:48.935Z | info: running `cargo check --bins` on dns-service-client (81/217) |
2822 | 2025-06-30T22:13:49.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-06-30T22:13:49.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-06-30T22:13:49.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-06-30T22:13:49.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2826 | 2025-06-30T22:13:49.711Z | |
2827 | 2025-06-30T22:13:49.711Z | info: running `cargo check --bins` on internal-dns-types (82/217) |
2828 | 2025-06-30T22:13:50.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-06-30T22:13:50.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-06-30T22:13:50.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-06-30T22:13:50.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2832 | 2025-06-30T22:13:50.475Z | |
2833 | 2025-06-30T22:13:50.475Z | info: running `cargo check --bins` on gateway-client (83/217) |
2834 | 2025-06-30T22:13:51.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-06-30T22:13:51.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-06-30T22:13:51.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-06-30T22:13:51.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2838 | 2025-06-30T22:13:51.238Z | |
2839 | 2025-06-30T22:13:51.238Z | info: running `cargo check --bins` on ereport-types (84/217) |
2840 | 2025-06-30T22:13:51.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-06-30T22:13:51.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-06-30T22:13:51.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2025-06-30T22:13:51.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2844 | 2025-06-30T22:13:51.979Z | |
2845 | 2025-06-30T22:13:51.980Z | info: running `cargo check --bins` on gateway-types (85/217) |
2846 | 2025-06-30T22:13:52.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2025-06-30T22:13:52.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2025-06-30T22:13:52.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2025-06-30T22:13:52.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2850 | 2025-06-30T22:13:52.745Z | |
2851 | 2025-06-30T22:13:52.745Z | info: running `cargo check --bins` on ipcc (86/217) |
2852 | 2025-06-30T22:13:53.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2025-06-30T22:13:53.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2025-06-30T22:13:53.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2025-06-30T22:13:53.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2856 | 2025-06-30T22:13:53.505Z | |
2857 | 2025-06-30T22:13:53.505Z | info: running `cargo check --bins` on installinator-client (87/217) |
2858 | 2025-06-30T22:13:54.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2025-06-30T22:13:54.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2025-06-30T22:13:54.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2025-06-30T22:13:54.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2862 | 2025-06-30T22:13:54.301Z | |
2863 | 2025-06-30T22:13:54.301Z | info: running `cargo check --bins` on installinator-common (88/217) |
2864 | 2025-06-30T22:13:54.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2025-06-30T22:13:54.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2025-06-30T22:13:54.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2025-06-30T22:13:55.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2868 | 2025-06-30T22:13:55.085Z | |
2869 | 2025-06-30T22:13:55.085Z | info: running `cargo check --bins` on update-engine (89/217) |
2870 | 2025-06-30T22:13:55.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2025-06-30T22:13:55.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2025-06-30T22:13:55.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2025-06-30T22:13:55.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2874 | 2025-06-30T22:13:55.829Z | |
2875 | 2025-06-30T22:13:55.829Z | info: running `cargo check --bins` on nexus-client (90/217) |
2876 | 2025-06-30T22:13:56.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2025-06-30T22:13:56.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2025-06-30T22:13:56.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2025-06-30T22:13:56.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2880 | 2025-06-30T22:13:56.625Z | |
2881 | 2025-06-30T22:13:56.625Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/217) |
2882 | 2025-06-30T22:13:57.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2025-06-30T22:13:57.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2025-06-30T22:13:57.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2025-06-30T22:13:57.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2886 | 2025-06-30T22:13:57.408Z | |
2887 | 2025-06-30T22:13:57.408Z | info: running `cargo check --bins` on omicron-passwords (92/217) |
2888 | 2025-06-30T22:13:58.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2025-06-30T22:13:58.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2025-06-30T22:13:58.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2025-06-30T22:13:58.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2892 | 2025-06-30T22:13:58.146Z | |
2893 | 2025-06-30T22:13:58.146Z | info: running `cargo check --bins` on nexus-types (93/217) |
2894 | 2025-06-30T22:13:58.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2025-06-30T22:13:58.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2025-06-30T22:13:58.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2025-06-30T22:13:58.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2898 | 2025-06-30T22:13:58.934Z | |
2899 | 2025-06-30T22:13:58.934Z | info: running `cargo check --bins` on oxide-client (94/217) |
2900 | 2025-06-30T22:13:59.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2025-06-30T22:13:59.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2025-06-30T22:13:59.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2025-06-30T22:13:59.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2904 | 2025-06-30T22:13:59.697Z | |
2905 | 2025-06-30T22:13:59.697Z | info: running `cargo check --bins` on oximeter-client (95/217) |
2906 | 2025-06-30T22:14:00.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2025-06-30T22:14:00.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2025-06-30T22:14:00.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2025-06-30T22:14:00.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2910 | 2025-06-30T22:14:00.450Z | |
2911 | 2025-06-30T22:14:00.450Z | info: running `cargo check --bins` on repo-depot-client (96/217) |
2912 | 2025-06-30T22:14:01.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2025-06-30T22:14:01.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2025-06-30T22:14:01.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2025-06-30T22:14:01.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2916 | 2025-06-30T22:14:01.186Z | |
2917 | 2025-06-30T22:14:01.186Z | info: running `cargo check --bins` on sled-agent-client (97/217) |
2918 | 2025-06-30T22:14:01.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2025-06-30T22:14:01.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2025-06-30T22:14:01.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2025-06-30T22:14:01.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2922 | 2025-06-30T22:14:01.969Z | |
2923 | 2025-06-30T22:14:01.969Z | info: running `cargo check --bins` on sled-agent-types (98/217) |
2924 | 2025-06-30T22:14:02.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2025-06-30T22:14:02.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2025-06-30T22:14:02.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2025-06-30T22:14:02.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2928 | 2025-06-30T22:14:02.778Z | |
2929 | 2025-06-30T22:14:02.778Z | info: running `cargo check --bins` on wicketd-client (99/217) |
2930 | 2025-06-30T22:14:03.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2025-06-30T22:14:03.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2025-06-30T22:14:03.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2025-06-30T22:14:03.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2934 | 2025-06-30T22:14:03.572Z | |
2935 | 2025-06-30T22:14:03.572Z | info: running `cargo check --bins` on wicket-common (100/217) |
2936 | 2025-06-30T22:14:04.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2025-06-30T22:14:04.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2025-06-30T22:14:04.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2939 | 2025-06-30T22:14:04.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2940 | 2025-06-30T22:14:04.843Z | |
2941 | 2025-06-30T22:14:04.843Z | info: running `cargo check --bins` on omicron-cockroach-admin (101/217) |
2942 | 2025-06-30T22:14:05.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2025-06-30T22:14:05.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2025-06-30T22:14:05.237Z | Checking csv-core v0.1.11 |
2945 | 2025-06-30T22:14:05.237Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2946 | 2025-06-30T22:14:05.241Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2947 | 2025-06-30T22:14:05.241Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2948 | 2025-06-30T22:14:05.521Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2949 | 2025-06-30T22:14:05.540Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2950 | 2025-06-30T22:14:05.562Z | Checking csv v1.3.1 |
2951 | 2025-06-30T22:14:06.116Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2952 | 2025-06-30T22:14:06.598Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2953 | 2025-06-30T22:14:08.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
2954 | 2025-06-30T22:14:09.071Z | |
2955 | 2025-06-30T22:14:09.071Z | info: running `cargo check --bins` on cockroach-admin-api (102/217) |
2956 | 2025-06-30T22:14:09.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2025-06-30T22:14:09.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2025-06-30T22:14:09.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2959 | 2025-06-30T22:14:09.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2960 | 2025-06-30T22:14:09.835Z | |
2961 | 2025-06-30T22:14:09.835Z | info: running `cargo check --bins` on cockroach-admin-types (103/217) |
2962 | 2025-06-30T22:14:10.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2025-06-30T22:14:10.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2025-06-30T22:14:10.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2025-06-30T22:14:10.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2966 | 2025-06-30T22:14:10.602Z | |
2967 | 2025-06-30T22:14:10.602Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (104/217) |
2968 | 2025-06-30T22:14:11.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2025-06-30T22:14:11.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2025-06-30T22:14:11.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2025-06-30T22:14:11.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2972 | 2025-06-30T22:14:11.491Z | |
2973 | 2025-06-30T22:14:11.491Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/217) |
2974 | 2025-06-30T22:14:12.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2025-06-30T22:14:12.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2025-06-30T22:14:12.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2025-06-30T22:14:12.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2978 | 2025-06-30T22:14:12.391Z | |
2979 | 2025-06-30T22:14:12.391Z | info: running `cargo check --bins` on dns-server (106/217) |
2980 | 2025-06-30T22:14:13.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2025-06-30T22:14:13.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2025-06-30T22:14:13.188Z | Compiling typify-impl v0.4.1 |
2983 | 2025-06-30T22:14:13.311Z | Compiling parking_lot_core v0.8.6 |
2984 | 2025-06-30T22:14:13.315Z | Compiling moka v0.12.10 |
2985 | 2025-06-30T22:14:13.321Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2986 | 2025-06-30T22:14:13.330Z | Checking tagptr v0.2.0 |
2987 | 2025-06-30T22:14:13.359Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2988 | 2025-06-30T22:14:13.363Z | Checking prefix-trie v0.7.0 |
2989 | 2025-06-30T22:14:13.540Z | Checking fxhash v0.2.1 |
2990 | 2025-06-30T22:14:13.592Z | Checking hickory-client v0.25.2 |
2991 | 2025-06-30T22:14:14.067Z | Checking hickory-server v0.25.2 |
2992 | 2025-06-30T22:14:14.089Z | Checking parking_lot v0.11.2 |
2993 | 2025-06-30T22:14:14.461Z | Checking sled v0.34.7 |
2994 | 2025-06-30T22:14:14.492Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2995 | 2025-06-30T22:14:14.948Z | Checking hickory-resolver v0.25.2 |
2996 | 2025-06-30T22:14:18.526Z | Compiling typify-macro v0.4.1 |
2997 | 2025-06-30T22:14:20.175Z | Compiling typify v0.4.1 |
2998 | 2025-06-30T22:14:20.271Z | Compiling progenitor-impl v0.10.0 |
2999 | 2025-06-30T22:14:22.866Z | Compiling progenitor-macro v0.10.0 |
3000 | 2025-06-30T22:14:26.864Z | Checking progenitor v0.10.0 |
3001 | 2025-06-30T22:14:26.964Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3002 | 2025-06-30T22:14:27.499Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3003 | 2025-06-30T22:14:31.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.54s |
3004 | 2025-06-30T22:14:32.023Z | |
3005 | 2025-06-30T22:14:32.023Z | info: running `cargo check --bins` on dns-server-api (107/217) |
3006 | 2025-06-30T22:14:32.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2025-06-30T22:14:32.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2025-06-30T22:14:32.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2025-06-30T22:14:32.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3010 | 2025-06-30T22:14:32.023Z | |
3011 | 2025-06-30T22:14:32.023Z | info: running `cargo check --bins` on openapi-manager-types (108/217) |
3012 | 2025-06-30T22:14:32.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2025-06-30T22:14:32.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2025-06-30T22:14:32.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3015 | 2025-06-30T22:14:32.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3016 | 2025-06-30T22:14:32.023Z | |
3017 | 2025-06-30T22:14:32.023Z | info: running `cargo check --bins` on gateway-test-utils (109/217) |
3018 | 2025-06-30T22:14:32.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2025-06-30T22:14:32.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2025-06-30T22:14:32.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2025-06-30T22:14:32.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3022 | 2025-06-30T22:14:32.023Z | |
3023 | 2025-06-30T22:14:32.023Z | info: running `cargo check --bins` on omicron-gateway (110/217) |
3024 | 2025-06-30T22:14:32.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2025-06-30T22:14:32.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2025-06-30T22:14:32.355Z | Checking half v2.4.1 |
3027 | 2025-06-30T22:14:32.355Z | Checking ciborium-io v0.2.2 |
3028 | 2025-06-30T22:14:32.355Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3029 | 2025-06-30T22:14:32.506Z | Compiling radium v0.7.0 |
3030 | 2025-06-30T22:14:32.510Z | Compiling semver v0.1.20 |
3031 | 2025-06-30T22:14:32.524Z | Compiling zerocopy-derive v0.6.6 |
3032 | 2025-06-30T22:14:32.528Z | Checking tap v1.0.1 |
3033 | 2025-06-30T22:14:32.528Z | Compiling maybe-uninit v2.0.0 |
3034 | 2025-06-30T22:14:32.621Z | Checking password-hash v0.5.0 |
3035 | 2025-06-30T22:14:32.743Z | Checking wyz v0.5.1 |
3036 | 2025-06-30T22:14:32.871Z | Checking ciborium-ll v0.2.2 |
3037 | 2025-06-30T22:14:32.930Z | Compiling rustc_version v0.1.7 |
3038 | 2025-06-30T22:14:33.068Z | Checking blake2 v0.10.6 |
3039 | 2025-06-30T22:14:33.088Z | Checking crc-catalog v2.4.0 |
3040 | 2025-06-30T22:14:33.092Z | Checking funty v2.0.0 |
3041 | 2025-06-30T22:14:33.185Z | Checking ciborium v0.2.2 |
3042 | 2025-06-30T22:14:33.206Z | Compiling packed_struct v0.10.1 |
3043 | 2025-06-30T22:14:33.253Z | Compiling cancel-safe-futures v0.1.5 |
3044 | 2025-06-30T22:14:33.335Z | Compiling newtype_derive v0.1.6 |
3045 | 2025-06-30T22:14:33.357Z | Compiling owo-colors v4.2.2 |
3046 | 2025-06-30T22:14:33.504Z | Checking argon2 v0.5.3 |
3047 | 2025-06-30T22:14:33.616Z | Checking crc v3.2.1 |
3048 | 2025-06-30T22:14:33.714Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3049 | 2025-06-30T22:14:33.803Z | Compiling packed_struct_codegen v0.10.1 |
3050 | 2025-06-30T22:14:33.920Z | Checking bitvec v1.0.1 |
3051 | 2025-06-30T22:14:34.012Z | Checking libsw-core v0.3.1 |
3052 | 2025-06-30T22:14:34.032Z | Checking secrecy v0.10.3 |
3053 | 2025-06-30T22:14:34.112Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3054 | 2025-06-30T22:14:34.182Z | Compiling indexmap v1.9.3 |
3055 | 2025-06-30T22:14:34.229Z | Checking nodrop v0.1.14 |
3056 | 2025-06-30T22:14:34.250Z | Checking fixedbitset v0.5.7 |
3057 | 2025-06-30T22:14:34.312Z | Checking libsw v3.5.0 |
3058 | 2025-06-30T22:14:34.351Z | Checking zerocopy v0.6.6 |
3059 | 2025-06-30T22:14:34.371Z | Checking array-init v0.0.4 |
3060 | 2025-06-30T22:14:34.504Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3061 | 2025-06-30T22:14:34.532Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3062 | 2025-06-30T22:14:34.619Z | Checking petgraph v0.8.2 |
3063 | 2025-06-30T22:14:34.916Z | Checking smallvec v0.6.14 |
3064 | 2025-06-30T22:14:35.016Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3065 | 2025-06-30T22:14:35.339Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3066 | 2025-06-30T22:14:35.710Z | Checking termcolor v1.4.1 |
3067 | 2025-06-30T22:14:35.763Z | Checking bitfield v0.14.0 |
3068 | 2025-06-30T22:14:36.061Z | Checking swrite v0.1.0 |
3069 | 2025-06-30T22:14:36.149Z | Checking hashbrown v0.12.3 |
3070 | 2025-06-30T22:14:36.170Z | Checking linear-map v1.2.0 |
3071 | 2025-06-30T22:14:36.202Z | Checking indent_write v2.2.0 |
3072 | 2025-06-30T22:14:36.221Z | Checking env_logger v0.10.2 |
3073 | 2025-06-30T22:14:36.430Z | Checking ron v0.8.1 |
3074 | 2025-06-30T22:14:36.497Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3075 | 2025-06-30T22:14:36.645Z | Checking steno v0.4.1 |
3076 | 2025-06-30T22:14:36.711Z | Checking serde-hex v0.1.0 |
3077 | 2025-06-30T22:14:37.174Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3078 | 2025-06-30T22:14:37.702Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3079 | 2025-06-30T22:14:37.805Z | Checking hashbrown v0.13.2 |
3080 | 2025-06-30T22:14:37.926Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3081 | 2025-06-30T22:14:37.981Z | Checking humantime v2.2.0 |
3082 | 2025-06-30T22:14:38.314Z | Checking crc-any v2.5.0 |
3083 | 2025-06-30T22:14:38.703Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3084 | 2025-06-30T22:14:38.722Z | Checking object v0.30.4 |
3085 | 2025-06-30T22:14:38.835Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3086 | 2025-06-30T22:14:38.892Z | Checking path-slash v0.1.5 |
3087 | 2025-06-30T22:14:38.993Z | Checking void v1.0.2 |
3088 | 2025-06-30T22:14:39.061Z | Checking half v1.8.3 |
3089 | 2025-06-30T22:14:39.171Z | Checking lzss v0.8.2 |
3090 | 2025-06-30T22:14:39.282Z | Checking tungstenite v0.23.0 |
3091 | 2025-06-30T22:14:39.490Z | Checking serde_cbor v0.11.2 |
3092 | 2025-06-30T22:14:39.520Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3093 | 2025-06-30T22:14:39.963Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3094 | 2025-06-30T22:14:40.102Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3095 | 2025-06-30T22:14:40.260Z | Checking nix v0.27.1 |
3096 | 2025-06-30T22:14:40.350Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3097 | 2025-06-30T22:14:40.381Z | Checking kstat-rs v0.2.4 |
3098 | 2025-06-30T22:14:40.461Z | Checking serde_bytes v0.11.17 |
3099 | 2025-06-30T22:14:40.669Z | Checking tokio-tungstenite v0.23.1 |
3100 | 2025-06-30T22:14:40.729Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3101 | 2025-06-30T22:14:40.791Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3102 | 2025-06-30T22:14:40.932Z | Checking signal-hook-tokio v0.3.1 |
3103 | 2025-06-30T22:14:41.630Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3104 | 2025-06-30T22:14:47.897Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3105 | 2025-06-30T22:14:49.255Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3106 | 2025-06-30T22:14:54.501Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3107 | 2025-06-30T22:15:01.070Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3108 | 2025-06-30T22:15:01.779Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3109 | 2025-06-30T22:15:04.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.30s |
3110 | 2025-06-30T22:15:04.986Z | |
3111 | 2025-06-30T22:15:04.987Z | info: running `cargo check --bins` on gateway-api (111/217) |
3112 | 2025-06-30T22:15:05.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2025-06-30T22:15:05.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2025-06-30T22:15:05.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2025-06-30T22:15:05.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3116 | 2025-06-30T22:15:05.754Z | |
3117 | 2025-06-30T22:15:05.754Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/217) |
3118 | 2025-06-30T22:15:06.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2025-06-30T22:15:06.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2025-06-30T22:15:06.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2025-06-30T22:15:06.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3122 | 2025-06-30T22:15:06.487Z | |
3123 | 2025-06-30T22:15:06.487Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/217) |
3124 | 2025-06-30T22:15:07.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2025-06-30T22:15:07.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2025-06-30T22:15:07.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2025-06-30T22:15:07.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3128 | 2025-06-30T22:15:07.272Z | |
3129 | 2025-06-30T22:15:07.272Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/217) |
3130 | 2025-06-30T22:15:07.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2025-06-30T22:15:07.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2025-06-30T22:15:07.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2025-06-30T22:15:07.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3134 | 2025-06-30T22:15:08.043Z | |
3135 | 2025-06-30T22:15:08.043Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/217) |
3136 | 2025-06-30T22:15:08.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2025-06-30T22:15:08.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2025-06-30T22:15:08.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2025-06-30T22:15:08.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3140 | 2025-06-30T22:15:08.816Z | |
3141 | 2025-06-30T22:15:08.816Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/217) |
3142 | 2025-06-30T22:15:09.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2025-06-30T22:15:09.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2025-06-30T22:15:09.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2025-06-30T22:15:09.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3146 | 2025-06-30T22:15:09.596Z | |
3147 | 2025-06-30T22:15:09.596Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/217) |
3148 | 2025-06-30T22:15:10.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2025-06-30T22:15:10.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2025-06-30T22:15:10.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3151 | 2025-06-30T22:15:10.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3152 | 2025-06-30T22:15:10.389Z | |
3153 | 2025-06-30T22:15:10.389Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/217) |
3154 | 2025-06-30T22:15:11.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2025-06-30T22:15:11.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2025-06-30T22:15:11.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3157 | 2025-06-30T22:15:11.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3158 | 2025-06-30T22:15:11.181Z | |
3159 | 2025-06-30T22:15:11.181Z | info: running `cargo check --bins` on oximeter-producer (119/217) |
3160 | 2025-06-30T22:15:11.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2025-06-30T22:15:11.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2025-06-30T22:15:11.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3163 | 2025-06-30T22:15:11.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3164 | 2025-06-30T22:15:12.023Z | |
3165 | 2025-06-30T22:15:12.023Z | info: running `cargo check --bins` on internal-dns-resolver (120/217) |
3166 | 2025-06-30T22:15:12.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2025-06-30T22:15:12.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2025-06-30T22:15:12.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3169 | 2025-06-30T22:15:12.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3170 | 2025-06-30T22:15:12.807Z | |
3171 | 2025-06-30T22:15:12.807Z | info: running `cargo check --bins` on sp-sim (121/217) |
3172 | 2025-06-30T22:15:13.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-06-30T22:15:13.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-06-30T22:15:13.603Z | Compiling nix v0.30.1 |
3175 | 2025-06-30T22:15:13.603Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3176 | 2025-06-30T22:15:13.607Z | Checking keccak v0.1.5 |
3177 | 2025-06-30T22:15:13.950Z | Checking sha3 v0.10.8 |
3178 | 2025-06-30T22:15:13.993Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3179 | 2025-06-30T22:15:15.704Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3180 | 2025-06-30T22:15:17.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s |
3181 | 2025-06-30T22:15:18.006Z | |
3182 | 2025-06-30T22:15:18.006Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/217) |
3183 | 2025-06-30T22:15:18.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-06-30T22:15:18.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-06-30T22:15:18.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2025-06-30T22:15:18.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3187 | 2025-06-30T22:15:18.852Z | |
3188 | 2025-06-30T22:15:18.852Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/217) |
3189 | 2025-06-30T22:15:19.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-06-30T22:15:19.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-06-30T22:15:19.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2025-06-30T22:15:19.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3193 | 2025-06-30T22:15:19.755Z | |
3194 | 2025-06-30T22:15:19.755Z | info: running `cargo check --bins` on db-macros (124/217) |
3195 | 2025-06-30T22:15:20.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-06-30T22:15:20.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-06-30T22:15:20.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2025-06-30T22:15:20.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3199 | 2025-06-30T22:15:20.537Z | |
3200 | 2025-06-30T22:15:20.537Z | info: running `cargo check --bins` on nexus-macros-common (125/217) |
3201 | 2025-06-30T22:15:21.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-06-30T22:15:21.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-06-30T22:15:21.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2025-06-30T22:15:21.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3205 | 2025-06-30T22:15:21.308Z | |
3206 | 2025-06-30T22:15:21.308Z | info: running `cargo check --bins` on nexus-auth (126/217) |
3207 | 2025-06-30T22:15:22.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-06-30T22:15:22.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-06-30T22:15:22.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3210 | 2025-06-30T22:15:22.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3211 | 2025-06-30T22:15:22.153Z | |
3212 | 2025-06-30T22:15:22.153Z | info: running `cargo check --bins` on authz-macros (127/217) |
3213 | 2025-06-30T22:15:22.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-06-30T22:15:22.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-06-30T22:15:22.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3216 | 2025-06-30T22:15:22.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3217 | 2025-06-30T22:15:22.903Z | |
3218 | 2025-06-30T22:15:22.903Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/217) |
3219 | 2025-06-30T22:15:23.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-06-30T22:15:23.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-06-30T22:15:23.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2025-06-30T22:15:23.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3223 | 2025-06-30T22:15:23.758Z | |
3224 | 2025-06-30T22:15:23.758Z | info: running `cargo check --bins` on nexus-db-model (129/217) |
3225 | 2025-06-30T22:15:24.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2025-06-30T22:15:24.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2025-06-30T22:15:24.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2025-06-30T22:15:24.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3229 | 2025-06-30T22:15:24.595Z | |
3230 | 2025-06-30T22:15:24.595Z | info: running `cargo check --bins` on nexus-db-schema (130/217) |
3231 | 2025-06-30T22:15:25.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2025-06-30T22:15:25.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2025-06-30T22:15:25.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2025-06-30T22:15:25.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3235 | 2025-06-30T22:15:25.358Z | |
3236 | 2025-06-30T22:15:25.359Z | info: running `cargo check --bins` on nexus-defaults (131/217) |
3237 | 2025-06-30T22:15:26.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-06-30T22:15:26.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-06-30T22:15:26.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3240 | 2025-06-30T22:15:26.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3241 | 2025-06-30T22:15:26.163Z | |
3242 | 2025-06-30T22:15:26.163Z | info: running `cargo check --bins` on nexus-db-errors (132/217) |
3243 | 2025-06-30T22:15:26.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2025-06-30T22:15:26.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2025-06-30T22:15:26.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2025-06-30T22:15:26.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3247 | 2025-06-30T22:15:27.001Z | |
3248 | 2025-06-30T22:15:27.001Z | info: running `cargo check --bins` on nexus-db-lookup (133/217) |
3249 | 2025-06-30T22:15:27.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-06-30T22:15:27.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-06-30T22:15:27.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2025-06-30T22:15:27.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3253 | 2025-06-30T22:15:27.863Z | |
3254 | 2025-06-30T22:15:27.863Z | info: running `cargo check --bins` on nexus-inventory (134/217) |
3255 | 2025-06-30T22:15:28.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-06-30T22:15:28.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-06-30T22:15:28.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2025-06-30T22:15:28.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3259 | 2025-06-30T22:15:28.718Z | |
3260 | 2025-06-30T22:15:28.718Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (135/217) |
3261 | 2025-06-30T22:15:29.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-06-30T22:15:29.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-06-30T22:15:29.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2025-06-30T22:15:29.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3265 | 2025-06-30T22:15:29.534Z | |
3266 | 2025-06-30T22:15:29.534Z | info: running `cargo check --bins --no-default-features` on sled-storage (136/217) |
3267 | 2025-06-30T22:15:30.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2025-06-30T22:15:30.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2025-06-30T22:15:30.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2025-06-30T22:15:30.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3271 | 2025-06-30T22:15:30.363Z | |
3272 | 2025-06-30T22:15:30.363Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (137/217) |
3273 | 2025-06-30T22:15:31.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-06-30T22:15:31.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-06-30T22:15:31.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2025-06-30T22:15:31.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3277 | 2025-06-30T22:15:31.202Z | |
3278 | 2025-06-30T22:15:31.202Z | info: running `cargo check --bins` on key-manager (138/217) |
3279 | 2025-06-30T22:15:31.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2025-06-30T22:15:31.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2025-06-30T22:15:31.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2025-06-30T22:15:31.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3283 | 2025-06-30T22:15:31.977Z | |
3284 | 2025-06-30T22:15:31.977Z | info: running `cargo check --bins --no-default-features` on sled-hardware (139/217) |
3285 | 2025-06-30T22:15:32.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-06-30T22:15:32.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-06-30T22:15:32.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2025-06-30T22:15:32.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3289 | 2025-06-30T22:15:32.786Z | |
3290 | 2025-06-30T22:15:32.786Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (140/217) |
3291 | 2025-06-30T22:15:33.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2025-06-30T22:15:33.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2025-06-30T22:15:33.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2025-06-30T22:15:33.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3295 | 2025-06-30T22:15:33.592Z | |
3296 | 2025-06-30T22:15:33.592Z | info: running `cargo check --bins` on typed-rng (141/217) |
3297 | 2025-06-30T22:15:34.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-06-30T22:15:34.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-06-30T22:15:34.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2025-06-30T22:15:34.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3301 | 2025-06-30T22:15:34.372Z | |
3302 | 2025-06-30T22:15:34.372Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (142/217) |
3303 | 2025-06-30T22:15:35.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-06-30T22:15:35.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-06-30T22:15:35.374Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3306 | 2025-06-30T22:15:35.374Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3307 | 2025-06-30T22:15:35.374Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3308 | 2025-06-30T22:15:35.378Z | Compiling thiserror-impl-no-std v2.0.2 |
3309 | 2025-06-30T22:15:35.379Z | Checking universal-hash v0.5.1 |
3310 | 2025-06-30T22:15:35.379Z | Checking opaque-debug v0.3.1 |
3311 | 2025-06-30T22:15:35.379Z | Checking chacha20 v0.9.1 |
3312 | 2025-06-30T22:15:35.379Z | Checking aead v0.5.2 |
3313 | 2025-06-30T22:15:35.683Z | Compiling unicase v2.7.0 |
3314 | 2025-06-30T22:15:35.703Z | Checking poly1305 v0.8.0 |
3315 | 2025-06-30T22:15:35.781Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3316 | 2025-06-30T22:15:35.841Z | Compiling libefi-sys v0.1.0 |
3317 | 2025-06-30T22:15:35.922Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3318 | 2025-06-30T22:15:36.059Z | Compiling bitfield-struct v0.6.2 |
3319 | 2025-06-30T22:15:36.084Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3320 | 2025-06-30T22:15:36.153Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3321 | 2025-06-30T22:15:36.198Z | Checking chacha20poly1305 v0.10.1 |
3322 | 2025-06-30T22:15:36.217Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3323 | 2025-06-30T22:15:36.390Z | Compiling proc-macro-error-attr2 v2.0.0 |
3324 | 2025-06-30T22:15:36.440Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3325 | 2025-06-30T22:15:36.509Z | Compiling salty v0.3.0 |
3326 | 2025-06-30T22:15:36.591Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3327 | 2025-06-30T22:15:36.962Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3328 | 2025-06-30T22:15:37.109Z | Compiling proc-macro-error2 v2.0.1 |
3329 | 2025-06-30T22:15:37.192Z | Compiling num-derive v0.3.3 |
3330 | 2025-06-30T22:15:37.216Z | Compiling xshell-macros v0.2.7 |
3331 | 2025-06-30T22:15:37.323Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3332 | 2025-06-30T22:15:37.758Z | Compiling tabled_derive v0.10.0 |
3333 | 2025-06-30T22:15:37.882Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3334 | 2025-06-30T22:15:37.913Z | Checking xshell v0.2.7 |
3335 | 2025-06-30T22:15:38.088Z | Checking thiserror-no-std v2.0.2 |
3336 | 2025-06-30T22:15:38.239Z | Checking vsss-rs v3.3.4 |
3337 | 2025-06-30T22:15:38.265Z | Checking papergrid v0.14.0 |
3338 | 2025-06-30T22:15:38.387Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3339 | 2025-06-30T22:15:38.759Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3340 | 2025-06-30T22:15:39.379Z | Checking libscf-sys v1.1.0 |
3341 | 2025-06-30T22:15:39.614Z | Compiling mime_guess v2.0.5 |
3342 | 2025-06-30T22:15:39.813Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3343 | 2025-06-30T22:15:40.224Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3344 | 2025-06-30T22:15:40.547Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3345 | 2025-06-30T22:15:40.705Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3346 | 2025-06-30T22:15:41.099Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3347 | 2025-06-30T22:15:41.207Z | Checking primeorder v0.13.6 |
3348 | 2025-06-30T22:15:41.643Z | Checking env_filter v0.1.2 |
3349 | 2025-06-30T22:15:41.835Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3350 | 2025-06-30T22:15:42.070Z | Checking p384 v0.13.0 |
3351 | 2025-06-30T22:15:42.070Z | Checking env_logger v0.11.5 |
3352 | 2025-06-30T22:15:42.184Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3353 | 2025-06-30T22:15:42.258Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3354 | 2025-06-30T22:15:42.654Z | Checking tabled v0.18.0 |
3355 | 2025-06-30T22:15:42.872Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3356 | 2025-06-30T22:15:42.898Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3357 | 2025-06-30T22:15:43.056Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3358 | 2025-06-30T22:15:43.220Z | Checking http-range v0.1.5 |
3359 | 2025-06-30T22:15:43.259Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3360 | 2025-06-30T22:15:43.283Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3361 | 2025-06-30T22:15:43.618Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3362 | 2025-06-30T22:15:43.718Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3363 | 2025-06-30T22:15:43.745Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3364 | 2025-06-30T22:15:43.849Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3365 | 2025-06-30T22:15:43.944Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
3366 | 2025-06-30T22:15:44.167Z | Checking secrecy v0.8.0 |
3367 | 2025-06-30T22:15:44.366Z | Checking atty v0.2.14 |
3368 | 2025-06-30T22:15:44.390Z | Checking crc8 v0.1.1 |
3369 | 2025-06-30T22:15:44.527Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3370 | 2025-06-30T22:15:44.576Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3371 | 2025-06-30T22:15:45.018Z | Checking hyper-staticfile v0.10.1 |
3372 | 2025-06-30T22:15:45.026Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3373 | 2025-06-30T22:15:45.250Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3374 | 2025-06-30T22:15:45.508Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3375 | 2025-06-30T22:15:45.645Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3376 | 2025-06-30T22:15:45.681Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3377 | 2025-06-30T22:15:45.962Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3378 | 2025-06-30T22:15:46.057Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3379 | 2025-06-30T22:15:46.587Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3380 | 2025-06-30T22:15:46.875Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3381 | 2025-06-30T22:15:47.042Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3382 | 2025-06-30T22:15:47.696Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3383 | 2025-06-30T22:15:47.699Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3384 | 2025-06-30T22:15:47.699Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3385 | 2025-06-30T22:15:48.725Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3386 | 2025-06-30T22:15:49.078Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3387 | 2025-06-30T22:15:49.169Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3388 | 2025-06-30T22:15:50.464Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3389 | 2025-06-30T22:15:51.508Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3390 | 2025-06-30T22:15:57.318Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3391 | 2025-06-30T22:16:10.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.60s |
3392 | 2025-06-30T22:16:11.207Z | |
3393 | 2025-06-30T22:16:11.207Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (143/217) |
3394 | 2025-06-30T22:16:11.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2025-06-30T22:16:11.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2025-06-30T22:16:12.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3397 | 2025-06-30T22:16:25.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s |
3398 | 2025-06-30T22:16:25.892Z | |
3399 | 2025-06-30T22:16:25.892Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (144/217) |
3400 | 2025-06-30T22:16:26.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2025-06-30T22:16:26.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2025-06-30T22:16:26.812Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3403 | 2025-06-30T22:16:40.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
3404 | 2025-06-30T22:16:40.565Z | |
3405 | 2025-06-30T22:16:40.565Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (145/217) |
3406 | 2025-06-30T22:16:41.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2025-06-30T22:16:41.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2025-06-30T22:16:41.488Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3409 | 2025-06-30T22:16:55.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s |
3410 | 2025-06-30T22:16:55.479Z | |
3411 | 2025-06-30T22:16:55.479Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (146/217) |
3412 | 2025-06-30T22:16:56.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3413 | 2025-06-30T22:16:56.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3414 | 2025-06-30T22:16:56.382Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3415 | 2025-06-30T22:17:09.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
3416 | 2025-06-30T22:17:10.008Z | |
3417 | 2025-06-30T22:17:10.008Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (147/217) |
3418 | 2025-06-30T22:17:10.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3419 | 2025-06-30T22:17:10.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3420 | 2025-06-30T22:17:10.926Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3421 | 2025-06-30T22:17:24.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
3422 | 2025-06-30T22:17:24.467Z | |
3423 | 2025-06-30T22:17:24.468Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (148/217) |
3424 | 2025-06-30T22:17:25.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3425 | 2025-06-30T22:17:25.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3426 | 2025-06-30T22:17:25.365Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3427 | 2025-06-30T22:17:38.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
3428 | 2025-06-30T22:17:38.897Z | |
3429 | 2025-06-30T22:17:38.897Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (149/217) |
3430 | 2025-06-30T22:17:39.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3431 | 2025-06-30T22:17:39.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3432 | 2025-06-30T22:17:39.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3433 | 2025-06-30T22:17:53.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3434 | 2025-06-30T22:17:53.438Z | |
3435 | 2025-06-30T22:17:53.438Z | info: running `cargo check --bins` on bootstrap-agent-api (150/217) |
3436 | 2025-06-30T22:17:54.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2025-06-30T22:17:54.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2025-06-30T22:17:54.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3439 | 2025-06-30T22:17:54.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3440 | 2025-06-30T22:17:54.255Z | |
3441 | 2025-06-30T22:17:54.255Z | info: running `cargo check --bins` on range-requests (151/217) |
3442 | 2025-06-30T22:17:54.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2025-06-30T22:17:54.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2025-06-30T22:17:54.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3445 | 2025-06-30T22:17:54.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3446 | 2025-06-30T22:17:55.022Z | |
3447 | 2025-06-30T22:17:55.022Z | info: running `cargo check --bins` on repo-depot-api (152/217) |
3448 | 2025-06-30T22:17:55.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-06-30T22:17:55.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-06-30T22:17:55.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3451 | 2025-06-30T22:17:55.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3452 | 2025-06-30T22:17:55.776Z | |
3453 | 2025-06-30T22:17:55.776Z | info: running `cargo check --bins` on sled-agent-api (153/217) |
3454 | 2025-06-30T22:17:56.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-06-30T22:17:56.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-06-30T22:17:56.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3457 | 2025-06-30T22:17:56.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3458 | 2025-06-30T22:17:56.582Z | |
3459 | 2025-06-30T22:17:56.582Z | info: running `cargo check --bins` on sled-diagnostics (154/217) |
3460 | 2025-06-30T22:17:57.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2025-06-30T22:17:57.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2025-06-30T22:17:57.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3463 | 2025-06-30T22:17:57.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3464 | 2025-06-30T22:17:57.364Z | |
3465 | 2025-06-30T22:17:57.364Z | info: running `cargo check --bins` on parallel-task-set (155/217) |
3466 | 2025-06-30T22:17:58.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3467 | 2025-06-30T22:17:58.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3468 | 2025-06-30T22:17:58.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3469 | 2025-06-30T22:17:58.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3470 | 2025-06-30T22:17:58.104Z | |
3471 | 2025-06-30T22:17:58.104Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/217) |
3472 | 2025-06-30T22:17:58.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3473 | 2025-06-30T22:17:58.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3474 | 2025-06-30T22:17:58.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3475 | 2025-06-30T22:17:58.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3476 | 2025-06-30T22:17:58.901Z | |
3477 | 2025-06-30T22:17:58.901Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/217) |
3478 | 2025-06-30T22:17:59.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3479 | 2025-06-30T22:17:59.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3480 | 2025-06-30T22:17:59.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3481 | 2025-06-30T22:17:59.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3482 | 2025-06-30T22:17:59.702Z | |
3483 | 2025-06-30T22:17:59.702Z | info: running `cargo check --bins` on sled-agent-zone-images (158/217) |
3484 | 2025-06-30T22:18:00.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3485 | 2025-06-30T22:18:00.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3486 | 2025-06-30T22:18:00.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3487 | 2025-06-30T22:18:00.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3488 | 2025-06-30T22:18:00.501Z | |
3489 | 2025-06-30T22:18:00.501Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (159/217) |
3490 | 2025-06-30T22:18:01.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2025-06-30T22:18:01.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2025-06-30T22:18:01.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3493 | 2025-06-30T22:18:01.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3494 | 2025-06-30T22:18:01.316Z | |
3495 | 2025-06-30T22:18:01.316Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (160/217) |
3496 | 2025-06-30T22:18:02.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2025-06-30T22:18:02.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2025-06-30T22:18:02.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3499 | 2025-06-30T22:18:02.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3500 | 2025-06-30T22:18:02.159Z | |
3501 | 2025-06-30T22:18:02.159Z | info: running `cargo check --bins` on nexus-test-interface (161/217) |
3502 | 2025-06-30T22:18:02.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2025-06-30T22:18:02.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2025-06-30T22:18:02.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3505 | 2025-06-30T22:18:02.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3506 | 2025-06-30T22:18:02.969Z | |
3507 | 2025-06-30T22:18:02.970Z | info: running `cargo check --bins` on oximeter-collector (162/217) |
3508 | 2025-06-30T22:18:03.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2025-06-30T22:18:03.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2025-06-30T22:18:03.827Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3511 | 2025-06-30T22:18:03.827Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3512 | 2025-06-30T22:18:05.367Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3513 | 2025-06-30T22:18:06.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
3514 | 2025-06-30T22:18:07.071Z | |
3515 | 2025-06-30T22:18:07.071Z | info: running `cargo check --bins` on oximeter-api (163/217) |
3516 | 2025-06-30T22:18:07.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2025-06-30T22:18:07.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2025-06-30T22:18:07.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2025-06-30T22:18:07.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3520 | 2025-06-30T22:18:07.828Z | |
3521 | 2025-06-30T22:18:07.828Z | info: running `cargo check --bins` on omicron-cockroach-metrics (164/217) |
3522 | 2025-06-30T22:18:08.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2025-06-30T22:18:08.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2025-06-30T22:18:08.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2025-06-30T22:18:08.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3526 | 2025-06-30T22:18:08.556Z | |
3527 | 2025-06-30T22:18:08.556Z | info: running `cargo check --bins` on cert-dev (165/217) |
3528 | 2025-06-30T22:18:09.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2025-06-30T22:18:09.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2025-06-30T22:18:09.283Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3531 | 2025-06-30T22:18:09.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3532 | 2025-06-30T22:18:09.814Z | |
3533 | 2025-06-30T22:18:09.814Z | info: running `cargo check --bins` on clickana (166/217) |
3534 | 2025-06-30T22:18:10.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2025-06-30T22:18:10.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2025-06-30T22:18:10.618Z | Checking castaway v0.2.3 |
3537 | 2025-06-30T22:18:10.618Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3538 | 2025-06-30T22:18:10.618Z | Checking unicode-truncate v1.1.0 |
3539 | 2025-06-30T22:18:10.624Z | Checking lru v0.12.5 |
3540 | 2025-06-30T22:18:10.624Z | Compiling instability v0.3.2 |
3541 | 2025-06-30T22:18:10.624Z | Checking cassowary v0.3.0 |
3542 | 2025-06-30T22:18:10.624Z | Compiling indoc v2.0.6 |
3543 | 2025-06-30T22:18:10.884Z | Checking compact_str v0.8.0 |
3544 | 2025-06-30T22:18:11.514Z | Checking ratatui v0.29.0 |
3545 | 2025-06-30T22:18:12.490Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3546 | 2025-06-30T22:18:13.734Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3547 | 2025-06-30T22:18:14.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
3548 | 2025-06-30T22:18:14.862Z | |
3549 | 2025-06-30T22:18:14.862Z | info: running `cargo check --bins` on clickhouse-cluster-dev (167/217) |
3550 | 2025-06-30T22:18:15.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2025-06-30T22:18:15.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2025-06-30T22:18:15.726Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3553 | 2025-06-30T22:18:15.726Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3554 | 2025-06-30T22:18:16.884Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3555 | 2025-06-30T22:18:17.398Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3556 | 2025-06-30T22:18:17.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
3557 | 2025-06-30T22:18:18.024Z | |
3558 | 2025-06-30T22:18:18.024Z | info: running `cargo check --bins` on ch-dev (168/217) |
3559 | 2025-06-30T22:18:18.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2025-06-30T22:18:18.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2025-06-30T22:18:18.842Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3562 | 2025-06-30T22:18:19.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3563 | 2025-06-30T22:18:19.870Z | |
3564 | 2025-06-30T22:18:19.870Z | info: running `cargo check --bins` on dev-tools-common (169/217) |
3565 | 2025-06-30T22:18:20.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2025-06-30T22:18:20.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2025-06-30T22:18:20.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2025-06-30T22:18:20.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3569 | 2025-06-30T22:18:20.449Z | |
3570 | 2025-06-30T22:18:20.449Z | info: running `cargo check --bins` on crdb-seed (170/217) |
3571 | 2025-06-30T22:18:21.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-06-30T22:18:21.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-06-30T22:18:21.246Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3574 | 2025-06-30T22:18:21.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
3575 | 2025-06-30T22:18:21.879Z | |
3576 | 2025-06-30T22:18:21.879Z | info: running `cargo check --bins` on db-dev (171/217) |
3577 | 2025-06-30T22:18:22.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-06-30T22:18:22.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-06-30T22:18:22.706Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3580 | 2025-06-30T22:18:23.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3581 | 2025-06-30T22:18:23.725Z | |
3582 | 2025-06-30T22:18:23.725Z | info: running `cargo check --bins` on omicron-dev-lib (172/217) |
3583 | 2025-06-30T22:18:24.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-06-30T22:18:24.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-06-30T22:18:24.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3586 | 2025-06-30T22:18:24.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3587 | 2025-06-30T22:18:24.533Z | |
3588 | 2025-06-30T22:18:24.533Z | info: running `cargo check --bins` on xtask-downloader (173/217) |
3589 | 2025-06-30T22:18:25.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-06-30T22:18:25.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-06-30T22:18:25.283Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3592 | 2025-06-30T22:18:26.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3593 | 2025-06-30T22:18:26.378Z | |
3594 | 2025-06-30T22:18:26.378Z | info: running `cargo check --bins` on omicron-ls-apis (174/217) |
3595 | 2025-06-30T22:18:27.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-06-30T22:18:27.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-06-30T22:18:27.150Z | Checking typeid v1.0.3 |
3598 | 2025-06-30T22:18:27.261Z | Checking ordered-float v2.10.1 |
3599 | 2025-06-30T22:18:27.279Z | Checking cargo-platform v0.2.0 |
3600 | 2025-06-30T22:18:27.355Z | Checking erased-serde v0.4.6 |
3601 | 2025-06-30T22:18:27.600Z | Checking serde-value v0.7.0 |
3602 | 2025-06-30T22:18:27.953Z | Checking serde-untagged v0.1.7 |
3603 | 2025-06-30T22:18:28.224Z | Checking cargo-util-schemas v0.2.0 |
3604 | 2025-06-30T22:18:29.413Z | Checking cargo_metadata v0.20.0 |
3605 | 2025-06-30T22:18:30.520Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3606 | 2025-06-30T22:18:31.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
3607 | 2025-06-30T22:18:31.638Z | |
3608 | 2025-06-30T22:18:31.638Z | info: running `cargo check --bins` on mgs-dev (175/217) |
3609 | 2025-06-30T22:18:32.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-06-30T22:18:32.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-06-30T22:18:32.528Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3612 | 2025-06-30T22:18:34.298Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3613 | 2025-06-30T22:18:34.950Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3614 | 2025-06-30T22:18:35.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
3615 | 2025-06-30T22:18:35.785Z | |
3616 | 2025-06-30T22:18:35.785Z | info: running `cargo check --bins` on omicron-omdb (176/217) |
3617 | 2025-06-30T22:18:36.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3618 | 2025-06-30T22:18:36.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3619 | 2025-06-30T22:18:36.864Z | Compiling crunchy v0.2.2 |
3620 | 2025-06-30T22:18:36.868Z | Compiling dsl_auto_type v0.1.2 |
3621 | 2025-06-30T22:18:36.868Z | Checking scheduled-thread-pool v0.2.7 |
3622 | 2025-06-30T22:18:36.868Z | Compiling diesel_table_macro_syntax v0.2.0 |
3623 | 2025-06-30T22:18:37.003Z | Compiling tiny-keccak v2.0.2 |
3624 | 2025-06-30T22:18:37.050Z | Compiling bit-vec v0.6.3 |
3625 | 2025-06-30T22:18:37.067Z | Compiling ascii-canvas v3.0.0 |
3626 | 2025-06-30T22:18:37.088Z | Compiling ena v0.14.3 |
3627 | 2025-06-30T22:18:37.251Z | Checking r2d2 v0.8.10 |
3628 | 2025-06-30T22:18:37.388Z | Compiling bit-set v0.5.3 |
3629 | 2025-06-30T22:18:37.431Z | Compiling regex-syntax v0.6.29 |
3630 | 2025-06-30T22:18:37.485Z | Compiling diff v0.1.13 |
3631 | 2025-06-30T22:18:37.507Z | Compiling bindgen v0.71.1 |
3632 | 2025-06-30T22:18:37.546Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3633 | 2025-06-30T22:18:37.595Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3634 | 2025-06-30T22:18:37.666Z | Compiling derive_builder_core v0.20.2 |
3635 | 2025-06-30T22:18:37.817Z | Compiling libxml v0.3.3 |
3636 | 2025-06-30T22:18:37.898Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3637 | 2025-06-30T22:18:38.015Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3638 | 2025-06-30T22:18:38.204Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3639 | 2025-06-30T22:18:38.300Z | Compiling diesel_derives v2.2.3 |
3640 | 2025-06-30T22:18:38.323Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3641 | 2025-06-30T22:18:38.440Z | Compiling strum_macros v0.24.3 |
3642 | 2025-06-30T22:18:38.492Z | Compiling indoc v1.0.9 |
3643 | 2025-06-30T22:18:39.320Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3644 | 2025-06-30T22:18:39.639Z | Compiling impl-trait-for-tuples v0.2.2 |
3645 | 2025-06-30T22:18:39.698Z | Compiling derive_builder_macro v0.20.2 |
3646 | 2025-06-30T22:18:40.368Z | Compiling oso-derive v0.27.3 |
3647 | 2025-06-30T22:18:40.586Z | Checking derive_builder v0.20.2 |
3648 | 2025-06-30T22:18:40.776Z | Compiling lalrpop v0.19.12 |
3649 | 2025-06-30T22:18:40.998Z | Checking quick-xml v0.37.2 |
3650 | 2025-06-30T22:18:41.288Z | Checking maplit v1.0.2 |
3651 | 2025-06-30T22:18:41.467Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3652 | 2025-06-30T22:18:41.677Z | Compiling diesel-dtrace v0.4.2 |
3653 | 2025-06-30T22:18:42.154Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3654 | 2025-06-30T22:18:42.470Z | Checking globset v0.4.15 |
3655 | 2025-06-30T22:18:42.629Z | Checking bb8 v0.8.5 |
3656 | 2025-06-30T22:18:42.998Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3657 | 2025-06-30T22:18:43.020Z | Checking ignore v0.4.23 |
3658 | 2025-06-30T22:18:43.054Z | Checking predicates-tree v1.0.12 |
3659 | 2025-06-30T22:18:43.114Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3660 | 2025-06-30T22:18:43.239Z | Checking rand_seeder v0.3.0 |
3661 | 2025-06-30T22:18:43.343Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3662 | 2025-06-30T22:18:43.455Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3663 | 2025-06-30T22:18:43.499Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3664 | 2025-06-30T22:18:43.761Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3665 | 2025-06-30T22:18:43.816Z | Checking globwalk v0.9.1 |
3666 | 2025-06-30T22:18:44.069Z | Checking unicode-linebreak v0.1.5 |
3667 | 2025-06-30T22:18:44.144Z | Checking camino-tempfile-ext v0.3.1 |
3668 | 2025-06-30T22:18:44.508Z | Checking smawk v0.3.2 |
3669 | 2025-06-30T22:18:44.529Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3670 | 2025-06-30T22:18:44.745Z | Checking is_ci v1.2.0 |
3671 | 2025-06-30T22:18:44.923Z | Checking supports-color v3.0.2 |
3672 | 2025-06-30T22:18:45.148Z | Checking textwrap v0.16.2 |
3673 | 2025-06-30T22:18:45.331Z | Checking support-bundle-viewer v0.1.2 |
3674 | 2025-06-30T22:18:45.364Z | Checking multimap v0.10.1 |
3675 | 2025-06-30T22:18:45.743Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3676 | 2025-06-30T22:18:47.245Z | Checking diesel v2.2.11 |
3677 | 2025-06-30T22:19:02.496Z | Compiling samael v0.0.19 |
3678 | 2025-06-30T22:19:17.362Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3679 | 2025-06-30T22:19:18.846Z | Checking async-bb8-diesel v0.2.1 |
3680 | 2025-06-30T22:19:20.643Z | Compiling polar-core v0.27.3 |
3681 | 2025-06-30T22:19:27.793Z | Checking oso v0.27.3 |
3682 | 2025-06-30T22:20:07.327Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3683 | 2025-06-30T22:20:39.621Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3684 | 2025-06-30T22:20:49.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
3685 | 2025-06-30T22:20:49.807Z | |
3686 | 2025-06-30T22:20:49.807Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (177/217) |
3687 | 2025-06-30T22:20:50.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3688 | 2025-06-30T22:20:50.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3689 | 2025-06-30T22:20:50.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3690 | 2025-06-30T22:20:50.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3691 | 2025-06-30T22:20:50.646Z | |
3692 | 2025-06-30T22:20:50.647Z | info: running `cargo check --bins` on nexus-saga-recovery (178/217) |
3693 | 2025-06-30T22:20:51.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3694 | 2025-06-30T22:20:51.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3695 | 2025-06-30T22:20:51.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3696 | 2025-06-30T22:20:51.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3697 | 2025-06-30T22:20:51.485Z | |
3698 | 2025-06-30T22:20:51.485Z | info: running `cargo check --bins` on nexus-test-utils-macros (179/217) |
3699 | 2025-06-30T22:20:52.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3700 | 2025-06-30T22:20:52.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3701 | 2025-06-30T22:20:52.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3702 | 2025-06-30T22:20:52.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3703 | 2025-06-30T22:20:52.226Z | |
3704 | 2025-06-30T22:20:52.226Z | info: running `cargo check --bins` on omicron-nexus (180/217) |
3705 | 2025-06-30T22:20:53.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3706 | 2025-06-30T22:20:53.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3707 | 2025-06-30T22:20:53.279Z | Compiling libz-sys v1.1.20 |
3708 | 2025-06-30T22:20:53.283Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3709 | 2025-06-30T22:20:53.431Z | Compiling vergen v8.3.2 |
3710 | 2025-06-30T22:20:53.434Z | Compiling cargo-platform v0.1.8 |
3711 | 2025-06-30T22:20:53.434Z | Compiling pin-project-internal v1.1.6 |
3712 | 2025-06-30T22:20:53.477Z | Compiling snafu-derive v0.8.5 |
3713 | 2025-06-30T22:20:53.481Z | Compiling fs-err v2.11.0 |
3714 | 2025-06-30T22:20:53.481Z | Compiling rustls v0.21.12 |
3715 | 2025-06-30T22:20:53.779Z | Compiling cargo_metadata v0.18.1 |
3716 | 2025-06-30T22:20:53.856Z | Checking olpc-cjson v0.1.4 |
3717 | 2025-06-30T22:20:53.881Z | Checking sct v0.7.1 |
3718 | 2025-06-30T22:20:53.976Z | Checking rustls-webpki v0.101.7 |
3719 | 2025-06-30T22:20:54.084Z | Checking serde_plain v1.0.2 |
3720 | 2025-06-30T22:20:54.108Z | Checking typed-path v0.9.3 |
3721 | 2025-06-30T22:20:54.346Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3722 | 2025-06-30T22:20:54.631Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3723 | 2025-06-30T22:20:54.658Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3724 | 2025-06-30T22:20:54.936Z | Checking parse-size v1.1.0 |
3725 | 2025-06-30T22:20:55.049Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3726 | 2025-06-30T22:20:55.141Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3727 | 2025-06-30T22:20:55.376Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3728 | 2025-06-30T22:20:55.910Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3729 | 2025-06-30T22:20:55.966Z | Checking pin-project v1.1.6 |
3730 | 2025-06-30T22:20:56.123Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3731 | 2025-06-30T22:20:56.626Z | Checking rustls-pemfile v1.0.4 |
3732 | 2025-06-30T22:20:56.656Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3733 | 2025-06-30T22:20:56.790Z | Checking twox-hash v2.1.0 |
3734 | 2025-06-30T22:20:56.794Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3735 | 2025-06-30T22:20:56.850Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3736 | 2025-06-30T22:20:57.381Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3737 | 2025-06-30T22:20:57.560Z | Checking tokio-rustls v0.24.1 |
3738 | 2025-06-30T22:20:57.949Z | Checking snafu v0.8.5 |
3739 | 2025-06-30T22:20:57.979Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3740 | 2025-06-30T22:20:58.423Z | Checking tough v0.20.0 |
3741 | 2025-06-30T22:20:58.521Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3742 | 2025-06-30T22:20:58.710Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3743 | 2025-06-30T22:20:58.883Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3744 | 2025-06-30T22:20:58.953Z | Checking fatfs v0.3.6 |
3745 | 2025-06-30T22:20:59.083Z | Checking assert_matches v1.5.0 |
3746 | 2025-06-30T22:21:02.494Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3747 | 2025-06-30T22:21:03.887Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3748 | 2025-06-30T22:21:04.815Z | Compiling git2 v0.19.0 |
3749 | 2025-06-30T22:21:08.900Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3750 | 2025-06-30T22:22:08.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
3751 | 2025-06-30T22:22:08.865Z | |
3752 | 2025-06-30T22:22:08.865Z | info: running `cargo check --bins` on nexus-background-task-interface (181/217) |
3753 | 2025-06-30T22:22:09.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3754 | 2025-06-30T22:22:09.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3755 | 2025-06-30T22:22:09.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3756 | 2025-06-30T22:22:09.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3757 | 2025-06-30T22:22:09.665Z | |
3758 | 2025-06-30T22:22:09.665Z | info: running `cargo check --bins` on nexus-external-api (182/217) |
3759 | 2025-06-30T22:22:10.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3760 | 2025-06-30T22:22:10.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3761 | 2025-06-30T22:22:10.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3762 | 2025-06-30T22:22:10.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3763 | 2025-06-30T22:22:10.523Z | |
3764 | 2025-06-30T22:22:10.523Z | info: running `cargo check --bins` on nexus-internal-api (183/217) |
3765 | 2025-06-30T22:22:11.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3766 | 2025-06-30T22:22:11.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3767 | 2025-06-30T22:22:11.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3768 | 2025-06-30T22:22:11.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3769 | 2025-06-30T22:22:11.374Z | |
3770 | 2025-06-30T22:22:11.374Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (184/217) |
3771 | 2025-06-30T22:22:12.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3772 | 2025-06-30T22:22:12.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3773 | 2025-06-30T22:22:12.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3774 | 2025-06-30T22:22:12.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3775 | 2025-06-30T22:22:12.240Z | |
3776 | 2025-06-30T22:22:12.240Z | info: running `cargo check --bins` on nexus-mgs-updates (185/217) |
3777 | 2025-06-30T22:22:12.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3778 | 2025-06-30T22:22:12.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3779 | 2025-06-30T22:22:12.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3780 | 2025-06-30T22:22:12.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3781 | 2025-06-30T22:22:13.051Z | |
3782 | 2025-06-30T22:22:13.051Z | info: running `cargo check --bins` on nexus-networking (186/217) |
3783 | 2025-06-30T22:22:13.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-06-30T22:22:13.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-06-30T22:22:13.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3786 | 2025-06-30T22:22:13.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3787 | 2025-06-30T22:22:13.913Z | |
3788 | 2025-06-30T22:22:13.913Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (187/217) |
3789 | 2025-06-30T22:22:14.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-06-30T22:22:14.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-06-30T22:22:14.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3792 | 2025-06-30T22:22:14.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3793 | 2025-06-30T22:22:14.769Z | |
3794 | 2025-06-30T22:22:14.769Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (188/217) |
3795 | 2025-06-30T22:22:15.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-06-30T22:22:15.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-06-30T22:22:15.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3798 | 2025-06-30T22:22:15.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3799 | 2025-06-30T22:22:15.624Z | |
3800 | 2025-06-30T22:22:15.624Z | info: running `cargo check --bins` on update-common (189/217) |
3801 | 2025-06-30T22:22:16.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3802 | 2025-06-30T22:22:16.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3803 | 2025-06-30T22:22:16.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3804 | 2025-06-30T22:22:16.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3805 | 2025-06-30T22:22:16.434Z | |
3806 | 2025-06-30T22:22:16.434Z | info: running `cargo check --bins` on omicron-dev (190/217) |
3807 | 2025-06-30T22:22:17.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3808 | 2025-06-30T22:22:17.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3809 | 2025-06-30T22:22:17.604Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3810 | 2025-06-30T22:22:17.608Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3811 | 2025-06-30T22:22:17.766Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3812 | 2025-06-30T22:22:17.769Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3813 | 2025-06-30T22:22:17.802Z | Checking diff v0.1.13 |
3814 | 2025-06-30T22:22:17.806Z | Checking yansi v1.0.1 |
3815 | 2025-06-30T22:22:17.806Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3816 | 2025-06-30T22:22:17.842Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3817 | 2025-06-30T22:22:18.272Z | Checking pretty_assertions v1.4.1 |
3818 | 2025-06-30T22:22:18.407Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3819 | 2025-06-30T22:22:18.991Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3820 | 2025-06-30T22:22:47.743Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3821 | 2025-06-30T22:22:47.746Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3822 | 2025-06-30T22:22:47.746Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3823 | 2025-06-30T22:22:47.746Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3824 | 2025-06-30T22:22:47.746Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3825 | 2025-06-30T22:22:47.746Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3826 | 2025-06-30T22:22:48.649Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3827 | 2025-06-30T22:22:49.984Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3828 | 2025-06-30T22:23:37.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
3829 | 2025-06-30T22:23:37.389Z | |
3830 | 2025-06-30T22:23:37.389Z | info: running `cargo check --bins` on openapi-manager (191/217) |
3831 | 2025-06-30T22:23:38.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3832 | 2025-06-30T22:23:38.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3833 | 2025-06-30T22:23:38.268Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3834 | 2025-06-30T22:23:38.268Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3835 | 2025-06-30T22:23:38.271Z | Checking heck v0.4.1 |
3836 | 2025-06-30T22:23:38.408Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3837 | 2025-06-30T22:23:38.600Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3838 | 2025-06-30T22:23:39.523Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3839 | 2025-06-30T22:23:41.744Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3840 | 2025-06-30T22:23:43.360Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3841 | 2025-06-30T22:23:44.220Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3842 | 2025-06-30T22:23:45.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.34s |
3843 | 2025-06-30T22:23:45.948Z | |
3844 | 2025-06-30T22:23:45.948Z | info: running `cargo check --bins` on installinator-api (192/217) |
3845 | 2025-06-30T22:23:46.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3846 | 2025-06-30T22:23:46.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3847 | 2025-06-30T22:23:46.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3848 | 2025-06-30T22:23:46.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3849 | 2025-06-30T22:23:46.747Z | |
3850 | 2025-06-30T22:23:46.747Z | info: running `cargo check --bins` on wicketd-api (193/217) |
3851 | 2025-06-30T22:23:47.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-06-30T22:23:47.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-06-30T22:23:47.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3854 | 2025-06-30T22:23:47.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3855 | 2025-06-30T22:23:47.574Z | |
3856 | 2025-06-30T22:23:47.574Z | info: running `cargo check --bins` on omicron-pins (194/217) |
3857 | 2025-06-30T22:23:48.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-06-30T22:23:48.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-06-30T22:23:48.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3860 | 2025-06-30T22:23:48.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3861 | 2025-06-30T22:23:48.336Z | |
3862 | 2025-06-30T22:23:48.336Z | info: running `cargo check --bins` on reconfigurator-cli (195/217) |
3863 | 2025-06-30T22:23:49.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-06-30T22:23:49.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-06-30T22:23:49.309Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3866 | 2025-06-30T22:23:49.312Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3867 | 2025-06-30T22:23:49.454Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3868 | 2025-06-30T22:23:49.470Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3869 | 2025-06-30T22:23:49.473Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3870 | 2025-06-30T22:23:49.482Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3871 | 2025-06-30T22:23:49.485Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3872 | 2025-06-30T22:23:49.490Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3873 | 2025-06-30T22:23:49.725Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3874 | 2025-06-30T22:23:49.777Z | Compiling petname v2.0.2 |
3875 | 2025-06-30T22:23:49.799Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3876 | 2025-06-30T22:23:50.073Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3877 | 2025-06-30T22:23:50.109Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3878 | 2025-06-30T22:23:50.510Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3879 | 2025-06-30T22:23:51.041Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3880 | 2025-06-30T22:23:51.350Z | Checking sync-ptr v0.1.4 |
3881 | 2025-06-30T22:23:51.576Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3882 | 2025-06-30T22:23:51.851Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3883 | 2025-06-30T22:23:52.038Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3884 | 2025-06-30T22:23:52.628Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3885 | 2025-06-30T22:23:54.010Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3886 | 2025-06-30T22:23:55.039Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3887 | 2025-06-30T22:23:55.042Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3888 | 2025-06-30T22:24:06.967Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3889 | 2025-06-30T22:24:06.971Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3890 | 2025-06-30T22:24:07.735Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3891 | 2025-06-30T22:24:09.278Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3892 | 2025-06-30T22:24:11.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.37s |
3893 | 2025-06-30T22:24:11.945Z | |
3894 | 2025-06-30T22:24:11.945Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (196/217) |
3895 | 2025-06-30T22:24:12.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3896 | 2025-06-30T22:24:12.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3897 | 2025-06-30T22:24:12.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3898 | 2025-06-30T22:24:12.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3899 | 2025-06-30T22:24:12.833Z | |
3900 | 2025-06-30T22:24:12.833Z | info: running `cargo check --bins` on omicron-repl-utils (197/217) |
3901 | 2025-06-30T22:24:13.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3902 | 2025-06-30T22:24:13.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3903 | 2025-06-30T22:24:13.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3904 | 2025-06-30T22:24:13.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3905 | 2025-06-30T22:24:13.606Z | |
3906 | 2025-06-30T22:24:13.606Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (198/217) |
3907 | 2025-06-30T22:24:14.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3908 | 2025-06-30T22:24:14.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3909 | 2025-06-30T22:24:14.518Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3910 | 2025-06-30T22:24:15.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3911 | 2025-06-30T22:24:15.852Z | |
3912 | 2025-06-30T22:24:15.852Z | info: running `cargo check --bins` on reconfigurator-sp-updater (199/217) |
3913 | 2025-06-30T22:24:16.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3914 | 2025-06-30T22:24:16.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3915 | 2025-06-30T22:24:16.708Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3916 | 2025-06-30T22:24:17.167Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3917 | 2025-06-30T22:24:18.270Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3918 | 2025-06-30T22:24:18.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
3919 | 2025-06-30T22:24:19.203Z | |
3920 | 2025-06-30T22:24:19.203Z | info: running `cargo check --bins` on omicron-releng (200/217) |
3921 | 2025-06-30T22:24:19.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3922 | 2025-06-30T22:24:19.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3923 | 2025-06-30T22:24:20.007Z | Compiling blake3 v1.5.4 |
3924 | 2025-06-30T22:24:20.119Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3925 | 2025-06-30T22:24:20.135Z | Checking memmap2 v0.9.5 |
3926 | 2025-06-30T22:24:20.138Z | Checking arrayref v0.3.9 |
3927 | 2025-06-30T22:24:20.138Z | Checking constant_time_eq v0.3.1 |
3928 | 2025-06-30T22:24:20.138Z | Checking arrayvec v0.7.6 |
3929 | 2025-06-30T22:24:20.188Z | Checking topological-sort v0.2.2 |
3930 | 2025-06-30T22:24:20.191Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3931 | 2025-06-30T22:24:20.234Z | Checking shell-words v1.1.0 |
3932 | 2025-06-30T22:24:20.659Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3933 | 2025-06-30T22:24:20.930Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3934 | 2025-06-30T22:24:21.375Z | Checking omicron-zone-package v0.12.2 |
3935 | 2025-06-30T22:24:22.595Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3936 | 2025-06-30T22:24:23.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
3937 | 2025-06-30T22:24:23.878Z | |
3938 | 2025-06-30T22:24:23.878Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (201/217) |
3939 | 2025-06-30T22:24:24.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3940 | 2025-06-30T22:24:24.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3941 | 2025-06-30T22:24:24.700Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3942 | 2025-06-30T22:24:25.097Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3943 | 2025-06-30T22:24:25.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3944 | 2025-06-30T22:24:25.730Z | |
3945 | 2025-06-30T22:24:25.730Z | info: running `cargo check --bins` on xtask (202/217) |
3946 | 2025-06-30T22:24:26.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3947 | 2025-06-30T22:24:26.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3948 | 2025-06-30T22:24:26.315Z | Checking bitflags v2.9.0 |
3949 | 2025-06-30T22:24:26.407Z | Checking serde v1.0.219 |
3950 | 2025-06-30T22:24:26.411Z | Checking thiserror v1.0.69 |
3951 | 2025-06-30T22:24:26.411Z | Checking zerofrom v0.1.4 |
3952 | 2025-06-30T22:24:26.436Z | Checking smallvec v1.15.0 |
3953 | 2025-06-30T22:24:26.448Z | Checking hashbrown v0.15.4 |
3954 | 2025-06-30T22:24:26.461Z | Checking scroll v0.12.0 |
3955 | 2025-06-30T22:24:26.461Z | Checking num-traits v0.2.19 |
3956 | 2025-06-30T22:24:27.204Z | Checking log v0.4.27 |
3957 | 2025-06-30T22:24:27.230Z | Checking yoke v0.7.4 |
3958 | 2025-06-30T22:24:27.230Z | Checking rustix v0.38.37 |
3959 | 2025-06-30T22:24:27.230Z | Checking percent-encoding v2.3.1 |
3960 | 2025-06-30T22:24:27.230Z | Checking pest v2.7.14 |
3961 | 2025-06-30T22:24:27.230Z | Checking goblin v0.8.2 |
3962 | 2025-06-30T22:24:27.230Z | Checking zerovec v0.10.4 |
3963 | 2025-06-30T22:24:27.230Z | Checking form_urlencoded v1.2.1 |
3964 | 2025-06-30T22:24:27.245Z | Checking zerocopy v0.7.35 |
3965 | 2025-06-30T22:24:27.400Z | Checking indexmap v2.9.0 |
3966 | 2025-06-30T22:24:27.583Z | Checking terminal_size v0.4.0 |
3967 | 2025-06-30T22:24:27.776Z | Checking getrandom v0.3.1 |
3968 | 2025-06-30T22:24:27.977Z | Checking ordered-float v2.10.1 |
3969 | 2025-06-30T22:24:28.003Z | Checking syn v2.0.104 |
3970 | 2025-06-30T22:24:28.459Z | Checking rustix v1.0.7 |
3971 | 2025-06-30T22:24:28.512Z | Checking once_cell v1.21.3 |
3972 | 2025-06-30T22:24:28.546Z | Checking tinystr v0.7.6 |
3973 | 2025-06-30T22:24:28.638Z | Checking icu_collections v1.5.0 |
3974 | 2025-06-30T22:24:28.841Z | Checking clap_builder v4.5.40 |
3975 | 2025-06-30T22:24:28.925Z | Checking icu_locid v1.5.0 |
3976 | 2025-06-30T22:24:29.260Z | Checking thiserror v2.0.12 |
3977 | 2025-06-30T22:24:29.319Z | Checking dtrace-parser v0.2.0 |
3978 | 2025-06-30T22:24:29.432Z | Checking textwrap v0.16.2 |
3979 | 2025-06-30T22:24:29.857Z | Checking fs-err v3.1.1 |
3980 | 2025-06-30T22:24:29.874Z | Checking tabled v0.15.0 |
3981 | 2025-06-30T22:24:29.952Z | Checking icu_provider v1.5.0 |
3982 | 2025-06-30T22:24:29.970Z | Checking tempfile v3.20.0 |
3983 | 2025-06-30T22:24:30.184Z | Checking anyhow v1.0.98 |
3984 | 2025-06-30T22:24:30.336Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
3985 | 2025-06-30T22:24:30.584Z | Checking icu_locid_transform v1.5.0 |
3986 | 2025-06-30T22:24:31.048Z | Checking toml_datetime v0.6.11 |
3987 | 2025-06-30T22:24:31.048Z | Checking serde_spanned v0.6.9 |
3988 | 2025-06-30T22:24:31.051Z | Checking serde_json v1.0.140 |
3989 | 2025-06-30T22:24:31.284Z | Checking erased-serde v0.4.6 |
3990 | 2025-06-30T22:24:31.425Z | Checking toml_edit v0.22.27 |
3991 | 2025-06-30T22:24:31.639Z | Checking icu_properties v1.5.1 |
3992 | 2025-06-30T22:24:31.744Z | Checking semver v1.0.26 |
3993 | 2025-06-30T22:24:31.763Z | Checking camino v1.1.10 |
3994 | 2025-06-30T22:24:32.165Z | Checking serde-value v0.7.0 |
3995 | 2025-06-30T22:24:32.185Z | Checking serde-untagged v0.1.7 |
3996 | 2025-06-30T22:24:32.298Z | Checking cargo-platform v0.2.0 |
3997 | 2025-06-30T22:24:32.550Z | Checking camino-tempfile v1.4.1 |
3998 | 2025-06-30T22:24:32.569Z | Checking clap v4.5.40 |
3999 | 2025-06-30T22:24:32.573Z | Checking macaddr v1.0.1 |
4000 | 2025-06-30T22:24:32.585Z | Checking dof v0.3.0 |
4001 | 2025-06-30T22:24:33.063Z | Checking usdt-impl v0.5.0 |
4002 | 2025-06-30T22:24:33.442Z | Checking usdt v0.5.0 |
4003 | 2025-06-30T22:24:33.662Z | Checking toml v0.8.23 |
4004 | 2025-06-30T22:24:34.135Z | Checking cargo_toml v0.21.0 |
4005 | 2025-06-30T22:24:34.235Z | Checking icu_normalizer v1.5.0 |
4006 | 2025-06-30T22:24:34.753Z | Checking idna_adapter v1.2.0 |
4007 | 2025-06-30T22:24:34.895Z | Checking idna v1.0.3 |
4008 | 2025-06-30T22:24:35.235Z | Checking url v2.5.4 |
4009 | 2025-06-30T22:24:35.780Z | Checking cargo-util-schemas v0.2.0 |
4010 | 2025-06-30T22:24:37.001Z | Checking cargo_metadata v0.20.0 |
4011 | 2025-06-30T22:24:38.116Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4012 | 2025-06-30T22:24:38.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
4013 | 2025-06-30T22:24:38.980Z | |
4014 | 2025-06-30T22:24:38.980Z | info: running `cargo check --bins` on end-to-end-tests (203/217) |
4015 | 2025-06-30T22:24:39.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4016 | 2025-06-30T22:24:39.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4017 | 2025-06-30T22:24:39.913Z | Checking polyval v0.6.2 |
4018 | 2025-06-30T22:24:40.039Z | Checking ctr v0.9.2 |
4019 | 2025-06-30T22:24:40.042Z | Checking ssh-encoding v0.2.0 |
4020 | 2025-06-30T22:24:40.045Z | Checking blowfish v0.9.1 |
4021 | 2025-06-30T22:24:40.045Z | Checking password-hash v0.4.2 |
4022 | 2025-06-30T22:24:40.048Z | Checking p521 v0.13.3 |
4023 | 2025-06-30T22:24:40.048Z | Checking p256 v0.13.2 |
4024 | 2025-06-30T22:24:40.048Z | Checking russh-cryptovec v0.7.3 |
4025 | 2025-06-30T22:24:40.242Z | Checking ghash v0.5.1 |
4026 | 2025-06-30T22:24:40.335Z | Checking bcrypt-pbkdf v0.10.0 |
4027 | 2025-06-30T22:24:40.356Z | Checking md5 v0.7.0 |
4028 | 2025-06-30T22:24:40.402Z | Checking num-bigint v0.4.6 |
4029 | 2025-06-30T22:24:40.423Z | Checking aes-gcm v0.10.3 |
4030 | 2025-06-30T22:24:40.444Z | Checking des v0.8.1 |
4031 | 2025-06-30T22:24:40.552Z | Checking pbkdf2 v0.11.0 |
4032 | 2025-06-30T22:24:40.607Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4033 | 2025-06-30T22:24:40.629Z | Checking hex-literal v0.4.1 |
4034 | 2025-06-30T22:24:40.655Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4035 | 2025-06-30T22:24:40.675Z | Checking ssh-cipher v0.2.0 |
4036 | 2025-06-30T22:24:40.724Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4037 | 2025-06-30T22:24:40.778Z | Checking internet-checksum v0.2.1 |
4038 | 2025-06-30T22:24:40.961Z | Checking ssh-key v0.6.6 |
4039 | 2025-06-30T22:24:41.258Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4040 | 2025-06-30T22:24:42.157Z | Checking russh-keys v0.45.0 |
4041 | 2025-06-30T22:24:43.060Z | Checking russh v0.45.0 |
4042 | 2025-06-30T22:25:04.721Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4043 | 2025-06-30T22:25:06.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.29s |
4044 | 2025-06-30T22:25:06.486Z | |
4045 | 2025-06-30T22:25:06.486Z | info: running `cargo check --bins` on gateway-cli (204/217) |
4046 | 2025-06-30T22:25:07.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4047 | 2025-06-30T22:25:07.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4048 | 2025-06-30T22:25:07.303Z | Checking termios v0.3.3 |
4049 | 2025-06-30T22:25:07.548Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4050 | 2025-06-30T22:25:08.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
4051 | 2025-06-30T22:25:08.660Z | |
4052 | 2025-06-30T22:25:08.660Z | info: running `cargo check --bins --no-default-features` on installinator (205/217) |
4053 | 2025-06-30T22:25:09.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4054 | 2025-06-30T22:25:09.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4055 | 2025-06-30T22:25:09.531Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4056 | 2025-06-30T22:25:09.534Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4057 | 2025-06-30T22:25:10.431Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4058 | 2025-06-30T22:25:12.359Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4059 | 2025-06-30T22:25:14.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
4060 | 2025-06-30T22:25:14.919Z | |
4061 | 2025-06-30T22:25:14.919Z | info: running `cargo check --bins` on internal-dns-cli (206/217) |
4062 | 2025-06-30T22:25:15.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4063 | 2025-06-30T22:25:15.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4064 | 2025-06-30T22:25:15.595Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4065 | 2025-06-30T22:25:16.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
4066 | 2025-06-30T22:25:16.324Z | |
4067 | 2025-06-30T22:25:16.324Z | info: running `cargo check --bins` on omicron-live-tests (207/217) |
4068 | 2025-06-30T22:25:16.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4069 | 2025-06-30T22:25:16.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4070 | 2025-06-30T22:25:16.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4071 | 2025-06-30T22:25:17.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
4072 | 2025-06-30T22:25:17.086Z | |
4073 | 2025-06-30T22:25:17.086Z | info: running `cargo check --bins` on live-tests-macros (208/217) |
4074 | 2025-06-30T22:25:17.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4075 | 2025-06-30T22:25:17.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4076 | 2025-06-30T22:25:17.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4077 | 2025-06-30T22:25:17.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4078 | 2025-06-30T22:25:17.841Z | |
4079 | 2025-06-30T22:25:17.841Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (209/217) |
4080 | 2025-06-30T22:25:18.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4081 | 2025-06-30T22:25:18.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4082 | 2025-06-30T22:25:18.749Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4083 | 2025-06-30T22:25:19.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
4084 | 2025-06-30T22:25:19.698Z | |
4085 | 2025-06-30T22:25:19.698Z | info: running `cargo check --bins` on omicron-package (210/217) |
4086 | 2025-06-30T22:25:20.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4087 | 2025-06-30T22:25:20.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4088 | 2025-06-30T22:25:20.561Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4089 | 2025-06-30T22:25:22.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
4090 | 2025-06-30T22:25:22.269Z | |
4091 | 2025-06-30T22:25:22.269Z | info: running `cargo check --bins` on trust-quorum (211/217) |
4092 | 2025-06-30T22:25:22.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4093 | 2025-06-30T22:25:22.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4094 | 2025-06-30T22:25:22.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4095 | 2025-06-30T22:25:22.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
4096 | 2025-06-30T22:25:23.065Z | |
4097 | 2025-06-30T22:25:23.065Z | info: running `cargo check --bins` on gfss (212/217) |
4098 | 2025-06-30T22:25:23.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4099 | 2025-06-30T22:25:23.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4100 | 2025-06-30T22:25:23.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4101 | 2025-06-30T22:25:23.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
4102 | 2025-06-30T22:25:23.812Z | |
4103 | 2025-06-30T22:25:23.812Z | info: running `cargo check --bins` on wicket-dbg (213/217) |
4104 | 2025-06-30T22:25:24.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4105 | 2025-06-30T22:25:24.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4106 | 2025-06-30T22:25:24.688Z | Checking rtoolbox v0.0.2 |
4107 | 2025-06-30T22:25:24.691Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4108 | 2025-06-30T22:25:24.691Z | Checking tui-tree-widget v0.23.1 |
4109 | 2025-06-30T22:25:24.943Z | Checking rpassword v7.4.0 |
4110 | 2025-06-30T22:25:29.745Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4111 | 2025-06-30T22:25:32.706Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4112 | 2025-06-30T22:25:33.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s |
4113 | 2025-06-30T22:25:34.233Z | |
4114 | 2025-06-30T22:25:34.233Z | info: running `cargo check --bins` on wicket (214/217) |
4115 | 2025-06-30T22:25:34.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4116 | 2025-06-30T22:25:34.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4117 | 2025-06-30T22:25:35.057Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4118 | 2025-06-30T22:25:35.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
4119 | 2025-06-30T22:25:35.728Z | |
4120 | 2025-06-30T22:25:35.728Z | info: running `cargo check --bins` on wicketd (215/217) |
4121 | 2025-06-30T22:25:36.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4122 | 2025-06-30T22:25:36.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4123 | 2025-06-30T22:25:36.600Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4124 | 2025-06-30T22:25:40.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
4125 | 2025-06-30T22:25:41.152Z | |
4126 | 2025-06-30T22:25:41.152Z | info: running `cargo check --bins` on omicron-workspace-hack (216/217) |
4127 | 2025-06-30T22:25:41.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4128 | 2025-06-30T22:25:41.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4129 | 2025-06-30T22:25:41.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4130 | 2025-06-30T22:25:41.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4131 | 2025-06-30T22:25:41.898Z | |
4132 | 2025-06-30T22:25:41.898Z | info: running `cargo check --bins` on zone-setup (217/217) |
4133 | 2025-06-30T22:25:42.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4134 | 2025-06-30T22:25:42.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4135 | 2025-06-30T22:25:42.716Z | Checking uzers v0.12.1 |
4136 | 2025-06-30T22:25:43.073Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4137 | 2025-06-30T22:25:44.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
4138 | 2025-06-30T22:25:44.383Z | |
4139 | 2025-06-30T22:25:44.383Z | real 15:46.578110519 |
4140 | 2025-06-30T22:25:44.383Z | user 31:27.277666638 |
4141 | 2025-06-30T22:25:44.386Z | sys 5:06.996404446 |
4142 | 2025-06-30T22:25:44.386Z | trap 0.651640016 |
4143 | 2025-06-30T22:25:44.386Z | tflt 0.685009060 |
4144 | 2025-06-30T22:25:44.386Z | dflt 1.779888753 |
4145 | 2025-06-30T22:25:44.386Z | kflt 0.001210662 |
4146 | 2025-06-30T22:25:44.386Z | lock 49:15.439977248 |
4147 | 2025-06-30T22:25:44.386Z | slp 2:32:48.713305372 |
4148 | 2025-06-30T22:25:44.386Z | lat 1:17.563313573 |
4149 | 2025-06-30T22:25:44.386Z | stop 4:51.289765495 |
4150 | 2025-06-30T22:25:44.386Z | process exited: duration 1233009 ms, exit code 0 |
|
4151 | 2025-06-30T22:25:44.393Z | found 0 output files |