|
|
|
1 | 2025-01-17T03:38:04.303Z | job assigned to worker 01JHS5CA5C2PRH7JEH8XBQ2BEH [factory aws, i-0e11d84278c4f501a] (queued for 56 s) |
|
2 | 2025-01-17T03:38:12.183Z | starting task 0: "setup" |
3 | 2025-01-17T03:38:12.192Z | ++ uname -s |
4 | 2025-01-17T03:38:12.194Z | + kern=SunOS |
5 | 2025-01-17T03:38:12.194Z | + case "$kern" in |
6 | 2025-01-17T03:38:12.194Z | + groupadd -g 12345 build |
7 | 2025-01-17T03:38:12.197Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T03:38:14.205Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T03:38:14.327Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T03:38:14.330Z | + home_fs=zfs |
11 | 2025-01-17T03:38:14.330Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T03:38:14.330Z | + mkdir -p /home/build |
13 | 2025-01-17T03:38:14.332Z | + chown build:build /home/build /work |
14 | 2025-01-17T03:38:16.335Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T03:38:16.337Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2025-01-17T03:38:16.343Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T03:38:16.348Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T03:38:16.348Z | ' 1.84.0 |
19 | 2025-01-17T03:38:16.349Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T03:38:16.349Z | ' default |
21 | 2025-01-17T03:38:16.349Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T03:38:16.349Z | * toolchain profile = "default" |
23 | 2025-01-17T03:38:16.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T03:38:16.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T03:38:16.467Z | info: downloading installer |
26 | 2025-01-17T03:38:17.906Z | info: profile set to 'default' |
27 | 2025-01-17T03:38:17.906Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T03:38:17.908Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T03:38:18.062Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T03:38:18.062Z | info: downloading component 'cargo' |
31 | 2025-01-17T03:38:18.924Z | info: downloading component 'clippy' |
32 | 2025-01-17T03:38:19.254Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T03:38:20.433Z | info: downloading component 'rust-std' |
34 | 2025-01-17T03:38:22.182Z | info: downloading component 'rustc' |
35 | 2025-01-17T03:38:28.893Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T03:38:29.148Z | info: installing component 'cargo' |
37 | 2025-01-17T03:38:29.988Z | info: installing component 'clippy' |
38 | 2025-01-17T03:38:30.368Z | info: installing component 'rust-docs' |
39 | 2025-01-17T03:38:32.022Z | info: installing component 'rust-std' |
40 | 2025-01-17T03:38:33.737Z | info: installing component 'rustc' |
41 | 2025-01-17T03:38:39.710Z | info: installing component 'rustfmt' |
42 | 2025-01-17T03:38:40.044Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T03:38:40.044Z | |
44 | 2025-01-17T03:38:40.427Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T03:38:40.427Z | |
46 | 2025-01-17T03:38:40.430Z | |
47 | 2025-01-17T03:38:40.430Z | Rust is installed now. Great! |
48 | 2025-01-17T03:38:40.430Z | |
49 | 2025-01-17T03:38:40.430Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T03:38:40.430Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T03:38:40.430Z | |
52 | 2025-01-17T03:38:40.430Z | To configure your current shell, you need to source |
53 | 2025-01-17T03:38:40.430Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T03:38:40.430Z | |
55 | 2025-01-17T03:38:40.430Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T03:38:40.430Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T03:38:40.430Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T03:38:40.504Z | + rustc --version |
59 | 2025-01-17T03:38:40.571Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T03:38:40.574Z | process exited: duration 24227 ms, exit code 0 |
|
61 | 2025-01-17T03:38:40.579Z | starting task 2: "authentication" |
62 | 2025-01-17T03:38:40.601Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T03:38:40.606Z | starting task 3: "clone repository" |
64 | 2025-01-17T03:38:40.611Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T03:38:40.614Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T03:38:40.734Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T03:38:48.312Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T03:38:48.312Z | + git fetch origin a953ba78a502acc83f0035cfa8ee0dd9be032649 |
69 | 2025-01-17T03:38:48.609Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T03:38:48.609Z | * branch a953ba78a502acc83f0035cfa8ee0dd9be032649 -> FETCH_HEAD |
71 | 2025-01-17T03:38:48.619Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2025-01-17T03:38:48.622Z | ++ git branch --show-current |
73 | 2025-01-17T03:38:48.625Z | + current=main |
74 | 2025-01-17T03:38:48.625Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2025-01-17T03:38:48.625Z | + git branch -f eliza/dropshot-1180 a953ba78a502acc83f0035cfa8ee0dd9be032649 |
76 | 2025-01-17T03:38:48.627Z | + git checkout -f eliza/dropshot-1180 |
77 | 2025-01-17T03:38:48.802Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2025-01-17T03:38:48.805Z | + git reset --hard a953ba78a502acc83f0035cfa8ee0dd9be032649 |
79 | 2025-01-17T03:38:48.975Z | HEAD is now at a953ba78a Merge remote-tracking branch 'origin/main' into eliza/dropshot-1180 |
80 | 2025-01-17T03:38:48.979Z | process exited: duration 8369 ms, exit code 0 |
|
81 | 2025-01-17T03:38:48.985Z | starting task 4: "build" |
82 | 2025-01-17T03:38:48.990Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T03:38:48.990Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T03:38:48.991Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T03:38:48.993Z | + cargo --version |
86 | 2025-01-17T03:38:49.051Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T03:38:49.054Z | + rustc --version |
88 | 2025-01-17T03:38:49.114Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T03:38:49.117Z | + source ./env.sh |
90 | 2025-01-17T03:38:49.117Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-17T03:38:49.117Z | ++ set -o xtrace |
92 | 2025-01-17T03:38:49.119Z | ++++ dirname ./env.sh |
93 | 2025-01-17T03:38:49.122Z | +++ readlink -f . |
94 | 2025-01-17T03:38:49.259Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-17T03:38:49.262Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-17T03:38:49.262Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-17T03:38:49.262Z | ++ 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 |
98 | 2025-01-17T03:38:49.262Z | ++ 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 |
99 | 2025-01-17T03:38:49.262Z | ++ 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 |
100 | 2025-01-17T03:38:49.262Z | ++ 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 |
101 | 2025-01-17T03:38:49.262Z | ++ 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 |
102 | 2025-01-17T03:38:49.262Z | ++ 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 |
103 | 2025-01-17T03:38:49.262Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-17T03:38:49.262Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-17T03:38:49.262Z | + 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 |
106 | 2025-01-17T03:38:49.262Z | + 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 |
107 | 2025-01-17T03:38:49.262Z | + banner prerequisites |
108 | 2025-01-17T03:38:49.265Z | |
109 | 2025-01-17T03:38:49.265Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-17T03:38:49.265Z | # # # # # # # # # # # # # # # |
111 | 2025-01-17T03:38:49.265Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-17T03:38:49.265Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-17T03:38:49.265Z | # # # # # # # # # # # # # # # |
114 | 2025-01-17T03:38:49.265Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-17T03:38:49.265Z | |
116 | 2025-01-17T03:38:49.265Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-17T03:38:50.987Z | pkg list: illegal option -- F |
118 | 2025-01-17T03:38:50.987Z | Usage: |
119 | 2025-01-17T03:38:50.990Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-17T03:38:50.990Z | [pkg_fmri_pattern ...] |
121 | 2025-01-17T03:38:51.842Z | pkg list: illegal option -- F |
122 | 2025-01-17T03:38:51.842Z | Usage: |
123 | 2025-01-17T03:38:51.845Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-17T03:38:51.845Z | [pkg_fmri_pattern ...] |
125 | 2025-01-17T03:38:58.989Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-17T03:39:03.205Z | Startup: Caching catalogs ... Done |
127 | 2025-01-17T03:39:14.543Z | Planning: Solver setup ... Done (10.527s) |
128 | 2025-01-17T03:39:14.691Z | Planning: Running solver ... Done (0.147s) |
129 | 2025-01-17T03:39:15.011Z | Planning: Finding local manifests ... Done (0.213s) |
130 | 2025-01-17T03:39:15.025Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-17T03:39:15.266Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-17T03:39:15.678Z | Planning: Package planning ... Done (0.412s) |
133 | 2025-01-17T03:39:15.737Z | Planning: Merging actions ... Done (0.059s) |
134 | 2025-01-17T03:39:16.525Z | Planning: Checking for conflicting actions ... Done (0.788s) |
135 | 2025-01-17T03:39:21.900Z | Planning: Consolidating action changes ... Done (5.374s) |
136 | 2025-01-17T03:39:22.312Z | Planning: Evaluating mediators ... Done (0.412s) |
137 | 2025-01-17T03:39:22.393Z | Planning: Planning completed in 19.09 seconds |
138 | 2025-01-17T03:39:22.410Z | Packages to install: 4 |
139 | 2025-01-17T03:39:22.410Z | Packages to update: 3 |
140 | 2025-01-17T03:39:22.412Z | Mediators to change: 2 |
141 | 2025-01-17T03:39:22.412Z | Services to change: 1 |
142 | 2025-01-17T03:39:22.412Z | Estimated space available: 155.61 GB |
143 | 2025-01-17T03:39:22.412Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-17T03:39:22.412Z | Create boot environment: No |
145 | 2025-01-17T03:39:22.412Z | Create backup boot environment: Yes |
146 | 2025-01-17T03:39:22.412Z | Rebuild boot archive: No |
147 | 2025-01-17T03:39:22.412Z | |
148 | 2025-01-17T03:39:22.412Z | Changed mediators: |
149 | 2025-01-17T03:39:22.413Z | mediator clang: |
150 | 2025-01-17T03:39:22.413Z | version: None -> 15 (system default) |
151 | 2025-01-17T03:39:22.413Z | |
152 | 2025-01-17T03:39:22.413Z | mediator llvm: |
153 | 2025-01-17T03:39:22.413Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-17T03:39:22.413Z | |
155 | 2025-01-17T03:39:22.413Z | Changed packages: |
156 | 2025-01-17T03:39:22.413Z | helios-dev |
157 | 2025-01-17T03:39:22.413Z | developer/build-essential |
158 | 2025-01-17T03:39:22.413Z | None -> 11-2.0 |
159 | 2025-01-17T03:39:22.413Z | library/libxmlsec1 |
160 | 2025-01-17T03:39:22.413Z | None -> 1.2.35-2.0 |
161 | 2025-01-17T03:39:22.413Z | ooce/developer/clang-15 |
162 | 2025-01-17T03:39:22.413Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T03:39:22.413Z | ooce/developer/llvm-15 |
164 | 2025-01-17T03:39:22.413Z | None -> 15.0.7-2.0 |
165 | 2025-01-17T03:39:22.413Z | package/pkg |
166 | 2025-01-17T03:39:22.413Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-17T03:39:22.413Z | system/library/g++-runtime |
168 | 2025-01-17T03:39:22.413Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T03:39:22.413Z | system/library/gcc-runtime |
170 | 2025-01-17T03:39:22.413Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-17T03:39:22.413Z | |
172 | 2025-01-17T03:39:22.413Z | Services: |
173 | 2025-01-17T03:39:22.413Z | restart_fmri: |
174 | 2025-01-17T03:39:22.413Z | svc:/system/update-man-index:default |
175 | 2025-01-17T03:39:22.413Z | |
176 | 2025-01-17T03:39:22.413Z | Editable files to change: |
177 | 2025-01-17T03:39:22.413Z | Update: |
178 | 2025-01-17T03:39:22.413Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-17T03:39:22.614Z | |
180 | 2025-01-17T03:39:22.614Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-17T03:39:27.618Z | Download: 1068/4301 items 9.7/225.4MB 4% complete (2.0M/s) |
182 | 2025-01-17T03:39:32.619Z | Download: 1213/4301 items 85.7/225.4MB 38% complete (8.6M/s) |
183 | 2025-01-17T03:39:37.638Z | Download: 2193/4301 items 119.1/225.4MB 52% complete (11.0M/s) |
184 | 2025-01-17T03:39:48.053Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (9.2M/s) |
185 | 2025-01-17T03:39:53.072Z | Download: 3208/4301 items 164.8/225.4MB 73% complete (8.9M/s) |
186 | 2025-01-17T03:39:58.280Z | Download: 3245/4301 items 201.5/225.4MB 89% complete (9.9M/s) |
187 | 2025-01-17T03:40:03.289Z | Download: 3253/4301 items 205.5/225.4MB 91% complete (4.5M/s) |
188 | 2025-01-17T03:40:08.319Z | Download: 3493/4301 items 213.5/225.4MB 94% complete (1.2M/s) |
189 | 2025-01-17T03:40:18.661Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.8M/s) |
190 | 2025-01-17T03:40:20.592Z | Download: Completed 225.42 MB in 57.97 seconds (3.9M/s) |
191 | 2025-01-17T03:40:22.870Z | Actions: 1/5122 actions (Removing old actions) |
192 | 2025-01-17T03:40:22.888Z | Actions: 194/5122 actions (Installing new actions) |
193 | 2025-01-17T03:40:27.621Z | Actions: 4267/5122 actions (Updating modified actions) |
194 | 2025-01-17T03:40:27.972Z | Actions: Completed 5122 actions in 5.10 seconds. |
195 | 2025-01-17T03:40:28.375Z | Done (0.396s) |
196 | 2025-01-17T03:40:28.378Z | Done (0.001s) |
197 | 2025-01-17T03:40:28.957Z | Done (0.580s) |
198 | 2025-01-17T03:40:33.903Z | Done (4.712s) |
199 | 2025-01-17T03:40:34.086Z | Done (0.113s) |
200 | 2025-01-17T03:40:34.088Z | Done (0.000s) |
201 | 2025-01-17T03:40:34.269Z | Done (0.000s) |
202 | 2025-01-17T03:40:34.967Z | Planning: Evaluating mediator changes ... Done |
203 | 2025-01-17T03:40:35.135Z | Planning: Checking for conflicting actions ... Done |
204 | 2025-01-17T03:40:35.137Z | Planning: Consolidating action changes ... Done |
205 | 2025-01-17T03:40:35.410Z | Planning: Evaluating mediators ... Done |
206 | 2025-01-17T03:40:35.412Z | Planning: Planning completed in 0.44 seconds |
207 | 2025-01-17T03:40:35.451Z | Mediators to change: 2 |
208 | 2025-01-17T03:40:35.451Z | Create boot environment: No |
209 | 2025-01-17T03:40:35.453Z | Create backup boot environment: No |
210 | 2025-01-17T03:40:35.560Z | Done |
211 | 2025-01-17T03:40:35.560Z | Done |
212 | 2025-01-17T03:40:35.926Z | Done |
213 | 2025-01-17T03:40:39.607Z | Done |
214 | 2025-01-17T03:40:39.697Z | Done |
215 | 2025-01-17T03:40:39.699Z | Done |
216 | 2025-01-17T03:40:39.838Z | Done |
217 | 2025-01-17T03:40:40.459Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-01-17T03:40:40.461Z | Planning: Merging actions ... Done |
219 | 2025-01-17T03:40:40.655Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-01-17T03:40:40.658Z | Planning: Consolidating action changes ... Done |
221 | 2025-01-17T03:40:40.935Z | Planning: Evaluating mediators ... Done |
222 | 2025-01-17T03:40:40.995Z | Planning: Planning completed in 0.78 seconds |
223 | 2025-01-17T03:40:41.038Z | Packages to change: 1 |
224 | 2025-01-17T03:40:41.038Z | Mediators to change: 1 |
225 | 2025-01-17T03:40:41.040Z | Services to change: 1 |
226 | 2025-01-17T03:40:41.040Z | Create boot environment: No |
227 | 2025-01-17T03:40:41.040Z | Create backup boot environment: Yes |
228 | 2025-01-17T03:40:43.245Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2025-01-17T03:40:43.248Z | Actions: Completed 6 actions in 0.00 seconds. |
230 | 2025-01-17T03:40:43.248Z | Done |
231 | 2025-01-17T03:40:43.248Z | Done |
232 | 2025-01-17T03:40:43.366Z | Done |
233 | 2025-01-17T03:40:47.102Z | Done |
234 | 2025-01-17T03:40:47.192Z | Done |
235 | 2025-01-17T03:40:47.195Z | Done |
236 | 2025-01-17T03:40:47.332Z | Done |
237 | 2025-01-17T03:40:47.767Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2025-01-17T03:40:47.767Z | clang system 15 system |
239 | 2025-01-17T03:40:47.768Z | csh system system illumos |
240 | 2025-01-17T03:40:47.768Z | ctags system system illumos |
241 | 2025-01-17T03:40:47.768Z | gcc vendor 12 vendor |
242 | 2025-01-17T03:40:47.768Z | gcc system 10 system |
243 | 2025-01-17T03:40:47.768Z | gcc system 7 system |
244 | 2025-01-17T03:40:47.768Z | go system 1.20 system |
245 | 2025-01-17T03:40:47.768Z | go system 1.19 system |
246 | 2025-01-17T03:40:47.768Z | llvm system 15 system |
247 | 2025-01-17T03:40:47.768Z | llvm system 14 system |
248 | 2025-01-17T03:40:47.768Z | mariadb system 10.6 system |
249 | 2025-01-17T03:40:47.768Z | mta vendor vendor dma |
250 | 2025-01-17T03:40:47.768Z | openjdk system 17 system |
251 | 2025-01-17T03:40:47.768Z | openjdk system 11 system |
252 | 2025-01-17T03:40:47.768Z | openjdk system 1.8 system |
253 | 2025-01-17T03:40:47.768Z | openssl vendor 3 vendor |
254 | 2025-01-17T03:40:47.768Z | perl system 5.36 system |
255 | 2025-01-17T03:40:47.768Z | postgresql system 15 system |
256 | 2025-01-17T03:40:47.768Z | postgresql system 13 system |
257 | 2025-01-17T03:40:47.768Z | python vendor 3 vendor |
258 | 2025-01-17T03:40:47.768Z | python system 2 system |
259 | 2025-01-17T03:40:47.768Z | python3 system 3.11 system |
260 | 2025-01-17T03:40:47.768Z | ruby system 3.0 system |
261 | 2025-01-17T03:40:47.768Z | words vendor vendor american-english |
262 | 2025-01-17T03:40:47.768Z | words system system australian-english |
263 | 2025-01-17T03:40:47.768Z | words system system british-english |
264 | 2025-01-17T03:40:47.768Z | words system system canadian-english |
265 | 2025-01-17T03:40:47.768Z | words system system french |
266 | 2025-01-17T03:40:47.768Z | words system system italian |
267 | 2025-01-17T03:40:47.768Z | words system system ngerman |
268 | 2025-01-17T03:40:47.768Z | words system system ogerman |
269 | 2025-01-17T03:40:47.768Z | words system system spanish |
270 | 2025-01-17T03:40:48.100Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2025-01-17T03:40:48.100Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2025-01-17T03:40:50.912Z | FMRI IFO |
273 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
283 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
286 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2025-01-17T03:40:50.912Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2025-01-17T03:40:51.670Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2025-01-17T03:40:51.932Z | Updating crates.io index |
290 | 2025-01-17T03:40:51.935Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
291 | 2025-01-17T03:40:52.316Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
292 | 2025-01-17T03:40:52.794Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
293 | 2025-01-17T03:40:53.043Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2025-01-17T03:40:53.317Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2025-01-17T03:40:53.554Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2025-01-17T03:40:54.506Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2025-01-17T03:40:56.122Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2025-01-17T03:40:56.748Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2025-01-17T03:40:57.538Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2025-01-17T03:40:57.846Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2025-01-17T03:40:58.185Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2025-01-17T03:40:58.806Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
303 | 2025-01-17T03:40:59.137Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-01-17T03:40:59.680Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
305 | 2025-01-17T03:40:59.937Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
306 | 2025-01-17T03:41:00.190Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
307 | 2025-01-17T03:41:00.476Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
308 | 2025-01-17T03:41:00.780Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
309 | 2025-01-17T03:41:01.081Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
310 | 2025-01-17T03:41:01.391Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
311 | 2025-01-17T03:41:01.740Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
312 | 2025-01-17T03:41:02.266Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-01-17T03:41:02.508Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-01-17T03:41:02.867Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2025-01-17T03:41:03.312Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2025-01-17T03:41:03.595Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2025-01-17T03:41:03.869Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2025-01-17T03:41:04.148Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2025-01-17T03:41:05.558Z | Downloading crates ... |
320 | 2025-01-17T03:41:05.612Z | Downloaded anstyle-query v1.1.1 |
321 | 2025-01-17T03:41:05.615Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-01-17T03:41:05.626Z | Downloaded anyhow v1.0.93 |
323 | 2025-01-17T03:41:05.630Z | Downloaded equivalent v1.0.1 |
324 | 2025-01-17T03:41:05.634Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-01-17T03:41:05.642Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-01-17T03:41:05.645Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2025-01-17T03:41:05.645Z | Downloaded anstream v0.6.15 |
328 | 2025-01-17T03:41:05.658Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-01-17T03:41:05.661Z | Downloaded scroll_derive v0.12.0 |
330 | 2025-01-17T03:41:05.664Z | Downloaded fnv v1.0.7 |
331 | 2025-01-17T03:41:05.664Z | Downloaded cpufeatures v0.2.14 |
332 | 2025-01-17T03:41:05.666Z | Downloaded block-buffer v0.10.4 |
333 | 2025-01-17T03:41:05.666Z | Downloaded fs-err v2.11.0 |
334 | 2025-01-17T03:41:05.676Z | Downloaded camino-tempfile v1.1.1 |
335 | 2025-01-17T03:41:05.678Z | Downloaded smawk v0.3.2 |
336 | 2025-01-17T03:41:05.681Z | Downloaded pretty-hex v0.4.1 |
337 | 2025-01-17T03:41:05.681Z | Downloaded swrite v0.1.0 |
338 | 2025-01-17T03:41:05.686Z | Downloaded thread-id v4.2.2 |
339 | 2025-01-17T03:41:05.688Z | Downloaded serde_spanned v0.6.8 |
340 | 2025-01-17T03:41:05.688Z | Downloaded heck v0.5.0 |
341 | 2025-01-17T03:41:05.691Z | Downloaded plain v0.2.3 |
342 | 2025-01-17T03:41:05.691Z | Downloaded autocfg v1.4.0 |
343 | 2025-01-17T03:41:05.694Z | Downloaded generic-array v0.14.7 |
344 | 2025-01-17T03:41:05.694Z | Downloaded version_check v0.9.5 |
345 | 2025-01-17T03:41:05.697Z | Downloaded toml_datetime v0.6.8 |
346 | 2025-01-17T03:41:05.697Z | Downloaded strsim v0.11.1 |
347 | 2025-01-17T03:41:05.700Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2025-01-17T03:41:05.700Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2025-01-17T03:41:05.703Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2025-01-17T03:41:05.705Z | Downloaded memmap v0.7.0 |
351 | 2025-01-17T03:41:05.706Z | Downloaded fastrand v2.1.1 |
352 | 2025-01-17T03:41:05.708Z | Downloaded colorchoice v1.0.2 |
353 | 2025-01-17T03:41:05.708Z | Downloaded once_cell v1.20.2 |
354 | 2025-01-17T03:41:05.710Z | Downloaded macaddr v1.0.1 |
355 | 2025-01-17T03:41:05.713Z | Downloaded cargo_toml v0.20.5 |
356 | 2025-01-17T03:41:05.713Z | Downloaded bytecount v0.6.8 |
357 | 2025-01-17T03:41:05.716Z | Downloaded cargo_metadata v0.18.1 |
358 | 2025-01-17T03:41:05.718Z | Downloaded clap_derive v4.5.18 |
359 | 2025-01-17T03:41:05.721Z | Downloaded camino v1.1.9 |
360 | 2025-01-17T03:41:05.723Z | Downloaded usdt v0.5.0 |
361 | 2025-01-17T03:41:05.723Z | Downloaded tabled_derive v0.7.0 |
362 | 2025-01-17T03:41:05.723Z | Downloaded pest_generator v2.7.14 |
363 | 2025-01-17T03:41:05.731Z | Downloaded heck v0.4.1 |
364 | 2025-01-17T03:41:05.733Z | Downloaded scroll v0.12.0 |
365 | 2025-01-17T03:41:05.733Z | Downloaded digest v0.10.7 |
366 | 2025-01-17T03:41:05.735Z | Downloaded cfg-if v1.0.0 |
367 | 2025-01-17T03:41:05.738Z | Downloaded cargo-platform v0.1.8 |
368 | 2025-01-17T03:41:05.738Z | Downloaded thiserror v1.0.69 |
369 | 2025-01-17T03:41:05.741Z | Downloaded itoa v1.0.11 |
370 | 2025-01-17T03:41:05.744Z | Downloaded crypto-common v0.1.6 |
371 | 2025-01-17T03:41:05.744Z | Downloaded semver v1.0.24 |
372 | 2025-01-17T03:41:05.746Z | Downloaded anstyle v1.0.10 |
373 | 2025-01-17T03:41:05.749Z | Downloaded byteorder v1.5.0 |
374 | 2025-01-17T03:41:05.749Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2025-01-17T03:41:05.753Z | Downloaded pest_derive v2.7.14 |
376 | 2025-01-17T03:41:05.755Z | Downloaded clap v4.5.21 |
377 | 2025-01-17T03:41:05.763Z | Downloaded pest_meta v2.7.14 |
378 | 2025-01-17T03:41:05.765Z | Downloaded clap_lex v0.7.2 |
379 | 2025-01-17T03:41:05.768Z | Downloaded dof v0.3.0 |
380 | 2025-01-17T03:41:05.768Z | Downloaded utf8parse v0.2.2 |
381 | 2025-01-17T03:41:05.770Z | Downloaded thiserror-impl v1.0.69 |
382 | 2025-01-17T03:41:05.773Z | Downloaded terminal_size v0.4.0 |
383 | 2025-01-17T03:41:05.773Z | Downloaded errno v0.3.9 |
384 | 2025-01-17T03:41:05.781Z | Downloaded unicode-ident v1.0.14 |
385 | 2025-01-17T03:41:05.784Z | Downloaded typenum v1.17.0 |
386 | 2025-01-17T03:41:05.786Z | Downloaded toml v0.8.19 |
387 | 2025-01-17T03:41:05.789Z | Downloaded papergrid v0.11.0 |
388 | 2025-01-17T03:41:05.799Z | Downloaded quote v1.0.38 |
389 | 2025-01-17T03:41:05.801Z | Downloaded proc-macro-error v1.0.4 |
390 | 2025-01-17T03:41:05.805Z | Downloaded sha2 v0.10.8 |
391 | 2025-01-17T03:41:05.807Z | Downloaded tempfile v3.13.0 |
392 | 2025-01-17T03:41:05.810Z | Downloaded usdt-impl v0.5.0 |
393 | 2025-01-17T03:41:05.817Z | Downloaded proc-macro2 v1.0.92 |
394 | 2025-01-17T03:41:05.821Z | Downloaded bitflags v2.6.0 |
395 | 2025-01-17T03:41:05.826Z | Downloaded textwrap v0.16.1 |
396 | 2025-01-17T03:41:05.828Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-01-17T03:41:05.831Z | Downloaded log v0.4.22 |
398 | 2025-01-17T03:41:05.840Z | Downloaded serde v1.0.217 |
399 | 2025-01-17T03:41:05.849Z | Downloaded serde_derive v1.0.217 |
400 | 2025-01-17T03:41:05.852Z | Downloaded ryu v1.0.18 |
401 | 2025-01-17T03:41:05.861Z | Downloaded indexmap v2.7.0 |
402 | 2025-01-17T03:41:05.880Z | Downloaded toml_edit v0.22.22 |
403 | 2025-01-17T03:41:05.901Z | Downloaded memchr v2.7.4 |
404 | 2025-01-17T03:41:05.915Z | Downloaded zerocopy v0.7.35 |
405 | 2025-01-17T03:41:05.930Z | Downloaded hashbrown v0.15.1 |
406 | 2025-01-17T03:41:05.935Z | Downloaded winnow v0.6.20 |
407 | 2025-01-17T03:41:05.943Z | Downloaded serde_json v1.0.135 |
408 | 2025-01-17T03:41:05.950Z | Downloaded clap_builder v4.5.21 |
409 | 2025-01-17T03:41:05.957Z | Downloaded pest v2.7.14 |
410 | 2025-01-17T03:41:05.961Z | Downloaded goblin v0.8.2 |
411 | 2025-01-17T03:41:05.967Z | Downloaded tabled v0.15.0 |
412 | 2025-01-17T03:41:05.983Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-17T03:41:05.987Z | Downloaded syn v1.0.109 |
414 | 2025-01-17T03:41:06.003Z | Downloaded syn v2.0.96 |
415 | 2025-01-17T03:41:06.021Z | Downloaded rustix v0.38.37 |
416 | 2025-01-17T03:41:06.051Z | Downloaded libc v0.2.169 |
417 | 2025-01-17T03:41:06.362Z | Compiling proc-macro2 v1.0.92 |
418 | 2025-01-17T03:41:06.362Z | Compiling unicode-ident v1.0.14 |
419 | 2025-01-17T03:41:06.364Z | Compiling serde v1.0.217 |
420 | 2025-01-17T03:41:06.364Z | Compiling version_check v0.9.5 |
421 | 2025-01-17T03:41:06.364Z | Compiling memchr v2.7.4 |
422 | 2025-01-17T03:41:06.365Z | Compiling thiserror v1.0.69 |
423 | 2025-01-17T03:41:06.365Z | Compiling libc v0.2.169 |
424 | 2025-01-17T03:41:06.397Z | Compiling itoa v1.0.11 |
425 | 2025-01-17T03:41:06.623Z | Compiling ucd-trie v0.1.7 |
426 | 2025-01-17T03:41:06.721Z | Compiling ryu v1.0.18 |
427 | 2025-01-17T03:41:07.133Z | Compiling once_cell v1.20.2 |
428 | 2025-01-17T03:41:07.136Z | Compiling byteorder v1.5.0 |
429 | 2025-01-17T03:41:07.209Z | Compiling serde_json v1.0.135 |
430 | 2025-01-17T03:41:07.411Z | Compiling rustix v0.38.37 |
431 | 2025-01-17T03:41:07.622Z | Compiling bitflags v2.6.0 |
432 | 2025-01-17T03:41:07.758Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2025-01-17T03:41:07.948Z | Compiling usdt-impl v0.5.0 |
434 | 2025-01-17T03:41:08.018Z | Compiling syn v1.0.109 |
435 | 2025-01-17T03:41:08.045Z | Compiling proc-macro-error v1.0.4 |
436 | 2025-01-17T03:41:08.175Z | Compiling plain v0.2.3 |
437 | 2025-01-17T03:41:08.304Z | Compiling quote v1.0.38 |
438 | 2025-01-17T03:41:08.450Z | Compiling utf8parse v0.2.2 |
439 | 2025-01-17T03:41:08.498Z | Compiling errno v0.3.9 |
440 | 2025-01-17T03:41:08.572Z | Compiling camino v1.1.9 |
441 | 2025-01-17T03:41:08.653Z | Compiling hashbrown v0.15.1 |
442 | 2025-01-17T03:41:08.706Z | Compiling syn v2.0.96 |
443 | 2025-01-17T03:41:08.784Z | Compiling log v0.4.22 |
444 | 2025-01-17T03:41:08.989Z | Compiling equivalent v1.0.1 |
445 | 2025-01-17T03:41:09.087Z | Compiling thread-id v4.2.2 |
446 | 2025-01-17T03:41:09.165Z | Compiling anstyle-parse v0.2.5 |
447 | 2025-01-17T03:41:09.388Z | Compiling winnow v0.6.20 |
448 | 2025-01-17T03:41:09.504Z | Compiling semver v1.0.24 |
449 | 2025-01-17T03:41:09.605Z | Compiling anstyle-query v1.1.1 |
450 | 2025-01-17T03:41:09.720Z | Compiling indexmap v2.7.0 |
451 | 2025-01-17T03:41:09.763Z | Compiling colorchoice v1.0.2 |
452 | 2025-01-17T03:41:09.871Z | Compiling anstyle v1.0.10 |
453 | 2025-01-17T03:41:09.930Z | Compiling autocfg v1.4.0 |
454 | 2025-01-17T03:41:09.979Z | Compiling unicode-width v0.1.14 |
455 | 2025-01-17T03:41:10.311Z | Compiling is_terminal_polyfill v1.70.1 |
456 | 2025-01-17T03:41:10.464Z | Compiling pretty-hex v0.4.1 |
457 | 2025-01-17T03:41:10.521Z | Compiling anstream v0.6.15 |
458 | 2025-01-17T03:41:10.707Z | Compiling terminal_size v0.4.0 |
459 | 2025-01-17T03:41:10.887Z | Compiling fs-err v2.11.0 |
460 | 2025-01-17T03:41:11.138Z | Compiling strsim v0.11.1 |
461 | 2025-01-17T03:41:11.168Z | Compiling fastrand v2.1.1 |
462 | 2025-01-17T03:41:11.170Z | Compiling clap_lex v0.7.2 |
463 | 2025-01-17T03:41:11.213Z | Compiling heck v0.5.0 |
464 | 2025-01-17T03:41:11.258Z | Compiling fnv v1.0.7 |
465 | 2025-01-17T03:41:11.420Z | Compiling cfg-if v1.0.0 |
466 | 2025-01-17T03:41:11.537Z | Compiling anyhow v1.0.93 |
467 | 2025-01-17T03:41:11.644Z | Compiling heck v0.4.1 |
468 | 2025-01-17T03:41:11.925Z | Compiling bytecount v0.6.8 |
469 | 2025-01-17T03:41:12.062Z | Compiling tempfile v3.13.0 |
470 | 2025-01-17T03:41:12.090Z | Compiling papergrid v0.11.0 |
471 | 2025-01-17T03:41:12.163Z | Compiling clap_builder v4.5.21 |
472 | 2025-01-17T03:41:12.534Z | Compiling memmap v0.7.0 |
473 | 2025-01-17T03:41:12.583Z | Compiling unicode-linebreak v0.1.5 |
474 | 2025-01-17T03:41:12.838Z | Compiling smawk v0.3.2 |
475 | 2025-01-17T03:41:13.093Z | Compiling textwrap v0.16.1 |
476 | 2025-01-17T03:41:13.120Z | Compiling swrite v0.1.0 |
477 | 2025-01-17T03:41:13.947Z | Compiling tabled_derive v0.7.0 |
478 | 2025-01-17T03:41:15.374Z | Compiling tabled v0.15.0 |
479 | 2025-01-17T03:41:15.660Z | Compiling serde_derive v1.0.217 |
480 | 2025-01-17T03:41:15.660Z | Compiling thiserror-impl v1.0.69 |
481 | 2025-01-17T03:41:15.663Z | Compiling zerocopy-derive v0.7.35 |
482 | 2025-01-17T03:41:15.663Z | Compiling scroll_derive v0.12.0 |
483 | 2025-01-17T03:41:15.663Z | Compiling clap_derive v4.5.18 |
484 | 2025-01-17T03:41:17.074Z | Compiling scroll v0.12.0 |
485 | 2025-01-17T03:41:17.644Z | Compiling zerocopy v0.7.35 |
486 | 2025-01-17T03:41:17.675Z | Compiling goblin v0.8.2 |
487 | 2025-01-17T03:41:18.682Z | Compiling pest v2.7.14 |
488 | 2025-01-17T03:41:19.291Z | Compiling clap v4.5.21 |
489 | 2025-01-17T03:41:20.797Z | Compiling pest_meta v2.7.14 |
490 | 2025-01-17T03:41:21.734Z | Compiling pest_generator v2.7.14 |
491 | 2025-01-17T03:41:23.274Z | Compiling pest_derive v2.7.14 |
492 | 2025-01-17T03:41:23.856Z | Compiling dtrace-parser v0.2.0 |
493 | 2025-01-17T03:41:24.324Z | Compiling serde_tokenstream v0.2.2 |
494 | 2025-01-17T03:41:24.523Z | Compiling toml_datetime v0.6.8 |
495 | 2025-01-17T03:41:24.649Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-17T03:41:24.803Z | Compiling cargo-platform v0.1.8 |
497 | 2025-01-17T03:41:24.902Z | Compiling toml_edit v0.22.22 |
498 | 2025-01-17T03:41:24.926Z | Compiling macaddr v1.0.1 |
499 | 2025-01-17T03:41:25.275Z | Compiling camino-tempfile v1.1.1 |
500 | 2025-01-17T03:41:25.717Z | Compiling dof v0.3.0 |
501 | 2025-01-17T03:41:25.862Z | Compiling cargo_metadata v0.18.1 |
502 | 2025-01-17T03:41:27.121Z | Compiling usdt-macro v0.5.0 |
503 | 2025-01-17T03:41:27.121Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2025-01-17T03:41:27.816Z | Compiling toml v0.8.19 |
505 | 2025-01-17T03:41:28.259Z | Compiling usdt v0.5.0 |
506 | 2025-01-17T03:41:28.622Z | Compiling cargo_toml v0.20.5 |
507 | 2025-01-17T03:41:31.224Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2025-01-17T03:41:34.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s |
509 | 2025-01-17T03:41:34.650Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2025-01-17T03:41:35.163Z | Downloading crates ... |
511 | 2025-01-17T03:41:35.296Z | Downloaded addr2line v0.24.2 |
512 | 2025-01-17T03:41:35.316Z | Downloaded ciborium-io v0.2.2 |
513 | 2025-01-17T03:41:35.321Z | Downloaded atomicwrites v0.4.4 |
514 | 2025-01-17T03:41:35.324Z | Downloaded cfg_aliases v0.2.1 |
515 | 2025-01-17T03:41:35.327Z | Downloaded darling v0.20.10 |
516 | 2025-01-17T03:41:35.332Z | Downloaded cstr-argument v0.1.2 |
517 | 2025-01-17T03:41:35.336Z | Downloaded bitfield v0.14.0 |
518 | 2025-01-17T03:41:35.336Z | Downloaded async-stream v0.3.6 |
519 | 2025-01-17T03:41:35.339Z | Downloaded adler2 v2.0.0 |
520 | 2025-01-17T03:41:35.342Z | Downloaded icu_locid v1.5.0 |
521 | 2025-01-17T03:41:35.345Z | Downloaded crossbeam-deque v0.8.5 |
522 | 2025-01-17T03:41:35.348Z | Downloaded ciborium-ll v0.2.2 |
523 | 2025-01-17T03:41:35.349Z | Downloaded bit-set v0.5.3 |
524 | 2025-01-17T03:41:35.352Z | Downloaded curve25519-dalek-derive v0.1.1 |
525 | 2025-01-17T03:41:35.352Z | Downloaded cmake v0.1.51 |
526 | 2025-01-17T03:41:35.355Z | Downloaded bb8 v0.8.5 |
527 | 2025-01-17T03:41:35.355Z | Downloaded ahash v0.8.11 |
528 | 2025-01-17T03:41:35.359Z | Downloaded matches v0.1.10 |
529 | 2025-01-17T03:41:35.362Z | Downloaded hyper-tls v0.6.0 |
530 | 2025-01-17T03:41:35.362Z | Downloaded httpdate v1.0.3 |
531 | 2025-01-17T03:41:35.365Z | Downloaded is_ci v1.2.0 |
532 | 2025-01-17T03:41:35.365Z | Downloaded async-recursion v1.1.1 |
533 | 2025-01-17T03:41:35.369Z | Downloaded castaway v0.2.3 |
534 | 2025-01-17T03:41:35.372Z | Downloaded hubpack_derive v0.1.1 |
535 | 2025-01-17T03:41:35.372Z | Downloaded headers-core v0.3.0 |
536 | 2025-01-17T03:41:35.372Z | Downloaded bzip2 v0.4.4 |
537 | 2025-01-17T03:41:35.375Z | Downloaded chacha20 v0.9.1 |
538 | 2025-01-17T03:41:35.378Z | Downloaded match_cfg v0.1.0 |
539 | 2025-01-17T03:41:35.381Z | Downloaded kstat-rs v0.2.4 |
540 | 2025-01-17T03:41:35.381Z | Downloaded indoc v1.0.9 |
541 | 2025-01-17T03:41:35.384Z | Downloaded indent_write v2.2.0 |
542 | 2025-01-17T03:41:35.386Z | Downloaded hostname v0.4.0 |
543 | 2025-01-17T03:41:35.386Z | Downloaded idna_adapter v1.2.0 |
544 | 2025-01-17T03:41:35.389Z | Downloaded bitflags v1.3.2 |
545 | 2025-01-17T03:41:35.392Z | Downloaded is-terminal v0.4.13 |
546 | 2025-01-17T03:41:35.395Z | Downloaded lru-cache v0.1.2 |
547 | 2025-01-17T03:41:35.395Z | Downloaded cfg_aliases v0.1.1 |
548 | 2025-01-17T03:41:35.398Z | Downloaded assert_matches v1.5.0 |
549 | 2025-01-17T03:41:35.398Z | Downloaded httparse v1.9.5 |
550 | 2025-01-17T03:41:35.401Z | Downloaded md-5 v0.10.6 |
551 | 2025-01-17T03:41:35.404Z | Downloaded hostname v0.3.1 |
552 | 2025-01-17T03:41:35.407Z | Downloaded bitfield-struct v0.6.2 |
553 | 2025-01-17T03:41:35.407Z | Downloaded bit-vec v0.6.3 |
554 | 2025-01-17T03:41:35.410Z | Downloaded hex-literal v0.4.1 |
555 | 2025-01-17T03:41:35.410Z | Downloaded mime v0.3.17 |
556 | 2025-01-17T03:41:35.415Z | Downloaded linear-map v1.2.0 |
557 | 2025-01-17T03:41:35.415Z | Downloaded console v0.15.8 |
558 | 2025-01-17T03:41:35.418Z | Downloaded mime_guess v2.0.5 |
559 | 2025-01-17T03:41:35.421Z | Downloaded ipnet v2.10.1 |
560 | 2025-01-17T03:41:35.425Z | Downloaded lockfree-object-pool v0.1.6 |
561 | 2025-01-17T03:41:35.427Z | Downloaded maplit v1.0.2 |
562 | 2025-01-17T03:41:35.427Z | Downloaded managed v0.8.0 |
563 | 2025-01-17T03:41:35.427Z | Downloaded progenitor-client v0.8.0 |
564 | 2025-01-17T03:41:35.430Z | Downloaded libloading v0.8.5 |
565 | 2025-01-17T03:41:35.433Z | Downloaded instant v0.1.13 |
566 | 2025-01-17T03:41:35.437Z | Downloaded ident_case v1.0.1 |
567 | 2025-01-17T03:41:35.437Z | Downloaded crc-any v2.5.0 |
568 | 2025-01-17T03:41:35.440Z | Downloaded clang-sys v1.8.1 |
569 | 2025-01-17T03:41:35.440Z | Downloaded lru v0.12.5 |
570 | 2025-01-17T03:41:35.443Z | Downloaded lock_api v0.4.12 |
571 | 2025-01-17T03:41:35.446Z | Downloaded jobserver v0.1.32 |
572 | 2025-01-17T03:41:35.449Z | Downloaded lalrpop-util v0.19.12 |
573 | 2025-01-17T03:41:35.449Z | Downloaded icu_locid_transform v1.5.0 |
574 | 2025-01-17T03:41:35.452Z | Downloaded hyper-staticfile v0.10.1 |
575 | 2025-01-17T03:41:35.458Z | Downloaded litemap v0.7.3 |
576 | 2025-01-17T03:41:35.462Z | Downloaded cobs v0.2.3 |
577 | 2025-01-17T03:41:35.462Z | Downloaded ascii-canvas v3.0.0 |
578 | 2025-01-17T03:41:35.462Z | Downloaded highway v1.2.0 |
579 | 2025-01-17T03:41:35.465Z | Downloaded md5 v0.7.0 |
580 | 2025-01-17T03:41:35.465Z | Downloaded blowfish v0.9.1 |
581 | 2025-01-17T03:41:35.465Z | Downloaded aead v0.5.2 |
582 | 2025-01-17T03:41:35.469Z | Downloaded http-range v0.1.5 |
583 | 2025-01-17T03:41:35.471Z | Downloaded try-lock v0.2.5 |
584 | 2025-01-17T03:41:35.471Z | Downloaded time-core v0.1.2 |
585 | 2025-01-17T03:41:35.472Z | Downloaded lazycell v1.3.0 |
586 | 2025-01-17T03:41:35.472Z | Downloaded async-stream-impl v0.3.6 |
587 | 2025-01-17T03:41:35.474Z | Downloaded aho-corasick v1.1.3 |
588 | 2025-01-17T03:41:35.479Z | Downloaded shell-words v1.1.0 |
589 | 2025-01-17T03:41:35.482Z | Downloaded crc-catalog v2.4.0 |
590 | 2025-01-17T03:41:35.485Z | Downloaded crc v3.2.1 |
591 | 2025-01-17T03:41:35.488Z | Downloaded sync_wrapper v1.0.1 |
592 | 2025-01-17T03:41:35.488Z | Downloaded sha1 v0.10.6 |
593 | 2025-01-17T03:41:35.491Z | Downloaded inout v0.1.3 |
594 | 2025-01-17T03:41:35.491Z | Downloaded slog-scope v4.4.0 |
595 | 2025-01-17T03:41:35.493Z | Downloaded ref-cast-impl v1.0.23 |
596 | 2025-01-17T03:41:35.496Z | Downloaded ref-cast v1.0.23 |
597 | 2025-01-17T03:41:35.499Z | Downloaded rand_core v0.6.4 |
598 | 2025-01-17T03:41:35.499Z | Downloaded zone v0.1.8 |
599 | 2025-01-17T03:41:35.502Z | Downloaded cancel-safe-futures v0.1.5 |
600 | 2025-01-17T03:41:35.505Z | Downloaded base64ct v1.6.0 |
601 | 2025-01-17T03:41:35.507Z | Downloaded zone_cfg_derive v0.1.2 |
602 | 2025-01-17T03:41:35.507Z | Downloaded strip-ansi-escapes v0.2.0 |
603 | 2025-01-17T03:41:35.511Z | Downloaded stringprep v0.1.5 |
604 | 2025-01-17T03:41:35.514Z | Downloaded rustfmt-wrapper v0.2.1 |
605 | 2025-01-17T03:41:35.514Z | Downloaded thread_local v1.1.8 |
606 | 2025-01-17T03:41:35.516Z | Downloaded foreign-types-shared v0.3.1 |
607 | 2025-01-17T03:41:35.516Z | Downloaded r2d2 v0.8.10 |
608 | 2025-01-17T03:41:35.522Z | Downloaded dhcproto-macros v0.1.0 |
609 | 2025-01-17T03:41:35.522Z | Downloaded convert_case v0.4.0 |
610 | 2025-01-17T03:41:35.526Z | Downloaded argon2 v0.5.3 |
611 | 2025-01-17T03:41:35.526Z | Downloaded colored v2.1.0 |
612 | 2025-01-17T03:41:35.526Z | Downloaded bcrypt-pbkdf v0.10.0 |
613 | 2025-01-17T03:41:35.526Z | Downloaded quick-error v1.2.3 |
614 | 2025-01-17T03:41:35.531Z | Downloaded slog-term v2.9.1 |
615 | 2025-01-17T03:41:35.535Z | Downloaded bumpalo v3.16.0 |
616 | 2025-01-17T03:41:35.538Z | Downloaded ciborium v0.2.2 |
617 | 2025-01-17T03:41:35.538Z | Downloaded foreign-types-shared v0.1.1 |
618 | 2025-01-17T03:41:35.540Z | Downloaded slog-stdlog v4.1.1 |
619 | 2025-01-17T03:41:35.541Z | Downloaded mirai-annotations v1.12.0 |
620 | 2025-01-17T03:41:35.541Z | Downloaded heapless v0.7.17 |
621 | 2025-01-17T03:41:35.546Z | Downloaded zone v0.3.0 |
622 | 2025-01-17T03:41:35.549Z | Downloaded cookie v0.18.1 |
623 | 2025-01-17T03:41:35.549Z | Downloaded num-conv v0.1.0 |
624 | 2025-01-17T03:41:35.552Z | Downloaded strum_macros v0.26.4 |
625 | 2025-01-17T03:41:35.555Z | Downloaded untrusted v0.7.1 |
626 | 2025-01-17T03:41:35.555Z | Downloaded heck v0.3.3 |
627 | 2025-01-17T03:41:35.558Z | Downloaded maybe-uninit v2.0.0 |
628 | 2025-01-17T03:41:35.558Z | Downloaded diesel-dtrace v0.4.2 |
629 | 2025-01-17T03:41:35.562Z | Downloaded enum-as-inner v0.5.1 |
630 | 2025-01-17T03:41:35.566Z | Downloaded backtrace v0.3.74 |
631 | 2025-01-17T03:41:35.570Z | Downloaded sct v0.7.1 |
632 | 2025-01-17T03:41:35.574Z | Downloaded fragile v2.0.0 |
633 | 2025-01-17T03:41:35.578Z | Downloaded form_urlencoded v1.2.1 |
634 | 2025-01-17T03:41:35.578Z | Downloaded sec1 v0.7.3 |
635 | 2025-01-17T03:41:35.581Z | Downloaded memmap2 v0.9.5 |
636 | 2025-01-17T03:41:35.581Z | Downloaded heapless v0.8.0 |
637 | 2025-01-17T03:41:35.586Z | Downloaded vte v0.11.1 |
638 | 2025-01-17T03:41:35.589Z | Downloaded pretty-hex v0.2.1 |
639 | 2025-01-17T03:41:35.592Z | Downloaded num-derive v0.4.2 |
640 | 2025-01-17T03:41:35.592Z | Downloaded ctr v0.9.2 |
641 | 2025-01-17T03:41:35.595Z | Downloaded crossbeam-utils v0.8.20 |
642 | 2025-01-17T03:41:35.598Z | Downloaded num-integer v0.1.46 |
643 | 2025-01-17T03:41:35.601Z | Downloaded hash32 v0.2.1 |
644 | 2025-01-17T03:41:35.604Z | Downloaded flagset v0.4.6 |
645 | 2025-01-17T03:41:35.607Z | Downloaded peg v0.8.4 |
646 | 2025-01-17T03:41:35.610Z | Downloaded sqlparser_derive v0.2.2 |
647 | 2025-01-17T03:41:35.610Z | Downloaded test-strategy v0.3.1 |
648 | 2025-01-17T03:41:35.613Z | Downloaded tower-service v0.3.3 |
649 | 2025-01-17T03:41:35.616Z | Downloaded toolchain_find v0.4.0 |
650 | 2025-01-17T03:41:35.616Z | Downloaded take_mut v0.2.2 |
651 | 2025-01-17T03:41:35.621Z | Downloaded progenitor v0.8.0 |
652 | 2025-01-17T03:41:35.625Z | Downloaded primeorder v0.13.6 |
653 | 2025-01-17T03:41:35.625Z | Downloaded getrandom v0.2.15 |
654 | 2025-01-17T03:41:35.628Z | Downloaded tokio-tungstenite v0.24.0 |
655 | 2025-01-17T03:41:35.629Z | Downloaded http v1.2.0 |
656 | 2025-01-17T03:41:35.632Z | Downloaded downcast v0.11.0 |
657 | 2025-01-17T03:41:35.635Z | Downloaded progenitor v0.9.1 |
658 | 2025-01-17T03:41:35.638Z | Downloaded darling_macro v0.20.10 |
659 | 2025-01-17T03:41:35.638Z | Downloaded vsss-rs v3.3.4 |
660 | 2025-01-17T03:41:35.641Z | Downloaded foreign-types-macros v0.2.3 |
661 | 2025-01-17T03:41:35.645Z | Downloaded packed_struct v0.10.1 |
662 | 2025-01-17T03:41:35.645Z | Downloaded base64 v0.22.1 |
663 | 2025-01-17T03:41:35.647Z | Downloaded signal-hook-registry v1.4.2 |
664 | 2025-01-17T03:41:35.650Z | Downloaded new_debug_unreachable v1.0.6 |
665 | 2025-01-17T03:41:35.653Z | Downloaded fxhash v0.2.1 |
666 | 2025-01-17T03:41:35.653Z | Downloaded icu_properties v1.5.1 |
667 | 2025-01-17T03:41:35.656Z | Downloaded number_prefix v0.4.0 |
668 | 2025-01-17T03:41:35.658Z | Downloaded precomputed-hash v0.1.1 |
669 | 2025-01-17T03:41:35.658Z | Downloaded path-slash v0.1.5 |
670 | 2025-01-17T03:41:35.661Z | Downloaded rfc6979 v0.4.0 |
671 | 2025-01-17T03:41:35.661Z | Downloaded cc v1.1.30 |
672 | 2025-01-17T03:41:35.664Z | Downloaded zeroize_derive v1.4.2 |
673 | 2025-01-17T03:41:35.667Z | Downloaded proc-macro-crate v1.3.1 |
674 | 2025-01-17T03:41:35.667Z | Downloaded oso-derive v0.27.3 |
675 | 2025-01-17T03:41:35.670Z | Downloaded ssh-cipher v0.2.0 |
676 | 2025-01-17T03:41:35.670Z | Downloaded num-complex v0.4.6 |
677 | 2025-01-17T03:41:35.674Z | Downloaded spki v0.7.3 |
678 | 2025-01-17T03:41:35.677Z | Downloaded serde_repr v0.1.19 |
679 | 2025-01-17T03:41:35.677Z | Downloaded salsa20 v0.10.2 |
680 | 2025-01-17T03:41:35.680Z | Downloaded tap v1.0.1 |
681 | 2025-01-17T03:41:35.680Z | Downloaded xz2 v0.1.7 |
682 | 2025-01-17T03:41:35.682Z | Downloaded utf16_iter v1.0.5 |
683 | 2025-01-17T03:41:35.685Z | Downloaded utf-8 v0.7.6 |
684 | 2025-01-17T03:41:35.685Z | Downloaded topological-sort v0.2.2 |
685 | 2025-01-17T03:41:35.689Z | Downloaded rustc-hash v2.0.0 |
686 | 2025-01-17T03:41:35.689Z | Downloaded prettyplease v0.2.25 |
687 | 2025-01-17T03:41:35.692Z | Downloaded rsa v0.9.6 |
688 | 2025-01-17T03:41:35.698Z | Downloaded fallible-iterator v0.3.0 |
689 | 2025-01-17T03:41:35.700Z | Downloaded untrusted v0.9.0 |
690 | 2025-01-17T03:41:35.703Z | Downloaded vergen v8.3.2 |
691 | 2025-01-17T03:41:35.706Z | Downloaded termcolor v1.4.1 |
692 | 2025-01-17T03:41:35.709Z | Downloaded fallible-iterator v0.2.0 |
693 | 2025-01-17T03:41:35.709Z | Downloaded waitgroup v0.1.2 |
694 | 2025-01-17T03:41:35.715Z | Downloaded polyval v0.6.2 |
695 | 2025-01-17T03:41:35.722Z | Downloaded termtree v0.4.1 |
696 | 2025-01-17T03:41:35.726Z | Downloaded structmeta-derive v0.2.0 |
697 | 2025-01-17T03:41:35.726Z | Downloaded paste v1.0.15 |
698 | 2025-01-17T03:41:35.729Z | Downloaded futures-task v0.3.31 |
699 | 2025-01-17T03:41:35.732Z | Downloaded either v1.13.0 |
700 | 2025-01-17T03:41:35.732Z | Downloaded want v0.3.1 |
701 | 2025-01-17T03:41:35.734Z | Downloaded predicates-core v1.0.8 |
702 | 2025-01-17T03:41:35.734Z | Downloaded pin-project-internal v1.1.6 |
703 | 2025-01-17T03:41:35.737Z | Downloaded dhcproto v0.12.0 |
704 | 2025-01-17T03:41:35.741Z | Downloaded vte_generate_state_changes v0.1.2 |
705 | 2025-01-17T03:41:35.744Z | Downloaded tokio-rustls v0.24.1 |
706 | 2025-01-17T03:41:35.747Z | Downloaded term v0.7.0 |
707 | 2025-01-17T03:41:35.750Z | Downloaded password-hash v0.5.0 |
708 | 2025-01-17T03:41:35.752Z | Downloaded unsafe-libyaml v0.2.11 |
709 | 2025-01-17T03:41:35.756Z | Downloaded const_format v0.2.33 |
710 | 2025-01-17T03:41:35.762Z | Downloaded structmeta v0.2.0 |
711 | 2025-01-17T03:41:35.765Z | Downloaded idna v1.0.3 |
712 | 2025-01-17T03:41:35.768Z | Downloaded scopeguard v1.2.0 |
713 | 2025-01-17T03:41:35.771Z | Downloaded phf_shared v0.11.2 |
714 | 2025-01-17T03:41:35.771Z | Downloaded phf_shared v0.10.0 |
715 | 2025-01-17T03:41:35.774Z | Downloaded normalize-line-endings v0.3.0 |
716 | 2025-01-17T03:41:35.774Z | Downloaded owo-colors v4.1.0 |
717 | 2025-01-17T03:41:35.777Z | Downloaded schemars_derive v0.8.21 |
718 | 2025-01-17T03:41:35.777Z | Downloaded sync-ptr v0.1.1 |
719 | 2025-01-17T03:41:35.781Z | Downloaded libxml v0.3.3 |
720 | 2025-01-17T03:41:35.785Z | Downloaded smallvec v0.6.14 |
721 | 2025-01-17T03:41:35.788Z | Downloaded slog-json v2.6.1 |
722 | 2025-01-17T03:41:35.791Z | Downloaded wait-timeout v0.2.0 |
723 | 2025-01-17T03:41:35.794Z | Downloaded tls_codec v0.4.1 |
724 | 2025-01-17T03:41:35.794Z | Downloaded predicates v3.1.2 |
725 | 2025-01-17T03:41:35.797Z | Downloaded des v0.8.1 |
726 | 2025-01-17T03:41:35.799Z | Downloaded ron v0.8.1 |
727 | 2025-01-17T03:41:35.805Z | Downloaded termios v0.3.3 |
728 | 2025-01-17T03:41:35.808Z | Downloaded group v0.13.0 |
729 | 2025-01-17T03:41:35.811Z | Downloaded funty v2.0.0 |
730 | 2025-01-17T03:41:35.811Z | Downloaded debug-ignore v1.0.5 |
731 | 2025-01-17T03:41:35.814Z | Downloaded unicase v2.7.0 |
732 | 2025-01-17T03:41:35.814Z | Downloaded nodrop v0.1.14 |
733 | 2025-01-17T03:41:35.819Z | Downloaded nibble_vec v0.1.0 |
734 | 2025-01-17T03:41:35.819Z | Downloaded display-error-chain v0.2.2 |
735 | 2025-01-17T03:41:35.822Z | Downloaded signal-hook v0.3.17 |
736 | 2025-01-17T03:41:35.822Z | Downloaded oso v0.27.3 |
737 | 2025-01-17T03:41:35.825Z | Downloaded crypto-bigint v0.5.5 |
738 | 2025-01-17T03:41:35.833Z | Downloaded structmeta v0.3.0 |
739 | 2025-01-17T03:41:35.836Z | Downloaded itertools v0.10.5 |
740 | 2025-01-17T03:41:35.841Z | Downloaded newtype_derive v0.1.6 |
741 | 2025-01-17T03:41:35.844Z | Downloaded radium v0.7.0 |
742 | 2025-01-17T03:41:35.846Z | Downloaded aes v0.8.4 |
743 | 2025-01-17T03:41:35.849Z | Downloaded glob v0.3.1 |
744 | 2025-01-17T03:41:35.851Z | Downloaded endian-type v0.1.2 |
745 | 2025-01-17T03:41:35.856Z | Downloaded defmt v0.3.8 |
746 | 2025-01-17T03:41:35.859Z | Downloaded walkdir v2.5.0 |
747 | 2025-01-17T03:41:35.862Z | Downloaded russh-cryptovec v0.7.3 |
748 | 2025-01-17T03:41:35.862Z | Downloaded hyper v1.5.2 |
749 | 2025-01-17T03:41:35.867Z | Downloaded globset v0.4.15 |
750 | 2025-01-17T03:41:35.870Z | Downloaded nu-ansi-term v0.50.1 |
751 | 2025-01-17T03:41:35.873Z | Downloaded derive_more v0.99.18 |
752 | 2025-01-17T03:41:35.878Z | Downloaded displaydoc v0.2.5 |
753 | 2025-01-17T03:41:35.881Z | Downloaded num v0.4.3 |
754 | 2025-01-17T03:41:35.884Z | Downloaded parking_lot_core v0.8.6 |
755 | 2025-01-17T03:41:35.887Z | Downloaded miniz_oxide v0.8.0 |
756 | 2025-01-17T03:41:35.889Z | Downloaded typify v0.2.0 |
757 | 2025-01-17T03:41:35.893Z | Downloaded pkcs5 v0.7.1 |
758 | 2025-01-17T03:41:35.898Z | Downloaded rayon-core v1.12.1 |
759 | 2025-01-17T03:41:35.902Z | Downloaded zerovec-derive v0.10.3 |
760 | 2025-01-17T03:41:35.906Z | Downloaded ena v0.14.3 |
761 | 2025-01-17T03:41:35.909Z | Downloaded embedded-io v0.6.1 |
762 | 2025-01-17T03:41:35.909Z | Downloaded unarray v0.1.4 |
763 | 2025-01-17T03:41:35.909Z | Downloaded tokio-rustls v0.25.0 |
764 | 2025-01-17T03:41:35.911Z | Downloaded opaque-debug v0.3.1 |
765 | 2025-01-17T03:41:35.914Z | Downloaded derive_builder_macro v0.20.2 |
766 | 2025-01-17T03:41:35.914Z | Downloaded tokio-rustls v0.26.0 |
767 | 2025-01-17T03:41:35.917Z | Downloaded rcgen v0.12.1 |
768 | 2025-01-17T03:41:35.921Z | Downloaded phf v0.11.2 |
769 | 2025-01-17T03:41:35.925Z | Downloaded dirs-sys-next v0.1.2 |
770 | 2025-01-17T03:41:35.925Z | Downloaded typify-macro v0.3.0 |
771 | 2025-01-17T03:41:35.925Z | Downloaded env_logger v0.10.2 |
772 | 2025-01-17T03:41:35.928Z | Downloaded diesel_table_macro_syntax v0.2.0 |
773 | 2025-01-17T03:41:35.931Z | Downloaded pin-utils v0.1.0 |
774 | 2025-01-17T03:41:35.932Z | Downloaded phf_codegen v0.11.2 |
775 | 2025-01-17T03:41:35.932Z | Downloaded rustls-pemfile v1.0.4 |
776 | 2025-01-17T03:41:35.934Z | Downloaded snafu-derive v0.8.5 |
777 | 2025-01-17T03:41:35.938Z | Downloaded newtype-uuid v1.2.1 |
778 | 2025-01-17T03:41:35.941Z | Downloaded rustls-pemfile v2.2.0 |
779 | 2025-01-17T03:41:35.941Z | Downloaded parking_lot v0.12.3 |
780 | 2025-01-17T03:41:35.944Z | Downloaded tiny-keccak v2.0.2 |
781 | 2025-01-17T03:41:35.947Z | Downloaded similar v2.6.0 |
782 | 2025-01-17T03:41:35.952Z | Downloaded pin-project v1.1.6 |
783 | 2025-01-17T03:41:35.965Z | Downloaded signal-hook-tokio v0.3.1 |
784 | 2025-01-17T03:41:35.969Z | Downloaded rand_xorshift v0.3.0 |
785 | 2025-01-17T03:41:35.969Z | Downloaded smf v0.2.3 |
786 | 2025-01-17T03:41:35.971Z | Downloaded slog-dtrace v0.3.0 |
787 | 2025-01-17T03:41:35.971Z | Downloaded percent-encoding v2.3.1 |
788 | 2025-01-17T03:41:35.974Z | Downloaded ppv-lite86 v0.2.20 |
789 | 2025-01-17T03:41:35.976Z | Downloaded gethostname v0.5.0 |
790 | 2025-01-17T03:41:35.976Z | Downloaded pkcs1 v0.7.5 |
791 | 2025-01-17T03:41:35.980Z | Downloaded futures-sink v0.3.31 |
792 | 2025-01-17T03:41:35.985Z | Downloaded zeroize v1.8.1 |
793 | 2025-01-17T03:41:35.985Z | Downloaded openssl-probe v0.1.5 |
794 | 2025-01-17T03:41:35.985Z | Downloaded typify-macro v0.2.0 |
795 | 2025-01-17T03:41:35.990Z | Downloaded zerofrom-derive v0.1.4 |
796 | 2025-01-17T03:41:35.990Z | Downloaded tokio-native-tls v0.3.1 |
797 | 2025-01-17T03:41:35.990Z | Downloaded uzers v0.12.1 |
798 | 2025-01-17T03:41:35.993Z | Downloaded derive_builder_core v0.20.2 |
799 | 2025-01-17T03:41:35.993Z | Downloaded rustc-demangle v0.1.24 |
800 | 2025-01-17T03:41:35.997Z | Downloaded futures-io v0.3.31 |
801 | 2025-01-17T03:41:35.999Z | Downloaded ecdsa v0.16.9 |
802 | 2025-01-17T03:41:35.999Z | Downloaded rustls-pki-types v1.10.0 |
803 | 2025-01-17T03:41:36.004Z | Downloaded pem-rfc7468 v0.7.0 |
804 | 2025-01-17T03:41:36.006Z | Downloaded filetime v0.2.25 |
805 | 2025-01-17T03:41:36.009Z | Downloaded ff v0.13.0 |
806 | 2025-01-17T03:41:36.009Z | Downloaded fd-lock v4.0.2 |
807 | 2025-01-17T03:41:36.013Z | Downloaded scheduled-thread-pool v0.2.7 |
808 | 2025-01-17T03:41:36.016Z | Downloaded rustversion v1.0.17 |
809 | 2025-01-17T03:41:36.017Z | Downloaded ed25519-dalek v2.1.1 |
810 | 2025-01-17T03:41:36.020Z | Downloaded write16 v1.0.0 |
811 | 2025-01-17T03:41:36.023Z | Downloaded thiserror-no-std v2.0.2 |
812 | 2025-01-17T03:41:36.026Z | Downloaded fatfs v0.3.6 |
813 | 2025-01-17T03:41:36.031Z | Downloaded serde_derive_internals v0.29.1 |
814 | 2025-01-17T03:41:36.033Z | Downloaded hkdf v0.12.4 |
815 | 2025-01-17T03:41:36.036Z | Downloaded newline-converter v0.3.0 |
816 | 2025-01-17T03:41:36.038Z | Downloaded dsl_auto_type v0.1.2 |
817 | 2025-01-17T03:41:36.038Z | Downloaded tokio-stream v0.1.16 |
818 | 2025-01-17T03:41:36.044Z | Downloaded peg-runtime v0.8.3 |
819 | 2025-01-17T03:41:36.047Z | Downloaded hashlink v0.9.1 |
820 | 2025-01-17T03:41:36.047Z | Downloaded universal-hash v0.5.1 |
821 | 2025-01-17T03:41:36.047Z | Downloaded deranged v0.3.11 |
822 | 2025-01-17T03:41:36.050Z | Downloaded pem v3.0.4 |
823 | 2025-01-17T03:41:36.052Z | Downloaded postgres-types v0.2.8 |
824 | 2025-01-17T03:41:36.056Z | Downloaded aes-gcm v0.10.3 |
825 | 2025-01-17T03:41:36.058Z | Downloaded hash32 v0.3.1 |
826 | 2025-01-17T03:41:36.061Z | Downloaded postgres-protocol v0.6.7 |
827 | 2025-01-17T03:41:36.063Z | Downloaded postcard v1.0.10 |
828 | 2025-01-17T03:41:36.066Z | Downloaded poly1305 v0.8.0 |
829 | 2025-01-17T03:41:36.069Z | Downloaded unicode-properties v0.1.3 |
830 | 2025-01-17T03:41:36.071Z | Downloaded tinyvec_macros v0.1.1 |
831 | 2025-01-17T03:41:36.071Z | Downloaded openssl-macros v0.1.1 |
832 | 2025-01-17T03:41:36.074Z | Downloaded serde-big-array v0.5.1 |
833 | 2025-01-17T03:41:36.074Z | Downloaded blake3 v1.5.4 |
834 | 2025-01-17T03:41:36.082Z | Downloaded foreign-types v0.3.2 |
835 | 2025-01-17T03:41:36.085Z | Downloaded num_threads v0.1.7 |
836 | 2025-01-17T03:41:36.085Z | Downloaded synstructure v0.13.1 |
837 | 2025-01-17T03:41:36.088Z | Downloaded strum_macros v0.25.3 |
838 | 2025-01-17T03:41:36.090Z | Downloaded ssh-encoding v0.2.0 |
839 | 2025-01-17T03:41:36.093Z | Downloaded nom v7.1.3 |
840 | 2025-01-17T03:41:36.097Z | Downloaded dunce v1.0.5 |
841 | 2025-01-17T03:41:36.099Z | Downloaded defmt-parser v0.3.4 |
842 | 2025-01-17T03:41:36.099Z | Downloaded tabwriter v1.4.0 |
843 | 2025-01-17T03:41:36.102Z | Downloaded unicode-xid v0.2.6 |
844 | 2025-01-17T03:41:36.105Z | Downloaded pbkdf2 v0.12.2 |
845 | 2025-01-17T03:41:36.105Z | Downloaded derive_builder v0.20.2 |
846 | 2025-01-17T03:41:36.110Z | Downloaded serde-hex v0.1.0 |
847 | 2025-01-17T03:41:36.112Z | Downloaded which v4.4.2 |
848 | 2025-01-17T03:41:36.117Z | Downloaded tokio-tungstenite v0.21.0 |
849 | 2025-01-17T03:41:36.119Z | Downloaded strum v0.26.3 |
850 | 2025-01-17T03:41:36.119Z | Downloaded sigpipe v0.1.3 |
851 | 2025-01-17T03:41:36.120Z | Downloaded openssl-sys v0.9.103 |
852 | 2025-01-17T03:41:36.125Z | Downloaded float-cmp v0.9.0 |
853 | 2025-01-17T03:41:36.128Z | Downloaded olpc-cjson v0.1.4 |
854 | 2025-01-17T03:41:36.128Z | Downloaded pkcs8 v0.10.2 |
855 | 2025-01-17T03:41:36.131Z | Downloaded omicron-zone-package v0.12.0 |
856 | 2025-01-17T03:41:36.133Z | Downloaded yoke-derive v0.7.4 |
857 | 2025-01-17T03:41:36.136Z | Downloaded progenitor-client v0.9.1 |
858 | 2025-01-17T03:41:36.136Z | Downloaded rpassword v7.3.1 |
859 | 2025-01-17T03:41:36.140Z | Downloaded parse-display-derive v0.10.0 |
860 | 2025-01-17T03:41:36.143Z | Downloaded semver v0.1.20 |
861 | 2025-01-17T03:41:36.143Z | Downloaded pbkdf2 v0.11.0 |
862 | 2025-01-17T03:41:36.143Z | Downloaded rusty-fork v0.3.0 |
863 | 2025-01-17T03:41:36.146Z | Downloaded parse-display v0.10.0 |
864 | 2025-01-17T03:41:36.149Z | Downloaded num_enum_derive v0.5.11 |
865 | 2025-01-17T03:41:36.149Z | Downloaded fixedbitset v0.4.2 |
866 | 2025-01-17T03:41:36.152Z | Downloaded snafu v0.8.5 |
867 | 2025-01-17T03:41:36.156Z | Downloaded futures v0.3.31 |
868 | 2025-01-17T03:41:36.161Z | Downloaded zerofrom v0.1.4 |
869 | 2025-01-17T03:41:36.164Z | Downloaded dyn-clone v1.0.17 |
870 | 2025-01-17T03:41:36.167Z | Downloaded whoami v1.5.2 |
871 | 2025-01-17T03:41:36.167Z | Downloaded thiserror v2.0.11 |
872 | 2025-01-17T03:41:36.172Z | Downloaded thiserror-impl-no-std v2.0.2 |
873 | 2025-01-17T03:41:36.175Z | Downloaded slog-async v2.8.0 |
874 | 2025-01-17T03:41:36.177Z | Downloaded scrypt v0.11.0 |
875 | 2025-01-17T03:41:36.180Z | Downloaded same-file v1.0.6 |
876 | 2025-01-17T03:41:36.180Z | Downloaded slab v0.4.9 |
877 | 2025-01-17T03:41:36.182Z | Downloaded tinystr v0.7.6 |
878 | 2025-01-17T03:41:36.188Z | Downloaded nanorand v0.7.0 |
879 | 2025-01-17T03:41:36.191Z | Downloaded multimap v0.10.0 |
880 | 2025-01-17T03:41:36.191Z | Downloaded half v2.4.1 |
881 | 2025-01-17T03:41:36.191Z | Downloaded predicates-tree v1.0.11 |
882 | 2025-01-17T03:41:36.195Z | Downloaded simd-adler32 v0.3.7 |
883 | 2025-01-17T03:41:36.195Z | Downloaded uuid v1.11.0 |
884 | 2025-01-17T03:41:36.197Z | Downloaded elliptic-curve v0.13.8 |
885 | 2025-01-17T03:41:36.202Z | Downloaded dropshot_endpoint v0.15.1 |
886 | 2025-01-17T03:41:36.205Z | Downloaded mockall v0.13.0 |
887 | 2025-01-17T03:41:36.208Z | Downloaded pkg-config v0.3.31 |
888 | 2025-01-17T03:41:36.208Z | Downloaded subprocess v0.2.9 |
889 | 2025-01-17T03:41:36.211Z | Downloaded hashbrown v0.13.2 |
890 | 2025-01-17T03:41:36.216Z | Downloaded rand_seeder v0.3.0 |
891 | 2025-01-17T03:41:36.219Z | Downloaded psl-types v2.0.11 |
892 | 2025-01-17T03:41:36.219Z | Downloaded progenitor-macro v0.8.0 |
893 | 2025-01-17T03:41:36.219Z | Downloaded stable_deref_trait v1.2.0 |
894 | 2025-01-17T03:41:36.225Z | Downloaded futures-core v0.3.31 |
895 | 2025-01-17T03:41:36.226Z | Downloaded p521 v0.13.3 |
896 | 2025-01-17T03:41:36.229Z | Downloaded futures-executor v0.3.31 |
897 | 2025-01-17T03:41:36.229Z | Downloaded peg-macros v0.8.4 |
898 | 2025-01-17T03:41:36.233Z | Downloaded expectorate v1.1.0 |
899 | 2025-01-17T03:41:36.234Z | Downloaded aws-lc-rs v1.10.0 |
900 | 2025-01-17T03:41:36.241Z | Downloaded samael v0.0.17 |
901 | 2025-01-17T03:41:36.247Z | Downloaded xattr v1.3.1 |
902 | 2025-01-17T03:41:36.250Z | Downloaded parking_lot_core v0.9.10 |
903 | 2025-01-17T03:41:36.254Z | Downloaded multer v3.1.0 |
904 | 2025-01-17T03:41:36.257Z | Downloaded slog-bunyan v2.5.0 |
905 | 2025-01-17T03:41:36.257Z | Downloaded foldhash v0.1.3 |
906 | 2025-01-17T03:41:36.262Z | Downloaded unicode_categories v0.1.1 |
907 | 2025-01-17T03:41:36.262Z | Downloaded quinn-udp v0.5.5 |
908 | 2025-01-17T03:41:36.264Z | Downloaded futures-channel v0.3.31 |
909 | 2025-01-17T03:41:36.264Z | Downloaded native-tls v0.2.12 |
910 | 2025-01-17T03:41:36.267Z | Downloaded bitvec v1.0.1 |
911 | 2025-01-17T03:41:36.282Z | Downloaded tokio-tungstenite v0.23.1 |
912 | 2025-01-17T03:41:36.286Z | Downloaded lalrpop v0.19.12 |
913 | 2025-01-17T03:41:36.296Z | Downloaded foreign-types v0.5.0 |
914 | 2025-01-17T03:41:36.299Z | Downloaded idna v0.2.3 |
915 | 2025-01-17T03:41:36.305Z | Downloaded difflib v0.4.0 |
916 | 2025-01-17T03:41:36.308Z | Downloaded num-bigint v0.4.6 |
917 | 2025-01-17T03:41:36.311Z | Downloaded structmeta-derive v0.3.0 |
918 | 2025-01-17T03:41:36.313Z | Downloaded zerocopy v0.6.6 |
919 | 2025-01-17T03:41:36.316Z | Downloaded num_enum v0.5.11 |
920 | 2025-01-17T03:41:36.319Z | Downloaded bindgen v0.69.5 |
921 | 2025-01-17T03:41:36.327Z | Downloaded quinn v0.11.5 |
922 | 2025-01-17T03:41:36.331Z | Downloaded typify v0.3.0 |
923 | 2025-01-17T03:41:36.334Z | Downloaded toml v0.7.8 |
924 | 2025-01-17T03:41:36.339Z | Downloaded yoke v0.7.4 |
925 | 2025-01-17T03:41:36.343Z | Downloaded idna v0.4.0 |
926 | 2025-01-17T03:41:36.348Z | Downloaded steno v0.4.1 |
927 | 2025-01-17T03:41:36.352Z | Downloaded zip v0.6.6 |
928 | 2025-01-17T03:41:36.357Z | Downloaded icu_properties_data v1.5.0 |
929 | 2025-01-17T03:41:36.369Z | Downloaded dropshot_endpoint v0.12.0 |
930 | 2025-01-17T03:41:36.372Z | Downloaded progenitor-impl v0.8.0 |
931 | 2025-01-17T03:41:36.374Z | Downloaded parse-zoneinfo v0.3.1 |
932 | 2025-01-17T03:41:36.377Z | Downloaded tungstenite v0.23.0 |
933 | 2025-01-17T03:41:36.380Z | Downloaded idna v0.5.0 |
934 | 2025-01-17T03:41:36.388Z | Downloaded zerocopy-derive v0.8.10 |
935 | 2025-01-17T03:41:36.395Z | Downloaded tinyvec v1.8.0 |
936 | 2025-01-17T03:41:36.398Z | Downloaded h2 v0.4.6 |
937 | 2025-01-17T03:41:36.405Z | Downloaded rayon v1.10.0 |
938 | 2025-01-17T03:41:36.416Z | Downloaded portable-atomic v1.9.0 |
939 | 2025-01-17T03:41:36.425Z | Downloaded rusqlite v0.32.1 |
940 | 2025-01-17T03:41:36.431Z | Downloaded sqlparser v0.45.0 |
941 | 2025-01-17T03:41:36.437Z | Downloaded typed-path v0.9.3 |
942 | 2025-01-17T03:41:36.443Z | Downloaded zip v2.1.3 |
943 | 2025-01-17T03:41:36.448Z | Downloaded toml_edit v0.19.15 |
944 | 2025-01-17T03:41:36.466Z | Downloaded unicode-segmentation v1.12.0 |
945 | 2025-01-17T03:41:36.469Z | Downloaded regex v1.11.1 |
946 | 2025-01-17T03:41:36.483Z | Downloaded rustls-webpki v0.102.8 |
947 | 2025-01-17T03:41:36.502Z | Downloaded rand v0.8.5 |
948 | 2025-01-17T03:41:36.505Z | Downloaded object v0.30.4 |
949 | 2025-01-17T03:41:36.516Z | Downloaded p384 v0.13.0 |
950 | 2025-01-17T03:41:36.522Z | Downloaded russh v0.45.0 |
951 | 2025-01-17T03:41:36.527Z | Downloaded hickory-proto v0.24.1 |
952 | 2025-01-17T03:41:36.544Z | Downloaded vcpkg v0.2.15 |
953 | 2025-01-17T03:41:36.582Z | Downloaded radix_trie v0.2.1 |
954 | 2025-01-17T03:41:36.587Z | Downloaded rustls v0.21.12 |
955 | 2025-01-17T03:41:36.599Z | Downloaded salty v0.3.0 |
956 | 2025-01-17T03:41:36.606Z | Downloaded quick-xml v0.33.0 |
957 | 2025-01-17T03:41:36.614Z | Downloaded reedline v0.35.0 |
958 | 2025-01-17T03:41:36.622Z | Downloaded winnow v0.5.40 |
959 | 2025-01-17T03:41:36.631Z | Downloaded nix v0.27.1 |
960 | 2025-01-17T03:41:36.642Z | Downloaded reqwest v0.12.9 |
961 | 2025-01-17T03:41:36.652Z | Downloaded smoltcp v0.9.1 |
962 | 2025-01-17T03:41:36.665Z | Downloaded quinn-proto v0.11.8 |
963 | 2025-01-17T03:41:36.671Z | Downloaded gimli v0.31.1 |
964 | 2025-01-17T03:41:36.680Z | Downloaded openssl v0.10.66 |
965 | 2025-01-17T03:41:36.691Z | Downloaded regress v0.9.1 |
966 | 2025-01-17T03:41:36.699Z | Downloaded dropshot v0.15.1 |
967 | 2025-01-17T03:41:36.722Z | Downloaded unicode-width v0.2.0 |
968 | 2025-01-17T03:41:36.729Z | Downloaded bstr v1.10.0 |
969 | 2025-01-17T03:41:36.739Z | Downloaded regex-syntax v0.6.29 |
970 | 2025-01-17T03:41:36.747Z | Downloaded smoltcp v0.11.0 |
971 | 2025-01-17T03:41:36.759Z | Downloaded polar-core v0.27.3 |
972 | 2025-01-17T03:41:36.770Z | Downloaded rustls v0.23.19 |
973 | 2025-01-17T03:41:36.782Z | Downloaded openapiv3 v2.0.0 |
974 | 2025-01-17T03:41:36.796Z | Downloaded regex-syntax v0.8.5 |
975 | 2025-01-17T03:41:36.803Z | Downloaded object v0.36.5 |
976 | 2025-01-17T03:41:36.817Z | Downloaded diesel v2.2.6 |
977 | 2025-01-17T03:41:36.836Z | Downloaded rustls v0.22.4 |
978 | 2025-01-17T03:41:36.848Z | Downloaded ratatui v0.28.1 |
979 | 2025-01-17T03:41:36.868Z | Downloaded sled v0.34.7 |
980 | 2025-01-17T03:41:36.879Z | Downloaded typify-impl v0.2.0 |
981 | 2025-01-17T03:41:36.894Z | Downloaded typify-impl v0.3.0 |
982 | 2025-01-17T03:41:36.909Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2025-01-17T03:41:36.923Z | Downloaded zerocopy-derive v0.6.6 |
984 | 2025-01-17T03:41:36.931Z | Downloaded nix v0.29.0 |
985 | 2025-01-17T03:41:36.945Z | Downloaded trust-dns-proto v0.22.0 |
986 | 2025-01-17T03:41:36.956Z | Downloaded proptest v1.5.0 |
987 | 2025-01-17T03:41:36.964Z | Downloaded git2 v0.19.0 |
988 | 2025-01-17T03:41:36.972Z | Downloaded regress v0.10.1 |
989 | 2025-01-17T03:41:36.982Z | Downloaded petgraph v0.6.5 |
990 | 2025-01-17T03:41:37.000Z | Downloaded regex-automata v0.4.8 |
991 | 2025-01-17T03:41:37.016Z | Downloaded lzma-sys v0.1.20 |
992 | 2025-01-17T03:41:37.044Z | Downloaded chrono-tz v0.10.0 |
993 | 2025-01-17T03:41:37.052Z | Downloaded nix v0.28.0 |
994 | 2025-01-17T03:41:37.064Z | Downloaded curve25519-dalek v4.1.3 |
995 | 2025-01-17T03:41:37.072Z | Downloaded libz-sys v1.1.20 |
996 | 2025-01-17T03:41:37.092Z | Downloaded dropshot v0.12.0 |
997 | 2025-01-17T03:41:37.111Z | Downloaded petname v2.0.2 |
998 | 2025-01-17T03:41:37.117Z | Downloaded sha3 v0.10.8 |
999 | 2025-01-17T03:41:37.121Z | Downloaded csv v1.3.0 |
1000 | 2025-01-17T03:41:37.140Z | Downloaded webpki-roots v0.26.6 |
1001 | 2025-01-17T03:41:37.144Z | Downloaded zerocopy v0.8.10 |
1002 | 2025-01-17T03:41:37.167Z | Downloaded tokio v1.43.0 |
1003 | 2025-01-17T03:41:37.205Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2025-01-17T03:41:37.218Z | Downloaded x509-cert v0.2.5 |
1005 | 2025-01-17T03:41:37.223Z | Downloaded zerovec v0.10.4 |
1006 | 2025-01-17T03:41:37.229Z | Downloaded hashbrown v0.14.5 |
1007 | 2025-01-17T03:41:37.256Z | Downloaded mockall_derive v0.13.0 |
1008 | 2025-01-17T03:41:37.256Z | Downloaded flume v0.11.1 |
1009 | 2025-01-17T03:41:37.256Z | Downloaded publicsuffix v2.2.3 |
1010 | 2025-01-17T03:41:37.256Z | Downloaded hashbrown v0.12.3 |
1011 | 2025-01-17T03:41:37.256Z | Downloaded chrono v0.4.38 |
1012 | 2025-01-17T03:41:37.264Z | Downloaded tokio-macros v2.5.0 |
1013 | 2025-01-17T03:41:37.266Z | Downloaded thiserror-impl v2.0.11 |
1014 | 2025-01-17T03:41:37.266Z | Downloaded strum_macros v0.24.3 |
1015 | 2025-01-17T03:41:37.269Z | Downloaded dirs-next v2.0.0 |
1016 | 2025-01-17T03:41:37.271Z | Downloaded defmt-macros v0.3.9 |
1017 | 2025-01-17T03:41:37.274Z | Downloaded password-hash v0.4.2 |
1018 | 2025-01-17T03:41:37.277Z | Downloaded unicode-normalization v0.1.24 |
1019 | 2025-01-17T03:41:37.282Z | Downloaded idna v0.3.0 |
1020 | 2025-01-17T03:41:37.292Z | Downloaded der_derive v0.7.3 |
1021 | 2025-01-17T03:41:37.294Z | Downloaded futures-util v0.3.31 |
1022 | 2025-01-17T03:41:37.311Z | Downloaded qorb v0.2.1 |
1023 | 2025-01-17T03:41:37.317Z | Downloaded serde_with v3.11.0 |
1024 | 2025-01-17T03:41:37.328Z | Downloaded derive-where v1.2.7 |
1025 | 2025-01-17T03:41:37.332Z | Downloaded parse-size v1.1.0 |
1026 | 2025-01-17T03:41:37.335Z | Downloaded signature v2.2.0 |
1027 | 2025-01-17T03:41:37.337Z | Downloaded diff v0.1.13 |
1028 | 2025-01-17T03:41:37.339Z | Downloaded rustyline v14.0.0 |
1029 | 2025-01-17T03:41:37.344Z | Downloaded num-bigint-dig v0.8.4 |
1030 | 2025-01-17T03:41:37.349Z | Downloaded tough v0.19.0 |
1031 | 2025-01-17T03:41:37.357Z | Downloaded encoding_rs v0.8.34 |
1032 | 2025-01-17T03:41:37.377Z | Downloaded crossterm v0.28.1 |
1033 | 2025-01-17T03:41:37.384Z | Downloaded russh-keys v0.45.0 |
1034 | 2025-01-17T03:41:37.387Z | Downloaded url v2.5.3 |
1035 | 2025-01-17T03:41:37.389Z | Downloaded static_assertions v1.1.0 |
1036 | 2025-01-17T03:41:37.389Z | Downloaded darling_core v0.20.10 |
1037 | 2025-01-17T03:41:37.393Z | Downloaded itertools v0.13.0 |
1038 | 2025-01-17T03:41:37.399Z | Downloaded slog v2.7.0 |
1039 | 2025-01-17T03:41:37.402Z | Downloaded itertools v0.12.1 |
1040 | 2025-01-17T03:41:37.408Z | Downloaded string_cache v0.8.7 |
1041 | 2025-01-17T03:41:37.411Z | Downloaded serde_plain v1.0.2 |
1042 | 2025-01-17T03:41:37.411Z | Downloaded der v0.7.9 |
1043 | 2025-01-17T03:41:37.415Z | Downloaded serde_path_to_error v0.1.16 |
1044 | 2025-01-17T03:41:37.418Z | Downloaded num-traits v0.2.19 |
1045 | 2025-01-17T03:41:37.422Z | Downloaded p256 v0.13.2 |
1046 | 2025-01-17T03:41:37.424Z | Downloaded tungstenite v0.24.0 |
1047 | 2025-01-17T03:41:37.427Z | Downloaded progenitor-impl v0.9.1 |
1048 | 2025-01-17T03:41:37.430Z | Downloaded slog-envlogger v2.2.0 |
1049 | 2025-01-17T03:41:37.430Z | Downloaded env_logger v0.11.5 |
1050 | 2025-01-17T03:41:37.433Z | Downloaded schemars v0.8.21 |
1051 | 2025-01-17T03:41:37.442Z | Downloaded num-rational v0.4.2 |
1052 | 2025-01-17T03:41:37.444Z | Downloaded socket2 v0.5.7 |
1053 | 2025-01-17T03:41:37.447Z | Downloaded unicode-bidi v0.3.17 |
1054 | 2025-01-17T03:41:37.450Z | Downloaded headers v0.4.0 |
1055 | 2025-01-17T03:41:37.452Z | Downloaded flate2 v1.0.34 |
1056 | 2025-01-17T03:41:37.458Z | Downloaded tracing v0.1.40 |
1057 | 2025-01-17T03:41:37.461Z | Downloaded time v0.3.36 |
1058 | 2025-01-17T03:41:37.468Z | Downloaded tokio-util v0.7.12 |
1059 | 2025-01-17T03:41:37.475Z | Downloaded value-bag v1.9.0 |
1060 | 2025-01-17T03:41:37.478Z | Downloaded data-encoding v2.6.0 |
1061 | 2025-01-17T03:41:37.482Z | Downloaded tokio-postgres v0.7.12 |
1062 | 2025-01-17T03:41:37.485Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1063 | 2025-01-17T03:41:37.539Z | Downloaded ssh-key v0.6.6 |
1064 | 2025-01-17T03:41:37.543Z | Downloaded crossbeam-channel v0.5.13 |
1065 | 2025-01-17T03:41:37.548Z | Downloaded twox-hash v1.6.3 |
1066 | 2025-01-17T03:41:37.550Z | Downloaded smallvec v1.13.2 |
1067 | 2025-01-17T03:41:37.553Z | Downloaded embedded-io v0.4.0 |
1068 | 2025-01-17T03:41:37.553Z | Downloaded supports-color v3.0.1 |
1069 | 2025-01-17T03:41:37.555Z | Downloaded subtle v2.6.1 |
1070 | 2025-01-17T03:41:37.555Z | Downloaded mio v1.0.2 |
1071 | 2025-01-17T03:41:37.559Z | Downloaded futures-macro v0.3.31 |
1072 | 2025-01-17T03:41:37.563Z | Downloaded float-ord v0.3.2 |
1073 | 2025-01-17T03:41:37.563Z | Downloaded tls_codec_derive v0.4.1 |
1074 | 2025-01-17T03:41:37.566Z | Downloaded rustc-hash v1.1.0 |
1075 | 2025-01-17T03:41:37.566Z | Downloaded siphasher v0.3.11 |
1076 | 2025-01-17T03:41:37.566Z | Downloaded powerfmt v0.2.0 |
1077 | 2025-01-17T03:41:37.569Z | Downloaded phf_generator v0.11.2 |
1078 | 2025-01-17T03:41:37.569Z | Downloaded tracing-core v0.1.32 |
1079 | 2025-01-17T03:41:37.572Z | Downloaded fs_extra v1.3.0 |
1080 | 2025-01-17T03:41:37.572Z | Downloaded yasna v0.5.2 |
1081 | 2025-01-17T03:41:37.575Z | Downloaded tar v0.4.42 |
1082 | 2025-01-17T03:41:37.578Z | Downloaded spin v0.9.8 |
1083 | 2025-01-17T03:41:37.580Z | Downloaded ron v0.7.1 |
1084 | 2025-01-17T03:41:37.583Z | Downloaded diesel_derives v2.2.3 |
1085 | 2025-01-17T03:41:37.586Z | Downloaded serde_yaml v0.9.34+deprecated |
1086 | 2025-01-17T03:41:37.589Z | Downloaded minimal-lexical v0.2.1 |
1087 | 2025-01-17T03:41:37.594Z | Downloaded libm v0.2.8 |
1088 | 2025-01-17T03:41:37.601Z | Downloaded tracing-attributes v0.1.27 |
1089 | 2025-01-17T03:41:37.603Z | Downloaded rustc_version v0.1.7 |
1090 | 2025-01-17T03:41:37.607Z | Downloaded icu_collections v1.5.0 |
1091 | 2025-01-17T03:41:37.609Z | Downloaded tungstenite v0.21.0 |
1092 | 2025-01-17T03:41:37.615Z | Downloaded chacha20poly1305 v0.10.1 |
1093 | 2025-01-17T03:41:37.618Z | Downloaded fallible-streaming-iterator v0.1.9 |
1094 | 2025-01-17T03:41:37.618Z | Downloaded utf8_iter v1.0.4 |
1095 | 2025-01-17T03:41:37.618Z | Downloaded secrecy v0.8.0 |
1096 | 2025-01-17T03:41:37.618Z | Downloaded serde_urlencoded v0.7.1 |
1097 | 2025-01-17T03:41:37.621Z | Downloaded resolv-conf v0.7.0 |
1098 | 2025-01-17T03:41:37.621Z | Downloaded pin-project-lite v0.2.14 |
1099 | 2025-01-17T03:41:37.624Z | Downloaded signal-hook-mio v0.2.4 |
1100 | 2025-01-17T03:41:37.629Z | Downloaded shlex v1.3.0 |
1101 | 2025-01-17T03:41:37.629Z | Downloaded zopfli v0.8.1 |
1102 | 2025-01-17T03:41:37.632Z | Downloaded icu_normalizer v1.5.0 |
1103 | 2025-01-17T03:41:37.636Z | Downloaded parking_lot v0.11.2 |
1104 | 2025-01-17T03:41:37.636Z | Downloaded num-iter v0.1.45 |
1105 | 2025-01-17T03:41:37.636Z | Downloaded allocator-api2 v0.2.18 |
1106 | 2025-01-17T03:41:37.639Z | Downloaded hickory-resolver v0.24.1 |
1107 | 2025-01-17T03:41:37.644Z | Downloaded hickory-server v0.24.1 |
1108 | 2025-01-17T03:41:37.648Z | Downloaded base64 v0.13.1 |
1109 | 2025-01-17T03:41:37.651Z | Downloaded arc-swap v1.7.1 |
1110 | 2025-01-17T03:41:37.655Z | Downloaded serde_with_macros v3.11.0 |
1111 | 2025-01-17T03:41:37.657Z | Downloaded backoff v0.4.0 |
1112 | 2025-01-17T03:41:37.661Z | Downloaded ghash v0.5.1 |
1113 | 2025-01-17T03:41:37.661Z | Downloaded enum-as-inner v0.6.1 |
1114 | 2025-01-17T03:41:37.664Z | Downloaded env_filter v0.1.2 |
1115 | 2025-01-17T03:41:37.664Z | Downloaded unicode-truncate v1.1.0 |
1116 | 2025-01-17T03:41:37.668Z | Downloaded packed_struct_codegen v0.10.1 |
1117 | 2025-01-17T03:41:37.668Z | Downloaded iana-time-zone v0.1.61 |
1118 | 2025-01-17T03:41:37.668Z | Downloaded ed25519 v2.2.3 |
1119 | 2025-01-17T03:41:37.671Z | Downloaded sqlformat v0.2.6 |
1120 | 2025-01-17T03:41:37.671Z | Downloaded crossbeam-epoch v0.9.18 |
1121 | 2025-01-17T03:41:37.674Z | Downloaded wyz v0.5.1 |
1122 | 2025-01-17T03:41:37.677Z | Downloaded compact_str v0.8.0 |
1123 | 2025-01-17T03:41:37.680Z | Downloaded csv-core v0.1.11 |
1124 | 2025-01-17T03:41:37.680Z | Downloaded cbc v0.1.2 |
1125 | 2025-01-17T03:41:37.683Z | Downloaded zone_cfg_derive v0.3.0 |
1126 | 2025-01-17T03:41:37.683Z | Downloaded time-macros v0.2.18 |
1127 | 2025-01-17T03:41:37.686Z | Downloaded tui-tree-widget v0.22.0 |
1128 | 2025-01-17T03:41:37.686Z | Downloaded libsw v3.3.1 |
1129 | 2025-01-17T03:41:37.690Z | Downloaded buf-list v1.0.3 |
1130 | 2025-01-17T03:41:37.692Z | Downloaded bytes v1.9.0 |
1131 | 2025-01-17T03:41:37.696Z | Downloaded writeable v0.5.5 |
1132 | 2025-01-17T03:41:37.696Z | Downloaded linked-hash-map v0.5.6 |
1133 | 2025-01-17T03:41:37.700Z | Downloaded http-body-util v0.1.2 |
1134 | 2025-01-17T03:41:37.700Z | Downloaded hmac v0.12.1 |
1135 | 2025-01-17T03:41:37.703Z | Downloaded base64 v0.21.7 |
1136 | 2025-01-17T03:41:37.706Z | Downloaded base16ct v0.2.0 |
1137 | 2025-01-17T03:41:37.706Z | Downloaded rustc_version v0.4.1 |
1138 | 2025-01-17T03:41:37.708Z | Downloaded rtoolbox v0.0.2 |
1139 | 2025-01-17T03:41:37.708Z | Downloaded instability v0.3.2 |
1140 | 2025-01-17T03:41:37.709Z | Downloaded atomic-waker v1.1.2 |
1141 | 2025-01-17T03:41:37.712Z | Downloaded impl-trait-for-tuples v0.2.2 |
1142 | 2025-01-17T03:41:37.715Z | Downloaded async-trait v0.1.83 |
1143 | 2025-01-17T03:41:37.719Z | Downloaded rand_chacha v0.3.1 |
1144 | 2025-01-17T03:41:37.719Z | Downloaded indexmap v1.9.3 |
1145 | 2025-01-17T03:41:37.722Z | Downloaded progenitor-macro v0.9.1 |
1146 | 2025-01-17T03:41:37.722Z | Downloaded indicatif v0.17.9 |
1147 | 2025-01-17T03:41:37.725Z | Downloaded icu_provider v1.5.0 |
1148 | 2025-01-17T03:41:37.728Z | Downloaded icu_normalizer_data v1.5.0 |
1149 | 2025-01-17T03:41:37.731Z | Downloaded hyper-util v0.1.10 |
1150 | 2025-01-17T03:41:37.734Z | Downloaded chrono-tz-build v0.4.0 |
1151 | 2025-01-17T03:41:37.737Z | Downloaded constant_time_eq v0.3.1 |
1152 | 2025-01-17T03:41:37.737Z | Downloaded cipher v0.4.4 |
1153 | 2025-01-17T03:41:37.740Z | Downloaded icu_locid_transform_data v1.5.0 |
1154 | 2025-01-17T03:41:37.740Z | Downloaded blake2 v0.10.6 |
1155 | 2025-01-17T03:41:37.743Z | Downloaded block-padding v0.3.3 |
1156 | 2025-01-17T03:41:37.743Z | Downloaded array-init v0.0.4 |
1157 | 2025-01-17T03:41:37.746Z | Downloaded const-oid v0.9.6 |
1158 | 2025-01-17T03:41:37.746Z | Downloaded libefi-sys v0.1.0 |
1159 | 2025-01-17T03:41:37.750Z | Downloaded lazy_static v1.5.0 |
1160 | 2025-01-17T03:41:37.750Z | Downloaded hickory-client v0.24.1 |
1161 | 2025-01-17T03:41:37.753Z | Downloaded const_format_proc_macros v0.2.33 |
1162 | 2025-01-17T03:41:37.753Z | Downloaded hyper-rustls v0.27.3 |
1163 | 2025-01-17T03:41:37.757Z | Downloaded arrayref v0.3.9 |
1164 | 2025-01-17T03:41:37.757Z | Downloaded keccak v0.1.5 |
1165 | 2025-01-17T03:41:37.760Z | Downloaded crc32fast v1.4.2 |
1166 | 2025-01-17T03:41:37.760Z | Downloaded cookie_store v0.21.0 |
1167 | 2025-01-17T03:41:37.763Z | Downloaded arrayvec v0.7.6 |
1168 | 2025-01-17T03:41:37.765Z | Downloaded memoffset v0.9.1 |
1169 | 2025-01-17T03:41:37.765Z | Downloaded ipnetwork v0.20.0 |
1170 | 2025-01-17T03:41:37.765Z | Downloaded internet-checksum v0.2.1 |
1171 | 2025-01-17T03:41:37.769Z | Downloaded humantime v2.1.0 |
1172 | 2025-01-17T03:41:37.769Z | Downloaded crucible-workspace-hack v0.1.0 |
1173 | 2025-01-17T03:41:37.769Z | Downloaded atty v0.2.14 |
1174 | 2025-01-17T03:41:37.772Z | Downloaded hex v0.4.3 |
1175 | 2025-01-17T03:41:37.772Z | Downloaded bcs v0.1.6 |
1176 | 2025-01-17T03:41:37.775Z | Downloaded async-bb8-diesel v0.2.1 |
1177 | 2025-01-17T03:41:37.775Z | Downloaded http-body v1.0.1 |
1178 | 2025-01-17T03:41:37.775Z | Downloaded icu_provider_macros v1.5.0 |
1179 | 2025-01-17T03:41:37.780Z | Downloaded hubpack v0.1.2 |
1180 | 2025-01-17T03:41:37.780Z | Downloaded home v0.5.9 |
1181 | 2025-01-17T03:41:37.781Z | Downloaded cexpr v0.6.0 |
1182 | 2025-01-17T03:41:37.785Z | Downloaded cassowary v0.3.0 |
1183 | 2025-01-17T03:41:37.785Z | Downloaded crunchy v0.2.2 |
1184 | 2025-01-17T03:41:37.852Z | Downloaded ring v0.17.8 |
1185 | 2025-01-17T03:41:37.978Z | Downloaded libsqlite3-sys v0.30.1 |
1186 | 2025-01-17T03:41:38.217Z | Downloaded aws-lc-sys v0.22.0 |
1187 | 2025-01-17T03:41:38.524Z | Compiling serde v1.0.217 |
1188 | 2025-01-17T03:41:38.527Z | Compiling lock_api v0.4.12 |
1189 | 2025-01-17T03:41:38.527Z | Compiling scopeguard v1.2.0 |
1190 | 2025-01-17T03:41:38.527Z | Compiling value-bag v1.9.0 |
1191 | 2025-01-17T03:41:38.527Z | Compiling typenum v1.17.0 |
1192 | 2025-01-17T03:41:38.527Z | Compiling generic-array v0.14.7 |
1193 | 2025-01-17T03:41:38.712Z | Compiling syn v2.0.96 |
1194 | 2025-01-17T03:41:38.726Z | Compiling getrandom v0.2.15 |
1195 | 2025-01-17T03:41:38.873Z | Compiling subtle v2.6.1 |
1196 | 2025-01-17T03:41:39.059Z | Compiling log v0.4.22 |
1197 | 2025-01-17T03:41:39.160Z | Compiling rand_core v0.6.4 |
1198 | 2025-01-17T03:41:39.226Z | Compiling shlex v1.3.0 |
1199 | 2025-01-17T03:41:39.244Z | Compiling jobserver v0.1.32 |
1200 | 2025-01-17T03:41:39.282Z | Compiling const-oid v0.9.6 |
1201 | 2025-01-17T03:41:39.553Z | Compiling smallvec v1.13.2 |
1202 | 2025-01-17T03:41:39.613Z | Compiling spin v0.9.8 |
1203 | 2025-01-17T03:41:39.735Z | Compiling cc v1.1.30 |
1204 | 2025-01-17T03:41:39.867Z | Compiling pin-project-lite v0.2.14 |
1205 | 2025-01-17T03:41:39.948Z | Compiling rustix v0.38.37 |
1206 | 2025-01-17T03:41:39.989Z | Compiling parking_lot_core v0.9.10 |
1207 | 2025-01-17T03:41:40.009Z | Compiling futures-core v0.3.31 |
1208 | 2025-01-17T03:41:40.090Z | Compiling signal-hook-registry v1.4.2 |
1209 | 2025-01-17T03:41:40.266Z | Compiling mio v1.0.2 |
1210 | 2025-01-17T03:41:40.817Z | Compiling aho-corasick v1.1.3 |
1211 | 2025-01-17T03:41:40.842Z | Compiling parking_lot v0.12.3 |
1212 | 2025-01-17T03:41:41.013Z | Compiling cpufeatures v0.2.14 |
1213 | 2025-01-17T03:41:41.055Z | Compiling either v1.13.0 |
1214 | 2025-01-17T03:41:41.122Z | Compiling regex-syntax v0.8.5 |
1215 | 2025-01-17T03:41:41.275Z | Compiling lazy_static v1.5.0 |
1216 | 2025-01-17T03:41:41.310Z | Compiling glob v0.3.1 |
1217 | 2025-01-17T03:41:41.400Z | Compiling futures-sink v0.3.31 |
1218 | 2025-01-17T03:41:41.462Z | Compiling stable_deref_trait v1.2.0 |
1219 | 2025-01-17T03:41:41.565Z | Compiling socket2 v0.5.7 |
1220 | 2025-01-17T03:41:41.588Z | Compiling slab v0.4.9 |
1221 | 2025-01-17T03:41:41.636Z | Compiling prettyplease v0.2.25 |
1222 | 2025-01-17T03:41:41.986Z | Compiling minimal-lexical v0.2.1 |
1223 | 2025-01-17T03:41:42.056Z | Compiling serde_json v1.0.135 |
1224 | 2025-01-17T03:41:42.107Z | Compiling clang-sys v1.8.1 |
1225 | 2025-01-17T03:41:42.489Z | Compiling nom v7.1.3 |
1226 | 2025-01-17T03:41:42.569Z | Compiling libloading v0.8.5 |
1227 | 2025-01-17T03:41:42.806Z | Compiling bindgen v0.69.5 |
1228 | 2025-01-17T03:41:42.911Z | Compiling home v0.5.9 |
1229 | 2025-01-17T03:41:43.182Z | Compiling futures-channel v0.3.31 |
1230 | 2025-01-17T03:41:43.493Z | Compiling itertools v0.12.1 |
1231 | 2025-01-17T03:41:43.589Z | Compiling allocator-api2 v0.2.18 |
1232 | 2025-01-17T03:41:43.663Z | Compiling futures-io v0.3.31 |
1233 | 2025-01-17T03:41:43.953Z | Compiling libm v0.2.8 |
1234 | 2025-01-17T03:41:44.292Z | Compiling futures-task v0.3.31 |
1235 | 2025-01-17T03:41:44.380Z | Compiling lazycell v1.3.0 |
1236 | 2025-01-17T03:41:44.563Z | Compiling pin-utils v0.1.0 |
1237 | 2025-01-17T03:41:44.588Z | Compiling rustc-hash v1.1.0 |
1238 | 2025-01-17T03:41:44.670Z | Compiling foldhash v0.1.3 |
1239 | 2025-01-17T03:41:44.784Z | Compiling cmake v0.1.51 |
1240 | 2025-01-17T03:41:44.981Z | Compiling regex-automata v0.4.8 |
1241 | 2025-01-17T03:41:45.627Z | Compiling cexpr v0.6.0 |
1242 | 2025-01-17T03:41:45.672Z | Compiling hashbrown v0.15.1 |
1243 | 2025-01-17T03:41:45.788Z | Compiling num-traits v0.2.19 |
1244 | 2025-01-17T03:41:46.076Z | Compiling synstructure v0.13.1 |
1245 | 2025-01-17T03:41:46.890Z | Compiling dunce v1.0.5 |
1246 | 2025-01-17T03:41:47.035Z | Compiling pkg-config v0.3.31 |
1247 | 2025-01-17T03:41:47.308Z | Compiling tinyvec_macros v0.1.1 |
1248 | 2025-01-17T03:41:47.416Z | Compiling fs_extra v1.3.0 |
1249 | 2025-01-17T03:41:47.440Z | Compiling tinyvec v1.8.0 |
1250 | 2025-01-17T03:41:47.965Z | Compiling ring v0.17.8 |
1251 | 2025-01-17T03:41:48.388Z | Compiling base64ct v1.6.0 |
1252 | 2025-01-17T03:41:48.900Z | Compiling unicode-normalization v0.1.24 |
1253 | 2025-01-17T03:41:49.012Z | Compiling paste v1.0.15 |
1254 | 2025-01-17T03:41:49.100Z | Compiling writeable v0.5.5 |
1255 | 2025-01-17T03:41:49.232Z | Compiling unicode-bidi v0.3.17 |
1256 | 2025-01-17T03:41:49.491Z | Compiling litemap v0.7.3 |
1257 | 2025-01-17T03:41:49.861Z | Compiling pem-rfc7468 v0.7.0 |
1258 | 2025-01-17T03:41:49.973Z | Compiling aws-lc-rs v1.10.0 |
1259 | 2025-01-17T03:41:50.373Z | Compiling regex v1.11.1 |
1260 | 2025-01-17T03:41:50.473Z | Compiling flagset v0.4.6 |
1261 | 2025-01-17T03:41:50.494Z | Compiling httparse v1.9.5 |
1262 | 2025-01-17T03:41:50.657Z | Compiling tracing-core v0.1.32 |
1263 | 2025-01-17T03:41:51.232Z | Compiling icu_locid_transform_data v1.5.0 |
1264 | 2025-01-17T03:41:51.273Z | Compiling crossbeam-utils v0.8.20 |
1265 | 2025-01-17T03:41:51.340Z | Compiling rustls-pki-types v1.10.0 |
1266 | 2025-01-17T03:41:51.525Z | Compiling serde_derive v1.0.217 |
1267 | 2025-01-17T03:41:51.707Z | Compiling zeroize_derive v1.4.2 |
1268 | 2025-01-17T03:41:51.752Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2025-01-17T03:41:51.787Z | Compiling tokio-macros v2.5.0 |
1270 | 2025-01-17T03:41:52.351Z | Compiling zerofrom-derive v0.1.4 |
1271 | 2025-01-17T03:41:53.130Z | Compiling zeroize v1.8.1 |
1272 | 2025-01-17T03:41:53.281Z | Compiling thiserror-impl v1.0.69 |
1273 | 2025-01-17T03:41:53.475Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-01-17T03:41:53.735Z | Compiling zerocopy v0.7.35 |
1275 | 2025-01-17T03:41:54.769Z | Compiling crypto-common v0.1.6 |
1276 | 2025-01-17T03:41:55.023Z | Compiling block-buffer v0.10.4 |
1277 | 2025-01-17T03:41:55.051Z | Compiling zerovec-derive v0.10.3 |
1278 | 2025-01-17T03:41:55.297Z | Compiling digest v0.10.7 |
1279 | 2025-01-17T03:41:55.734Z | Compiling hmac v0.12.1 |
1280 | 2025-01-17T03:41:55.861Z | Compiling zerofrom v0.1.4 |
1281 | 2025-01-17T03:41:55.968Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-17T03:41:56.006Z | Compiling block-padding v0.3.3 |
1283 | 2025-01-17T03:41:56.068Z | Compiling displaydoc v0.2.5 |
1284 | 2025-01-17T03:41:56.174Z | Compiling thiserror v1.0.69 |
1285 | 2025-01-17T03:41:56.195Z | Compiling yoke v0.7.4 |
1286 | 2025-01-17T03:41:56.251Z | Compiling inout v0.1.3 |
1287 | 2025-01-17T03:41:56.330Z | Compiling sha2 v0.10.8 |
1288 | 2025-01-17T03:41:56.516Z | Compiling cipher v0.4.4 |
1289 | 2025-01-17T03:41:56.540Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2025-01-17T03:41:56.905Z | Compiling icu_provider_macros v1.5.0 |
1291 | 2025-01-17T03:41:57.024Z | Compiling der_derive v0.7.3 |
1292 | 2025-01-17T03:41:57.349Z | Compiling rand_chacha v0.3.1 |
1293 | 2025-01-17T03:41:57.474Z | Compiling zerovec v0.10.4 |
1294 | 2025-01-17T03:41:57.614Z | Compiling tracing-attributes v0.1.27 |
1295 | 2025-01-17T03:41:57.812Z | Compiling futures-util v0.3.31 |
1296 | 2025-01-17T03:41:58.007Z | Compiling percent-encoding v2.3.1 |
1297 | 2025-01-17T03:41:58.348Z | Compiling rand v0.8.5 |
1298 | 2025-01-17T03:41:59.306Z | Compiling tinystr v0.7.6 |
1299 | 2025-01-17T03:41:59.507Z | Compiling der v0.7.9 |
1300 | 2025-01-17T03:41:59.703Z | Compiling icu_locid v1.5.0 |
1301 | 2025-01-17T03:41:59.724Z | Compiling icu_collections v1.5.0 |
1302 | 2025-01-17T03:41:59.963Z | Compiling salsa20 v0.10.2 |
1303 | 2025-01-17T03:42:00.215Z | Compiling pest v2.7.14 |
1304 | 2025-01-17T03:42:00.391Z | Compiling pbkdf2 v0.12.2 |
1305 | 2025-01-17T03:42:00.938Z | Compiling icu_provider v1.5.0 |
1306 | 2025-01-17T03:42:01.027Z | Compiling tracing v0.1.40 |
1307 | 2025-01-17T03:42:01.299Z | Compiling mirai-annotations v1.12.0 |
1308 | 2025-01-17T03:42:01.498Z | Compiling spki v0.7.3 |
1309 | 2025-01-17T03:42:01.519Z | Compiling vcpkg v0.2.15 |
1310 | 2025-01-17T03:42:01.714Z | Compiling icu_locid_transform v1.5.0 |
1311 | 2025-01-17T03:42:01.947Z | Compiling time-core v0.1.2 |
1312 | 2025-01-17T03:42:01.969Z | Compiling num-conv v0.1.0 |
1313 | 2025-01-17T03:42:02.068Z | Compiling untrusted v0.7.1 |
1314 | 2025-01-17T03:42:02.252Z | Compiling powerfmt v0.2.0 |
1315 | 2025-01-17T03:42:02.295Z | Compiling icu_properties_data v1.5.0 |
1316 | 2025-01-17T03:42:02.489Z | Compiling untrusted v0.9.0 |
1317 | 2025-01-17T03:42:02.571Z | Compiling deranged v0.3.11 |
1318 | 2025-01-17T03:42:02.690Z | Compiling time-macros v0.2.18 |
1319 | 2025-01-17T03:42:03.052Z | Compiling icu_properties v1.5.1 |
1320 | 2025-01-17T03:42:03.345Z | Compiling pest_meta v2.7.14 |
1321 | 2025-01-17T03:42:03.397Z | Compiling openssl-sys v0.9.103 |
1322 | 2025-01-17T03:42:04.159Z | Compiling scrypt v0.11.0 |
1323 | 2025-01-17T03:42:04.444Z | Compiling bitflags v2.6.0 |
1324 | 2025-01-17T03:42:04.653Z | Compiling bytes v1.9.0 |
1325 | 2025-01-17T03:42:05.149Z | Compiling indexmap v2.7.0 |
1326 | 2025-01-17T03:42:05.748Z | Compiling tokio v1.43.0 |
1327 | 2025-01-17T03:42:05.862Z | Compiling http v1.2.0 |
1328 | 2025-01-17T03:42:06.093Z | Compiling semver v1.0.24 |
1329 | 2025-01-17T03:42:06.434Z | Compiling aes v0.8.4 |
1330 | 2025-01-17T03:42:06.809Z | Compiling rustc_version v0.4.1 |
1331 | 2025-01-17T03:42:07.524Z | Compiling cbc v0.1.2 |
1332 | 2025-01-17T03:42:07.636Z | Compiling scroll_derive v0.12.0 |
1333 | 2025-01-17T03:42:07.678Z | Compiling utf16_iter v1.0.5 |
1334 | 2025-01-17T03:42:07.757Z | Compiling num_threads v0.1.7 |
1335 | 2025-01-17T03:42:07.777Z | Compiling icu_normalizer_data v1.5.0 |
1336 | 2025-01-17T03:42:07.895Z | Compiling utf8_iter v1.0.4 |
1337 | 2025-01-17T03:42:07.915Z | Compiling write16 v1.0.0 |
1338 | 2025-01-17T03:42:07.917Z | Compiling atomic-waker v1.1.2 |
1339 | 2025-01-17T03:42:08.050Z | Compiling time v0.3.36 |
1340 | 2025-01-17T03:42:08.095Z | Compiling icu_normalizer v1.5.0 |
1341 | 2025-01-17T03:42:08.121Z | Compiling pkcs5 v0.7.1 |
1342 | 2025-01-17T03:42:08.146Z | Compiling http-body v1.0.1 |
1343 | 2025-01-17T03:42:08.381Z | Compiling pest_generator v2.7.14 |
1344 | 2025-01-17T03:42:09.036Z | Compiling which v4.4.2 |
1345 | 2025-01-17T03:42:09.211Z | Compiling scroll v0.12.0 |
1346 | 2025-01-17T03:42:09.553Z | Compiling form_urlencoded v1.2.1 |
1347 | 2025-01-17T03:42:09.683Z | Compiling slog v2.7.0 |
1348 | 2025-01-17T03:42:09.758Z | Compiling try-lock v0.2.5 |
1349 | 2025-01-17T03:42:09.867Z | Compiling goblin v0.8.2 |
1350 | 2025-01-17T03:42:09.887Z | Compiling idna_adapter v1.2.0 |
1351 | 2025-01-17T03:42:09.912Z | Compiling want v0.3.1 |
1352 | 2025-01-17T03:42:10.121Z | Compiling pkcs8 v0.10.2 |
1353 | 2025-01-17T03:42:10.174Z | Compiling uuid v1.11.0 |
1354 | 2025-01-17T03:42:10.230Z | Compiling pest_derive v2.7.14 |
1355 | 2025-01-17T03:42:10.264Z | Compiling httpdate v1.0.3 |
1356 | 2025-01-17T03:42:10.687Z | Compiling iana-time-zone v0.1.61 |
1357 | 2025-01-17T03:42:10.998Z | Compiling dtrace-parser v0.2.0 |
1358 | 2025-01-17T03:42:11.096Z | Compiling chrono v0.4.38 |
1359 | 2025-01-17T03:42:11.529Z | Compiling idna v1.0.3 |
1360 | 2025-01-17T03:42:11.532Z | Compiling serde_spanned v0.6.8 |
1361 | 2025-01-17T03:42:11.807Z | Compiling serde_tokenstream v0.2.2 |
1362 | 2025-01-17T03:42:12.415Z | Compiling toml_datetime v0.6.8 |
1363 | 2025-01-17T03:42:12.729Z | Compiling match_cfg v0.1.0 |
1364 | 2025-01-17T03:42:12.841Z | Compiling foreign-types-shared v0.1.1 |
1365 | 2025-01-17T03:42:12.909Z | Compiling tower-service v0.3.3 |
1366 | 2025-01-17T03:42:12.931Z | Compiling base64 v0.22.1 |
1367 | 2025-01-17T03:42:12.971Z | Compiling adler2 v2.0.0 |
1368 | 2025-01-17T03:42:13.047Z | Compiling openssl v0.10.66 |
1369 | 2025-01-17T03:42:13.187Z | Compiling rustversion v1.0.17 |
1370 | 2025-01-17T03:42:13.206Z | Compiling miniz_oxide v0.8.0 |
1371 | 2025-01-17T03:42:13.505Z | Compiling foreign-types v0.3.2 |
1372 | 2025-01-17T03:42:13.616Z | Compiling hostname v0.3.1 |
1373 | 2025-01-17T03:42:13.643Z | Compiling url v2.5.3 |
1374 | 2025-01-17T03:42:13.825Z | Compiling tokio-util v0.7.12 |
1375 | 2025-01-17T03:42:14.486Z | Compiling async-trait v0.1.83 |
1376 | 2025-01-17T03:42:14.615Z | Compiling openssl-macros v0.1.1 |
1377 | 2025-01-17T03:42:15.106Z | Compiling h2 v0.4.6 |
1378 | 2025-01-17T03:42:15.189Z | Compiling serde_derive_internals v0.29.1 |
1379 | 2025-01-17T03:42:15.344Z | Compiling dirs-sys-next v0.1.2 |
1380 | 2025-01-17T03:42:15.403Z | Compiling schemars v0.8.21 |
1381 | 2025-01-17T03:42:15.740Z | Compiling dof v0.3.0 |
1382 | 2025-01-17T03:42:15.908Z | Compiling siphasher v0.3.11 |
1383 | 2025-01-17T03:42:16.302Z | Compiling rustls v0.22.4 |
1384 | 2025-01-17T03:42:16.582Z | Compiling usdt-impl v0.5.0 |
1385 | 2025-01-17T03:42:16.814Z | Compiling rustls v0.23.19 |
1386 | 2025-01-17T03:42:17.105Z | Compiling native-tls v0.2.12 |
1387 | 2025-01-17T03:42:17.477Z | Compiling data-encoding v2.6.0 |
1388 | 2025-01-17T03:42:17.559Z | Compiling syn v1.0.109 |
1389 | 2025-01-17T03:42:17.593Z | Compiling schemars_derive v0.8.21 |
1390 | 2025-01-17T03:42:18.144Z | Compiling dirs-next v2.0.0 |
1391 | 2025-01-17T03:42:19.290Z | Compiling http-body-util v0.1.2 |
1392 | 2025-01-17T03:42:19.404Z | Compiling heapless v0.7.17 |
1393 | 2025-01-17T03:42:19.492Z | Compiling crossbeam-epoch v0.9.18 |
1394 | 2025-01-17T03:42:19.587Z | Compiling sha1 v0.10.6 |
1395 | 2025-01-17T03:42:19.788Z | Compiling signature v2.2.0 |
1396 | 2025-01-17T03:42:19.829Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1397 | 2025-01-17T03:42:20.007Z | Compiling thread_local v1.1.8 |
1398 | 2025-01-17T03:42:20.071Z | Compiling multer v3.1.0 |
1399 | 2025-01-17T03:42:20.188Z | Compiling encoding_rs v0.8.34 |
1400 | 2025-01-17T03:42:20.305Z | Compiling cookie v0.18.1 |
1401 | 2025-01-17T03:42:20.365Z | Compiling slog-async v2.8.0 |
1402 | 2025-01-17T03:42:20.462Z | Compiling gimli v0.31.1 |
1403 | 2025-01-17T03:42:20.610Z | Compiling rayon-core v1.12.1 |
1404 | 2025-01-17T03:42:20.660Z | Compiling unicode-properties v0.1.3 |
1405 | 2025-01-17T03:42:20.818Z | Compiling mime v0.3.17 |
1406 | 2025-01-17T03:42:20.875Z | Compiling signal-hook v0.3.17 |
1407 | 2025-01-17T03:42:21.076Z | Compiling openssl-probe v0.1.5 |
1408 | 2025-01-17T03:42:21.158Z | Compiling dyn-clone v1.0.17 |
1409 | 2025-01-17T03:42:21.330Z | Compiling ipnet v2.10.1 |
1410 | 2025-01-17T03:42:21.435Z | Compiling stringprep v0.1.5 |
1411 | 2025-01-17T03:42:22.490Z | Compiling hyper v1.5.2 |
1412 | 2025-01-17T03:42:22.708Z | Compiling toml_edit v0.22.22 |
1413 | 2025-01-17T03:42:24.863Z | Compiling hyper-util v0.1.10 |
1414 | 2025-01-17T03:42:24.979Z | Compiling addr2line v0.24.2 |
1415 | 2025-01-17T03:42:25.282Z | Compiling crossbeam-deque v0.8.5 |
1416 | 2025-01-17T03:42:25.639Z | Compiling usdt-attr-macro v0.5.0 |
1417 | 2025-01-17T03:42:25.693Z | Compiling usdt-macro v0.5.0 |
1418 | 2025-01-17T03:42:26.016Z | Compiling term v0.7.0 |
1419 | 2025-01-17T03:42:26.853Z | Compiling slog-json v2.6.1 |
1420 | 2025-01-17T03:42:27.051Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2025-01-17T03:42:27.105Z | Compiling curve25519-dalek v4.1.3 |
1422 | 2025-01-17T03:42:27.230Z | Compiling crossbeam-channel v0.5.13 |
1423 | 2025-01-17T03:42:27.346Z | Compiling futures-executor v0.3.31 |
1424 | 2025-01-17T03:42:27.574Z | Compiling enum-as-inner v0.6.1 |
1425 | 2025-01-17T03:42:27.773Z | Compiling md-5 v0.10.6 |
1426 | 2025-01-17T03:42:27.848Z | Compiling rustls-pemfile v2.2.0 |
1427 | 2025-01-17T03:42:27.867Z | Compiling async-stream-impl v0.3.6 |
1428 | 2025-01-17T03:42:28.069Z | Compiling num-integer v0.1.46 |
1429 | 2025-01-17T03:42:28.181Z | Compiling idna v0.3.0 |
1430 | 2025-01-17T03:42:28.264Z | Compiling idna v0.4.0 |
1431 | 2025-01-17T03:42:28.615Z | Compiling hash32 v0.2.1 |
1432 | 2025-01-17T03:42:28.827Z | Compiling ff v0.13.0 |
1433 | 2025-01-17T03:42:28.977Z | Compiling is-terminal v0.4.13 |
1434 | 2025-01-17T03:42:29.067Z | Compiling dropshot v0.12.0 |
1435 | 2025-01-17T03:42:29.095Z | Compiling object v0.36.5 |
1436 | 2025-01-17T03:42:29.124Z | Compiling linked-hash-map v0.5.6 |
1437 | 2025-01-17T03:42:29.369Z | Compiling anyhow v1.0.93 |
1438 | 2025-01-17T03:42:29.464Z | Compiling portable-atomic v1.9.0 |
1439 | 2025-01-17T03:42:29.681Z | Compiling psl-types v2.0.11 |
1440 | 2025-01-17T03:42:29.814Z | Compiling num-bigint-dig v0.8.4 |
1441 | 2025-01-17T03:42:29.891Z | Compiling fallible-iterator v0.2.0 |
1442 | 2025-01-17T03:42:29.957Z | Compiling rustc-demangle v0.1.24 |
1443 | 2025-01-17T03:42:30.059Z | Compiling smoltcp v0.9.1 |
1444 | 2025-01-17T03:42:30.120Z | Compiling utf-8 v0.7.6 |
1445 | 2025-01-17T03:42:30.432Z | Compiling take_mut v0.2.2 |
1446 | 2025-01-17T03:42:30.454Z | Compiling quick-error v1.2.3 |
1447 | 2025-01-17T03:42:30.547Z | Compiling base16ct v0.2.0 |
1448 | 2025-01-17T03:42:30.606Z | Compiling resolv-conf v0.7.0 |
1449 | 2025-01-17T03:42:30.734Z | Compiling postgres-protocol v0.6.7 |
1450 | 2025-01-17T03:42:30.856Z | Compiling sec1 v0.7.3 |
1451 | 2025-01-17T03:42:30.972Z | Compiling tungstenite v0.24.0 |
1452 | 2025-01-17T03:42:31.404Z | Compiling publicsuffix v2.2.3 |
1453 | 2025-01-17T03:42:31.678Z | Compiling lru-cache v0.1.2 |
1454 | 2025-01-17T03:42:31.755Z | Compiling hickory-proto v0.24.1 |
1455 | 2025-01-17T03:42:31.775Z | Compiling slog-term v2.9.1 |
1456 | 2025-01-17T03:42:31.875Z | Compiling async-stream v0.3.6 |
1457 | 2025-01-17T03:42:31.987Z | Compiling usdt v0.5.0 |
1458 | 2025-01-17T03:42:32.178Z | Compiling group v0.13.0 |
1459 | 2025-01-17T03:42:32.548Z | Compiling num-iter v0.1.45 |
1460 | 2025-01-17T03:42:32.886Z | Compiling futures v0.3.31 |
1461 | 2025-01-17T03:42:32.941Z | Compiling slog-bunyan v2.5.0 |
1462 | 2025-01-17T03:42:33.037Z | Compiling toml v0.8.19 |
1463 | 2025-01-17T03:42:33.502Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2025-01-17T03:42:34.208Z | Compiling camino v1.1.9 |
1465 | 2025-01-17T03:42:34.734Z | Compiling phf_shared v0.11.2 |
1466 | 2025-01-17T03:42:34.818Z | Compiling dropshot_endpoint v0.12.0 |
1467 | 2025-01-17T03:42:35.080Z | Compiling terminal_size v0.4.0 |
1468 | 2025-01-17T03:42:35.109Z | Compiling waitgroup v0.1.2 |
1469 | 2025-01-17T03:42:35.313Z | Compiling openapiv3 v2.0.0 |
1470 | 2025-01-17T03:42:35.337Z | Compiling serde_path_to_error v0.1.16 |
1471 | 2025-01-17T03:42:35.446Z | Compiling hkdf v0.12.4 |
1472 | 2025-01-17T03:42:35.731Z | Compiling backtrace v0.3.74 |
1473 | 2025-01-17T03:42:36.128Z | Compiling crypto-bigint v0.5.5 |
1474 | 2025-01-17T03:42:36.177Z | Compiling webpki-roots v0.26.6 |
1475 | 2025-01-17T03:42:36.393Z | Compiling curve25519-dalek-derive v0.1.1 |
1476 | 2025-01-17T03:42:37.856Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2025-01-17T03:42:38.728Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-01-17T03:42:38.812Z | Compiling idna v0.5.0 |
1479 | 2025-01-17T03:42:39.113Z | Compiling hostname v0.4.0 |
1480 | 2025-01-17T03:42:39.254Z | Compiling fs-err v2.11.0 |
1481 | 2025-01-17T03:42:39.336Z | Compiling ahash v0.8.11 |
1482 | 2025-01-17T03:42:39.542Z | Compiling crc32fast v1.4.2 |
1483 | 2025-01-17T03:42:39.586Z | Compiling bitflags v1.3.2 |
1484 | 2025-01-17T03:42:39.676Z | Compiling winnow v0.5.40 |
1485 | 2025-01-17T03:42:39.698Z | Compiling managed v0.8.0 |
1486 | 2025-01-17T03:42:39.783Z | Compiling debug-ignore v1.0.5 |
1487 | 2025-01-17T03:42:39.893Z | Compiling newtype-uuid v1.2.1 |
1488 | 2025-01-17T03:42:39.948Z | Compiling console v0.15.8 |
1489 | 2025-01-17T03:42:40.216Z | Compiling clap_builder v4.5.21 |
1490 | 2025-01-17T03:42:40.399Z | Compiling zerocopy v0.6.6 |
1491 | 2025-01-17T03:42:40.781Z | Compiling cookie_store v0.21.0 |
1492 | 2025-01-17T03:42:41.159Z | Compiling flate2 v1.0.34 |
1493 | 2025-01-17T03:42:41.258Z | Compiling strum_macros v0.25.3 |
1494 | 2025-01-17T03:42:42.069Z | Compiling hubpack v0.1.2 |
1495 | 2025-01-17T03:42:42.112Z | Compiling elliptic-curve v0.13.8 |
1496 | 2025-01-17T03:42:42.257Z | Compiling hickory-resolver v0.24.1 |
1497 | 2025-01-17T03:42:42.987Z | Compiling toml_edit v0.19.15 |
1498 | 2025-01-17T03:42:43.164Z | Compiling phf v0.11.2 |
1499 | 2025-01-17T03:42:43.273Z | Compiling signal-hook-mio v0.2.4 |
1500 | 2025-01-17T03:42:43.419Z | Compiling rayon v1.10.0 |
1501 | 2025-01-17T03:42:43.446Z | Compiling hyper-tls v0.6.0 |
1502 | 2025-01-17T03:42:43.842Z | Compiling bzip2 v0.4.4 |
1503 | 2025-01-17T03:42:45.126Z | Compiling tokio-tungstenite v0.24.0 |
1504 | 2025-01-17T03:42:45.665Z | Compiling postgres-types v0.2.8 |
1505 | 2025-01-17T03:42:47.732Z | Compiling ed25519 v2.2.3 |
1506 | 2025-01-17T03:42:48.275Z | Compiling phf_shared v0.10.0 |
1507 | 2025-01-17T03:42:48.296Z | Compiling tokio-stream v0.1.16 |
1508 | 2025-01-17T03:42:48.468Z | Compiling pkcs1 v0.7.5 |
1509 | 2025-01-17T03:42:48.666Z | Compiling serde-big-array v0.5.1 |
1510 | 2025-01-17T03:42:48.911Z | Compiling clap_derive v4.5.18 |
1511 | 2025-01-17T03:42:49.260Z | Compiling rfc6979 v0.4.0 |
1512 | 2025-01-17T03:42:49.410Z | Compiling derive-where v1.2.7 |
1513 | 2025-01-17T03:42:49.457Z | Compiling serde_repr v0.1.19 |
1514 | 2025-01-17T03:42:49.598Z | Compiling float-cmp v0.9.0 |
1515 | 2025-01-17T03:42:49.834Z | Compiling bstr v1.10.0 |
1516 | 2025-01-17T03:42:50.229Z | Compiling sync_wrapper v1.0.1 |
1517 | 2025-01-17T03:42:50.254Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-17T03:42:50.392Z | Compiling static_assertions v1.1.0 |
1519 | 2025-01-17T03:42:50.501Z | Compiling predicates-core v1.0.8 |
1520 | 2025-01-17T03:42:50.529Z | Compiling new_debug_unreachable v1.0.6 |
1521 | 2025-01-17T03:42:50.572Z | Compiling whoami v1.5.2 |
1522 | 2025-01-17T03:42:50.662Z | Compiling difflib v0.4.0 |
1523 | 2025-01-17T03:42:50.847Z | Compiling unicode-segmentation v1.12.0 |
1524 | 2025-01-17T03:42:51.144Z | Compiling fixedbitset v0.4.2 |
1525 | 2025-01-17T03:42:51.418Z | Compiling bit-vec v0.6.3 |
1526 | 2025-01-17T03:42:51.610Z | Compiling unicode-width v0.2.0 |
1527 | 2025-01-17T03:42:51.739Z | Compiling precomputed-hash v0.1.1 |
1528 | 2025-01-17T03:42:51.818Z | Compiling normalize-line-endings v0.3.0 |
1529 | 2025-01-17T03:42:51.873Z | Compiling string_cache v0.8.7 |
1530 | 2025-01-17T03:42:51.955Z | Compiling predicates v3.1.2 |
1531 | 2025-01-17T03:42:52.083Z | Compiling indicatif v0.17.9 |
1532 | 2025-01-17T03:42:52.141Z | Compiling bit-set v0.5.3 |
1533 | 2025-01-17T03:42:52.300Z | Compiling similar v2.6.0 |
1534 | 2025-01-17T03:42:52.445Z | Compiling petgraph v0.6.5 |
1535 | 2025-01-17T03:42:52.649Z | Compiling tokio-postgres v0.7.12 |
1536 | 2025-01-17T03:42:53.421Z | Compiling clap v4.5.21 |
1537 | 2025-01-17T03:42:53.496Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1538 | 2025-01-17T03:42:53.547Z | Compiling ecdsa v0.16.9 |
1539 | 2025-01-17T03:42:54.149Z | Compiling rsa v0.9.6 |
1540 | 2025-01-17T03:42:54.368Z | Compiling ed25519-dalek v2.1.1 |
1541 | 2025-01-17T03:42:54.482Z | Compiling toml v0.7.8 |
1542 | 2025-01-17T03:42:55.669Z | Compiling zip v0.6.6 |
1543 | 2025-01-17T03:42:55.995Z | Compiling crossterm v0.28.1 |
1544 | 2025-01-17T03:42:57.316Z | Compiling hex v0.4.3 |
1545 | 2025-01-17T03:42:57.415Z | Compiling x509-cert v0.2.5 |
1546 | 2025-01-17T03:42:57.924Z | Compiling itertools v0.10.5 |
1547 | 2025-01-17T03:42:58.087Z | Compiling lalrpop-util v0.19.12 |
1548 | 2025-01-17T03:42:58.338Z | Compiling peg-runtime v0.8.3 |
1549 | 2025-01-17T03:42:58.462Z | Compiling unicode-xid v0.2.6 |
1550 | 2025-01-17T03:42:58.661Z | Compiling strum_macros v0.26.4 |
1551 | 2025-01-17T03:42:58.927Z | Compiling xattr v1.3.1 |
1552 | 2025-01-17T03:42:59.199Z | Compiling filetime v0.2.25 |
1553 | 2025-01-17T03:42:59.519Z | Compiling tar v0.4.42 |
1554 | 2025-01-17T03:43:03.304Z | Compiling strum v0.26.3 |
1555 | 2025-01-17T03:43:06.604Z | Compiling aws-lc-sys v0.22.0 |
1556 | 2025-01-17T03:43:34.074Z | Compiling rustls-webpki v0.102.8 |
1557 | 2025-01-17T03:43:37.210Z | Compiling tokio-rustls v0.25.0 |
1558 | 2025-01-17T03:43:38.860Z | Compiling tokio-rustls v0.26.0 |
1559 | 2025-01-17T03:43:39.106Z | Compiling hyper-rustls v0.27.3 |
1560 | 2025-01-17T03:43:39.440Z | Compiling reqwest v0.12.9 |
1561 | 2025-01-17T03:43:40.994Z | Compiling qorb v0.2.1 |
1562 | 2025-01-17T03:43:44.056Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2025-01-17T03:43:44.271Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1564 | 2025-01-17T03:43:48.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1565 | 2025-01-17T03:43:48.902Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1566 | 2025-01-17T03:43:49.049Z | Jan 17 03:43:47.834 INFO Starting download, target: Clickhouse |
1567 | 2025-01-17T03:43:49.049Z | Jan 17 03:43:47.834 INFO Starting download, target: Cockroach |
1568 | 2025-01-17T03:43:49.049Z | Jan 17 03:43:47.834 INFO Starting download, target: DendriteOpenapi |
1569 | 2025-01-17T03:43:49.054Z | Jan 17 03:43:47.834 INFO Starting download, target: Console |
1570 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.834 INFO Starting download, target: DendriteStub |
1571 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.834 INFO Starting download, target: MaghemiteMgd |
1572 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.834 INFO Starting download, target: TransceiverControl |
1573 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1574 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1575 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1576 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1577 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1578 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1579 | 2025-01-17T03:43:49.055Z | Jan 17 03:43:47.835 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1580 | 2025-01-17T03:43:49.133Z | Jan 17 03:43:47.994 INFO Download complete, target: DendriteOpenapi |
1581 | 2025-01-17T03:43:49.312Z | Jan 17 03:43:48.191 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1582 | 2025-01-17T03:43:49.510Z | Jan 17 03:43:48.390 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1583 | 2025-01-17T03:43:49.731Z | Jan 17 03:43:48.605 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1584 | 2025-01-17T03:43:49.856Z | Jan 17 03:43:48.728 INFO Download complete, target: Console |
1585 | 2025-01-17T03:43:49.863Z | Jan 17 03:43:48.742 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1586 | 2025-01-17T03:43:50.067Z | Jan 17 03:43:48.948 INFO Download complete, target: TransceiverControl |
1587 | 2025-01-17T03:43:50.371Z | Jan 17 03:43:49.252 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1588 | 2025-01-17T03:43:50.371Z | Jan 17 03:43:49.252 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1589 | 2025-01-17T03:43:50.842Z | Jan 17 03:43:49.723 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1590 | 2025-01-17T03:43:52.509Z | Jan 17 03:43:51.380 INFO Download complete, target: DendriteStub |
1591 | 2025-01-17T03:43:52.802Z | Jan 17 03:43:51.674 INFO Download complete, target: MaghemiteMgd |
1592 | 2025-01-17T03:43:57.735Z | Jan 17 03:43:56.615 INFO Checking that binary works, target: Cockroach |
1593 | 2025-01-17T03:43:57.908Z | Jan 17 03:43:56.788 INFO Download complete, target: Cockroach |
1594 | 2025-01-17T03:44:03.100Z | Jan 17 03:44:01.980 INFO Checking that binary works, target: Clickhouse |
1595 | 2025-01-17T03:44:03.220Z | Jan 17 03:44:02.100 INFO Download complete, target: Clickhouse |
1596 | 2025-01-17T03:44:03.241Z | All builder prerequisites installed successfully, and PATH looks valid |
1597 | 2025-01-17T03:44:03.244Z | |
1598 | 2025-01-17T03:44:03.244Z | real 5:13.932056965 |
1599 | 2025-01-17T03:44:03.244Z | user 15:49.151795438 |
1600 | 2025-01-17T03:44:03.244Z | sys 2:04.786083635 |
1601 | 2025-01-17T03:44:03.244Z | trap 0.578926814 |
1602 | 2025-01-17T03:44:03.244Z | tflt 2.612011494 |
1603 | 2025-01-17T03:44:03.244Z | dflt 2.148092532 |
1604 | 2025-01-17T03:44:03.244Z | kflt 0.026287951 |
1605 | 2025-01-17T03:44:03.244Z | lock 24:42.208615639 |
1606 | 2025-01-17T03:44:03.244Z | slp 56:09.970121674 |
1607 | 2025-01-17T03:44:03.244Z | lat 59.163186466 |
1608 | 2025-01-17T03:44:03.244Z | stop 2:27.375254836 |
1609 | 2025-01-17T03:44:03.244Z | + banner hack-check |
1610 | 2025-01-17T03:44:03.247Z | |
1611 | 2025-01-17T03:44:03.247Z | # # ## #### # # #### # # ###### #### # # |
1612 | 2025-01-17T03:44:03.247Z | # # # # # # # # # # # # # # # # # |
1613 | 2025-01-17T03:44:03.247Z | ###### # # # #### ##### # ###### ##### # #### |
1614 | 2025-01-17T03:44:03.247Z | # # ###### # # # # # # # # # # |
1615 | 2025-01-17T03:44:03.247Z | # # # # # # # # # # # # # # # # # |
1616 | 2025-01-17T03:44:03.247Z | # # # # #### # # #### # # ###### #### # # |
1617 | 2025-01-17T03:44:03.247Z | |
1618 | 2025-01-17T03:44:03.247Z | + export CARGO_INCREMENTAL=0 |
1619 | 2025-01-17T03:44:03.247Z | + CARGO_INCREMENTAL=0 |
1620 | 2025-01-17T03:44:03.247Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1621 | 2025-01-17T03:44:03.773Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1622 | 2025-01-17T03:44:06.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1623 | 2025-01-17T03:44:06.634Z | Running `target/debug/xtask check-features --ci` |
1624 | 2025-01-17T03:44:06.656Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1625 | 2025-01-17T03:44:06.656Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1626 | 2025-01-17T03:44:07.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1627 | 2025-01-17T03:44:07.105Z | Running `target/debug/xtask download cargo-hack` |
1628 | 2025-01-17T03:44:07.927Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1629 | 2025-01-17T03:44:08.297Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1630 | 2025-01-17T03:44:12.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
1631 | 2025-01-17T03:44:12.166Z | Running `target/debug/xtask-downloader cargo-hack` |
1632 | 2025-01-17T03:44:12.202Z | Jan 17 03:44:11.080 INFO Starting download, target: CargoHack |
1633 | 2025-01-17T03:44:12.205Z | Jan 17 03:44:11.081 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1634 | 2025-01-17T03:44:12.809Z | Jan 17 03:44:11.687 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1635 | 2025-01-17T03:44:12.900Z | Jan 17 03:44:11.778 INFO Download complete, target: CargoHack |
1636 | 2025-01-17T03:44:12.904Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1637 | 2025-01-17T03:44:12.920Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1638 | 2025-01-17T03:44:13.092Z | info: running `cargo check --bins` on api_identity (1/197) |
1639 | 2025-01-17T03:44:13.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2025-01-17T03:44:13.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2025-01-17T03:44:13.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2025-01-17T03:44:13.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1643 | 2025-01-17T03:44:13.692Z | |
1644 | 2025-01-17T03:44:13.692Z | info: running `cargo check --bins` on bootstore (2/197) |
1645 | 2025-01-17T03:44:14.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2025-01-17T03:44:14.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2025-01-17T03:44:14.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2025-01-17T03:44:14.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1649 | 2025-01-17T03:44:14.324Z | |
1650 | 2025-01-17T03:44:14.324Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1651 | 2025-01-17T03:44:14.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2025-01-17T03:44:14.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2025-01-17T03:44:14.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2025-01-17T03:44:14.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1655 | 2025-01-17T03:44:14.935Z | |
1656 | 2025-01-17T03:44:14.935Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1657 | 2025-01-17T03:44:15.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2025-01-17T03:44:15.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2025-01-17T03:44:15.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2025-01-17T03:44:15.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1661 | 2025-01-17T03:44:15.554Z | |
1662 | 2025-01-17T03:44:15.554Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1663 | 2025-01-17T03:44:15.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2025-01-17T03:44:15.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2025-01-17T03:44:15.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2025-01-17T03:44:15.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2025-01-17T03:44:15.973Z | |
1668 | 2025-01-17T03:44:15.973Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1669 | 2025-01-17T03:44:16.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-01-17T03:44:16.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-01-17T03:44:16.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-01-17T03:44:16.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2025-01-17T03:44:16.409Z | |
1674 | 2025-01-17T03:44:16.409Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1675 | 2025-01-17T03:44:16.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-01-17T03:44:16.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-01-17T03:44:16.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-01-17T03:44:16.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2025-01-17T03:44:16.834Z | |
1680 | 2025-01-17T03:44:16.834Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1681 | 2025-01-17T03:44:17.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-01-17T03:44:17.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-01-17T03:44:17.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-01-17T03:44:17.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2025-01-17T03:44:17.252Z | |
1686 | 2025-01-17T03:44:17.252Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1687 | 2025-01-17T03:44:17.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-01-17T03:44:17.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-01-17T03:44:17.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-01-17T03:44:17.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2025-01-17T03:44:17.671Z | |
1692 | 2025-01-17T03:44:17.671Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1693 | 2025-01-17T03:44:18.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-01-17T03:44:18.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-01-17T03:44:18.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-01-17T03:44:18.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1697 | 2025-01-17T03:44:18.094Z | |
1698 | 2025-01-17T03:44:18.094Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1699 | 2025-01-17T03:44:18.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-01-17T03:44:18.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-01-17T03:44:18.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-01-17T03:44:18.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2025-01-17T03:44:18.521Z | |
1704 | 2025-01-17T03:44:18.521Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1705 | 2025-01-17T03:44:18.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-01-17T03:44:18.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-01-17T03:44:18.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-01-17T03:44:18.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2025-01-17T03:44:18.941Z | |
1710 | 2025-01-17T03:44:18.941Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1711 | 2025-01-17T03:44:19.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-01-17T03:44:19.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-01-17T03:44:19.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-01-17T03:44:19.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2025-01-17T03:44:19.365Z | |
1716 | 2025-01-17T03:44:19.365Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1717 | 2025-01-17T03:44:19.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-01-17T03:44:19.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-01-17T03:44:19.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-01-17T03:44:19.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1721 | 2025-01-17T03:44:19.787Z | |
1722 | 2025-01-17T03:44:19.787Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1723 | 2025-01-17T03:44:20.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-01-17T03:44:20.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-01-17T03:44:20.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-01-17T03:44:20.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1727 | 2025-01-17T03:44:20.209Z | |
1728 | 2025-01-17T03:44:20.209Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1729 | 2025-01-17T03:44:20.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-01-17T03:44:20.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-01-17T03:44:20.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-01-17T03:44:20.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1733 | 2025-01-17T03:44:20.632Z | |
1734 | 2025-01-17T03:44:20.632Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1735 | 2025-01-17T03:44:21.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-01-17T03:44:21.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-01-17T03:44:21.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-01-17T03:44:21.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1739 | 2025-01-17T03:44:21.068Z | |
1740 | 2025-01-17T03:44:21.068Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1741 | 2025-01-17T03:44:21.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-01-17T03:44:21.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-01-17T03:44:21.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-01-17T03:44:21.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2025-01-17T03:44:21.497Z | |
1746 | 2025-01-17T03:44:21.497Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1747 | 2025-01-17T03:44:21.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-01-17T03:44:21.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-01-17T03:44:21.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-01-17T03:44:21.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2025-01-17T03:44:21.923Z | |
1752 | 2025-01-17T03:44:21.923Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1753 | 2025-01-17T03:44:22.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-01-17T03:44:22.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-01-17T03:44:22.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-01-17T03:44:22.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2025-01-17T03:44:22.349Z | |
1758 | 2025-01-17T03:44:22.349Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1759 | 2025-01-17T03:44:22.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-01-17T03:44:22.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-01-17T03:44:22.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-01-17T03:44:22.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1763 | 2025-01-17T03:44:22.775Z | |
1764 | 2025-01-17T03:44:22.775Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1765 | 2025-01-17T03:44:23.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-01-17T03:44:23.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-01-17T03:44:23.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-01-17T03:44:23.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1769 | 2025-01-17T03:44:23.211Z | |
1770 | 2025-01-17T03:44:23.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1771 | 2025-01-17T03:44:23.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-01-17T03:44:23.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-01-17T03:44:23.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-01-17T03:44:23.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1775 | 2025-01-17T03:44:23.641Z | |
1776 | 2025-01-17T03:44:23.641Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1777 | 2025-01-17T03:44:24.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-01-17T03:44:24.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-01-17T03:44:24.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-01-17T03:44:24.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1781 | 2025-01-17T03:44:24.070Z | |
1782 | 2025-01-17T03:44:24.070Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1783 | 2025-01-17T03:44:24.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-01-17T03:44:24.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-01-17T03:44:24.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-01-17T03:44:24.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1787 | 2025-01-17T03:44:24.498Z | |
1788 | 2025-01-17T03:44:24.498Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1789 | 2025-01-17T03:44:24.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-01-17T03:44:24.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-01-17T03:44:24.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-01-17T03:44:24.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1793 | 2025-01-17T03:44:24.917Z | |
1794 | 2025-01-17T03:44:24.917Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1795 | 2025-01-17T03:44:25.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-01-17T03:44:25.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-01-17T03:44:25.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-01-17T03:44:25.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1799 | 2025-01-17T03:44:25.350Z | |
1800 | 2025-01-17T03:44:25.350Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1801 | 2025-01-17T03:44:25.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-01-17T03:44:25.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-01-17T03:44:25.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-01-17T03:44:25.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1805 | 2025-01-17T03:44:25.774Z | |
1806 | 2025-01-17T03:44:25.774Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1807 | 2025-01-17T03:44:26.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-01-17T03:44:26.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-01-17T03:44:26.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-01-17T03:44:26.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1811 | 2025-01-17T03:44:26.197Z | |
1812 | 2025-01-17T03:44:26.198Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1813 | 2025-01-17T03:44:26.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-01-17T03:44:26.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-01-17T03:44:26.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-01-17T03:44:26.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1817 | 2025-01-17T03:44:26.619Z | |
1818 | 2025-01-17T03:44:26.619Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1819 | 2025-01-17T03:44:27.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-01-17T03:44:27.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-01-17T03:44:27.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-01-17T03:44:27.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1823 | 2025-01-17T03:44:27.046Z | |
1824 | 2025-01-17T03:44:27.047Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1825 | 2025-01-17T03:44:27.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-01-17T03:44:27.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-01-17T03:44:27.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-01-17T03:44:27.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1829 | 2025-01-17T03:44:27.471Z | |
1830 | 2025-01-17T03:44:27.471Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1831 | 2025-01-17T03:44:27.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-01-17T03:44:27.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-01-17T03:44:27.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-01-17T03:44:27.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1835 | 2025-01-17T03:44:27.893Z | |
1836 | 2025-01-17T03:44:27.893Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1837 | 2025-01-17T03:44:28.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-01-17T03:44:28.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-01-17T03:44:28.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-01-17T03:44:28.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1841 | 2025-01-17T03:44:28.314Z | |
1842 | 2025-01-17T03:44:28.314Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1843 | 2025-01-17T03:44:28.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-01-17T03:44:28.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-01-17T03:44:28.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-01-17T03:44:28.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1847 | 2025-01-17T03:44:28.729Z | |
1848 | 2025-01-17T03:44:28.729Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1849 | 2025-01-17T03:44:29.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-01-17T03:44:29.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-01-17T03:44:29.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-01-17T03:44:29.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1853 | 2025-01-17T03:44:29.153Z | |
1854 | 2025-01-17T03:44:29.153Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1855 | 2025-01-17T03:44:29.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-01-17T03:44:29.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-01-17T03:44:29.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-01-17T03:44:29.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1859 | 2025-01-17T03:44:29.577Z | |
1860 | 2025-01-17T03:44:29.578Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1861 | 2025-01-17T03:44:29.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-01-17T03:44:29.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-01-17T03:44:29.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-01-17T03:44:29.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1865 | 2025-01-17T03:44:30.005Z | |
1866 | 2025-01-17T03:44:30.005Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1867 | 2025-01-17T03:44:30.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-01-17T03:44:30.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-01-17T03:44:30.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-01-17T03:44:30.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1871 | 2025-01-17T03:44:30.431Z | |
1872 | 2025-01-17T03:44:30.431Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1873 | 2025-01-17T03:44:30.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-01-17T03:44:30.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-01-17T03:44:30.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-01-17T03:44:30.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1877 | 2025-01-17T03:44:30.863Z | |
1878 | 2025-01-17T03:44:30.863Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1879 | 2025-01-17T03:44:31.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-01-17T03:44:31.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-01-17T03:44:31.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-01-17T03:44:31.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1883 | 2025-01-17T03:44:31.304Z | |
1884 | 2025-01-17T03:44:31.304Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1885 | 2025-01-17T03:44:31.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-01-17T03:44:31.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-01-17T03:44:31.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-01-17T03:44:31.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1889 | 2025-01-17T03:44:31.727Z | |
1890 | 2025-01-17T03:44:31.727Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1891 | 2025-01-17T03:44:32.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-01-17T03:44:32.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-01-17T03:44:32.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-01-17T03:44:32.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1895 | 2025-01-17T03:44:32.160Z | |
1896 | 2025-01-17T03:44:32.160Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1897 | 2025-01-17T03:44:32.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-01-17T03:44:32.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-01-17T03:44:32.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-01-17T03:44:32.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1901 | 2025-01-17T03:44:32.591Z | |
1902 | 2025-01-17T03:44:32.591Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1903 | 2025-01-17T03:44:33.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-01-17T03:44:33.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-01-17T03:44:33.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-01-17T03:44:33.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1907 | 2025-01-17T03:44:33.227Z | |
1908 | 2025-01-17T03:44:33.228Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1909 | 2025-01-17T03:44:33.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-01-17T03:44:33.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-01-17T03:44:33.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-01-17T03:44:33.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1913 | 2025-01-17T03:44:33.861Z | |
1914 | 2025-01-17T03:44:33.861Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1915 | 2025-01-17T03:44:34.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-01-17T03:44:34.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-01-17T03:44:34.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1918 | 2025-01-17T03:44:34.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1919 | 2025-01-17T03:44:34.499Z | |
1920 | 2025-01-17T03:44:34.499Z | info: running `cargo check --bins` on oxlog (48/197) |
1921 | 2025-01-17T03:44:35.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1922 | 2025-01-17T03:44:35.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1923 | 2025-01-17T03:44:35.118Z | Checking cfg-if v1.0.0 |
1924 | 2025-01-17T03:44:35.121Z | Checking libc v0.2.169 |
1925 | 2025-01-17T03:44:35.227Z | Checking serde v1.0.217 |
1926 | 2025-01-17T03:44:35.230Z | Checking zeroize v1.8.1 |
1927 | 2025-01-17T03:44:35.242Z | Checking memchr v2.7.4 |
1928 | 2025-01-17T03:44:35.252Z | Checking typenum v1.17.0 |
1929 | 2025-01-17T03:44:35.255Z | Checking scopeguard v1.2.0 |
1930 | 2025-01-17T03:44:35.279Z | Checking subtle v2.6.1 |
1931 | 2025-01-17T03:44:35.292Z | Checking value-bag v1.9.0 |
1932 | 2025-01-17T03:44:35.399Z | Checking lock_api v0.4.12 |
1933 | 2025-01-17T03:44:35.477Z | Checking const-oid v0.9.6 |
1934 | 2025-01-17T03:44:35.530Z | Checking itoa v1.0.11 |
1935 | 2025-01-17T03:44:35.688Z | Checking log v0.4.22 |
1936 | 2025-01-17T03:44:35.744Z | Checking smallvec v1.13.2 |
1937 | 2025-01-17T03:44:35.794Z | Checking pin-project-lite v0.2.14 |
1938 | 2025-01-17T03:44:35.927Z | Checking byteorder v1.5.0 |
1939 | 2025-01-17T03:44:36.167Z | Checking futures-core v0.3.31 |
1940 | 2025-01-17T03:44:36.171Z | Checking once_cell v1.20.2 |
1941 | 2025-01-17T03:44:36.171Z | Checking cpufeatures v0.2.14 |
1942 | 2025-01-17T03:44:36.242Z | Checking stable_deref_trait v1.2.0 |
1943 | 2025-01-17T03:44:36.259Z | Checking futures-sink v0.3.31 |
1944 | 2025-01-17T03:44:36.283Z | Checking generic-array v0.14.7 |
1945 | 2025-01-17T03:44:36.298Z | Checking getrandom v0.2.15 |
1946 | 2025-01-17T03:44:36.337Z | Checking signal-hook-registry v1.4.2 |
1947 | 2025-01-17T03:44:36.352Z | Checking parking_lot_core v0.9.10 |
1948 | 2025-01-17T03:44:36.381Z | Checking mio v1.0.2 |
1949 | 2025-01-17T03:44:36.400Z | Checking socket2 v0.5.7 |
1950 | 2025-01-17T03:44:36.540Z | Checking rand_core v0.6.4 |
1951 | 2025-01-17T03:44:36.598Z | Checking spin v0.9.8 |
1952 | 2025-01-17T03:44:36.680Z | Checking parking_lot v0.12.3 |
1953 | 2025-01-17T03:44:36.843Z | Checking zerocopy v0.7.35 |
1954 | 2025-01-17T03:44:36.867Z | Checking slab v0.4.9 |
1955 | 2025-01-17T03:44:36.939Z | Checking zerofrom v0.1.4 |
1956 | 2025-01-17T03:44:36.956Z | Checking futures-channel v0.3.31 |
1957 | 2025-01-17T03:44:37.016Z | Checking pin-utils v0.1.0 |
1958 | 2025-01-17T03:44:37.108Z | Checking futures-task v0.3.31 |
1959 | 2025-01-17T03:44:37.124Z | Checking equivalent v1.0.1 |
1960 | 2025-01-17T03:44:37.141Z | Checking yoke v0.7.4 |
1961 | 2025-01-17T03:44:37.235Z | Checking foldhash v0.1.3 |
1962 | 2025-01-17T03:44:37.300Z | Checking allocator-api2 v0.2.18 |
1963 | 2025-01-17T03:44:37.325Z | Checking futures-io v0.3.31 |
1964 | 2025-01-17T03:44:37.340Z | Checking crypto-common v0.1.6 |
1965 | 2025-01-17T03:44:37.369Z | Checking block-buffer v0.10.4 |
1966 | 2025-01-17T03:44:37.448Z | Checking block-padding v0.3.3 |
1967 | 2025-01-17T03:44:37.472Z | Checking zerovec v0.10.4 |
1968 | 2025-01-17T03:44:37.512Z | Checking futures-util v0.3.31 |
1969 | 2025-01-17T03:44:37.529Z | Checking tinyvec_macros v0.1.1 |
1970 | 2025-01-17T03:44:37.590Z | Checking digest v0.10.7 |
1971 | 2025-01-17T03:44:37.613Z | Checking ryu v1.0.18 |
1972 | 2025-01-17T03:44:37.659Z | Checking inout v0.1.3 |
1973 | 2025-01-17T03:44:37.849Z | Checking tinyvec v1.8.0 |
1974 | 2025-01-17T03:44:37.897Z | Checking fnv v1.0.7 |
1975 | 2025-01-17T03:44:37.924Z | Checking hashbrown v0.15.1 |
1976 | 2025-01-17T03:44:37.952Z | Checking hmac v0.12.1 |
1977 | 2025-01-17T03:44:38.027Z | Checking sha2 v0.10.8 |
1978 | 2025-01-17T03:44:38.051Z | Checking cipher v0.4.4 |
1979 | 2025-01-17T03:44:38.166Z | Checking libm v0.2.8 |
1980 | 2025-01-17T03:44:38.461Z | Checking base64ct v1.6.0 |
1981 | 2025-01-17T03:44:38.595Z | Checking writeable v0.5.5 |
1982 | 2025-01-17T03:44:38.871Z | Checking litemap v0.7.3 |
1983 | 2025-01-17T03:44:38.898Z | Checking unicode-bidi v0.3.17 |
1984 | 2025-01-17T03:44:38.920Z | Checking pem-rfc7468 v0.7.0 |
1985 | 2025-01-17T03:44:38.960Z | Checking tinystr v0.7.6 |
1986 | 2025-01-17T03:44:39.053Z | Checking num-traits v0.2.19 |
1987 | 2025-01-17T03:44:39.153Z | Checking unicode-normalization v0.1.24 |
1988 | 2025-01-17T03:44:39.194Z | Checking ppv-lite86 v0.2.20 |
1989 | 2025-01-17T03:44:39.212Z | Checking flagset v0.4.6 |
1990 | 2025-01-17T03:44:39.270Z | Checking icu_locid v1.5.0 |
1991 | 2025-01-17T03:44:39.406Z | Checking der v0.7.9 |
1992 | 2025-01-17T03:44:39.477Z | Checking tracing-core v0.1.32 |
1993 | 2025-01-17T03:44:39.606Z | Checking bytes v1.9.0 |
1994 | 2025-01-17T03:44:39.925Z | Checking indexmap v2.7.0 |
1995 | 2025-01-17T03:44:40.085Z | Checking serde_json v1.0.135 |
1996 | 2025-01-17T03:44:40.101Z | Checking rand_chacha v0.3.1 |
1997 | 2025-01-17T03:44:40.221Z | Checking icu_provider v1.5.0 |
1998 | 2025-01-17T03:44:40.347Z | Checking tokio v1.43.0 |
1999 | 2025-01-17T03:44:40.500Z | Checking http v1.2.0 |
2000 | 2025-01-17T03:44:40.553Z | Checking bitflags v2.6.0 |
2001 | 2025-01-17T03:44:40.825Z | Checking thiserror v1.0.69 |
2002 | 2025-01-17T03:44:40.842Z | Checking icu_locid_transform_data v1.5.0 |
2003 | 2025-01-17T03:44:40.946Z | Checking percent-encoding v2.3.1 |
2004 | 2025-01-17T03:44:40.972Z | Checking rustls-pki-types v1.10.0 |
2005 | 2025-01-17T03:44:41.059Z | Checking icu_locid_transform v1.5.0 |
2006 | 2025-01-17T03:44:41.091Z | Checking spki v0.7.3 |
2007 | 2025-01-17T03:44:41.170Z | Checking rand v0.8.5 |
2008 | 2025-01-17T03:44:41.371Z | Checking tracing v0.1.40 |
2009 | 2025-01-17T03:44:41.509Z | Checking icu_collections v1.5.0 |
2010 | 2025-01-17T03:44:41.701Z | Checking salsa20 v0.10.2 |
2011 | 2025-01-17T03:44:41.724Z | Checking pbkdf2 v0.12.2 |
2012 | 2025-01-17T03:44:41.759Z | Checking aws-lc-sys v0.22.0 |
2013 | 2025-01-17T03:44:41.875Z | Checking httparse v1.9.5 |
2014 | 2025-01-17T03:44:41.922Z | Checking mirai-annotations v1.12.0 |
2015 | 2025-01-17T03:44:42.001Z | Checking untrusted v0.9.0 |
2016 | 2025-01-17T03:44:42.043Z | Checking untrusted v0.7.1 |
2017 | 2025-01-17T03:44:42.099Z | Checking icu_properties_data v1.5.0 |
2018 | 2025-01-17T03:44:42.127Z | Checking powerfmt v0.2.0 |
2019 | 2025-01-17T03:44:42.167Z | Checking ring v0.17.8 |
2020 | 2025-01-17T03:44:42.212Z | Checking scrypt v0.11.0 |
2021 | 2025-01-17T03:44:42.279Z | Checking cbc v0.1.2 |
2022 | 2025-01-17T03:44:42.320Z | Checking aes v0.8.4 |
2023 | 2025-01-17T03:44:42.339Z | Checking icu_properties v1.5.1 |
2024 | 2025-01-17T03:44:42.410Z | Checking deranged v0.3.11 |
2025 | 2025-01-17T03:44:42.431Z | Checking crossbeam-utils v0.8.20 |
2026 | 2025-01-17T03:44:42.486Z | Checking icu_normalizer_data v1.5.0 |
2027 | 2025-01-17T03:44:42.590Z | Checking time-core v0.1.2 |
2028 | 2025-01-17T03:44:42.753Z | Checking num_threads v0.1.7 |
2029 | 2025-01-17T03:44:42.878Z | Checking utf16_iter v1.0.5 |
2030 | 2025-01-17T03:44:43.041Z | Checking utf8_iter v1.0.4 |
2031 | 2025-01-17T03:44:43.172Z | Checking atomic-waker v1.1.2 |
2032 | 2025-01-17T03:44:43.242Z | Checking num-conv v0.1.0 |
2033 | 2025-01-17T03:44:43.259Z | Checking write16 v1.0.0 |
2034 | 2025-01-17T03:44:43.317Z | Checking pkcs5 v0.7.1 |
2035 | 2025-01-17T03:44:43.393Z | Checking http-body v1.0.1 |
2036 | 2025-01-17T03:44:43.478Z | Checking form_urlencoded v1.2.1 |
2037 | 2025-01-17T03:44:43.593Z | Checking try-lock v0.2.5 |
2038 | 2025-01-17T03:44:43.671Z | Checking uuid v1.11.0 |
2039 | 2025-01-17T03:44:43.717Z | Checking time v0.3.36 |
2040 | 2025-01-17T03:44:43.734Z | Checking want v0.3.1 |
2041 | 2025-01-17T03:44:43.827Z | Checking aws-lc-rs v1.10.0 |
2042 | 2025-01-17T03:44:43.844Z | Checking pkcs8 v0.10.2 |
2043 | 2025-01-17T03:44:43.908Z | Checking httpdate v1.0.3 |
2044 | 2025-01-17T03:44:43.952Z | Checking unicode-ident v1.0.14 |
2045 | 2025-01-17T03:44:44.143Z | Checking proc-macro2 v1.0.92 |
2046 | 2025-01-17T03:44:44.146Z | Checking serde_spanned v0.6.8 |
2047 | 2025-01-17T03:44:44.162Z | Checking toml_datetime v0.6.8 |
2048 | 2025-01-17T03:44:44.219Z | Checking slog v2.7.0 |
2049 | 2025-01-17T03:44:44.351Z | Checking scroll v0.12.0 |
2050 | 2025-01-17T03:44:44.447Z | Checking plain v0.2.3 |
2051 | 2025-01-17T03:44:44.605Z | Checking iana-time-zone v0.1.61 |
2052 | 2025-01-17T03:44:44.687Z | Checking match_cfg v0.1.0 |
2053 | 2025-01-17T03:44:44.764Z | Checking tower-service v0.3.3 |
2054 | 2025-01-17T03:44:44.786Z | Checking ucd-trie v0.1.7 |
2055 | 2025-01-17T03:44:44.810Z | Checking base64 v0.22.1 |
2056 | 2025-01-17T03:44:44.827Z | Checking foreign-types-shared v0.1.1 |
2057 | 2025-01-17T03:44:44.888Z | Checking adler2 v2.0.0 |
2058 | 2025-01-17T03:44:44.937Z | Checking foreign-types v0.3.2 |
2059 | 2025-01-17T03:44:44.994Z | Checking pest v2.7.14 |
2060 | 2025-01-17T03:44:45.027Z | Checking quote v1.0.38 |
2061 | 2025-01-17T03:44:45.050Z | Checking miniz_oxide v0.8.0 |
2062 | 2025-01-17T03:44:45.275Z | Checking goblin v0.8.2 |
2063 | 2025-01-17T03:44:45.371Z | Checking hostname v0.3.1 |
2064 | 2025-01-17T03:44:45.500Z | Checking chrono v0.4.38 |
2065 | 2025-01-17T03:44:45.522Z | Checking rustls-webpki v0.102.8 |
2066 | 2025-01-17T03:44:45.549Z | Checking icu_normalizer v1.5.0 |
2067 | 2025-01-17T03:44:45.785Z | Checking openssl-sys v0.9.103 |
2068 | 2025-01-17T03:44:46.083Z | Checking dirs-sys-next v0.1.2 |
2069 | 2025-01-17T03:44:46.267Z | Checking errno v0.3.9 |
2070 | 2025-01-17T03:44:46.270Z | Checking aho-corasick v1.1.3 |
2071 | 2025-01-17T03:44:46.301Z | Checking idna_adapter v1.2.0 |
2072 | 2025-01-17T03:44:46.452Z | Compiling newtype-uuid v1.2.1 |
2073 | 2025-01-17T03:44:46.488Z | Checking idna v1.0.3 |
2074 | 2025-01-17T03:44:46.720Z | Checking siphasher v0.3.11 |
2075 | 2025-01-17T03:44:46.897Z | Checking pretty-hex v0.4.1 |
2076 | 2025-01-17T03:44:47.012Z | Checking tokio-util v0.7.12 |
2077 | 2025-01-17T03:44:47.029Z | Checking url v2.5.3 |
2078 | 2025-01-17T03:44:47.044Z | Checking regex-syntax v0.8.5 |
2079 | 2025-01-17T03:44:47.087Z | Checking data-encoding v2.6.0 |
2080 | 2025-01-17T03:44:47.398Z | Checking openssl v0.10.66 |
2081 | 2025-01-17T03:44:47.515Z | Checking dtrace-parser v0.2.0 |
2082 | 2025-01-17T03:44:47.699Z | Checking rustix v0.38.37 |
2083 | 2025-01-17T03:44:47.839Z | Checking dirs-next v2.0.0 |
2084 | 2025-01-17T03:44:47.857Z | Checking h2 v0.4.6 |
2085 | 2025-01-17T03:44:47.860Z | Checking syn v2.0.96 |
2086 | 2025-01-17T03:44:47.967Z | Checking http-body-util v0.1.2 |
2087 | 2025-01-17T03:44:48.017Z | Checking crossbeam-epoch v0.9.18 |
2088 | 2025-01-17T03:44:48.386Z | Checking sha1 v0.10.6 |
2089 | 2025-01-17T03:44:48.437Z | Checking signature v2.2.0 |
2090 | 2025-01-17T03:44:48.648Z | Checking lazy_static v1.5.0 |
2091 | 2025-01-17T03:44:48.665Z | Checking thread_local v1.1.8 |
2092 | 2025-01-17T03:44:48.779Z | Checking thread-id v4.2.2 |
2093 | 2025-01-17T03:44:48.898Z | Checking encoding_rs v0.8.34 |
2094 | 2025-01-17T03:44:48.930Z | Checking unicode-properties v0.1.3 |
2095 | 2025-01-17T03:44:49.284Z | Checking anstyle v1.0.10 |
2096 | 2025-01-17T03:44:49.635Z | Checking openssl-probe v0.1.5 |
2097 | 2025-01-17T03:44:49.804Z | Checking winnow v0.6.20 |
2098 | 2025-01-17T03:44:50.068Z | Checking dof v0.3.0 |
2099 | 2025-01-17T03:44:50.226Z | Checking regex-automata v0.4.8 |
2100 | 2025-01-17T03:44:50.650Z | Checking utf8parse v0.2.2 |
2101 | 2025-01-17T03:44:50.815Z | Checking mime v0.3.17 |
2102 | 2025-01-17T03:44:50.909Z | Checking gimli v0.31.1 |
2103 | 2025-01-17T03:44:51.122Z | Checking ipnet v2.10.1 |
2104 | 2025-01-17T03:44:51.261Z | Checking either v1.13.0 |
2105 | 2025-01-17T03:44:51.578Z | Checking anstyle-parse v0.2.5 |
2106 | 2025-01-17T03:44:51.638Z | Checking stringprep v0.1.5 |
2107 | 2025-01-17T03:44:51.842Z | Checking crossbeam-deque v0.8.5 |
2108 | 2025-01-17T03:44:51.912Z | Checking term v0.7.0 |
2109 | 2025-01-17T03:44:52.147Z | Checking rustls v0.22.4 |
2110 | 2025-01-17T03:44:52.332Z | Checking rustls v0.23.19 |
2111 | 2025-01-17T03:44:52.335Z | Checking native-tls v0.2.12 |
2112 | 2025-01-17T03:44:52.597Z | Checking toml_edit v0.22.22 |
2113 | 2025-01-17T03:44:52.667Z | Checking slog-json v2.6.1 |
2114 | 2025-01-17T03:44:52.927Z | Checking serde_urlencoded v0.7.1 |
2115 | 2025-01-17T03:44:53.328Z | Checking crossbeam-channel v0.5.13 |
2116 | 2025-01-17T03:44:53.871Z | Checking usdt-impl v0.5.0 |
2117 | 2025-01-17T03:44:53.919Z | Checking hyper v1.5.2 |
2118 | 2025-01-17T03:44:54.043Z | Checking futures-executor v0.3.31 |
2119 | 2025-01-17T03:44:54.280Z | Checking rustls-pemfile v2.2.0 |
2120 | 2025-01-17T03:44:54.453Z | Checking num-integer v0.1.46 |
2121 | 2025-01-17T03:44:54.495Z | Checking idna v0.4.0 |
2122 | 2025-01-17T03:44:54.695Z | Checking addr2line v0.24.2 |
2123 | 2025-01-17T03:44:54.734Z | Checking idna v0.3.0 |
2124 | 2025-01-17T03:44:54.906Z | Checking md-5 v0.10.6 |
2125 | 2025-01-17T03:44:55.102Z | Checking ff v0.13.0 |
2126 | 2025-01-17T03:44:55.142Z | Checking hash32 v0.2.1 |
2127 | 2025-01-17T03:44:55.198Z | Checking memmap v0.7.0 |
2128 | 2025-01-17T03:44:55.311Z | Checking is-terminal v0.4.13 |
2129 | 2025-01-17T03:44:55.365Z | Checking object v0.36.5 |
2130 | 2025-01-17T03:44:55.394Z | Checking fallible-iterator v0.2.0 |
2131 | 2025-01-17T03:44:55.415Z | Checking anstyle-query v1.1.1 |
2132 | 2025-01-17T03:44:55.433Z | Checking utf-8 v0.7.6 |
2133 | 2025-01-17T03:44:55.446Z | Checking linked-hash-map v0.5.6 |
2134 | 2025-01-17T03:44:55.541Z | Checking dyn-clone v1.0.17 |
2135 | 2025-01-17T03:44:55.619Z | Checking rustc-demangle v0.1.24 |
2136 | 2025-01-17T03:44:55.634Z | Checking psl-types v2.0.11 |
2137 | 2025-01-17T03:44:55.686Z | Checking take_mut v0.2.2 |
2138 | 2025-01-17T03:44:55.729Z | Checking is_terminal_polyfill v1.70.1 |
2139 | 2025-01-17T03:44:55.812Z | Checking quick-error v1.2.3 |
2140 | 2025-01-17T03:44:55.836Z | Checking base16ct v0.2.0 |
2141 | 2025-01-17T03:44:55.853Z | Checking colorchoice v1.0.2 |
2142 | 2025-01-17T03:44:55.855Z | Checking hyper-util v0.1.10 |
2143 | 2025-01-17T03:44:55.949Z | Checking postgres-protocol v0.6.7 |
2144 | 2025-01-17T03:44:55.963Z | Checking resolv-conf v0.7.0 |
2145 | 2025-01-17T03:44:55.991Z | Checking anstream v0.6.15 |
2146 | 2025-01-17T03:44:56.034Z | Checking sec1 v0.7.3 |
2147 | 2025-01-17T03:44:56.051Z | Checking slog-async v2.8.0 |
2148 | 2025-01-17T03:44:56.299Z | Checking publicsuffix v2.2.3 |
2149 | 2025-01-17T03:44:56.334Z | Checking lru-cache v0.1.2 |
2150 | 2025-01-17T03:44:56.351Z | Checking schemars v0.8.21 |
2151 | 2025-01-17T03:44:56.402Z | Checking tungstenite v0.24.0 |
2152 | 2025-01-17T03:44:56.514Z | Checking slog-term v2.9.1 |
2153 | 2025-01-17T03:44:56.517Z | Checking heapless v0.7.17 |
2154 | 2025-01-17T03:44:56.574Z | Checking usdt v0.5.0 |
2155 | 2025-01-17T03:44:56.839Z | Checking hickory-proto v0.24.1 |
2156 | 2025-01-17T03:44:57.017Z | Checking tokio-rustls v0.25.0 |
2157 | 2025-01-17T03:44:57.250Z | Checking group v0.13.0 |
2158 | 2025-01-17T03:44:57.365Z | Checking toml v0.8.19 |
2159 | 2025-01-17T03:44:57.406Z | Checking num-iter v0.1.45 |
2160 | 2025-01-17T03:44:57.520Z | Checking futures v0.3.31 |
2161 | 2025-01-17T03:44:57.543Z | Checking tokio-rustls v0.26.0 |
2162 | 2025-01-17T03:44:57.578Z | Checking slog-bunyan v2.5.0 |
2163 | 2025-01-17T03:44:57.630Z | Checking tokio-native-tls v0.3.1 |
2164 | 2025-01-17T03:44:57.756Z | Checking rayon-core v1.12.1 |
2165 | 2025-01-17T03:44:57.808Z | Checking multer v3.1.0 |
2166 | 2025-01-17T03:44:57.826Z | Checking terminal_size v0.4.0 |
2167 | 2025-01-17T03:44:57.906Z | Checking phf_shared v0.11.2 |
2168 | 2025-01-17T03:44:57.983Z | Checking cookie v0.18.1 |
2169 | 2025-01-17T03:44:58.050Z | Checking async-stream v0.3.6 |
2170 | 2025-01-17T03:44:58.144Z | Checking bzip2-sys v0.1.11+1.0.8 |
2171 | 2025-01-17T03:44:58.167Z | Checking camino v1.1.9 |
2172 | 2025-01-17T03:44:58.215Z | Checking signal-hook v0.3.17 |
2173 | 2025-01-17T03:44:58.251Z | Checking waitgroup v0.1.2 |
2174 | 2025-01-17T03:44:58.281Z | Checking openapiv3 v2.0.0 |
2175 | 2025-01-17T03:44:58.388Z | Checking webpki-roots v0.26.6 |
2176 | 2025-01-17T03:44:58.407Z | Checking idna v0.5.0 |
2177 | 2025-01-17T03:44:58.413Z | Checking serde_path_to_error v0.1.16 |
2178 | 2025-01-17T03:44:58.553Z | Checking hkdf v0.12.4 |
2179 | 2025-01-17T03:44:58.604Z | Checking crypto-bigint v0.5.5 |
2180 | 2025-01-17T03:44:58.672Z | Checking hostname v0.4.0 |
2181 | 2025-01-17T03:44:58.762Z | Checking crc32fast v1.4.2 |
2182 | 2025-01-17T03:44:58.811Z | Checking strsim v0.11.1 |
2183 | 2025-01-17T03:44:59.012Z | Checking clap_lex v0.7.2 |
2184 | 2025-01-17T03:44:59.042Z | Checking managed v0.8.0 |
2185 | 2025-01-17T03:44:59.106Z | Checking debug-ignore v1.0.5 |
2186 | 2025-01-17T03:44:59.256Z | Checking unicode-width v0.1.14 |
2187 | 2025-01-17T03:44:59.290Z | Checking bitflags v1.3.2 |
2188 | 2025-01-17T03:44:59.314Z | Checking winnow v0.5.40 |
2189 | 2025-01-17T03:44:59.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2190 | 2025-01-17T03:44:59.412Z | Checking smoltcp v0.9.1 |
2191 | 2025-01-17T03:44:59.671Z | Checking cookie_store v0.21.0 |
2192 | 2025-01-17T03:44:59.762Z | Checking console v0.15.8 |
2193 | 2025-01-17T03:45:00.324Z | Checking clap_builder v4.5.21 |
2194 | 2025-01-17T03:45:00.340Z | Checking flate2 v1.0.34 |
2195 | 2025-01-17T03:45:00.794Z | Checking hyper-rustls v0.27.3 |
2196 | 2025-01-17T03:45:00.954Z | Checking signal-hook-mio v0.2.4 |
2197 | 2025-01-17T03:45:01.116Z | Checking rayon v1.10.0 |
2198 | 2025-01-17T03:45:01.135Z | Checking bzip2 v0.4.4 |
2199 | 2025-01-17T03:45:01.253Z | Checking elliptic-curve v0.13.8 |
2200 | 2025-01-17T03:45:01.278Z | Checking backtrace v0.3.74 |
2201 | 2025-01-17T03:45:01.346Z | Checking hickory-resolver v0.24.1 |
2202 | 2025-01-17T03:45:01.397Z | Checking phf v0.11.2 |
2203 | 2025-01-17T03:45:01.443Z | Checking dropshot v0.12.0 |
2204 | 2025-01-17T03:45:01.676Z | Checking hyper-tls v0.6.0 |
2205 | 2025-01-17T03:45:01.819Z | Checking anyhow v1.0.93 |
2206 | 2025-01-17T03:45:01.854Z | Checking num-bigint-dig v0.8.4 |
2207 | 2025-01-17T03:45:01.949Z | Checking tokio-tungstenite v0.24.0 |
2208 | 2025-01-17T03:45:02.042Z | Checking toml_edit v0.19.15 |
2209 | 2025-01-17T03:45:02.212Z | Checking postgres-types v0.2.8 |
2210 | 2025-01-17T03:45:02.383Z | Checking regex v1.11.1 |
2211 | 2025-01-17T03:45:02.904Z | Checking bstr v1.10.0 |
2212 | 2025-01-17T03:45:02.952Z | Checking ed25519 v2.2.3 |
2213 | 2025-01-17T03:45:02.980Z | Checking tokio-stream v0.1.16 |
2214 | 2025-01-17T03:45:03.248Z | Checking phf_shared v0.10.0 |
2215 | 2025-01-17T03:45:03.275Z | Checking zerocopy v0.6.6 |
2216 | 2025-01-17T03:45:03.526Z | Checking curve25519-dalek v4.1.3 |
2217 | 2025-01-17T03:45:03.780Z | Checking hubpack v0.1.2 |
2218 | 2025-01-17T03:45:03.796Z | Checking portable-atomic v1.9.0 |
2219 | 2025-01-17T03:45:03.814Z | Checking pkcs1 v0.7.5 |
2220 | 2025-01-17T03:45:03.932Z | Checking float-cmp v0.9.0 |
2221 | 2025-01-17T03:45:04.078Z | Checking serde-big-array v0.5.1 |
2222 | 2025-01-17T03:45:04.121Z | Checking rfc6979 v0.4.0 |
2223 | 2025-01-17T03:45:04.221Z | Checking sync_wrapper v1.0.1 |
2224 | 2025-01-17T03:45:04.295Z | Checking static_assertions v1.1.0 |
2225 | 2025-01-17T03:45:04.310Z | Checking precomputed-hash v0.1.1 |
2226 | 2025-01-17T03:45:04.375Z | Checking unicode-segmentation v1.12.0 |
2227 | 2025-01-17T03:45:04.396Z | Checking unicode-width v0.2.0 |
2228 | 2025-01-17T03:45:04.429Z | Checking minimal-lexical v0.2.1 |
2229 | 2025-01-17T03:45:04.484Z | Checking normalize-line-endings v0.3.0 |
2230 | 2025-01-17T03:45:04.605Z | Checking new_debug_unreachable v1.0.6 |
2231 | 2025-01-17T03:45:04.622Z | Checking predicates-core v1.0.8 |
2232 | 2025-01-17T03:45:04.700Z | Checking bit-vec v0.6.3 |
2233 | 2025-01-17T03:45:04.762Z | Checking number_prefix v0.4.0 |
2234 | 2025-01-17T03:45:04.806Z | Checking difflib v0.4.0 |
2235 | 2025-01-17T03:45:04.842Z | Checking whoami v1.5.2 |
2236 | 2025-01-17T03:45:04.860Z | Checking fixedbitset v0.4.2 |
2237 | 2025-01-17T03:45:04.864Z | Checking qorb v0.2.1 |
2238 | 2025-01-17T03:45:04.943Z | Checking indicatif v0.17.9 |
2239 | 2025-01-17T03:45:05.013Z | Checking bit-set v0.5.3 |
2240 | 2025-01-17T03:45:05.033Z | Checking similar v2.6.0 |
2241 | 2025-01-17T03:45:05.116Z | Checking predicates v3.1.2 |
2242 | 2025-01-17T03:45:05.131Z | Checking tokio-postgres v0.7.12 |
2243 | 2025-01-17T03:45:05.146Z | Checking petgraph v0.6.5 |
2244 | 2025-01-17T03:45:05.247Z | Checking ed25519-dalek v2.1.1 |
2245 | 2025-01-17T03:45:05.263Z | Checking nom v7.1.3 |
2246 | 2025-01-17T03:45:05.637Z | Checking string_cache v0.8.7 |
2247 | 2025-01-17T03:45:05.689Z | Checking toml v0.7.8 |
2248 | 2025-01-17T03:45:05.730Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2249 | 2025-01-17T03:45:05.803Z | Checking reqwest v0.12.9 |
2250 | 2025-01-17T03:45:05.917Z | Checking ecdsa v0.16.9 |
2251 | 2025-01-17T03:45:06.377Z | Checking rsa v0.9.6 |
2252 | 2025-01-17T03:45:06.629Z | Checking clap v4.5.21 |
2253 | 2025-01-17T03:45:06.749Z | Checking zip v0.6.6 |
2254 | 2025-01-17T03:45:07.359Z | Checking crossterm v0.28.1 |
2255 | 2025-01-17T03:45:07.409Z | Checking itertools v0.12.1 |
2256 | 2025-01-17T03:45:07.434Z | Checking itertools v0.10.5 |
2257 | 2025-01-17T03:45:07.569Z | Checking ahash v0.8.11 |
2258 | 2025-01-17T03:45:07.859Z | Checking fs-err v2.11.0 |
2259 | 2025-01-17T03:45:08.075Z | Checking x509-cert v0.2.5 |
2260 | 2025-01-17T03:45:08.163Z | Checking semver v1.0.24 |
2261 | 2025-01-17T03:45:08.208Z | Checking hex v0.4.3 |
2262 | 2025-01-17T03:45:08.392Z | Checking lalrpop-util v0.19.12 |
2263 | 2025-01-17T03:45:08.577Z | Checking peg-runtime v0.8.3 |
2264 | 2025-01-17T03:45:08.688Z | Checking sigpipe v0.1.3 |
2265 | 2025-01-17T03:45:10.092Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2266 | 2025-01-17T03:45:10.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s |
2267 | 2025-01-17T03:45:10.570Z | |
2268 | 2025-01-17T03:45:10.570Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2269 | 2025-01-17T03:45:11.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2025-01-17T03:45:11.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2025-01-17T03:45:11.215Z | Compiling hashbrown v0.14.5 |
2272 | 2025-01-17T03:45:11.335Z | Checking heck v0.5.0 |
2273 | 2025-01-17T03:45:11.347Z | Compiling unsafe-libyaml v0.2.11 |
2274 | 2025-01-17T03:45:11.359Z | Checking ipnetwork v0.20.0 |
2275 | 2025-01-17T03:45:11.371Z | Compiling ident_case v1.0.1 |
2276 | 2025-01-17T03:45:11.386Z | Checking progenitor-client v0.8.0 |
2277 | 2025-01-17T03:45:11.401Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2278 | 2025-01-17T03:45:11.509Z | Compiling darling_core v0.20.10 |
2279 | 2025-01-17T03:45:11.545Z | Checking newtype-uuid v1.2.1 |
2280 | 2025-01-17T03:45:11.700Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2281 | 2025-01-17T03:45:11.719Z | Compiling proc-macro-crate v1.3.1 |
2282 | 2025-01-17T03:45:11.744Z | Compiling structmeta-derive v0.3.0 |
2283 | 2025-01-17T03:45:11.792Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2284 | 2025-01-17T03:45:12.028Z | Compiling thiserror v2.0.11 |
2285 | 2025-01-17T03:45:12.097Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2286 | 2025-01-17T03:45:12.313Z | Checking regress v0.10.1 |
2287 | 2025-01-17T03:45:12.612Z | Compiling serde_yaml v0.9.34+deprecated |
2288 | 2025-01-17T03:45:12.693Z | Compiling num_enum_derive v0.5.11 |
2289 | 2025-01-17T03:45:13.370Z | Compiling lzma-sys v0.1.20 |
2290 | 2025-01-17T03:45:13.531Z | Compiling foreign-types-macros v0.2.3 |
2291 | 2025-01-17T03:45:14.088Z | Compiling thiserror-impl v2.0.11 |
2292 | 2025-01-17T03:45:14.407Z | Compiling structmeta v0.3.0 |
2293 | 2025-01-17T03:45:14.774Z | Compiling dropshot v0.15.1 |
2294 | 2025-01-17T03:45:15.793Z | Checking foreign-types-shared v0.3.1 |
2295 | 2025-01-17T03:45:15.796Z | Checking arc-swap v1.7.1 |
2296 | 2025-01-17T03:45:15.796Z | Checking num_enum v0.5.11 |
2297 | 2025-01-17T03:45:15.798Z | Checking foreign-types v0.5.0 |
2298 | 2025-01-17T03:45:15.798Z | Compiling parse-display-derive v0.10.0 |
2299 | 2025-01-17T03:45:15.798Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2300 | 2025-01-17T03:45:15.798Z | Checking slog-scope v4.4.0 |
2301 | 2025-01-17T03:45:15.798Z | Compiling proc-macro-error v1.0.4 |
2302 | 2025-01-17T03:45:15.808Z | Checking typify-impl v0.2.0 |
2303 | 2025-01-17T03:45:16.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2304 | 2025-01-17T03:45:16.277Z | Checking tungstenite v0.21.0 |
2305 | 2025-01-17T03:45:16.316Z | Compiling heck v0.3.3 |
2306 | 2025-01-17T03:45:16.692Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2307 | 2025-01-17T03:45:17.176Z | Compiling dropshot_endpoint v0.15.1 |
2308 | 2025-01-17T03:45:17.193Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2309 | 2025-01-17T03:45:17.496Z | Checking cstr-argument v0.1.2 |
2310 | 2025-01-17T03:45:17.580Z | Checking instant v0.1.13 |
2311 | 2025-01-17T03:45:17.669Z | Compiling darling_macro v0.20.10 |
2312 | 2025-01-17T03:45:17.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2313 | 2025-01-17T03:45:17.701Z | Checking base64 v0.21.7 |
2314 | 2025-01-17T03:45:17.963Z | Checking pretty-hex v0.2.1 |
2315 | 2025-01-17T03:45:17.981Z | Checking fastrand v2.1.1 |
2316 | 2025-01-17T03:45:18.153Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2317 | 2025-01-17T03:45:18.305Z | Checking tempfile v3.13.0 |
2318 | 2025-01-17T03:45:18.326Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2319 | 2025-01-17T03:45:18.397Z | Checking backoff v0.4.0 |
2320 | 2025-01-17T03:45:18.418Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2321 | 2025-01-17T03:45:18.467Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2322 | 2025-01-17T03:45:18.559Z | Compiling darling v0.20.10 |
2323 | 2025-01-17T03:45:18.628Z | Checking tokio-tungstenite v0.21.0 |
2324 | 2025-01-17T03:45:18.660Z | Checking strum v0.26.3 |
2325 | 2025-01-17T03:45:18.677Z | Compiling serde_with_macros v3.11.0 |
2326 | 2025-01-17T03:45:18.680Z | Compiling zone_cfg_derive v0.1.2 |
2327 | 2025-01-17T03:45:18.707Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2328 | 2025-01-17T03:45:18.819Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2329 | 2025-01-17T03:45:19.096Z | Checking slog-stdlog v4.1.1 |
2330 | 2025-01-17T03:45:19.231Z | Checking parse-display v0.10.0 |
2331 | 2025-01-17T03:45:19.258Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2332 | 2025-01-17T03:45:19.303Z | Checking regress v0.9.1 |
2333 | 2025-01-17T03:45:19.421Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2334 | 2025-01-17T03:45:19.425Z | Checking progenitor-client v0.9.1 |
2335 | 2025-01-17T03:45:19.456Z | Checking colored v2.1.0 |
2336 | 2025-01-17T03:45:19.716Z | Checking macaddr v1.0.1 |
2337 | 2025-01-17T03:45:19.734Z | Checking base64 v0.13.1 |
2338 | 2025-01-17T03:45:20.067Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2339 | 2025-01-17T03:45:20.086Z | Checking zone v0.1.8 |
2340 | 2025-01-17T03:45:20.099Z | Checking ron v0.7.1 |
2341 | 2025-01-17T03:45:20.534Z | Checking xz2 v0.1.7 |
2342 | 2025-01-17T03:45:20.763Z | Checking slog-envlogger v2.2.0 |
2343 | 2025-01-17T03:45:20.824Z | Checking tabwriter v1.4.0 |
2344 | 2025-01-17T03:45:20.978Z | Checking xattr v1.3.1 |
2345 | 2025-01-17T03:45:21.083Z | Checking pem v3.0.4 |
2346 | 2025-01-17T03:45:21.173Z | Checking yasna v0.5.2 |
2347 | 2025-01-17T03:45:21.223Z | Checking headers-core v0.3.0 |
2348 | 2025-01-17T03:45:21.226Z | Checking serde_with v3.11.0 |
2349 | 2025-01-17T03:45:21.355Z | Checking smf v0.2.3 |
2350 | 2025-01-17T03:45:21.375Z | Checking filetime v0.2.25 |
2351 | 2025-01-17T03:45:21.597Z | Checking same-file v1.0.6 |
2352 | 2025-01-17T03:45:21.676Z | Checking tar v0.4.42 |
2353 | 2025-01-17T03:45:21.774Z | Checking walkdir v2.5.0 |
2354 | 2025-01-17T03:45:21.795Z | Checking headers v0.4.0 |
2355 | 2025-01-17T03:45:21.985Z | Checking rcgen v0.12.1 |
2356 | 2025-01-17T03:45:22.068Z | Checking atomicwrites v0.4.4 |
2357 | 2025-01-17T03:45:22.280Z | Checking camino-tempfile v1.1.1 |
2358 | 2025-01-17T03:45:22.574Z | Checking subprocess v0.2.9 |
2359 | 2025-01-17T03:45:25.358Z | Compiling typify-macro v0.2.0 |
2360 | 2025-01-17T03:45:26.854Z | Compiling typify v0.2.0 |
2361 | 2025-01-17T03:45:26.922Z | Compiling progenitor-impl v0.8.0 |
2362 | 2025-01-17T03:45:29.384Z | Compiling progenitor-macro v0.8.0 |
2363 | 2025-01-17T03:45:33.015Z | Checking progenitor v0.8.0 |
2364 | 2025-01-17T03:45:33.142Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2365 | 2025-01-17T03:45:33.142Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2366 | 2025-01-17T03:45:35.595Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2367 | 2025-01-17T03:45:35.966Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2368 | 2025-01-17T03:45:41.908Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2369 | 2025-01-17T03:45:43.353Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2370 | 2025-01-17T03:45:44.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.95s |
2371 | 2025-01-17T03:45:44.700Z | |
2372 | 2025-01-17T03:45:44.700Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2373 | 2025-01-17T03:45:45.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2025-01-17T03:45:45.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2025-01-17T03:45:45.358Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2376 | 2025-01-17T03:45:46.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2377 | 2025-01-17T03:45:46.882Z | |
2378 | 2025-01-17T03:45:46.882Z | info: running `cargo check --bins` on nexus-config (51/197) |
2379 | 2025-01-17T03:45:47.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2025-01-17T03:45:47.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2025-01-17T03:45:47.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2025-01-17T03:45:47.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2383 | 2025-01-17T03:45:47.506Z | |
2384 | 2025-01-17T03:45:47.506Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2385 | 2025-01-17T03:45:48.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2025-01-17T03:45:48.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2025-01-17T03:45:48.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2025-01-17T03:45:48.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2389 | 2025-01-17T03:45:48.101Z | |
2390 | 2025-01-17T03:45:48.101Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2391 | 2025-01-17T03:45:48.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2025-01-17T03:45:48.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2025-01-17T03:45:48.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2025-01-17T03:45:48.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2395 | 2025-01-17T03:45:48.713Z | |
2396 | 2025-01-17T03:45:48.713Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2397 | 2025-01-17T03:45:49.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2025-01-17T03:45:49.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2025-01-17T03:45:49.375Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2400 | 2025-01-17T03:45:49.484Z | Compiling ipnetwork v0.20.0 |
2401 | 2025-01-17T03:45:49.487Z | Compiling zerocopy v0.8.10 |
2402 | 2025-01-17T03:45:49.487Z | Compiling progenitor-client v0.8.0 |
2403 | 2025-01-17T03:45:49.487Z | Compiling itertools v0.13.0 |
2404 | 2025-01-17T03:45:49.487Z | Compiling zerocopy-derive v0.8.10 |
2405 | 2025-01-17T03:45:49.487Z | Compiling heapless v0.8.0 |
2406 | 2025-01-17T03:45:49.487Z | Compiling thiserror v2.0.11 |
2407 | 2025-01-17T03:45:49.646Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2408 | 2025-01-17T03:45:49.823Z | Compiling progenitor v0.8.0 |
2409 | 2025-01-17T03:45:49.903Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2410 | 2025-01-17T03:45:50.043Z | Checking hash32 v0.3.1 |
2411 | 2025-01-17T03:45:50.226Z | Compiling instant v0.1.13 |
2412 | 2025-01-17T03:45:50.274Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2413 | 2025-01-17T03:45:50.307Z | Compiling smoltcp v0.11.0 |
2414 | 2025-01-17T03:45:50.347Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2415 | 2025-01-17T03:45:50.366Z | Compiling backoff v0.4.0 |
2416 | 2025-01-17T03:45:50.546Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2417 | 2025-01-17T03:45:50.720Z | Compiling dropshot v0.15.1 |
2418 | 2025-01-17T03:45:50.975Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2419 | 2025-01-17T03:45:51.189Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2420 | 2025-01-17T03:45:51.191Z | Compiling serde_with v3.11.0 |
2421 | 2025-01-17T03:45:51.349Z | Compiling parse-display v0.10.0 |
2422 | 2025-01-17T03:45:51.424Z | Checking num-rational v0.4.2 |
2423 | 2025-01-17T03:45:51.965Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2025-01-17T03:45:52.016Z | Compiling progenitor-client v0.9.1 |
2425 | 2025-01-17T03:45:52.316Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2426 | 2025-01-17T03:45:52.517Z | Compiling regress v0.9.1 |
2427 | 2025-01-17T03:45:53.790Z | Compiling phf_generator v0.11.2 |
2428 | 2025-01-17T03:45:53.984Z | Checking num-complex v0.4.6 |
2429 | 2025-01-17T03:45:54.803Z | Compiling macaddr v1.0.1 |
2430 | 2025-01-17T03:45:55.019Z | Checking cobs v0.2.3 |
2431 | 2025-01-17T03:45:55.229Z | Checking postcard v1.0.10 |
2432 | 2025-01-17T03:45:55.245Z | Checking num v0.4.3 |
2433 | 2025-01-17T03:45:55.354Z | Compiling phf_codegen v0.11.2 |
2434 | 2025-01-17T03:45:55.614Z | Compiling parse-zoneinfo v0.3.1 |
2435 | 2025-01-17T03:45:55.739Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2436 | 2025-01-17T03:45:56.040Z | Compiling convert_case v0.4.0 |
2437 | 2025-01-17T03:45:57.330Z | Compiling float-ord v0.3.2 |
2438 | 2025-01-17T03:45:57.521Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2439 | 2025-01-17T03:45:57.691Z | Compiling derive_more v0.99.18 |
2440 | 2025-01-17T03:45:57.709Z | Compiling chrono-tz-build v0.4.0 |
2441 | 2025-01-17T03:45:58.145Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2442 | 2025-01-17T03:45:58.507Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2443 | 2025-01-17T03:45:58.793Z | Compiling crucible-workspace-hack v0.1.0 |
2444 | 2025-01-17T03:45:58.953Z | Compiling chrono-tz v0.10.0 |
2445 | 2025-01-17T03:45:59.018Z | Checking newline-converter v0.3.0 |
2446 | 2025-01-17T03:45:59.177Z | Checking prettyplease v0.2.25 |
2447 | 2025-01-17T03:45:59.215Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2448 | 2025-01-17T03:45:59.599Z | Compiling slog-dtrace v0.3.0 |
2449 | 2025-01-17T03:45:59.788Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2450 | 2025-01-17T03:45:59.863Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2451 | 2025-01-17T03:46:00.237Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2452 | 2025-01-17T03:46:00.281Z | Checking expectorate v1.1.0 |
2453 | 2025-01-17T03:46:00.571Z | Compiling zone_cfg_derive v0.3.0 |
2454 | 2025-01-17T03:46:01.098Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2455 | 2025-01-17T03:46:01.509Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2456 | 2025-01-17T03:46:01.841Z | Compiling const_format_proc_macros v0.2.33 |
2457 | 2025-01-17T03:46:01.880Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2458 | 2025-01-17T03:46:01.959Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2459 | 2025-01-17T03:46:01.983Z | Compiling num-derive v0.4.2 |
2460 | 2025-01-17T03:46:02.206Z | Checking highway v1.2.0 |
2461 | 2025-01-17T03:46:02.654Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2462 | 2025-01-17T03:46:02.985Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2463 | 2025-01-17T03:46:03.067Z | Checking zone v0.3.0 |
2464 | 2025-01-17T03:46:03.241Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2465 | 2025-01-17T03:46:03.313Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2466 | 2025-01-17T03:46:03.498Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2467 | 2025-01-17T03:46:03.515Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2468 | 2025-01-17T03:46:03.854Z | Checking const_format v0.2.33 |
2469 | 2025-01-17T03:46:04.307Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2470 | 2025-01-17T03:46:04.378Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2471 | 2025-01-17T03:46:04.432Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2472 | 2025-01-17T03:46:04.742Z | Checking gethostname v0.5.0 |
2473 | 2025-01-17T03:46:04.756Z | Checking bcs v0.1.6 |
2474 | 2025-01-17T03:46:04.868Z | Compiling async-recursion v1.1.1 |
2475 | 2025-01-17T03:46:04.964Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2476 | 2025-01-17T03:46:06.269Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2477 | 2025-01-17T03:46:11.531Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2478 | 2025-01-17T03:46:14.738Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2479 | 2025-01-17T03:46:17.166Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2480 | 2025-01-17T03:46:18.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s |
2481 | 2025-01-17T03:46:18.501Z | |
2482 | 2025-01-17T03:46:18.501Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2483 | 2025-01-17T03:46:19.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2025-01-17T03:46:19.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2025-01-17T03:46:19.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2025-01-17T03:46:19.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2487 | 2025-01-17T03:46:19.114Z | |
2488 | 2025-01-17T03:46:19.114Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2489 | 2025-01-17T03:46:19.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2025-01-17T03:46:19.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2025-01-17T03:46:19.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2025-01-17T03:46:19.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2493 | 2025-01-17T03:46:19.731Z | |
2494 | 2025-01-17T03:46:19.731Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2495 | 2025-01-17T03:46:20.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2025-01-17T03:46:20.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2025-01-17T03:46:20.375Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2498 | 2025-01-17T03:46:20.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2499 | 2025-01-17T03:46:21.169Z | |
2500 | 2025-01-17T03:46:21.169Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2501 | 2025-01-17T03:46:21.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2025-01-17T03:46:21.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2025-01-17T03:46:21.831Z | Compiling cfg_aliases v0.1.1 |
2504 | 2025-01-17T03:46:21.834Z | Compiling vte_generate_state_changes v0.1.2 |
2505 | 2025-01-17T03:46:21.834Z | Checking fd-lock v4.0.2 |
2506 | 2025-01-17T03:46:21.834Z | Checking nibble_vec v0.1.0 |
2507 | 2025-01-17T03:46:21.834Z | Checking bytecount v0.6.8 |
2508 | 2025-01-17T03:46:21.935Z | Checking endian-type v0.1.2 |
2509 | 2025-01-17T03:46:21.952Z | Compiling tabled_derive v0.7.0 |
2510 | 2025-01-17T03:46:21.973Z | Compiling peg-macros v0.8.4 |
2511 | 2025-01-17T03:46:22.017Z | Compiling nix v0.28.0 |
2512 | 2025-01-17T03:46:22.098Z | Checking papergrid v0.11.0 |
2513 | 2025-01-17T03:46:22.115Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2514 | 2025-01-17T03:46:22.131Z | Compiling sqlparser_derive v0.2.2 |
2515 | 2025-01-17T03:46:22.173Z | Checking radix_trie v0.2.1 |
2516 | 2025-01-17T03:46:22.534Z | Checking vte v0.11.1 |
2517 | 2025-01-17T03:46:22.568Z | Checking unicode_categories v0.1.1 |
2518 | 2025-01-17T03:46:22.873Z | Checking nu-ansi-term v0.50.1 |
2519 | 2025-01-17T03:46:23.121Z | Checking home v0.5.9 |
2520 | 2025-01-17T03:46:23.161Z | Checking sqlparser v0.45.0 |
2521 | 2025-01-17T03:46:23.283Z | Checking sqlformat v0.2.6 |
2522 | 2025-01-17T03:46:23.308Z | Checking display-error-chain v0.2.2 |
2523 | 2025-01-17T03:46:23.964Z | Checking strip-ansi-escapes v0.2.0 |
2524 | 2025-01-17T03:46:24.098Z | Checking tabled v0.15.0 |
2525 | 2025-01-17T03:46:24.118Z | Checking reedline v0.35.0 |
2526 | 2025-01-17T03:46:24.512Z | Checking peg v0.8.4 |
2527 | 2025-01-17T03:46:25.096Z | Checking rustyline v14.0.0 |
2528 | 2025-01-17T03:46:33.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s |
2529 | 2025-01-17T03:46:33.363Z | |
2530 | 2025-01-17T03:46:33.363Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2531 | 2025-01-17T03:46:33.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2025-01-17T03:46:33.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2025-01-17T03:46:34.024Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2534 | 2025-01-17T03:46:38.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
2535 | 2025-01-17T03:46:38.857Z | |
2536 | 2025-01-17T03:46:38.857Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2537 | 2025-01-17T03:46:39.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2025-01-17T03:46:39.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2025-01-17T03:46:39.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2540 | 2025-01-17T03:46:42.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
2541 | 2025-01-17T03:46:43.154Z | |
2542 | 2025-01-17T03:46:43.154Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2543 | 2025-01-17T03:46:43.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2025-01-17T03:46:43.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2025-01-17T03:46:43.811Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2546 | 2025-01-17T03:46:48.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
2547 | 2025-01-17T03:46:48.448Z | |
2548 | 2025-01-17T03:46:48.448Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2549 | 2025-01-17T03:46:49.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-01-17T03:46:49.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-01-17T03:46:49.105Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-01-17T03:46:53.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
2553 | 2025-01-17T03:46:53.746Z | |
2554 | 2025-01-17T03:46:53.746Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2555 | 2025-01-17T03:46:54.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-01-17T03:46:54.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-01-17T03:46:54.390Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-01-17T03:46:58.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2559 | 2025-01-17T03:46:58.228Z | |
2560 | 2025-01-17T03:46:58.229Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2561 | 2025-01-17T03:46:58.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-01-17T03:46:58.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-01-17T03:46:58.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2564 | 2025-01-17T03:47:02.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2565 | 2025-01-17T03:47:02.767Z | |
2566 | 2025-01-17T03:47:02.767Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2567 | 2025-01-17T03:47:03.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-01-17T03:47:03.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-01-17T03:47:03.418Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2570 | 2025-01-17T03:47:08.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
2571 | 2025-01-17T03:47:08.221Z | |
2572 | 2025-01-17T03:47:08.221Z | info: running `cargo check --bins` on oximeter (66/197) |
2573 | 2025-01-17T03:47:08.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-01-17T03:47:08.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-01-17T03:47:08.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2025-01-17T03:47:08.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2577 | 2025-01-17T03:47:08.833Z | |
2578 | 2025-01-17T03:47:08.833Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2579 | 2025-01-17T03:47:09.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-01-17T03:47:09.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-01-17T03:47:09.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2025-01-17T03:47:09.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2583 | 2025-01-17T03:47:09.426Z | |
2584 | 2025-01-17T03:47:09.426Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2585 | 2025-01-17T03:47:09.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-01-17T03:47:09.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-01-17T03:47:10.049Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2588 | 2025-01-17T03:47:12.038Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2589 | 2025-01-17T03:47:12.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
2590 | 2025-01-17T03:47:13.148Z | |
2591 | 2025-01-17T03:47:13.148Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2592 | 2025-01-17T03:47:13.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-17T03:47:13.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-17T03:47:13.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-17T03:47:13.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2596 | 2025-01-17T03:47:13.766Z | |
2597 | 2025-01-17T03:47:13.766Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2598 | 2025-01-17T03:47:14.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-17T03:47:14.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-17T03:47:14.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-17T03:47:14.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2602 | 2025-01-17T03:47:14.382Z | |
2603 | 2025-01-17T03:47:14.382Z | info: running `cargo check --bins` on oxql-types (71/197) |
2604 | 2025-01-17T03:47:14.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-17T03:47:14.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-17T03:47:14.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-17T03:47:14.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2608 | 2025-01-17T03:47:15.000Z | |
2609 | 2025-01-17T03:47:15.000Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2610 | 2025-01-17T03:47:15.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-17T03:47:15.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-17T03:47:15.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-17T03:47:15.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2614 | 2025-01-17T03:47:15.639Z | |
2615 | 2025-01-17T03:47:15.639Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2616 | 2025-01-17T03:47:16.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-17T03:47:16.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-17T03:47:16.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-17T03:47:16.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2620 | 2025-01-17T03:47:16.253Z | |
2621 | 2025-01-17T03:47:16.253Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2622 | 2025-01-17T03:47:16.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-17T03:47:16.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-17T03:47:16.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-17T03:47:16.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2626 | 2025-01-17T03:47:16.898Z | |
2627 | 2025-01-17T03:47:16.898Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2628 | 2025-01-17T03:47:17.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-17T03:47:17.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-17T03:47:17.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-17T03:47:17.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2632 | 2025-01-17T03:47:17.507Z | |
2633 | 2025-01-17T03:47:17.507Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2634 | 2025-01-17T03:47:18.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-17T03:47:18.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-17T03:47:18.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-01-17T03:47:18.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2638 | 2025-01-17T03:47:18.123Z | |
2639 | 2025-01-17T03:47:18.123Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2640 | 2025-01-17T03:47:18.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-17T03:47:18.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-17T03:47:18.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-17T03:47:18.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2644 | 2025-01-17T03:47:18.747Z | |
2645 | 2025-01-17T03:47:18.747Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2646 | 2025-01-17T03:47:19.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-17T03:47:19.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-17T03:47:19.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-17T03:47:19.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2650 | 2025-01-17T03:47:19.354Z | |
2651 | 2025-01-17T03:47:19.354Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2652 | 2025-01-17T03:47:19.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-17T03:47:19.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-17T03:47:19.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-17T03:47:19.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2656 | 2025-01-17T03:47:19.989Z | |
2657 | 2025-01-17T03:47:19.990Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2658 | 2025-01-17T03:47:20.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-17T03:47:20.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-17T03:47:20.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-17T03:47:20.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2662 | 2025-01-17T03:47:20.609Z | |
2663 | 2025-01-17T03:47:20.609Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2664 | 2025-01-17T03:47:21.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-17T03:47:21.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-17T03:47:21.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-17T03:47:21.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2668 | 2025-01-17T03:47:21.239Z | |
2669 | 2025-01-17T03:47:21.239Z | info: running `cargo check --bins` on dpd-client (82/197) |
2670 | 2025-01-17T03:47:21.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-17T03:47:21.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-17T03:47:21.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-01-17T03:47:21.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2674 | 2025-01-17T03:47:21.849Z | |
2675 | 2025-01-17T03:47:21.849Z | info: running `cargo check --bins` on gateway-client (83/197) |
2676 | 2025-01-17T03:47:22.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-01-17T03:47:22.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-01-17T03:47:22.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-01-17T03:47:22.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2680 | 2025-01-17T03:47:22.457Z | |
2681 | 2025-01-17T03:47:22.457Z | info: running `cargo check --bins` on installinator-client (84/197) |
2682 | 2025-01-17T03:47:23.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-01-17T03:47:23.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-01-17T03:47:23.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-01-17T03:47:23.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2686 | 2025-01-17T03:47:23.100Z | |
2687 | 2025-01-17T03:47:23.100Z | info: running `cargo check --bins` on installinator-common (85/197) |
2688 | 2025-01-17T03:47:23.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-01-17T03:47:23.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-01-17T03:47:23.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-01-17T03:47:23.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2692 | 2025-01-17T03:47:23.757Z | |
2693 | 2025-01-17T03:47:23.757Z | info: running `cargo check --bins` on update-engine (86/197) |
2694 | 2025-01-17T03:47:24.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-01-17T03:47:24.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-01-17T03:47:24.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-01-17T03:47:24.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2698 | 2025-01-17T03:47:24.352Z | |
2699 | 2025-01-17T03:47:24.352Z | info: running `cargo check --bins` on nexus-client (87/197) |
2700 | 2025-01-17T03:47:24.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-01-17T03:47:24.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-01-17T03:47:24.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-01-17T03:47:24.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2704 | 2025-01-17T03:47:25.004Z | |
2705 | 2025-01-17T03:47:25.004Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2706 | 2025-01-17T03:47:25.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-01-17T03:47:25.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-01-17T03:47:25.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-01-17T03:47:25.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2710 | 2025-01-17T03:47:25.649Z | |
2711 | 2025-01-17T03:47:25.649Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2712 | 2025-01-17T03:47:26.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-01-17T03:47:26.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-01-17T03:47:26.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-01-17T03:47:26.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2716 | 2025-01-17T03:47:26.261Z | |
2717 | 2025-01-17T03:47:26.261Z | info: running `cargo check --bins` on nexus-types (90/197) |
2718 | 2025-01-17T03:47:26.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-01-17T03:47:26.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-01-17T03:47:26.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-01-17T03:47:26.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2722 | 2025-01-17T03:47:26.900Z | |
2723 | 2025-01-17T03:47:26.900Z | info: running `cargo check --bins` on oxide-client (91/197) |
2724 | 2025-01-17T03:47:27.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-01-17T03:47:27.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-01-17T03:47:27.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-01-17T03:47:27.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2728 | 2025-01-17T03:47:27.514Z | |
2729 | 2025-01-17T03:47:27.514Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2730 | 2025-01-17T03:47:28.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-01-17T03:47:28.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-01-17T03:47:28.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-01-17T03:47:28.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2734 | 2025-01-17T03:47:28.145Z | |
2735 | 2025-01-17T03:47:28.145Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2736 | 2025-01-17T03:47:28.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-01-17T03:47:28.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-01-17T03:47:28.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-01-17T03:47:28.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2740 | 2025-01-17T03:47:28.766Z | |
2741 | 2025-01-17T03:47:28.766Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2742 | 2025-01-17T03:47:29.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-01-17T03:47:29.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-01-17T03:47:29.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-01-17T03:47:29.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2746 | 2025-01-17T03:47:29.409Z | |
2747 | 2025-01-17T03:47:29.409Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2748 | 2025-01-17T03:47:29.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-01-17T03:47:29.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-01-17T03:47:29.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-01-17T03:47:29.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2752 | 2025-01-17T03:47:30.058Z | |
2753 | 2025-01-17T03:47:30.058Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2754 | 2025-01-17T03:47:30.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-01-17T03:47:30.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-01-17T03:47:30.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-01-17T03:47:30.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2758 | 2025-01-17T03:47:30.706Z | |
2759 | 2025-01-17T03:47:30.706Z | info: running `cargo check --bins` on wicket-common (97/197) |
2760 | 2025-01-17T03:47:31.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-01-17T03:47:31.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-01-17T03:47:31.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-01-17T03:47:31.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2764 | 2025-01-17T03:47:31.346Z | |
2765 | 2025-01-17T03:47:31.346Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2766 | 2025-01-17T03:47:31.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-01-17T03:47:31.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-01-17T03:47:31.991Z | Checking csv-core v0.1.11 |
2769 | 2025-01-17T03:47:31.991Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2770 | 2025-01-17T03:47:31.994Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2771 | 2025-01-17T03:47:32.094Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2772 | 2025-01-17T03:47:32.291Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2773 | 2025-01-17T03:47:32.294Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2774 | 2025-01-17T03:47:32.320Z | Checking csv v1.3.0 |
2775 | 2025-01-17T03:47:32.876Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2776 | 2025-01-17T03:47:33.215Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2777 | 2025-01-17T03:47:34.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
2778 | 2025-01-17T03:47:35.003Z | |
2779 | 2025-01-17T03:47:35.003Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2780 | 2025-01-17T03:47:35.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-01-17T03:47:35.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-01-17T03:47:35.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-01-17T03:47:35.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2025-01-17T03:47:35.631Z | |
2785 | 2025-01-17T03:47:35.631Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2786 | 2025-01-17T03:47:36.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-01-17T03:47:36.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-01-17T03:47:36.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-01-17T03:47:36.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2790 | 2025-01-17T03:47:36.246Z | |
2791 | 2025-01-17T03:47:36.246Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2792 | 2025-01-17T03:47:36.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-01-17T03:47:36.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-01-17T03:47:36.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-01-17T03:47:36.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2796 | 2025-01-17T03:47:36.972Z | |
2797 | 2025-01-17T03:47:36.972Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2798 | 2025-01-17T03:47:37.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-01-17T03:47:37.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-01-17T03:47:37.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-01-17T03:47:37.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2802 | 2025-01-17T03:47:37.695Z | |
2803 | 2025-01-17T03:47:37.695Z | info: running `cargo check --bins` on dns-server (103/197) |
2804 | 2025-01-17T03:47:38.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-01-17T03:47:38.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-01-17T03:47:38.338Z | Compiling typify-impl v0.3.0 |
2807 | 2025-01-17T03:47:38.445Z | Compiling parking_lot_core v0.8.6 |
2808 | 2025-01-17T03:47:38.456Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2809 | 2025-01-17T03:47:38.468Z | Checking fxhash v0.2.1 |
2810 | 2025-01-17T03:47:38.470Z | Checking hickory-client v0.24.1 |
2811 | 2025-01-17T03:47:38.481Z | Checking hickory-server v0.24.1 |
2812 | 2025-01-17T03:47:39.204Z | Checking parking_lot v0.11.2 |
2813 | 2025-01-17T03:47:39.232Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2814 | 2025-01-17T03:47:39.544Z | Checking sled v0.34.7 |
2815 | 2025-01-17T03:47:43.998Z | Compiling typify-macro v0.3.0 |
2816 | 2025-01-17T03:47:45.517Z | Compiling typify v0.3.0 |
2817 | 2025-01-17T03:47:45.586Z | Compiling progenitor-impl v0.9.1 |
2818 | 2025-01-17T03:47:48.008Z | Compiling progenitor-macro v0.9.1 |
2819 | 2025-01-17T03:47:51.672Z | Checking progenitor v0.9.1 |
2820 | 2025-01-17T03:47:51.801Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2821 | 2025-01-17T03:47:52.252Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2822 | 2025-01-17T03:47:53.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.81s |
2823 | 2025-01-17T03:47:53.698Z | |
2824 | 2025-01-17T03:47:53.698Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2825 | 2025-01-17T03:47:54.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-01-17T03:47:54.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-01-17T03:47:54.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-01-17T03:47:54.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2829 | 2025-01-17T03:47:54.306Z | |
2830 | 2025-01-17T03:47:54.306Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2831 | 2025-01-17T03:47:54.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-01-17T03:47:54.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-01-17T03:47:54.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-01-17T03:47:54.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2835 | 2025-01-17T03:47:54.966Z | |
2836 | 2025-01-17T03:47:54.966Z | info: running `cargo check --bins` on gateway-types (106/197) |
2837 | 2025-01-17T03:47:55.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-01-17T03:47:55.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-01-17T03:47:55.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-01-17T03:47:55.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2841 | 2025-01-17T03:47:55.576Z | |
2842 | 2025-01-17T03:47:55.577Z | info: running `cargo check --bins` on ipcc (107/197) |
2843 | 2025-01-17T03:47:56.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-01-17T03:47:56.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-01-17T03:47:56.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-01-17T03:47:56.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2847 | 2025-01-17T03:47:56.186Z | |
2848 | 2025-01-17T03:47:56.186Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2849 | 2025-01-17T03:47:56.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-01-17T03:47:56.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-01-17T03:47:56.872Z | Compiling radium v0.7.0 |
2852 | 2025-01-17T03:47:56.872Z | Compiling semver v0.1.20 |
2853 | 2025-01-17T03:47:56.874Z | Compiling maybe-uninit v2.0.0 |
2854 | 2025-01-17T03:47:56.874Z | Checking tap v1.0.1 |
2855 | 2025-01-17T03:47:57.008Z | Checking password-hash v0.5.0 |
2856 | 2025-01-17T03:47:57.011Z | Checking blake2 v0.10.6 |
2857 | 2025-01-17T03:47:57.011Z | Checking crc-catalog v2.4.0 |
2858 | 2025-01-17T03:47:57.011Z | Compiling cancel-safe-futures v0.1.5 |
2859 | 2025-01-17T03:47:57.128Z | Checking wyz v0.5.1 |
2860 | 2025-01-17T03:47:57.166Z | Compiling packed_struct v0.10.1 |
2861 | 2025-01-17T03:47:57.368Z | Compiling rustc_version v0.1.7 |
2862 | 2025-01-17T03:47:57.455Z | Compiling owo-colors v4.1.0 |
2863 | 2025-01-17T03:47:57.473Z | Checking funty v2.0.0 |
2864 | 2025-01-17T03:47:57.501Z | Checking argon2 v0.5.3 |
2865 | 2025-01-17T03:47:57.557Z | Checking crc v3.2.1 |
2866 | 2025-01-17T03:47:57.614Z | Compiling packed_struct_codegen v0.10.1 |
2867 | 2025-01-17T03:47:57.631Z | Compiling indexmap v1.9.3 |
2868 | 2025-01-17T03:47:57.753Z | Checking half v2.4.1 |
2869 | 2025-01-17T03:47:57.793Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2870 | 2025-01-17T03:47:57.822Z | Compiling newtype_derive v0.1.6 |
2871 | 2025-01-17T03:47:57.925Z | Checking nodrop v0.1.14 |
2872 | 2025-01-17T03:47:57.983Z | Checking ciborium-io v0.2.2 |
2873 | 2025-01-17T03:47:58.053Z | Checking array-init v0.0.4 |
2874 | 2025-01-17T03:47:58.163Z | Checking smallvec v0.6.14 |
2875 | 2025-01-17T03:47:58.163Z | Checking ciborium-ll v0.2.2 |
2876 | 2025-01-17T03:47:58.195Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2877 | 2025-01-17T03:47:58.262Z | Checking bitvec v1.0.1 |
2878 | 2025-01-17T03:47:58.326Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2879 | 2025-01-17T03:47:58.476Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2880 | 2025-01-17T03:47:58.528Z | Checking libsw v3.3.1 |
2881 | 2025-01-17T03:47:58.808Z | Compiling memoffset v0.9.1 |
2882 | 2025-01-17T03:47:58.855Z | Checking linear-map v1.2.0 |
2883 | 2025-01-17T03:47:58.890Z | Checking hashbrown v0.12.3 |
2884 | 2025-01-17T03:47:59.019Z | Checking termcolor v1.4.1 |
2885 | 2025-01-17T03:47:59.121Z | Checking swrite v0.1.0 |
2886 | 2025-01-17T03:47:59.164Z | Checking indent_write v2.2.0 |
2887 | 2025-01-17T03:47:59.243Z | Checking bitfield v0.14.0 |
2888 | 2025-01-17T03:47:59.426Z | Checking env_logger v0.10.2 |
2889 | 2025-01-17T03:47:59.468Z | Checking ron v0.8.1 |
2890 | 2025-01-17T03:47:59.506Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2891 | 2025-01-17T03:47:59.523Z | Checking serde-hex v0.1.0 |
2892 | 2025-01-17T03:47:59.576Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2893 | 2025-01-17T03:47:59.832Z | Checking ciborium v0.2.2 |
2894 | 2025-01-17T03:48:00.225Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2895 | 2025-01-17T03:48:00.435Z | Checking steno v0.4.1 |
2896 | 2025-01-17T03:48:00.806Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2897 | 2025-01-17T03:48:00.912Z | Checking hashbrown v0.13.2 |
2898 | 2025-01-17T03:48:00.930Z | Checking humantime v2.1.0 |
2899 | 2025-01-17T03:48:01.058Z | Checking crc-any v2.5.0 |
2900 | 2025-01-17T03:48:01.238Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2901 | 2025-01-17T03:48:01.425Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2902 | 2025-01-17T03:48:01.626Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2903 | 2025-01-17T03:48:01.827Z | Checking object v0.30.4 |
2904 | 2025-01-17T03:48:01.933Z | Checking path-slash v0.1.5 |
2905 | 2025-01-17T03:48:02.016Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2906 | 2025-01-17T03:48:02.168Z | Checking nix v0.27.1 |
2907 | 2025-01-17T03:48:02.425Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2908 | 2025-01-17T03:48:02.550Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2909 | 2025-01-17T03:48:02.805Z | Checking tungstenite v0.23.0 |
2910 | 2025-01-17T03:48:03.146Z | Checking kstat-rs v0.2.4 |
2911 | 2025-01-17T03:48:03.298Z | Checking signal-hook-tokio v0.3.1 |
2912 | 2025-01-17T03:48:03.503Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2913 | 2025-01-17T03:48:03.619Z | Checking tokio-tungstenite v0.23.1 |
2914 | 2025-01-17T03:48:04.054Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2915 | 2025-01-17T03:48:04.509Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2916 | 2025-01-17T03:48:04.566Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2917 | 2025-01-17T03:48:10.908Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2918 | 2025-01-17T03:48:12.245Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2919 | 2025-01-17T03:48:14.405Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2920 | 2025-01-17T03:48:19.595Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2921 | 2025-01-17T03:48:20.237Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2922 | 2025-01-17T03:48:22.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.70s |
2923 | 2025-01-17T03:48:23.079Z | |
2924 | 2025-01-17T03:48:23.079Z | info: running `cargo check --bins` on gateway-api (109/197) |
2925 | 2025-01-17T03:48:23.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-01-17T03:48:23.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-01-17T03:48:23.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-01-17T03:48:23.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2929 | 2025-01-17T03:48:23.702Z | |
2930 | 2025-01-17T03:48:23.702Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2931 | 2025-01-17T03:48:24.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-01-17T03:48:24.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-01-17T03:48:24.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2025-01-17T03:48:24.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2935 | 2025-01-17T03:48:24.293Z | |
2936 | 2025-01-17T03:48:24.293Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2937 | 2025-01-17T03:48:24.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2025-01-17T03:48:24.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2025-01-17T03:48:24.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2940 | 2025-01-17T03:48:24.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2941 | 2025-01-17T03:48:24.905Z | |
2942 | 2025-01-17T03:48:24.905Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2943 | 2025-01-17T03:48:25.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-01-17T03:48:25.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-01-17T03:48:25.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2025-01-17T03:48:25.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2947 | 2025-01-17T03:48:25.517Z | |
2948 | 2025-01-17T03:48:25.517Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2949 | 2025-01-17T03:48:26.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2025-01-17T03:48:26.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2025-01-17T03:48:26.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2025-01-17T03:48:26.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2953 | 2025-01-17T03:48:26.126Z | |
2954 | 2025-01-17T03:48:26.127Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2955 | 2025-01-17T03:48:26.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2025-01-17T03:48:26.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2025-01-17T03:48:26.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2025-01-17T03:48:26.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2959 | 2025-01-17T03:48:26.740Z | |
2960 | 2025-01-17T03:48:26.740Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2961 | 2025-01-17T03:48:27.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2025-01-17T03:48:27.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2025-01-17T03:48:27.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2025-01-17T03:48:27.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2965 | 2025-01-17T03:48:27.359Z | |
2966 | 2025-01-17T03:48:27.359Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2967 | 2025-01-17T03:48:27.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2025-01-17T03:48:27.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2025-01-17T03:48:27.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2025-01-17T03:48:27.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2971 | 2025-01-17T03:48:27.971Z | |
2972 | 2025-01-17T03:48:27.971Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2973 | 2025-01-17T03:48:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2025-01-17T03:48:28.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2025-01-17T03:48:28.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2025-01-17T03:48:28.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2977 | 2025-01-17T03:48:28.608Z | |
2978 | 2025-01-17T03:48:28.608Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2979 | 2025-01-17T03:48:29.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-01-17T03:48:29.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-01-17T03:48:29.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-01-17T03:48:29.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2983 | 2025-01-17T03:48:29.223Z | |
2984 | 2025-01-17T03:48:29.223Z | info: running `cargo check --bins` on sp-sim (119/197) |
2985 | 2025-01-17T03:48:29.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-17T03:48:29.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-17T03:48:29.852Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2988 | 2025-01-17T03:48:30.289Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2989 | 2025-01-17T03:48:31.951Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2990 | 2025-01-17T03:48:33.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2991 | 2025-01-17T03:48:33.724Z | |
2992 | 2025-01-17T03:48:33.724Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2993 | 2025-01-17T03:48:34.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-01-17T03:48:34.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-01-17T03:48:34.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2025-01-17T03:48:34.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2997 | 2025-01-17T03:48:34.387Z | |
2998 | 2025-01-17T03:48:34.388Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2999 | 2025-01-17T03:48:34.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-01-17T03:48:34.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-01-17T03:48:34.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2025-01-17T03:48:34.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3003 | 2025-01-17T03:48:35.061Z | |
3004 | 2025-01-17T03:48:35.061Z | info: running `cargo check --bins` on db-macros (122/197) |
3005 | 2025-01-17T03:48:35.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-01-17T03:48:35.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-01-17T03:48:35.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2025-01-17T03:48:35.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3009 | 2025-01-17T03:48:35.658Z | |
3010 | 2025-01-17T03:48:35.658Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3011 | 2025-01-17T03:48:36.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-17T03:48:36.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-17T03:48:36.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-01-17T03:48:36.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3015 | 2025-01-17T03:48:36.260Z | |
3016 | 2025-01-17T03:48:36.260Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3017 | 2025-01-17T03:48:36.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-17T03:48:36.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-17T03:48:36.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-01-17T03:48:36.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3021 | 2025-01-17T03:48:36.920Z | |
3022 | 2025-01-17T03:48:36.920Z | info: running `cargo check --bins` on authz-macros (125/197) |
3023 | 2025-01-17T03:48:37.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-17T03:48:37.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-17T03:48:37.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-01-17T03:48:37.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3027 | 2025-01-17T03:48:37.522Z | |
3028 | 2025-01-17T03:48:37.522Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3029 | 2025-01-17T03:48:38.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-17T03:48:38.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-17T03:48:38.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-01-17T03:48:38.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3033 | 2025-01-17T03:48:38.162Z | |
3034 | 2025-01-17T03:48:38.163Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3035 | 2025-01-17T03:48:38.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-17T03:48:38.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-17T03:48:38.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-01-17T03:48:38.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3039 | 2025-01-17T03:48:38.806Z | |
3040 | 2025-01-17T03:48:38.806Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3041 | 2025-01-17T03:48:39.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-17T03:48:39.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-17T03:48:39.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-01-17T03:48:39.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3045 | 2025-01-17T03:48:39.423Z | |
3046 | 2025-01-17T03:48:39.423Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3047 | 2025-01-17T03:48:39.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-17T03:48:39.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-17T03:48:39.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-01-17T03:48:39.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3051 | 2025-01-17T03:48:40.076Z | |
3052 | 2025-01-17T03:48:40.076Z | info: running `cargo check --bins` on typed-rng (130/197) |
3053 | 2025-01-17T03:48:40.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-17T03:48:40.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-17T03:48:40.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-01-17T03:48:40.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3057 | 2025-01-17T03:48:40.672Z | |
3058 | 2025-01-17T03:48:40.672Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3059 | 2025-01-17T03:48:41.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-17T03:48:41.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-17T03:48:41.403Z | Checking keccak v0.1.5 |
3062 | 2025-01-17T03:48:41.515Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3063 | 2025-01-17T03:48:41.517Z | Checking secrecy v0.8.0 |
3064 | 2025-01-17T03:48:41.517Z | Compiling unicase v2.7.0 |
3065 | 2025-01-17T03:48:41.517Z | Compiling same-file v1.0.6 |
3066 | 2025-01-17T03:48:41.542Z | Compiling tempfile v3.13.0 |
3067 | 2025-01-17T03:48:41.568Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3068 | 2025-01-17T03:48:41.571Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3069 | 2025-01-17T03:48:41.675Z | Compiling thiserror-impl-no-std v2.0.2 |
3070 | 2025-01-17T03:48:41.800Z | Checking sha3 v0.10.8 |
3071 | 2025-01-17T03:48:41.815Z | Compiling walkdir v2.5.0 |
3072 | 2025-01-17T03:48:41.876Z | Checking universal-hash v0.5.1 |
3073 | 2025-01-17T03:48:41.893Z | Compiling blake3 v1.5.4 |
3074 | 2025-01-17T03:48:42.064Z | Checking opaque-debug v0.3.1 |
3075 | 2025-01-17T03:48:42.085Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3076 | 2025-01-17T03:48:42.121Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3077 | 2025-01-17T03:48:42.167Z | Checking poly1305 v0.8.0 |
3078 | 2025-01-17T03:48:42.198Z | Checking chacha20 v0.9.1 |
3079 | 2025-01-17T03:48:42.312Z | Checking aead v0.5.2 |
3080 | 2025-01-17T03:48:42.381Z | Compiling memmap2 v0.9.5 |
3081 | 2025-01-17T03:48:42.524Z | Compiling constant_time_eq v0.3.1 |
3082 | 2025-01-17T03:48:42.560Z | Compiling libefi-sys v0.1.0 |
3083 | 2025-01-17T03:48:42.578Z | Compiling salty v0.3.0 |
3084 | 2025-01-17T03:48:42.704Z | Compiling arrayvec v0.7.6 |
3085 | 2025-01-17T03:48:42.722Z | Compiling arrayref v0.3.9 |
3086 | 2025-01-17T03:48:42.797Z | Checking chacha20poly1305 v0.10.1 |
3087 | 2025-01-17T03:48:42.872Z | Compiling toolchain_find v0.4.0 |
3088 | 2025-01-17T03:48:42.977Z | Compiling camino-tempfile v1.1.1 |
3089 | 2025-01-17T03:48:42.996Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3090 | 2025-01-17T03:48:43.046Z | Compiling bitfield-struct v0.6.2 |
3091 | 2025-01-17T03:48:43.274Z | Compiling topological-sort v0.2.2 |
3092 | 2025-01-17T03:48:43.396Z | Compiling mime_guess v2.0.5 |
3093 | 2025-01-17T03:48:43.458Z | Compiling rustfmt-wrapper v0.2.1 |
3094 | 2025-01-17T03:48:43.890Z | Compiling omicron-zone-package v0.12.0 |
3095 | 2025-01-17T03:48:44.015Z | Compiling progenitor v0.9.1 |
3096 | 2025-01-17T03:48:44.071Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3097 | 2025-01-17T03:48:44.252Z | Checking primeorder v0.13.6 |
3098 | 2025-01-17T03:48:44.306Z | Checking env_filter v0.1.2 |
3099 | 2025-01-17T03:48:44.367Z | Checking thiserror-no-std v2.0.2 |
3100 | 2025-01-17T03:48:44.386Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3101 | 2025-01-17T03:48:44.465Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3102 | 2025-01-17T03:48:44.491Z | Checking vsss-rs v3.3.4 |
3103 | 2025-01-17T03:48:44.529Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3104 | 2025-01-17T03:48:44.532Z | Checking env_logger v0.11.5 |
3105 | 2025-01-17T03:48:44.607Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3106 | 2025-01-17T03:48:44.691Z | Checking p384 v0.13.0 |
3107 | 2025-01-17T03:48:44.736Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3108 | 2025-01-17T03:48:44.981Z | Checking http-range v0.1.5 |
3109 | 2025-01-17T03:48:45.004Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3110 | 2025-01-17T03:48:45.147Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3111 | 2025-01-17T03:48:45.167Z | Checking lockfree-object-pool v0.1.6 |
3112 | 2025-01-17T03:48:45.185Z | Checking bumpalo v3.16.0 |
3113 | 2025-01-17T03:48:45.421Z | Compiling zip v2.1.3 |
3114 | 2025-01-17T03:48:45.450Z | Checking simd-adler32 v0.3.7 |
3115 | 2025-01-17T03:48:45.454Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3116 | 2025-01-17T03:48:45.745Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3117 | 2025-01-17T03:48:45.782Z | Checking zopfli v0.8.1 |
3118 | 2025-01-17T03:48:45.805Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3119 | 2025-01-17T03:48:46.103Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3120 | 2025-01-17T03:48:46.332Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3121 | 2025-01-17T03:48:46.351Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3122 | 2025-01-17T03:48:46.481Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3123 | 2025-01-17T03:48:46.735Z | Checking nanorand v0.7.0 |
3124 | 2025-01-17T03:48:46.792Z | Checking atty v0.2.14 |
3125 | 2025-01-17T03:48:46.869Z | Checking glob v0.3.1 |
3126 | 2025-01-17T03:48:46.935Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3127 | 2025-01-17T03:48:46.986Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3128 | 2025-01-17T03:48:47.095Z | Checking flume v0.11.1 |
3129 | 2025-01-17T03:48:47.173Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3130 | 2025-01-17T03:48:47.530Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3131 | 2025-01-17T03:48:48.220Z | Checking hyper-staticfile v0.10.1 |
3132 | 2025-01-17T03:48:48.250Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3133 | 2025-01-17T03:48:48.695Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3134 | 2025-01-17T03:48:48.754Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3135 | 2025-01-17T03:48:48.993Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3136 | 2025-01-17T03:48:49.096Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3137 | 2025-01-17T03:48:49.174Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3138 | 2025-01-17T03:48:49.681Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3139 | 2025-01-17T03:48:49.701Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3140 | 2025-01-17T03:48:49.868Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3141 | 2025-01-17T03:48:49.964Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3142 | 2025-01-17T03:48:52.890Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3143 | 2025-01-17T03:48:52.890Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3144 | 2025-01-17T03:49:01.239Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3145 | 2025-01-17T03:49:14.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s |
3146 | 2025-01-17T03:49:14.641Z | |
3147 | 2025-01-17T03:49:14.641Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3148 | 2025-01-17T03:49:15.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2025-01-17T03:49:15.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2025-01-17T03:49:15.361Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3151 | 2025-01-17T03:49:28.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
3152 | 2025-01-17T03:49:28.856Z | |
3153 | 2025-01-17T03:49:28.856Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3154 | 2025-01-17T03:49:29.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2025-01-17T03:49:29.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2025-01-17T03:49:29.597Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3157 | 2025-01-17T03:49:42.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s |
3158 | 2025-01-17T03:49:43.139Z | |
3159 | 2025-01-17T03:49:43.140Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3160 | 2025-01-17T03:49:43.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2025-01-17T03:49:43.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2025-01-17T03:49:43.885Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3163 | 2025-01-17T03:49:57.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3164 | 2025-01-17T03:49:57.316Z | |
3165 | 2025-01-17T03:49:57.316Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3166 | 2025-01-17T03:49:57.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2025-01-17T03:49:57.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2025-01-17T03:49:58.038Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3169 | 2025-01-17T03:50:11.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s |
3170 | 2025-01-17T03:50:11.596Z | |
3171 | 2025-01-17T03:50:11.596Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3172 | 2025-01-17T03:50:12.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-01-17T03:50:12.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-01-17T03:50:12.314Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-01-17T03:50:25.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
3176 | 2025-01-17T03:50:25.785Z | |
3177 | 2025-01-17T03:50:25.785Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3178 | 2025-01-17T03:50:26.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-01-17T03:50:26.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-01-17T03:50:26.510Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-01-17T03:50:39.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3182 | 2025-01-17T03:50:39.954Z | |
3183 | 2025-01-17T03:50:39.954Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3184 | 2025-01-17T03:50:40.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-01-17T03:50:40.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-01-17T03:50:40.674Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-01-17T03:50:53.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3188 | 2025-01-17T03:50:54.164Z | |
3189 | 2025-01-17T03:50:54.165Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3190 | 2025-01-17T03:50:54.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-01-17T03:50:54.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-01-17T03:50:54.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3193 | 2025-01-17T03:50:54.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3194 | 2025-01-17T03:50:54.817Z | |
3195 | 2025-01-17T03:50:54.817Z | info: running `cargo check --bins` on key-manager (140/197) |
3196 | 2025-01-17T03:50:55.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-01-17T03:50:55.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-01-17T03:50:55.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3199 | 2025-01-17T03:50:55.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3200 | 2025-01-17T03:50:55.438Z | |
3201 | 2025-01-17T03:50:55.438Z | info: running `cargo check --bins` on range-requests (141/197) |
3202 | 2025-01-17T03:50:55.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-01-17T03:50:55.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-01-17T03:50:55.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3205 | 2025-01-17T03:50:55.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3206 | 2025-01-17T03:50:56.050Z | |
3207 | 2025-01-17T03:50:56.051Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3208 | 2025-01-17T03:50:56.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-01-17T03:50:56.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-01-17T03:50:56.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3211 | 2025-01-17T03:50:56.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3212 | 2025-01-17T03:50:56.673Z | |
3213 | 2025-01-17T03:50:56.673Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3214 | 2025-01-17T03:50:57.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-01-17T03:50:57.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-01-17T03:50:57.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2025-01-17T03:50:57.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3218 | 2025-01-17T03:50:57.322Z | |
3219 | 2025-01-17T03:50:57.322Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3220 | 2025-01-17T03:50:57.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-01-17T03:50:57.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-01-17T03:50:57.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-01-17T03:50:57.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3224 | 2025-01-17T03:50:57.914Z | |
3225 | 2025-01-17T03:50:57.914Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3226 | 2025-01-17T03:50:58.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-01-17T03:50:58.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-01-17T03:50:58.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-01-17T03:50:58.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3230 | 2025-01-17T03:50:58.550Z | |
3231 | 2025-01-17T03:50:58.550Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3232 | 2025-01-17T03:50:59.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-01-17T03:50:59.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-01-17T03:50:59.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-01-17T03:50:59.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3236 | 2025-01-17T03:50:59.189Z | |
3237 | 2025-01-17T03:50:59.189Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3238 | 2025-01-17T03:50:59.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-01-17T03:50:59.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-01-17T03:50:59.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-01-17T03:50:59.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3242 | 2025-01-17T03:50:59.822Z | |
3243 | 2025-01-17T03:50:59.822Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3244 | 2025-01-17T03:51:00.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-01-17T03:51:00.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-01-17T03:51:00.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-01-17T03:51:00.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3248 | 2025-01-17T03:51:00.473Z | |
3249 | 2025-01-17T03:51:00.473Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3250 | 2025-01-17T03:51:01.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-01-17T03:51:01.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-01-17T03:51:01.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-01-17T03:51:01.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3254 | 2025-01-17T03:51:01.133Z | |
3255 | 2025-01-17T03:51:01.133Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3256 | 2025-01-17T03:51:01.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-01-17T03:51:01.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-01-17T03:51:01.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-01-17T03:51:01.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3260 | 2025-01-17T03:51:01.780Z | |
3261 | 2025-01-17T03:51:01.780Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3262 | 2025-01-17T03:51:02.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-17T03:51:02.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-17T03:51:02.469Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3265 | 2025-01-17T03:51:02.469Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3266 | 2025-01-17T03:51:03.320Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3267 | 2025-01-17T03:51:05.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
3268 | 2025-01-17T03:51:05.417Z | |
3269 | 2025-01-17T03:51:05.417Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3270 | 2025-01-17T03:51:05.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-01-17T03:51:05.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-01-17T03:51:05.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-01-17T03:51:05.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3274 | 2025-01-17T03:51:06.040Z | |
3275 | 2025-01-17T03:51:06.040Z | info: running `cargo check --bins` on cert-dev (153/197) |
3276 | 2025-01-17T03:51:06.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-01-17T03:51:06.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-01-17T03:51:06.648Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3279 | 2025-01-17T03:51:06.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3280 | 2025-01-17T03:51:07.083Z | |
3281 | 2025-01-17T03:51:07.083Z | info: running `cargo check --bins` on clickana (154/197) |
3282 | 2025-01-17T03:51:07.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-01-17T03:51:07.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-01-17T03:51:07.730Z | Checking castaway v0.2.3 |
3285 | 2025-01-17T03:51:07.730Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3286 | 2025-01-17T03:51:07.733Z | Checking unicode-truncate v1.1.0 |
3287 | 2025-01-17T03:51:07.733Z | Checking lru v0.12.5 |
3288 | 2025-01-17T03:51:07.733Z | Compiling instability v0.3.2 |
3289 | 2025-01-17T03:51:07.733Z | Checking cassowary v0.3.0 |
3290 | 2025-01-17T03:51:07.960Z | Checking compact_str v0.8.0 |
3291 | 2025-01-17T03:51:08.527Z | Checking ratatui v0.28.1 |
3292 | 2025-01-17T03:51:09.343Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3293 | 2025-01-17T03:51:10.320Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3294 | 2025-01-17T03:51:11.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3295 | 2025-01-17T03:51:11.302Z | |
3296 | 2025-01-17T03:51:11.302Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3297 | 2025-01-17T03:51:11.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-01-17T03:51:11.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-01-17T03:51:11.974Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3300 | 2025-01-17T03:51:11.974Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3301 | 2025-01-17T03:51:12.959Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3302 | 2025-01-17T03:51:13.406Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3303 | 2025-01-17T03:51:13.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
3304 | 2025-01-17T03:51:13.941Z | |
3305 | 2025-01-17T03:51:13.941Z | info: running `cargo check --bins` on ch-dev (156/197) |
3306 | 2025-01-17T03:51:14.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-01-17T03:51:14.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-01-17T03:51:14.595Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3309 | 2025-01-17T03:51:15.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3310 | 2025-01-17T03:51:15.482Z | |
3311 | 2025-01-17T03:51:15.482Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3312 | 2025-01-17T03:51:16.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-01-17T03:51:16.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-01-17T03:51:16.123Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3315 | 2025-01-17T03:51:16.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3316 | 2025-01-17T03:51:16.649Z | |
3317 | 2025-01-17T03:51:16.649Z | info: running `cargo check --bins` on db-dev (158/197) |
3318 | 2025-01-17T03:51:17.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-01-17T03:51:17.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-01-17T03:51:17.307Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3321 | 2025-01-17T03:51:18.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3322 | 2025-01-17T03:51:18.201Z | |
3323 | 2025-01-17T03:51:18.201Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3324 | 2025-01-17T03:51:18.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-01-17T03:51:18.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-01-17T03:51:18.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2025-01-17T03:51:18.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3328 | 2025-01-17T03:51:18.837Z | |
3329 | 2025-01-17T03:51:18.837Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3330 | 2025-01-17T03:51:19.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-01-17T03:51:19.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-01-17T03:51:19.447Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3333 | 2025-01-17T03:51:20.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3334 | 2025-01-17T03:51:20.454Z | |
3335 | 2025-01-17T03:51:20.454Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3336 | 2025-01-17T03:51:20.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-01-17T03:51:20.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-01-17T03:51:21.056Z | Checking cargo-platform v0.1.8 |
3339 | 2025-01-17T03:51:21.325Z | Checking cargo_metadata v0.18.1 |
3340 | 2025-01-17T03:51:22.235Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3341 | 2025-01-17T03:51:23.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3342 | 2025-01-17T03:51:23.216Z | |
3343 | 2025-01-17T03:51:23.216Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3344 | 2025-01-17T03:51:23.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-01-17T03:51:23.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-01-17T03:51:23.918Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3347 | 2025-01-17T03:51:25.289Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3348 | 2025-01-17T03:51:25.863Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3349 | 2025-01-17T03:51:26.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
3350 | 2025-01-17T03:51:26.570Z | |
3351 | 2025-01-17T03:51:26.570Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3352 | 2025-01-17T03:51:27.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2025-01-17T03:51:27.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2025-01-17T03:51:27.339Z | Compiling crunchy v0.2.2 |
3355 | 2025-01-17T03:51:27.339Z | Compiling tiny-keccak v2.0.2 |
3356 | 2025-01-17T03:51:27.341Z | Compiling dsl_auto_type v0.1.2 |
3357 | 2025-01-17T03:51:27.341Z | Checking scheduled-thread-pool v0.2.7 |
3358 | 2025-01-17T03:51:27.341Z | Compiling diesel_table_macro_syntax v0.2.0 |
3359 | 2025-01-17T03:51:27.453Z | Compiling ascii-canvas v3.0.0 |
3360 | 2025-01-17T03:51:27.466Z | Compiling ena v0.14.3 |
3361 | 2025-01-17T03:51:27.476Z | Compiling regex-syntax v0.6.29 |
3362 | 2025-01-17T03:51:27.722Z | Checking r2d2 v0.8.10 |
3363 | 2025-01-17T03:51:27.767Z | Compiling diff v0.1.13 |
3364 | 2025-01-17T03:51:27.901Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3365 | 2025-01-17T03:51:27.904Z | Compiling ref-cast v1.0.23 |
3366 | 2025-01-17T03:51:27.925Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3367 | 2025-01-17T03:51:28.033Z | Compiling derive_builder_core v0.20.2 |
3368 | 2025-01-17T03:51:28.140Z | Compiling libxml v0.3.3 |
3369 | 2025-01-17T03:51:28.246Z | Compiling ref-cast-impl v1.0.23 |
3370 | 2025-01-17T03:51:28.292Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3371 | 2025-01-17T03:51:28.555Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3372 | 2025-01-17T03:51:28.580Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3373 | 2025-01-17T03:51:28.755Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3374 | 2025-01-17T03:51:28.772Z | Compiling diesel_derives v2.2.3 |
3375 | 2025-01-17T03:51:28.804Z | Compiling strum_macros v0.24.3 |
3376 | 2025-01-17T03:51:28.869Z | Compiling samael v0.0.17 |
3377 | 2025-01-17T03:51:29.117Z | Compiling indoc v1.0.9 |
3378 | 2025-01-17T03:51:30.012Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3379 | 2025-01-17T03:51:30.263Z | Compiling derive_builder_macro v0.20.2 |
3380 | 2025-01-17T03:51:30.301Z | Compiling oso-derive v0.27.3 |
3381 | 2025-01-17T03:51:30.719Z | Compiling lalrpop v0.19.12 |
3382 | 2025-01-17T03:51:31.128Z | Checking derive_builder v0.20.2 |
3383 | 2025-01-17T03:51:31.264Z | Compiling impl-trait-for-tuples v0.2.2 |
3384 | 2025-01-17T03:51:31.300Z | Checking quick-xml v0.33.0 |
3385 | 2025-01-17T03:51:31.629Z | Compiling diesel-dtrace v0.4.2 |
3386 | 2025-01-17T03:51:31.927Z | Checking maplit v1.0.2 |
3387 | 2025-01-17T03:51:32.107Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3388 | 2025-01-17T03:51:32.126Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3389 | 2025-01-17T03:51:32.422Z | Checking bb8 v0.8.5 |
3390 | 2025-01-17T03:51:32.723Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3391 | 2025-01-17T03:51:32.934Z | Checking rand_seeder v0.3.0 |
3392 | 2025-01-17T03:51:33.066Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3393 | 2025-01-17T03:51:33.125Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3394 | 2025-01-17T03:51:33.189Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3395 | 2025-01-17T03:51:33.399Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3396 | 2025-01-17T03:51:33.728Z | Checking smawk v0.3.2 |
3397 | 2025-01-17T03:51:33.763Z | Checking is_ci v1.2.0 |
3398 | 2025-01-17T03:51:33.920Z | Checking unicode-linebreak v0.1.5 |
3399 | 2025-01-17T03:51:33.951Z | Checking supports-color v3.0.1 |
3400 | 2025-01-17T03:51:34.187Z | Checking multimap v0.10.0 |
3401 | 2025-01-17T03:51:34.365Z | Checking textwrap v0.16.1 |
3402 | 2025-01-17T03:51:34.789Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3403 | 2025-01-17T03:51:37.148Z | Checking diesel v2.2.6 |
3404 | 2025-01-17T03:52:01.048Z | Compiling polar-core v0.27.3 |
3405 | 2025-01-17T03:52:02.452Z | Checking async-bb8-diesel v0.2.1 |
3406 | 2025-01-17T03:52:08.317Z | Checking oso v0.27.3 |
3407 | 2025-01-17T03:53:08.913Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3408 | 2025-01-17T03:53:15.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s |
3409 | 2025-01-17T03:53:15.388Z | |
3410 | 2025-01-17T03:53:15.388Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3411 | 2025-01-17T03:53:15.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-01-17T03:53:15.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-01-17T03:53:15.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3414 | 2025-01-17T03:53:15.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3415 | 2025-01-17T03:53:16.046Z | |
3416 | 2025-01-17T03:53:16.046Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3417 | 2025-01-17T03:53:16.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-01-17T03:53:16.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-01-17T03:53:16.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3420 | 2025-01-17T03:53:16.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3421 | 2025-01-17T03:53:16.722Z | |
3422 | 2025-01-17T03:53:16.722Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3423 | 2025-01-17T03:53:17.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2025-01-17T03:53:17.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2025-01-17T03:53:17.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3426 | 2025-01-17T03:53:17.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3427 | 2025-01-17T03:53:17.337Z | |
3428 | 2025-01-17T03:53:17.337Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3429 | 2025-01-17T03:53:17.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2025-01-17T03:53:17.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2025-01-17T03:53:18.138Z | Compiling libz-sys v1.1.20 |
3432 | 2025-01-17T03:53:18.141Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3433 | 2025-01-17T03:53:18.265Z | Compiling vergen v8.3.2 |
3434 | 2025-01-17T03:53:18.268Z | Compiling cargo-platform v0.1.8 |
3435 | 2025-01-17T03:53:18.268Z | Compiling pin-project-internal v1.1.6 |
3436 | 2025-01-17T03:53:18.305Z | Compiling libsqlite3-sys v0.30.1 |
3437 | 2025-01-17T03:53:18.307Z | Compiling snafu-derive v0.8.5 |
3438 | 2025-01-17T03:53:18.307Z | Compiling cfg_aliases v0.2.1 |
3439 | 2025-01-17T03:53:18.449Z | Compiling rustls v0.21.12 |
3440 | 2025-01-17T03:53:18.610Z | Compiling cargo_metadata v0.18.1 |
3441 | 2025-01-17T03:53:18.717Z | Compiling buf-list v1.0.3 |
3442 | 2025-01-17T03:53:18.764Z | Compiling nix v0.29.0 |
3443 | 2025-01-17T03:53:18.869Z | Checking globset v0.4.15 |
3444 | 2025-01-17T03:53:19.150Z | Checking rustls-webpki v0.101.7 |
3445 | 2025-01-17T03:53:19.363Z | Checking sct v0.7.1 |
3446 | 2025-01-17T03:53:19.383Z | Checking olpc-cjson v0.1.4 |
3447 | 2025-01-17T03:53:19.576Z | Checking serde_plain v1.0.2 |
3448 | 2025-01-17T03:53:19.621Z | Checking typed-path v0.9.3 |
3449 | 2025-01-17T03:53:19.996Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3450 | 2025-01-17T03:53:20.211Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3451 | 2025-01-17T03:53:20.282Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3452 | 2025-01-17T03:53:20.492Z | Checking hashlink v0.9.1 |
3453 | 2025-01-17T03:53:20.558Z | Checking fallible-iterator v0.3.0 |
3454 | 2025-01-17T03:53:21.023Z | Checking pin-project v1.1.6 |
3455 | 2025-01-17T03:53:21.079Z | Checking fallible-streaming-iterator v0.1.9 |
3456 | 2025-01-17T03:53:21.170Z | Checking parse-size v1.1.0 |
3457 | 2025-01-17T03:53:21.309Z | Checking rusqlite v0.32.1 |
3458 | 2025-01-17T03:53:21.356Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3459 | 2025-01-17T03:53:21.395Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3460 | 2025-01-17T03:53:21.625Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3461 | 2025-01-17T03:53:21.720Z | Checking rustls-pemfile v1.0.4 |
3462 | 2025-01-17T03:53:21.943Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3463 | 2025-01-17T03:53:22.261Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3464 | 2025-01-17T03:53:22.293Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3465 | 2025-01-17T03:53:22.314Z | Checking twox-hash v1.6.3 |
3466 | 2025-01-17T03:53:22.442Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3467 | 2025-01-17T03:53:22.594Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3468 | 2025-01-17T03:53:22.704Z | Checking tokio-rustls v0.24.1 |
3469 | 2025-01-17T03:53:23.040Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3470 | 2025-01-17T03:53:23.111Z | Checking snafu v0.8.5 |
3471 | 2025-01-17T03:53:23.516Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3472 | 2025-01-17T03:53:23.536Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3473 | 2025-01-17T03:53:23.558Z | Checking tough v0.19.0 |
3474 | 2025-01-17T03:53:23.609Z | Checking fatfs v0.3.6 |
3475 | 2025-01-17T03:53:24.264Z | Checking assert_matches v1.5.0 |
3476 | 2025-01-17T03:53:27.404Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3477 | 2025-01-17T03:53:28.725Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3478 | 2025-01-17T03:53:30.208Z | Compiling git2 v0.19.0 |
3479 | 2025-01-17T03:53:34.295Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3480 | 2025-01-17T03:54:28.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3481 | 2025-01-17T03:54:28.758Z | |
3482 | 2025-01-17T03:54:28.758Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3483 | 2025-01-17T03:54:29.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-01-17T03:54:29.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-01-17T03:54:29.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2025-01-17T03:54:29.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3487 | 2025-01-17T03:54:29.432Z | |
3488 | 2025-01-17T03:54:29.432Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3489 | 2025-01-17T03:54:29.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2025-01-17T03:54:29.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2025-01-17T03:54:29.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3492 | 2025-01-17T03:54:29.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3493 | 2025-01-17T03:54:30.050Z | |
3494 | 2025-01-17T03:54:30.050Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3495 | 2025-01-17T03:54:30.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-01-17T03:54:30.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-01-17T03:54:30.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2025-01-17T03:54:30.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3499 | 2025-01-17T03:54:30.700Z | |
3500 | 2025-01-17T03:54:30.700Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3501 | 2025-01-17T03:54:31.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-01-17T03:54:31.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-01-17T03:54:31.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3504 | 2025-01-17T03:54:31.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3505 | 2025-01-17T03:54:31.373Z | |
3506 | 2025-01-17T03:54:31.374Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3507 | 2025-01-17T03:54:31.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-01-17T03:54:31.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-01-17T03:54:31.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-01-17T03:54:31.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3511 | 2025-01-17T03:54:32.021Z | |
3512 | 2025-01-17T03:54:32.021Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3513 | 2025-01-17T03:54:32.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-01-17T03:54:32.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-01-17T03:54:32.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-01-17T03:54:32.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3517 | 2025-01-17T03:54:32.701Z | |
3518 | 2025-01-17T03:54:32.701Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3519 | 2025-01-17T03:54:33.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-01-17T03:54:33.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-01-17T03:54:33.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-01-17T03:54:33.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3523 | 2025-01-17T03:54:33.376Z | |
3524 | 2025-01-17T03:54:33.376Z | info: running `cargo check --bins` on update-common (175/197) |
3525 | 2025-01-17T03:54:33.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-17T03:54:33.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-17T03:54:33.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2025-01-17T03:54:33.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3529 | 2025-01-17T03:54:34.031Z | |
3530 | 2025-01-17T03:54:34.031Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3531 | 2025-01-17T03:54:34.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-01-17T03:54:34.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-01-17T03:54:34.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3534 | 2025-01-17T03:54:34.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3535 | 2025-01-17T03:54:34.673Z | |
3536 | 2025-01-17T03:54:34.673Z | info: running `cargo check --bins` on tufaceous (177/197) |
3537 | 2025-01-17T03:54:35.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2025-01-17T03:54:35.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2025-01-17T03:54:35.351Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3540 | 2025-01-17T03:54:36.464Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3541 | 2025-01-17T03:54:37.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3542 | 2025-01-17T03:54:37.446Z | |
3543 | 2025-01-17T03:54:37.446Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3544 | 2025-01-17T03:54:38.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2025-01-17T03:54:38.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2025-01-17T03:54:38.308Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3547 | 2025-01-17T03:54:38.311Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3548 | 2025-01-17T03:54:38.447Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3549 | 2025-01-17T03:54:38.505Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3550 | 2025-01-17T03:54:39.413Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3551 | 2025-01-17T03:55:05.435Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3552 | 2025-01-17T03:55:05.438Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3553 | 2025-01-17T03:55:05.438Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3554 | 2025-01-17T03:55:05.438Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3555 | 2025-01-17T03:55:05.438Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3556 | 2025-01-17T03:55:05.438Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3557 | 2025-01-17T03:55:06.314Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3558 | 2025-01-17T03:55:07.555Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3559 | 2025-01-17T03:55:46.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3560 | 2025-01-17T03:55:46.653Z | |
3561 | 2025-01-17T03:55:46.653Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3562 | 2025-01-17T03:55:47.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3563 | 2025-01-17T03:55:47.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3564 | 2025-01-17T03:55:47.372Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3565 | 2025-01-17T03:55:47.375Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3566 | 2025-01-17T03:55:47.375Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3567 | 2025-01-17T03:55:47.504Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3568 | 2025-01-17T03:55:47.507Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3569 | 2025-01-17T03:55:47.533Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3570 | 2025-01-17T03:55:47.536Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3571 | 2025-01-17T03:55:47.550Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3572 | 2025-01-17T03:55:47.692Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3573 | 2025-01-17T03:55:47.744Z | Checking heck v0.4.1 |
3574 | 2025-01-17T03:55:47.834Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3575 | 2025-01-17T03:55:47.966Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3576 | 2025-01-17T03:55:48.104Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3577 | 2025-01-17T03:55:48.363Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3578 | 2025-01-17T03:55:48.789Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3579 | 2025-01-17T03:55:48.949Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3580 | 2025-01-17T03:55:49.246Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3581 | 2025-01-17T03:55:50.089Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3582 | 2025-01-17T03:55:50.533Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3583 | 2025-01-17T03:55:51.042Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3584 | 2025-01-17T03:55:51.187Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3585 | 2025-01-17T03:55:52.879Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3586 | 2025-01-17T03:55:52.882Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3587 | 2025-01-17T03:55:54.484Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3588 | 2025-01-17T03:55:55.895Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3589 | 2025-01-17T03:56:01.126Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3590 | 2025-01-17T03:56:01.129Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3591 | 2025-01-17T03:56:02.287Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3592 | 2025-01-17T03:56:03.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s |
3593 | 2025-01-17T03:56:03.449Z | |
3594 | 2025-01-17T03:56:03.449Z | info: running `cargo check --bins` on installinator-api (180/197) |
3595 | 2025-01-17T03:56:04.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-01-17T03:56:04.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-01-17T03:56:04.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-01-17T03:56:04.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3599 | 2025-01-17T03:56:04.093Z | |
3600 | 2025-01-17T03:56:04.093Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3601 | 2025-01-17T03:56:04.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-01-17T03:56:04.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-01-17T03:56:04.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3604 | 2025-01-17T03:56:04.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3605 | 2025-01-17T03:56:04.741Z | |
3606 | 2025-01-17T03:56:04.741Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3607 | 2025-01-17T03:56:05.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3608 | 2025-01-17T03:56:05.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3609 | 2025-01-17T03:56:05.432Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3610 | 2025-01-17T03:56:05.432Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3611 | 2025-01-17T03:56:05.434Z | Compiling petname v2.0.2 |
3612 | 2025-01-17T03:56:05.434Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3613 | 2025-01-17T03:56:05.434Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3614 | 2025-01-17T03:56:05.434Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3615 | 2025-01-17T03:56:05.548Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3616 | 2025-01-17T03:56:05.565Z | Checking sync-ptr v0.1.1 |
3617 | 2025-01-17T03:56:10.626Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3618 | 2025-01-17T03:56:11.233Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3619 | 2025-01-17T03:56:12.336Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3620 | 2025-01-17T03:56:13.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
3621 | 2025-01-17T03:56:14.023Z | |
3622 | 2025-01-17T03:56:14.023Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3623 | 2025-01-17T03:56:14.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3624 | 2025-01-17T03:56:14.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3625 | 2025-01-17T03:56:14.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3626 | 2025-01-17T03:56:14.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3627 | 2025-01-17T03:56:14.672Z | |
3628 | 2025-01-17T03:56:14.672Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3629 | 2025-01-17T03:56:15.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3630 | 2025-01-17T03:56:15.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3631 | 2025-01-17T03:56:15.328Z | Checking memmap2 v0.9.5 |
3632 | 2025-01-17T03:56:15.328Z | Checking arrayref v0.3.9 |
3633 | 2025-01-17T03:56:15.332Z | Checking constant_time_eq v0.3.1 |
3634 | 2025-01-17T03:56:15.332Z | Checking arrayvec v0.7.6 |
3635 | 2025-01-17T03:56:15.332Z | Checking topological-sort v0.2.2 |
3636 | 2025-01-17T03:56:15.332Z | Checking shell-words v1.1.0 |
3637 | 2025-01-17T03:56:15.698Z | Checking blake3 v1.5.4 |
3638 | 2025-01-17T03:56:16.031Z | Checking omicron-zone-package v0.12.0 |
3639 | 2025-01-17T03:56:17.140Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3640 | 2025-01-17T03:56:18.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
3641 | 2025-01-17T03:56:18.204Z | |
3642 | 2025-01-17T03:56:18.204Z | info: running `cargo check --bins` on xtask (185/197) |
3643 | 2025-01-17T03:56:18.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3644 | 2025-01-17T03:56:18.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3645 | 2025-01-17T03:56:18.624Z | Checking bitflags v2.6.0 |
3646 | 2025-01-17T03:56:18.627Z | Checking serde v1.0.217 |
3647 | 2025-01-17T03:56:18.627Z | Checking thiserror v1.0.69 |
3648 | 2025-01-17T03:56:18.716Z | Checking scroll v0.12.0 |
3649 | 2025-01-17T03:56:18.718Z | Checking hashbrown v0.15.1 |
3650 | 2025-01-17T03:56:18.724Z | Checking log v0.4.22 |
3651 | 2025-01-17T03:56:18.743Z | Checking zerocopy v0.7.35 |
3652 | 2025-01-17T03:56:18.757Z | Checking syn v2.0.96 |
3653 | 2025-01-17T03:56:18.828Z | Checking pest v2.7.14 |
3654 | 2025-01-17T03:56:18.939Z | Checking rustix v0.38.37 |
3655 | 2025-01-17T03:56:18.990Z | Checking once_cell v1.20.2 |
3656 | 2025-01-17T03:56:19.153Z | Checking goblin v0.8.2 |
3657 | 2025-01-17T03:56:19.273Z | Checking fs-err v2.11.0 |
3658 | 2025-01-17T03:56:19.565Z | Checking anyhow v1.0.93 |
3659 | 2025-01-17T03:56:19.667Z | Checking indexmap v2.7.0 |
3660 | 2025-01-17T03:56:19.877Z | Checking tabled v0.15.0 |
3661 | 2025-01-17T03:56:20.652Z | Checking terminal_size v0.4.0 |
3662 | 2025-01-17T03:56:20.652Z | Checking tempfile v3.13.0 |
3663 | 2025-01-17T03:56:20.834Z | Checking clap_builder v4.5.21 |
3664 | 2025-01-17T03:56:21.476Z | Checking dtrace-parser v0.2.0 |
3665 | 2025-01-17T03:56:22.794Z | Checking serde_json v1.0.135 |
3666 | 2025-01-17T03:56:22.794Z | Checking toml_datetime v0.6.8 |
3667 | 2025-01-17T03:56:22.797Z | Checking serde_spanned v0.6.8 |
3668 | 2025-01-17T03:56:22.797Z | Checking camino v1.1.9 |
3669 | 2025-01-17T03:56:22.797Z | Checking semver v1.0.24 |
3670 | 2025-01-17T03:56:22.797Z | Checking cargo-platform v0.1.8 |
3671 | 2025-01-17T03:56:23.037Z | Checking macaddr v1.0.1 |
3672 | 2025-01-17T03:56:23.136Z | Checking toml_edit v0.22.22 |
3673 | 2025-01-17T03:56:23.153Z | Checking clap v4.5.21 |
3674 | 2025-01-17T03:56:23.326Z | Checking camino-tempfile v1.1.1 |
3675 | 2025-01-17T03:56:23.899Z | Checking dof v0.3.0 |
3676 | 2025-01-17T03:56:23.901Z | Checking cargo_metadata v0.18.1 |
3677 | 2025-01-17T03:56:24.297Z | Checking usdt-impl v0.5.0 |
3678 | 2025-01-17T03:56:24.651Z | Checking usdt v0.5.0 |
3679 | 2025-01-17T03:56:24.817Z | Checking toml v0.8.19 |
3680 | 2025-01-17T03:56:25.252Z | Checking cargo_toml v0.20.5 |
3681 | 2025-01-17T03:56:26.365Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3682 | 2025-01-17T03:56:26.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s |
3683 | 2025-01-17T03:56:27.096Z | |
3684 | 2025-01-17T03:56:27.096Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3685 | 2025-01-17T03:56:27.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3686 | 2025-01-17T03:56:27.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3687 | 2025-01-17T03:56:27.857Z | Checking polyval v0.6.2 |
3688 | 2025-01-17T03:56:27.970Z | Checking ctr v0.9.2 |
3689 | 2025-01-17T03:56:27.983Z | Checking ssh-encoding v0.2.0 |
3690 | 2025-01-17T03:56:27.986Z | Checking blowfish v0.9.1 |
3691 | 2025-01-17T03:56:28.006Z | Checking password-hash v0.4.2 |
3692 | 2025-01-17T03:56:28.009Z | Checking matches v0.1.10 |
3693 | 2025-01-17T03:56:28.040Z | Checking p256 v0.13.2 |
3694 | 2025-01-17T03:56:28.040Z | Checking p521 v0.13.3 |
3695 | 2025-01-17T03:56:28.124Z | Checking idna v0.2.3 |
3696 | 2025-01-17T03:56:28.203Z | Checking ghash v0.5.1 |
3697 | 2025-01-17T03:56:28.222Z | Checking bcrypt-pbkdf v0.10.0 |
3698 | 2025-01-17T03:56:28.238Z | Compiling enum-as-inner v0.5.1 |
3699 | 2025-01-17T03:56:28.307Z | Checking russh-cryptovec v0.7.3 |
3700 | 2025-01-17T03:56:28.370Z | Checking aes-gcm v0.10.3 |
3701 | 2025-01-17T03:56:28.408Z | Checking pbkdf2 v0.11.0 |
3702 | 2025-01-17T03:56:28.466Z | Checking md5 v0.7.0 |
3703 | 2025-01-17T03:56:28.524Z | Checking num-bigint v0.4.6 |
3704 | 2025-01-17T03:56:28.544Z | Checking des v0.8.1 |
3705 | 2025-01-17T03:56:28.604Z | Checking ssh-cipher v0.2.0 |
3706 | 2025-01-17T03:56:28.706Z | Checking hex-literal v0.4.1 |
3707 | 2025-01-17T03:56:28.744Z | Compiling dhcproto-macros v0.1.0 |
3708 | 2025-01-17T03:56:28.815Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3709 | 2025-01-17T03:56:28.853Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3710 | 2025-01-17T03:56:28.895Z | Checking ssh-key v0.6.6 |
3711 | 2025-01-17T03:56:29.002Z | Checking internet-checksum v0.2.1 |
3712 | 2025-01-17T03:56:29.197Z | Checking trust-dns-proto v0.22.0 |
3713 | 2025-01-17T03:56:30.081Z | Checking russh-keys v0.45.0 |
3714 | 2025-01-17T03:56:30.947Z | Checking russh v0.45.0 |
3715 | 2025-01-17T03:56:31.602Z | Checking dhcproto v0.12.0 |
3716 | 2025-01-17T03:56:47.978Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3717 | 2025-01-17T03:56:49.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s |
3718 | 2025-01-17T03:56:49.505Z | |
3719 | 2025-01-17T03:56:49.505Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3720 | 2025-01-17T03:56:50.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3721 | 2025-01-17T03:56:50.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3722 | 2025-01-17T03:56:50.137Z | Checking termios v0.3.3 |
3723 | 2025-01-17T03:56:50.359Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3724 | 2025-01-17T03:56:51.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3725 | 2025-01-17T03:56:51.321Z | |
3726 | 2025-01-17T03:56:51.321Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3727 | 2025-01-17T03:56:51.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3728 | 2025-01-17T03:56:51.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3729 | 2025-01-17T03:56:52.008Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3730 | 2025-01-17T03:56:52.008Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3731 | 2025-01-17T03:56:52.011Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3732 | 2025-01-17T03:56:52.011Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3733 | 2025-01-17T03:56:53.009Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3734 | 2025-01-17T03:56:54.231Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3735 | 2025-01-17T03:56:55.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
3736 | 2025-01-17T03:56:56.171Z | |
3737 | 2025-01-17T03:56:56.171Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3738 | 2025-01-17T03:56:56.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3739 | 2025-01-17T03:56:56.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3740 | 2025-01-17T03:56:56.797Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3741 | 2025-01-17T03:56:58.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3742 | 2025-01-17T03:56:58.270Z | |
3743 | 2025-01-17T03:56:58.270Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3744 | 2025-01-17T03:56:58.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3745 | 2025-01-17T03:56:58.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3746 | 2025-01-17T03:56:58.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3747 | 2025-01-17T03:56:58.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3748 | 2025-01-17T03:56:58.270Z | |
3749 | 2025-01-17T03:56:58.270Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3750 | 2025-01-17T03:56:58.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3751 | 2025-01-17T03:56:58.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3752 | 2025-01-17T03:56:58.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3753 | 2025-01-17T03:56:58.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3754 | 2025-01-17T03:56:58.654Z | |
3755 | 2025-01-17T03:56:58.654Z | info: running `cargo check --bins` on omicron-package (192/197) |
3756 | 2025-01-17T03:56:59.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3757 | 2025-01-17T03:56:59.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3758 | 2025-01-17T03:56:59.310Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3759 | 2025-01-17T03:57:00.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3760 | 2025-01-17T03:57:00.818Z | |
3761 | 2025-01-17T03:57:00.818Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3762 | 2025-01-17T03:57:01.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3763 | 2025-01-17T03:57:01.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3764 | 2025-01-17T03:57:01.519Z | Checking rtoolbox v0.0.2 |
3765 | 2025-01-17T03:57:01.522Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3766 | 2025-01-17T03:57:01.522Z | Checking tui-tree-widget v0.22.0 |
3767 | 2025-01-17T03:57:01.751Z | Checking rpassword v7.3.1 |
3768 | 2025-01-17T03:57:05.468Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3769 | 2025-01-17T03:57:08.212Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3770 | 2025-01-17T03:57:09.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
3771 | 2025-01-17T03:57:09.518Z | |
3772 | 2025-01-17T03:57:09.518Z | info: running `cargo check --bins` on wicket (194/197) |
3773 | 2025-01-17T03:57:10.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3774 | 2025-01-17T03:57:10.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3775 | 2025-01-17T03:57:10.209Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3776 | 2025-01-17T03:57:10.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3777 | 2025-01-17T03:57:10.802Z | |
3778 | 2025-01-17T03:57:10.802Z | info: running `cargo check --bins` on wicketd (195/197) |
3779 | 2025-01-17T03:57:11.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3780 | 2025-01-17T03:57:11.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3781 | 2025-01-17T03:57:11.507Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3782 | 2025-01-17T03:57:11.507Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3783 | 2025-01-17T03:57:12.307Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3784 | 2025-01-17T03:57:16.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
3785 | 2025-01-17T03:57:16.204Z | |
3786 | 2025-01-17T03:57:16.204Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3787 | 2025-01-17T03:57:16.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3788 | 2025-01-17T03:57:16.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3789 | 2025-01-17T03:57:16.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3790 | 2025-01-17T03:57:16.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3791 | 2025-01-17T03:57:16.810Z | |
3792 | 2025-01-17T03:57:16.810Z | info: running `cargo check --bins` on zone-setup (197/197) |
3793 | 2025-01-17T03:57:17.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3794 | 2025-01-17T03:57:17.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3795 | 2025-01-17T03:57:17.533Z | Checking uzers v0.12.1 |
3796 | 2025-01-17T03:57:17.874Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3797 | 2025-01-17T03:57:18.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
3798 | 2025-01-17T03:57:19.164Z | |
3799 | 2025-01-17T03:57:19.164Z | real 13:15.811752245 |
3800 | 2025-01-17T03:57:19.164Z | user 25:39.918866759 |
3801 | 2025-01-17T03:57:19.164Z | sys 4:12.069895702 |
3802 | 2025-01-17T03:57:19.164Z | trap 0.526481329 |
3803 | 2025-01-17T03:57:19.164Z | tflt 3.137008137 |
3804 | 2025-01-17T03:57:19.166Z | dflt 2.545864139 |
3805 | 2025-01-17T03:57:19.166Z | kflt 0.001066314 |
3806 | 2025-01-17T03:57:19.166Z | lock 44:57.412498743 |
3807 | 2025-01-17T03:57:19.167Z | slp 2:07:13.558780963 |
3808 | 2025-01-17T03:57:19.167Z | lat 1:07.810196602 |
3809 | 2025-01-17T03:57:19.167Z | stop 3:42.929594840 |
3810 | 2025-01-17T03:57:19.167Z | process exited: duration 1110033 ms, exit code 0 |
|
3811 | 2025-01-17T03:57:19.174Z | found 0 output files |