|
|
|
1 | 2025-01-28T16:56:14.493Z | job assigned to worker 01JJPXDQBZKPDT7YR2SBPSMGA6 [factory aws, i-0814fb16333a83973] (queued for 52 s) |
|
2 | 2025-01-28T16:56:22.170Z | starting task 0: "setup" |
3 | 2025-01-28T16:56:22.180Z | ++ uname -s |
4 | 2025-01-28T16:56:22.182Z | + kern=SunOS |
5 | 2025-01-28T16:56:22.182Z | + case "$kern" in |
6 | 2025-01-28T16:56:22.182Z | + groupadd -g 12345 build |
7 | 2025-01-28T16:56:22.185Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T16:56:24.194Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T16:56:24.322Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T16:56:24.325Z | + home_fs=zfs |
11 | 2025-01-28T16:56:24.326Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T16:56:24.326Z | + mkdir -p /home/build |
13 | 2025-01-28T16:56:24.328Z | + chown build:build /home/build /work |
14 | 2025-01-28T16:56:26.328Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T16:56:26.331Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2025-01-28T16:56:26.336Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T16:56:26.341Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T16:56:26.341Z | ' 1.84.0 |
19 | 2025-01-28T16:56:26.341Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-28T16:56:26.341Z | ' default |
21 | 2025-01-28T16:56:26.341Z | * toolchain channel = "1.84.0" |
22 | 2025-01-28T16:56:26.341Z | * toolchain profile = "default" |
23 | 2025-01-28T16:56:26.344Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T16:56:26.344Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T16:56:26.462Z | info: downloading installer |
26 | 2025-01-28T16:56:28.161Z | info: profile set to 'default' |
27 | 2025-01-28T16:56:28.161Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T16:56:28.164Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T16:56:28.312Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T16:56:28.313Z | info: downloading component 'cargo' |
31 | 2025-01-28T16:56:29.182Z | info: downloading component 'clippy' |
32 | 2025-01-28T16:56:29.515Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T16:56:30.705Z | info: downloading component 'rust-std' |
34 | 2025-01-28T16:56:32.497Z | info: downloading component 'rustc' |
35 | 2025-01-28T16:56:39.266Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T16:56:39.519Z | info: installing component 'cargo' |
37 | 2025-01-28T16:56:40.355Z | info: installing component 'clippy' |
38 | 2025-01-28T16:56:40.732Z | info: installing component 'rust-docs' |
39 | 2025-01-28T16:56:42.413Z | info: installing component 'rust-std' |
40 | 2025-01-28T16:56:44.140Z | info: installing component 'rustc' |
41 | 2025-01-28T16:56:50.185Z | info: installing component 'rustfmt' |
42 | 2025-01-28T16:56:50.513Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T16:56:50.513Z | |
44 | 2025-01-28T16:56:50.901Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T16:56:50.901Z | |
46 | 2025-01-28T16:56:50.903Z | |
47 | 2025-01-28T16:56:50.903Z | Rust is installed now. Great! |
48 | 2025-01-28T16:56:50.903Z | |
49 | 2025-01-28T16:56:50.903Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T16:56:50.904Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T16:56:50.904Z | |
52 | 2025-01-28T16:56:50.904Z | To configure your current shell, you need to source |
53 | 2025-01-28T16:56:50.904Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T16:56:50.904Z | |
55 | 2025-01-28T16:56:50.904Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T16:56:50.904Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T16:56:50.904Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T16:56:50.988Z | + rustc --version |
59 | 2025-01-28T16:56:51.056Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T16:56:51.059Z | process exited: duration 24719 ms, exit code 0 |
|
61 | 2025-01-28T16:56:51.064Z | starting task 2: "authentication" |
62 | 2025-01-28T16:56:51.085Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T16:56:51.090Z | starting task 3: "clone repository" |
64 | 2025-01-28T16:56:51.096Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T16:56:51.098Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T16:56:51.135Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T16:56:59.114Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T16:56:59.114Z | + git fetch origin ad6017af3ddfa55b4d756724580bafe146b7c617 |
69 | 2025-01-28T16:56:59.490Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T16:56:59.490Z | * branch ad6017af3ddfa55b4d756724580bafe146b7c617 -> FETCH_HEAD |
71 | 2025-01-28T16:56:59.500Z | + [[ -n john/crucible-dataset-rendezvous ]] |
72 | 2025-01-28T16:56:59.503Z | ++ git branch --show-current |
73 | 2025-01-28T16:56:59.505Z | + current=main |
74 | 2025-01-28T16:56:59.505Z | + [[ main != john/crucible-dataset-rendezvous ]] |
75 | 2025-01-28T16:56:59.505Z | + git branch -f john/crucible-dataset-rendezvous ad6017af3ddfa55b4d756724580bafe146b7c617 |
76 | 2025-01-28T16:56:59.508Z | + git checkout -f john/crucible-dataset-rendezvous |
77 | 2025-01-28T16:56:59.688Z | Switched to branch 'john/crucible-dataset-rendezvous' |
78 | 2025-01-28T16:56:59.691Z | + git reset --hard ad6017af3ddfa55b4d756724580bafe146b7c617 |
79 | 2025-01-28T16:56:59.702Z | HEAD is now at ad6017af3 cargo fmt |
80 | 2025-01-28T16:56:59.705Z | process exited: duration 8612 ms, exit code 0 |
|
81 | 2025-01-28T16:56:59.713Z | starting task 4: "build" |
82 | 2025-01-28T16:56:59.716Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-28T16:56:59.719Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-28T16:56:59.719Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-28T16:56:59.719Z | + cargo --version |
86 | 2025-01-28T16:56:59.777Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-28T16:56:59.780Z | + rustc --version |
88 | 2025-01-28T16:56:59.842Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-28T16:56:59.846Z | + source ./env.sh |
90 | 2025-01-28T16:56:59.846Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-28T16:56:59.846Z | ++ set -o xtrace |
92 | 2025-01-28T16:56:59.848Z | ++++ dirname ./env.sh |
93 | 2025-01-28T16:56:59.851Z | +++ readlink -f . |
94 | 2025-01-28T16:56:59.854Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ 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-28T16:56:59.854Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-28T16:56:59.854Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-28T16:56:59.856Z | + 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-28T16:56:59.856Z | + 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-28T16:56:59.856Z | + banner prerequisites |
108 | 2025-01-28T16:56:59.856Z | |
109 | 2025-01-28T16:56:59.856Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-28T16:56:59.856Z | # # # # # # # # # # # # # # # |
111 | 2025-01-28T16:56:59.856Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-28T16:56:59.856Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-28T16:56:59.856Z | # # # # # # # # # # # # # # # |
114 | 2025-01-28T16:56:59.857Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-28T16:56:59.857Z | |
116 | 2025-01-28T16:56:59.859Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-28T16:57:01.505Z | pkg list: illegal option -- F |
118 | 2025-01-28T16:57:01.505Z | Usage: |
119 | 2025-01-28T16:57:01.510Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-28T16:57:01.510Z | [pkg_fmri_pattern ...] |
121 | 2025-01-28T16:57:02.365Z | pkg list: illegal option -- F |
122 | 2025-01-28T16:57:02.365Z | Usage: |
123 | 2025-01-28T16:57:02.378Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-28T16:57:02.379Z | [pkg_fmri_pattern ...] |
125 | 2025-01-28T16:57:10.398Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-28T16:57:14.505Z | Startup: Caching catalogs ... Done |
127 | 2025-01-28T16:57:25.736Z | Planning: Solver setup ... Done (10.410s) |
128 | 2025-01-28T16:57:25.880Z | Planning: Running solver ... Done (0.146s) |
129 | 2025-01-28T16:57:25.992Z | Planning: Finding local manifests ... Done (0.007s) |
130 | 2025-01-28T16:57:26.006Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-28T16:57:26.241Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-28T16:57:26.350Z | Planning: Package planning ... Done (0.109s) |
133 | 2025-01-28T16:57:26.406Z | Planning: Merging actions ... Done (0.056s) |
134 | 2025-01-28T16:57:26.605Z | Planning: Checking for conflicting actions ... Done (0.197s) |
135 | 2025-01-28T16:57:28.836Z | Planning: Consolidating action changes ... Done (2.232s) |
136 | 2025-01-28T16:57:29.282Z | Planning: Evaluating mediators ... Done (0.446s) |
137 | 2025-01-28T16:57:29.363Z | Planning: Planning completed in 14.76 seconds |
138 | 2025-01-28T16:57:29.381Z | Packages to install: 4 |
139 | 2025-01-28T16:57:29.381Z | Packages to update: 3 |
140 | 2025-01-28T16:57:29.384Z | Mediators to change: 2 |
141 | 2025-01-28T16:57:29.384Z | Services to change: 1 |
142 | 2025-01-28T16:57:29.384Z | Estimated space available: 155.61 GB |
143 | 2025-01-28T16:57:29.384Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-28T16:57:29.384Z | Create boot environment: No |
145 | 2025-01-28T16:57:29.384Z | Create backup boot environment: Yes |
146 | 2025-01-28T16:57:29.384Z | Rebuild boot archive: No |
147 | 2025-01-28T16:57:29.384Z | |
148 | 2025-01-28T16:57:29.384Z | Changed mediators: |
149 | 2025-01-28T16:57:29.384Z | mediator clang: |
150 | 2025-01-28T16:57:29.384Z | version: None -> 15 (system default) |
151 | 2025-01-28T16:57:29.384Z | |
152 | 2025-01-28T16:57:29.384Z | mediator llvm: |
153 | 2025-01-28T16:57:29.384Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-28T16:57:29.384Z | |
155 | 2025-01-28T16:57:29.384Z | Changed packages: |
156 | 2025-01-28T16:57:29.384Z | helios-dev |
157 | 2025-01-28T16:57:29.384Z | developer/build-essential |
158 | 2025-01-28T16:57:29.384Z | None -> 11-2.0 |
159 | 2025-01-28T16:57:29.384Z | library/libxmlsec1 |
160 | 2025-01-28T16:57:29.384Z | None -> 1.2.35-2.0 |
161 | 2025-01-28T16:57:29.384Z | ooce/developer/clang-15 |
162 | 2025-01-28T16:57:29.384Z | None -> 15.0.7-2.0 |
163 | 2025-01-28T16:57:29.384Z | ooce/developer/llvm-15 |
164 | 2025-01-28T16:57:29.384Z | None -> 15.0.7-2.0 |
165 | 2025-01-28T16:57:29.384Z | package/pkg |
166 | 2025-01-28T16:57:29.384Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-28T16:57:29.385Z | system/library/g++-runtime |
168 | 2025-01-28T16:57:29.385Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-28T16:57:29.385Z | system/library/gcc-runtime |
170 | 2025-01-28T16:57:29.385Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-28T16:57:29.385Z | |
172 | 2025-01-28T16:57:29.385Z | Services: |
173 | 2025-01-28T16:57:29.385Z | restart_fmri: |
174 | 2025-01-28T16:57:29.385Z | svc:/system/update-man-index:default |
175 | 2025-01-28T16:57:29.385Z | |
176 | 2025-01-28T16:57:29.385Z | Editable files to change: |
177 | 2025-01-28T16:57:29.385Z | Update: |
178 | 2025-01-28T16:57:29.385Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-28T16:57:29.467Z | |
180 | 2025-01-28T16:57:29.467Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-28T16:57:34.470Z | Download: 938/4301 items 19.0/225.4MB 8% complete (4.0M/s) |
182 | 2025-01-28T16:57:40.852Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (10.5M/s) |
183 | 2025-01-28T16:57:45.858Z | Download: 1872/4301 items 118.5/225.4MB 52% complete (7.8M/s) |
184 | 2025-01-28T16:57:50.864Z | Download: 2324/4301 items 119.9/225.4MB 53% complete (3.7M/s) |
185 | 2025-01-28T16:57:55.899Z | Download: 3239/4301 items 200.0/225.4MB 88% complete (8.1M/s) |
186 | 2025-01-28T16:58:01.083Z | Download: 3247/4301 items 202.8/225.4MB 89% complete (8.3M/s) |
187 | 2025-01-28T16:58:09.650Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (4.2M/s) |
188 | 2025-01-28T16:58:13.129Z | Download: Completed 225.42 MB in 43.65 seconds (5.2M/s) |
189 | 2025-01-28T16:58:15.315Z | Actions: 1/5122 actions (Removing old actions) |
190 | 2025-01-28T16:58:15.335Z | Actions: 194/5122 actions (Installing new actions) |
191 | 2025-01-28T16:58:20.056Z | Actions: 4267/5122 actions (Updating modified actions) |
192 | 2025-01-28T16:58:20.417Z | Actions: Completed 5122 actions in 5.10 seconds. |
193 | 2025-01-28T16:58:20.823Z | Done (0.399s) |
194 | 2025-01-28T16:58:20.826Z | Done (0.002s) |
195 | 2025-01-28T16:58:21.406Z | Done (0.580s) |
196 | 2025-01-28T16:58:25.907Z | Done (4.265s) |
197 | 2025-01-28T16:58:25.993Z | Done (0.018s) |
198 | 2025-01-28T16:58:25.995Z | Done (0.000s) |
199 | 2025-01-28T16:58:26.157Z | Done (0.000s) |
200 | 2025-01-28T16:58:26.868Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-01-28T16:58:27.030Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-01-28T16:58:27.033Z | Planning: Consolidating action changes ... Done |
203 | 2025-01-28T16:58:27.299Z | Planning: Evaluating mediators ... Done |
204 | 2025-01-28T16:58:27.302Z | Planning: Planning completed in 0.43 seconds |
205 | 2025-01-28T16:58:27.341Z | Mediators to change: 2 |
206 | 2025-01-28T16:58:27.341Z | Create boot environment: No |
207 | 2025-01-28T16:58:27.343Z | Create backup boot environment: No |
208 | 2025-01-28T16:58:27.418Z | Done |
209 | 2025-01-28T16:58:27.418Z | Done |
210 | 2025-01-28T16:58:27.780Z | Done |
211 | 2025-01-28T16:58:31.409Z | Done |
212 | 2025-01-28T16:58:31.501Z | Done |
213 | 2025-01-28T16:58:31.504Z | Done |
214 | 2025-01-28T16:58:31.633Z | Done |
215 | 2025-01-28T16:58:32.241Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-01-28T16:58:32.244Z | Planning: Merging actions ... Done |
217 | 2025-01-28T16:58:32.432Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-01-28T16:58:32.435Z | Planning: Consolidating action changes ... Done |
219 | 2025-01-28T16:58:32.695Z | Planning: Evaluating mediators ... Done |
220 | 2025-01-28T16:58:32.750Z | Planning: Planning completed in 0.75 seconds |
221 | 2025-01-28T16:58:32.791Z | Packages to change: 1 |
222 | 2025-01-28T16:58:32.791Z | Mediators to change: 1 |
223 | 2025-01-28T16:58:32.793Z | Services to change: 1 |
224 | 2025-01-28T16:58:32.793Z | Create boot environment: No |
225 | 2025-01-28T16:58:32.793Z | Create backup boot environment: Yes |
226 | 2025-01-28T16:58:35.037Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-01-28T16:58:35.040Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2025-01-28T16:58:35.040Z | Done |
229 | 2025-01-28T16:58:35.040Z | Done |
230 | 2025-01-28T16:58:35.158Z | Done |
231 | 2025-01-28T16:58:38.760Z | Done |
232 | 2025-01-28T16:58:38.853Z | Done |
233 | 2025-01-28T16:58:38.855Z | Done |
234 | 2025-01-28T16:58:38.979Z | Done |
235 | 2025-01-28T16:58:39.407Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-01-28T16:58:39.407Z | clang system 15 system |
237 | 2025-01-28T16:58:39.407Z | csh system system illumos |
238 | 2025-01-28T16:58:39.407Z | ctags system system illumos |
239 | 2025-01-28T16:58:39.407Z | gcc vendor 12 vendor |
240 | 2025-01-28T16:58:39.407Z | gcc system 10 system |
241 | 2025-01-28T16:58:39.407Z | gcc system 7 system |
242 | 2025-01-28T16:58:39.407Z | go system 1.20 system |
243 | 2025-01-28T16:58:39.407Z | go system 1.19 system |
244 | 2025-01-28T16:58:39.407Z | llvm system 15 system |
245 | 2025-01-28T16:58:39.407Z | llvm system 14 system |
246 | 2025-01-28T16:58:39.407Z | mariadb system 10.6 system |
247 | 2025-01-28T16:58:39.407Z | mta vendor vendor dma |
248 | 2025-01-28T16:58:39.407Z | openjdk system 17 system |
249 | 2025-01-28T16:58:39.407Z | openjdk system 11 system |
250 | 2025-01-28T16:58:39.407Z | openjdk system 1.8 system |
251 | 2025-01-28T16:58:39.407Z | openssl vendor 3 vendor |
252 | 2025-01-28T16:58:39.407Z | perl system 5.36 system |
253 | 2025-01-28T16:58:39.407Z | postgresql system 15 system |
254 | 2025-01-28T16:58:39.407Z | postgresql system 13 system |
255 | 2025-01-28T16:58:39.407Z | python vendor 3 vendor |
256 | 2025-01-28T16:58:39.407Z | python system 2 system |
257 | 2025-01-28T16:58:39.408Z | python3 system 3.11 system |
258 | 2025-01-28T16:58:39.408Z | ruby system 3.0 system |
259 | 2025-01-28T16:58:39.408Z | words vendor vendor american-english |
260 | 2025-01-28T16:58:39.408Z | words system system australian-english |
261 | 2025-01-28T16:58:39.408Z | words system system british-english |
262 | 2025-01-28T16:58:39.408Z | words system system canadian-english |
263 | 2025-01-28T16:58:39.408Z | words system system french |
264 | 2025-01-28T16:58:39.408Z | words system system italian |
265 | 2025-01-28T16:58:39.408Z | words system system ngerman |
266 | 2025-01-28T16:58:39.408Z | words system system ogerman |
267 | 2025-01-28T16:58:39.408Z | words system system spanish |
268 | 2025-01-28T16:58:39.741Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2025-01-28T16:58:39.741Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2025-01-28T16:58:42.520Z | FMRI IFO |
271 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2025-01-28T16:58:42.520Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
281 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
282 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
284 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
285 | 2025-01-28T16:58:42.521Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2025-01-28T16:58:43.292Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2025-01-28T16:58:43.636Z | Updating crates.io index |
288 | 2025-01-28T16:58:43.702Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
289 | 2025-01-28T16:58:44.011Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2025-01-28T16:58:44.589Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
291 | 2025-01-28T16:58:44.850Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
292 | 2025-01-28T16:58:45.131Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
293 | 2025-01-28T16:58:45.390Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2025-01-28T16:58:46.366Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2025-01-28T16:58:48.103Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2025-01-28T16:58:48.783Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2025-01-28T16:58:49.556Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2025-01-28T16:58:49.814Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2025-01-28T16:58:50.060Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2025-01-28T16:58:50.767Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
301 | 2025-01-28T16:58:51.083Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-01-28T16:58:51.382Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-01-28T16:58:51.614Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-01-28T16:58:51.870Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-01-28T16:58:52.078Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-01-28T16:58:52.378Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
307 | 2025-01-28T16:58:52.724Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2025-01-28T16:58:53.027Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
309 | 2025-01-28T16:58:53.329Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
310 | 2025-01-28T16:58:53.702Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
311 | 2025-01-28T16:58:54.016Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
312 | 2025-01-28T16:58:54.513Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-01-28T16:58:54.823Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-01-28T16:58:55.253Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2025-01-28T16:58:55.623Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2025-01-28T16:58:55.925Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2025-01-28T16:58:56.212Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2025-01-28T16:58:56.491Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2025-01-28T16:58:57.648Z | Downloading crates ... |
320 | 2025-01-28T16:58:57.717Z | Downloaded anstyle v1.0.10 |
321 | 2025-01-28T16:58:57.720Z | Downloaded bytecount v0.6.8 |
322 | 2025-01-28T16:58:57.723Z | Downloaded crypto-common v0.1.6 |
323 | 2025-01-28T16:58:57.723Z | Downloaded cargo_metadata v0.18.1 |
324 | 2025-01-28T16:58:57.725Z | Downloaded anstyle-parse v0.2.5 |
325 | 2025-01-28T16:58:57.727Z | Downloaded anstream v0.6.15 |
326 | 2025-01-28T16:58:57.730Z | Downloaded dtrace-parser v0.2.0 |
327 | 2025-01-28T16:58:57.730Z | Downloaded scroll_derive v0.12.0 |
328 | 2025-01-28T16:58:57.737Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2025-01-28T16:58:57.739Z | Downloaded equivalent v1.0.1 |
330 | 2025-01-28T16:58:57.743Z | Downloaded usdt-macro v0.5.0 |
331 | 2025-01-28T16:58:57.755Z | Downloaded pretty-hex v0.4.1 |
332 | 2025-01-28T16:58:57.769Z | Downloaded swrite v0.1.0 |
333 | 2025-01-28T16:58:57.772Z | Downloaded cfg-if v1.0.0 |
334 | 2025-01-28T16:58:57.775Z | Downloaded digest v0.10.7 |
335 | 2025-01-28T16:58:57.777Z | Downloaded is_terminal_polyfill v1.70.1 |
336 | 2025-01-28T16:58:57.780Z | Downloaded fs-err v2.11.0 |
337 | 2025-01-28T16:58:57.782Z | Downloaded fnv v1.0.7 |
338 | 2025-01-28T16:58:57.782Z | Downloaded block-buffer v0.10.4 |
339 | 2025-01-28T16:58:57.788Z | Downloaded thiserror-impl v1.0.69 |
340 | 2025-01-28T16:58:57.791Z | Downloaded autocfg v1.4.0 |
341 | 2025-01-28T16:58:57.796Z | Downloaded usdt v0.5.0 |
342 | 2025-01-28T16:58:57.798Z | Downloaded byteorder v1.5.0 |
343 | 2025-01-28T16:58:57.798Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2025-01-28T16:58:57.801Z | Downloaded fastrand v2.1.1 |
345 | 2025-01-28T16:58:57.801Z | Downloaded clap_lex v0.7.4 |
346 | 2025-01-28T16:58:57.803Z | Downloaded memmap v0.7.0 |
347 | 2025-01-28T16:58:57.803Z | Downloaded thiserror v1.0.69 |
348 | 2025-01-28T16:58:57.807Z | Downloaded itoa v1.0.11 |
349 | 2025-01-28T16:58:57.809Z | Downloaded dof v0.3.0 |
350 | 2025-01-28T16:58:57.809Z | Downloaded camino-tempfile v1.1.1 |
351 | 2025-01-28T16:58:57.812Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2025-01-28T16:58:57.814Z | Downloaded utf8parse v0.2.2 |
353 | 2025-01-28T16:58:57.814Z | Downloaded terminal_size v0.4.0 |
354 | 2025-01-28T16:58:57.817Z | Downloaded toml_datetime v0.6.8 |
355 | 2025-01-28T16:58:57.817Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2025-01-28T16:58:57.818Z | Downloaded anstyle-query v1.1.1 |
357 | 2025-01-28T16:58:57.820Z | Downloaded generic-array v0.14.7 |
358 | 2025-01-28T16:58:57.820Z | Downloaded errno v0.3.9 |
359 | 2025-01-28T16:58:57.823Z | Downloaded sha2 v0.10.8 |
360 | 2025-01-28T16:58:57.825Z | Downloaded colorchoice v1.0.2 |
361 | 2025-01-28T16:58:57.825Z | Downloaded version_check v0.9.5 |
362 | 2025-01-28T16:58:57.825Z | Downloaded macaddr v1.0.1 |
363 | 2025-01-28T16:58:57.827Z | Downloaded cargo-platform v0.1.8 |
364 | 2025-01-28T16:58:57.830Z | Downloaded proc-macro-error v1.0.4 |
365 | 2025-01-28T16:58:57.832Z | Downloaded serde_spanned v0.6.8 |
366 | 2025-01-28T16:58:57.835Z | Downloaded smawk v0.3.2 |
367 | 2025-01-28T16:58:57.835Z | Downloaded plain v0.2.3 |
368 | 2025-01-28T16:58:57.838Z | Downloaded cpufeatures v0.2.14 |
369 | 2025-01-28T16:58:57.838Z | Downloaded pest_derive v2.7.14 |
370 | 2025-01-28T16:58:57.840Z | Downloaded camino v1.1.9 |
371 | 2025-01-28T16:58:57.842Z | Downloaded strsim v0.11.1 |
372 | 2025-01-28T16:58:57.842Z | Downloaded usdt-impl v0.5.0 |
373 | 2025-01-28T16:58:57.845Z | Downloaded thread-id v4.2.2 |
374 | 2025-01-28T16:58:57.845Z | Downloaded tabled_derive v0.7.0 |
375 | 2025-01-28T16:58:57.847Z | Downloaded heck v0.4.1 |
376 | 2025-01-28T16:58:57.847Z | Downloaded log v0.4.22 |
377 | 2025-01-28T16:58:57.850Z | Downloaded pest_generator v2.7.14 |
378 | 2025-01-28T16:58:57.852Z | Downloaded clap_derive v4.5.24 |
379 | 2025-01-28T16:58:57.856Z | Downloaded scroll v0.12.0 |
380 | 2025-01-28T16:58:57.864Z | Downloaded once_cell v1.20.2 |
381 | 2025-01-28T16:58:57.867Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2025-01-28T16:58:57.871Z | Downloaded tempfile v3.13.0 |
383 | 2025-01-28T16:58:57.874Z | Downloaded cargo_toml v0.20.5 |
384 | 2025-01-28T16:58:57.876Z | Downloaded quote v1.0.38 |
385 | 2025-01-28T16:58:57.879Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-01-28T16:58:57.881Z | Downloaded heck v0.5.0 |
387 | 2025-01-28T16:58:57.881Z | Downloaded textwrap v0.16.1 |
388 | 2025-01-28T16:58:57.883Z | Downloaded unicode-ident v1.0.14 |
389 | 2025-01-28T16:58:57.886Z | Downloaded typenum v1.17.0 |
390 | 2025-01-28T16:58:57.888Z | Downloaded bitflags v2.6.0 |
391 | 2025-01-28T16:58:57.891Z | Downloaded papergrid v0.11.0 |
392 | 2025-01-28T16:58:57.897Z | Downloaded semver v1.0.24 |
393 | 2025-01-28T16:58:57.901Z | Downloaded proc-macro2 v1.0.92 |
394 | 2025-01-28T16:58:57.904Z | Downloaded pest_meta v2.7.14 |
395 | 2025-01-28T16:58:57.904Z | Downloaded clap v4.5.27 |
396 | 2025-01-28T16:58:57.910Z | Downloaded toml v0.8.19 |
397 | 2025-01-28T16:58:57.913Z | Downloaded serde_derive v1.0.217 |
398 | 2025-01-28T16:58:57.916Z | Downloaded anyhow v1.0.95 |
399 | 2025-01-28T16:58:57.921Z | Downloaded indexmap v2.7.0 |
400 | 2025-01-28T16:58:57.936Z | Downloaded ryu v1.0.18 |
401 | 2025-01-28T16:58:57.945Z | Downloaded serde v1.0.217 |
402 | 2025-01-28T16:58:57.959Z | Downloaded memchr v2.7.4 |
403 | 2025-01-28T16:58:57.964Z | Downloaded toml_edit v0.22.22 |
404 | 2025-01-28T16:58:57.994Z | Downloaded pest v2.7.14 |
405 | 2025-01-28T16:58:58.002Z | Downloaded hashbrown v0.15.1 |
406 | 2025-01-28T16:58:58.006Z | Downloaded zerocopy v0.7.35 |
407 | 2025-01-28T16:58:58.020Z | Downloaded winnow v0.6.20 |
408 | 2025-01-28T16:58:58.028Z | Downloaded clap_builder v4.5.27 |
409 | 2025-01-28T16:58:58.034Z | Downloaded serde_json v1.0.135 |
410 | 2025-01-28T16:58:58.040Z | Downloaded goblin v0.8.2 |
411 | 2025-01-28T16:58:58.045Z | Downloaded tabled v0.15.0 |
412 | 2025-01-28T16:58:58.059Z | Downloaded syn v1.0.109 |
413 | 2025-01-28T16:58:58.068Z | Downloaded unicode-width v0.1.14 |
414 | 2025-01-28T16:58:58.073Z | Downloaded syn v2.0.96 |
415 | 2025-01-28T16:58:58.086Z | Downloaded rustix v0.38.37 |
416 | 2025-01-28T16:58:58.116Z | Downloaded libc v0.2.169 |
417 | 2025-01-28T16:58:58.428Z | Compiling proc-macro2 v1.0.92 |
418 | 2025-01-28T16:58:58.428Z | Compiling unicode-ident v1.0.14 |
419 | 2025-01-28T16:58:58.431Z | Compiling serde v1.0.217 |
420 | 2025-01-28T16:58:58.431Z | Compiling version_check v0.9.5 |
421 | 2025-01-28T16:58:58.431Z | Compiling thiserror v1.0.69 |
422 | 2025-01-28T16:58:58.463Z | Compiling memchr v2.7.4 |
423 | 2025-01-28T16:58:58.465Z | Compiling libc v0.2.169 |
424 | 2025-01-28T16:58:58.465Z | Compiling ucd-trie v0.1.7 |
425 | 2025-01-28T16:58:58.683Z | Compiling ryu v1.0.18 |
426 | 2025-01-28T16:58:59.091Z | Compiling itoa v1.0.11 |
427 | 2025-01-28T16:58:59.162Z | Compiling once_cell v1.20.2 |
428 | 2025-01-28T16:58:59.241Z | Compiling byteorder v1.5.0 |
429 | 2025-01-28T16:58:59.328Z | Compiling serde_json v1.0.135 |
430 | 2025-01-28T16:58:59.526Z | Compiling rustix v0.38.37 |
431 | 2025-01-28T16:58:59.719Z | Compiling bitflags v2.6.0 |
432 | 2025-01-28T16:58:59.791Z | Compiling usdt-impl v0.5.0 |
433 | 2025-01-28T16:59:00.039Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2025-01-28T16:59:00.064Z | Compiling syn v1.0.109 |
435 | 2025-01-28T16:59:00.159Z | Compiling proc-macro-error v1.0.4 |
436 | 2025-01-28T16:59:00.286Z | Compiling quote v1.0.38 |
437 | 2025-01-28T16:59:00.344Z | Compiling log v0.4.22 |
438 | 2025-01-28T16:59:00.420Z | Compiling errno v0.3.9 |
439 | 2025-01-28T16:59:00.462Z | Compiling equivalent v1.0.1 |
440 | 2025-01-28T16:59:00.638Z | Compiling utf8parse v0.2.2 |
441 | 2025-01-28T16:59:00.687Z | Compiling syn v2.0.96 |
442 | 2025-01-28T16:59:00.712Z | Compiling camino v1.1.9 |
443 | 2025-01-28T16:59:00.735Z | Compiling plain v0.2.3 |
444 | 2025-01-28T16:59:00.824Z | Compiling hashbrown v0.15.1 |
445 | 2025-01-28T16:59:00.911Z | Compiling anstyle-parse v0.2.5 |
446 | 2025-01-28T16:59:00.967Z | Compiling thread-id v4.2.2 |
447 | 2025-01-28T16:59:01.266Z | Compiling unicode-width v0.1.14 |
448 | 2025-01-28T16:59:01.380Z | Compiling anstyle-query v1.1.1 |
449 | 2025-01-28T16:59:01.539Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-01-28T16:59:01.610Z | Compiling winnow v0.6.20 |
451 | 2025-01-28T16:59:01.693Z | Compiling anstyle v1.0.10 |
452 | 2025-01-28T16:59:01.784Z | Compiling semver v1.0.24 |
453 | 2025-01-28T16:59:01.815Z | Compiling autocfg v1.4.0 |
454 | 2025-01-28T16:59:01.926Z | Compiling indexmap v2.7.0 |
455 | 2025-01-28T16:59:02.186Z | Compiling pretty-hex v0.4.1 |
456 | 2025-01-28T16:59:02.273Z | Compiling colorchoice v1.0.2 |
457 | 2025-01-28T16:59:02.426Z | Compiling anstream v0.6.15 |
458 | 2025-01-28T16:59:02.552Z | Compiling terminal_size v0.4.0 |
459 | 2025-01-28T16:59:02.842Z | Compiling fs-err v2.11.0 |
460 | 2025-01-28T16:59:03.078Z | Compiling heck v0.5.0 |
461 | 2025-01-28T16:59:03.109Z | Compiling clap_lex v0.7.4 |
462 | 2025-01-28T16:59:03.135Z | Compiling cfg-if v1.0.0 |
463 | 2025-01-28T16:59:03.163Z | Compiling fnv v1.0.7 |
464 | 2025-01-28T16:59:03.197Z | Compiling bytecount v0.6.8 |
465 | 2025-01-28T16:59:03.251Z | Compiling anyhow v1.0.95 |
466 | 2025-01-28T16:59:03.441Z | Compiling heck v0.4.1 |
467 | 2025-01-28T16:59:03.562Z | Compiling strsim v0.11.1 |
468 | 2025-01-28T16:59:03.703Z | Compiling fastrand v2.1.1 |
469 | 2025-01-28T16:59:03.903Z | Compiling papergrid v0.11.0 |
470 | 2025-01-28T16:59:04.204Z | Compiling tempfile v3.13.0 |
471 | 2025-01-28T16:59:04.287Z | Compiling clap_builder v4.5.27 |
472 | 2025-01-28T16:59:04.367Z | Compiling memmap v0.7.0 |
473 | 2025-01-28T16:59:04.484Z | Compiling smawk v0.3.2 |
474 | 2025-01-28T16:59:04.718Z | Compiling unicode-linebreak v0.1.5 |
475 | 2025-01-28T16:59:05.049Z | Compiling swrite v0.1.0 |
476 | 2025-01-28T16:59:05.192Z | Compiling textwrap v0.16.1 |
477 | 2025-01-28T16:59:05.929Z | Compiling tabled_derive v0.7.0 |
478 | 2025-01-28T16:59:07.513Z | Compiling tabled v0.15.0 |
479 | 2025-01-28T16:59:07.640Z | Compiling serde_derive v1.0.217 |
480 | 2025-01-28T16:59:07.640Z | Compiling thiserror-impl v1.0.69 |
481 | 2025-01-28T16:59:07.643Z | Compiling zerocopy-derive v0.7.35 |
482 | 2025-01-28T16:59:07.643Z | Compiling scroll_derive v0.12.0 |
483 | 2025-01-28T16:59:07.643Z | Compiling clap_derive v4.5.24 |
484 | 2025-01-28T16:59:09.058Z | Compiling scroll v0.12.0 |
485 | 2025-01-28T16:59:09.565Z | Compiling zerocopy v0.7.35 |
486 | 2025-01-28T16:59:09.612Z | Compiling goblin v0.8.2 |
487 | 2025-01-28T16:59:10.839Z | Compiling pest v2.7.14 |
488 | 2025-01-28T16:59:11.278Z | Compiling clap v4.5.27 |
489 | 2025-01-28T16:59:12.949Z | Compiling pest_meta v2.7.14 |
490 | 2025-01-28T16:59:13.863Z | Compiling pest_generator v2.7.14 |
491 | 2025-01-28T16:59:15.381Z | Compiling pest_derive v2.7.14 |
492 | 2025-01-28T16:59:15.945Z | Compiling dtrace-parser v0.2.0 |
493 | 2025-01-28T16:59:16.342Z | Compiling toml_datetime v0.6.8 |
494 | 2025-01-28T16:59:16.342Z | Compiling serde_spanned v0.6.8 |
495 | 2025-01-28T16:59:16.345Z | Compiling cargo-platform v0.1.8 |
496 | 2025-01-28T16:59:16.658Z | Compiling serde_tokenstream v0.2.2 |
497 | 2025-01-28T16:59:16.715Z | Compiling toml_edit v0.22.22 |
498 | 2025-01-28T16:59:16.967Z | Compiling camino-tempfile v1.1.1 |
499 | 2025-01-28T16:59:17.232Z | Compiling macaddr v1.0.1 |
500 | 2025-01-28T16:59:17.777Z | Compiling dof v0.3.0 |
501 | 2025-01-28T16:59:17.777Z | Compiling cargo_metadata v0.18.1 |
502 | 2025-01-28T16:59:19.426Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2025-01-28T16:59:19.426Z | Compiling usdt-macro v0.5.0 |
504 | 2025-01-28T16:59:19.584Z | Compiling toml v0.8.19 |
505 | 2025-01-28T16:59:20.395Z | Compiling cargo_toml v0.20.5 |
506 | 2025-01-28T16:59:20.638Z | Compiling usdt v0.5.0 |
507 | 2025-01-28T16:59:23.120Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2025-01-28T16:59:26.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.20s |
509 | 2025-01-28T16:59:26.557Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2025-01-28T16:59:27.082Z | Downloading crates ... |
511 | 2025-01-28T16:59:27.205Z | Downloaded ascii-canvas v3.0.0 |
512 | 2025-01-28T16:59:27.205Z | Downloaded ahash v0.8.11 |
513 | 2025-01-28T16:59:27.207Z | Downloaded adler2 v2.0.0 |
514 | 2025-01-28T16:59:27.211Z | Downloaded cfg_aliases v0.1.1 |
515 | 2025-01-28T16:59:27.228Z | Downloaded atomicwrites v0.4.4 |
516 | 2025-01-28T16:59:27.235Z | Downloaded atty v0.2.14 |
517 | 2025-01-28T16:59:27.240Z | Downloaded ciborium-io v0.2.2 |
518 | 2025-01-28T16:59:27.247Z | Downloaded crunchy v0.2.2 |
519 | 2025-01-28T16:59:27.251Z | Downloaded darling v0.20.10 |
520 | 2025-01-28T16:59:27.254Z | Downloaded cstr-argument v0.1.2 |
521 | 2025-01-28T16:59:27.257Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2025-01-28T16:59:27.257Z | Downloaded aead v0.5.2 |
523 | 2025-01-28T16:59:27.260Z | Downloaded array-init v0.0.4 |
524 | 2025-01-28T16:59:27.260Z | Downloaded cexpr v0.6.0 |
525 | 2025-01-28T16:59:27.264Z | Downloaded castaway v0.2.3 |
526 | 2025-01-28T16:59:27.266Z | Downloaded curve25519-dalek-derive v0.1.1 |
527 | 2025-01-28T16:59:27.269Z | Downloaded crc v3.2.1 |
528 | 2025-01-28T16:59:27.272Z | Downloaded bit-set v0.5.3 |
529 | 2025-01-28T16:59:27.273Z | Downloaded cobs v0.2.3 |
530 | 2025-01-28T16:59:27.275Z | Downloaded base16ct v0.2.0 |
531 | 2025-01-28T16:59:27.277Z | Downloaded hyper-staticfile v0.10.1 |
532 | 2025-01-28T16:59:27.279Z | Downloaded hyper v1.5.2 |
533 | 2025-01-28T16:59:27.286Z | Downloaded hyper-tls v0.6.0 |
534 | 2025-01-28T16:59:27.289Z | Downloaded hyper-rustls v0.27.3 |
535 | 2025-01-28T16:59:27.292Z | Downloaded hyper-util v0.1.10 |
536 | 2025-01-28T16:59:27.296Z | Downloaded humantime v2.1.0 |
537 | 2025-01-28T16:59:27.298Z | Downloaded iana-time-zone v0.1.61 |
538 | 2025-01-28T16:59:27.301Z | Downloaded chacha20 v0.9.1 |
539 | 2025-01-28T16:59:27.303Z | Downloaded bcrypt-pbkdf v0.10.0 |
540 | 2025-01-28T16:59:27.303Z | Downloaded async-recursion v1.1.1 |
541 | 2025-01-28T16:59:27.309Z | Downloaded cipher v0.4.4 |
542 | 2025-01-28T16:59:27.312Z | Downloaded crc-catalog v2.4.0 |
543 | 2025-01-28T16:59:27.312Z | Downloaded buf-list v1.0.3 |
544 | 2025-01-28T16:59:27.314Z | Downloaded blowfish v0.9.1 |
545 | 2025-01-28T16:59:27.314Z | Downloaded block-padding v0.3.3 |
546 | 2025-01-28T16:59:27.317Z | Downloaded constant_time_eq v0.3.1 |
547 | 2025-01-28T16:59:27.320Z | Downloaded bit-vec v0.6.3 |
548 | 2025-01-28T16:59:27.320Z | Downloaded http-body v1.0.1 |
549 | 2025-01-28T16:59:27.323Z | Downloaded cfg_aliases v0.2.1 |
550 | 2025-01-28T16:59:27.323Z | Downloaded cassowary v0.3.0 |
551 | 2025-01-28T16:59:27.323Z | Downloaded bitflags v1.3.2 |
552 | 2025-01-28T16:59:27.326Z | Downloaded hubpack v0.1.2 |
553 | 2025-01-28T16:59:27.328Z | Downloaded async-trait v0.1.85 |
554 | 2025-01-28T16:59:27.331Z | Downloaded base64ct v1.6.0 |
555 | 2025-01-28T16:59:27.333Z | Downloaded ciborium v0.2.2 |
556 | 2025-01-28T16:59:27.336Z | Downloaded bcs v0.1.6 |
557 | 2025-01-28T16:59:27.339Z | Downloaded idna_adapter v1.2.0 |
558 | 2025-01-28T16:59:27.341Z | Downloaded indent_write v2.2.0 |
559 | 2025-01-28T16:59:27.345Z | Downloaded icu_collections v1.5.0 |
560 | 2025-01-28T16:59:27.350Z | Downloaded cookie_store v0.21.1 |
561 | 2025-01-28T16:59:27.354Z | Downloaded arrayvec v0.7.6 |
562 | 2025-01-28T16:59:27.357Z | Downloaded ctr v0.9.2 |
563 | 2025-01-28T16:59:27.357Z | Downloaded argon2 v0.5.3 |
564 | 2025-01-28T16:59:27.360Z | Downloaded idna v1.0.3 |
565 | 2025-01-28T16:59:27.365Z | Downloaded instant v0.1.13 |
566 | 2025-01-28T16:59:27.368Z | Downloaded crc32fast v1.4.2 |
567 | 2025-01-28T16:59:27.371Z | Downloaded csv-core v0.1.11 |
568 | 2025-01-28T16:59:27.374Z | Downloaded cancel-safe-futures v0.1.5 |
569 | 2025-01-28T16:59:27.376Z | Downloaded serde-big-array v0.5.1 |
570 | 2025-01-28T16:59:27.376Z | Downloaded indicatif v0.17.9 |
571 | 2025-01-28T16:59:27.380Z | Downloaded indoc v1.0.9 |
572 | 2025-01-28T16:59:27.383Z | Downloaded keccak v0.1.5 |
573 | 2025-01-28T16:59:27.386Z | Downloaded sigpipe v0.1.3 |
574 | 2025-01-28T16:59:27.389Z | Downloaded is-terminal v0.4.13 |
575 | 2025-01-28T16:59:27.389Z | Downloaded impl-trait-for-tuples v0.2.2 |
576 | 2025-01-28T16:59:27.392Z | Downloaded linear-map v1.2.0 |
577 | 2025-01-28T16:59:27.396Z | Downloaded libsw v3.3.1 |
578 | 2025-01-28T16:59:27.399Z | Downloaded const-oid v0.9.6 |
579 | 2025-01-28T16:59:27.403Z | Downloaded clang-sys v1.8.1 |
580 | 2025-01-28T16:59:27.403Z | Downloaded litemap v0.7.3 |
581 | 2025-01-28T16:59:27.406Z | Downloaded write16 v1.0.0 |
582 | 2025-01-28T16:59:27.408Z | Downloaded rand_seeder v0.3.0 |
583 | 2025-01-28T16:59:27.409Z | Downloaded is_ci v1.2.0 |
584 | 2025-01-28T16:59:27.411Z | Downloaded indexmap v1.9.3 |
585 | 2025-01-28T16:59:27.415Z | Downloaded salsa20 v0.10.2 |
586 | 2025-01-28T16:59:27.417Z | Downloaded crossbeam-epoch v0.9.18 |
587 | 2025-01-28T16:59:27.420Z | Downloaded console v0.15.10 |
588 | 2025-01-28T16:59:27.423Z | Downloaded blake2 v0.10.6 |
589 | 2025-01-28T16:59:27.428Z | Downloaded newline-converter v0.3.0 |
590 | 2025-01-28T16:59:27.430Z | Downloaded new_debug_unreachable v1.0.6 |
591 | 2025-01-28T16:59:27.430Z | Downloaded md5 v0.7.0 |
592 | 2025-01-28T16:59:27.430Z | Downloaded newtype_derive v0.1.6 |
593 | 2025-01-28T16:59:27.430Z | Downloaded mirai-annotations v1.12.0 |
594 | 2025-01-28T16:59:27.433Z | Downloaded zone_cfg_derive v0.1.2 |
595 | 2025-01-28T16:59:27.433Z | Downloaded arc-swap v1.7.1 |
596 | 2025-01-28T16:59:27.438Z | Downloaded ident_case v1.0.1 |
597 | 2025-01-28T16:59:27.441Z | Downloaded schemars_derive v0.8.21 |
598 | 2025-01-28T16:59:27.441Z | Downloaded icu_provider_macros v1.5.0 |
599 | 2025-01-28T16:59:27.443Z | Downloaded simd-adler32 v0.3.7 |
600 | 2025-01-28T16:59:27.443Z | Downloaded normalize-line-endings v0.3.0 |
601 | 2025-01-28T16:59:27.446Z | Downloaded num-conv v0.1.0 |
602 | 2025-01-28T16:59:27.446Z | Downloaded serde-hex v0.1.0 |
603 | 2025-01-28T16:59:27.449Z | Downloaded zerofrom v0.1.4 |
604 | 2025-01-28T16:59:27.449Z | Downloaded crc-any v2.5.0 |
605 | 2025-01-28T16:59:27.452Z | Downloaded slog-scope v4.4.0 |
606 | 2025-01-28T16:59:27.454Z | Downloaded slog-json v2.6.1 |
607 | 2025-01-28T16:59:27.459Z | Downloaded atomic-waker v1.1.2 |
608 | 2025-01-28T16:59:27.459Z | Downloaded slog-envlogger v2.2.0 |
609 | 2025-01-28T16:59:27.463Z | Downloaded strip-ansi-escapes v0.2.0 |
610 | 2025-01-28T16:59:27.463Z | Downloaded md-5 v0.10.6 |
611 | 2025-01-28T16:59:27.466Z | Downloaded stringprep v0.1.5 |
612 | 2025-01-28T16:59:27.466Z | Downloaded downcast v0.11.0 |
613 | 2025-01-28T16:59:27.466Z | Downloaded memoffset v0.9.1 |
614 | 2025-01-28T16:59:27.469Z | Downloaded futures-sink v0.3.31 |
615 | 2025-01-28T16:59:27.469Z | Downloaded maybe-uninit v2.0.0 |
616 | 2025-01-28T16:59:27.472Z | Downloaded maplit v1.0.2 |
617 | 2025-01-28T16:59:27.472Z | Downloaded managed v0.8.0 |
618 | 2025-01-28T16:59:27.475Z | Downloaded tui-tree-widget v0.22.0 |
619 | 2025-01-28T16:59:27.475Z | Downloaded headers-core v0.3.0 |
620 | 2025-01-28T16:59:27.479Z | Downloaded match_cfg v0.1.0 |
621 | 2025-01-28T16:59:27.479Z | Downloaded string_cache v0.8.7 |
622 | 2025-01-28T16:59:27.481Z | Downloaded nodrop v0.1.14 |
623 | 2025-01-28T16:59:27.481Z | Downloaded lru v0.12.5 |
624 | 2025-01-28T16:59:27.481Z | Downloaded writeable v0.5.5 |
625 | 2025-01-28T16:59:27.484Z | Downloaded backoff v0.4.0 |
626 | 2025-01-28T16:59:27.486Z | Downloaded multimap v0.10.0 |
627 | 2025-01-28T16:59:27.489Z | Downloaded mime v0.3.17 |
628 | 2025-01-28T16:59:27.491Z | Downloaded newtype-uuid v1.2.1 |
629 | 2025-01-28T16:59:27.491Z | Downloaded mockall v0.13.0 |
630 | 2025-01-28T16:59:27.494Z | Downloaded lazy_static v1.5.0 |
631 | 2025-01-28T16:59:27.496Z | Downloaded nibble_vec v0.1.0 |
632 | 2025-01-28T16:59:27.498Z | Downloaded lalrpop-util v0.19.12 |
633 | 2025-01-28T16:59:27.499Z | Downloaded kstat-rs v0.2.4 |
634 | 2025-01-28T16:59:27.502Z | Downloaded http-range v0.1.5 |
635 | 2025-01-28T16:59:27.502Z | Downloaded path-slash v0.1.5 |
636 | 2025-01-28T16:59:27.504Z | Downloaded zerovec-derive v0.10.3 |
637 | 2025-01-28T16:59:27.507Z | Downloaded num v0.4.3 |
638 | 2025-01-28T16:59:27.507Z | Downloaded debug-ignore v1.0.5 |
639 | 2025-01-28T16:59:27.510Z | Downloaded serde_derive_internals v0.29.1 |
640 | 2025-01-28T16:59:27.512Z | Downloaded oso-derive v0.27.3 |
641 | 2025-01-28T16:59:27.512Z | Downloaded openssl-probe v0.1.5 |
642 | 2025-01-28T16:59:27.515Z | Downloaded bumpalo v3.16.0 |
643 | 2025-01-28T16:59:27.518Z | Downloaded hickory-client v0.24.2 |
644 | 2025-01-28T16:59:27.522Z | Downloaded chrono-tz-build v0.4.0 |
645 | 2025-01-28T16:59:27.525Z | Downloaded thiserror-impl v2.0.11 |
646 | 2025-01-28T16:59:27.525Z | Downloaded cc v1.1.30 |
647 | 2025-01-28T16:59:27.528Z | Downloaded phf_shared v0.10.0 |
648 | 2025-01-28T16:59:27.531Z | Downloaded tokio-tungstenite v0.24.0 |
649 | 2025-01-28T16:59:27.534Z | Downloaded structmeta v0.3.0 |
650 | 2025-01-28T16:59:27.534Z | Downloaded mime_guess v2.0.5 |
651 | 2025-01-28T16:59:27.537Z | Downloaded slog-stdlog v4.1.1 |
652 | 2025-01-28T16:59:27.540Z | Downloaded float-cmp v0.9.0 |
653 | 2025-01-28T16:59:27.540Z | Downloaded embedded-io v0.4.0 |
654 | 2025-01-28T16:59:27.542Z | Downloaded group v0.13.0 |
655 | 2025-01-28T16:59:27.545Z | Downloaded futures-task v0.3.31 |
656 | 2025-01-28T16:59:27.545Z | Downloaded float-ord v0.3.2 |
657 | 2025-01-28T16:59:27.548Z | Downloaded fd-lock v4.0.2 |
658 | 2025-01-28T16:59:27.548Z | Downloaded document-features v0.2.10 |
659 | 2025-01-28T16:59:27.551Z | Downloaded walkdir v2.5.0 |
660 | 2025-01-28T16:59:27.554Z | Downloaded rustls-pki-types v1.10.0 |
661 | 2025-01-28T16:59:27.556Z | Downloaded nanorand v0.7.0 |
662 | 2025-01-28T16:59:27.559Z | Downloaded multer v3.1.0 |
663 | 2025-01-28T16:59:27.562Z | Downloaded native-tls v0.2.12 |
664 | 2025-01-28T16:59:27.565Z | Downloaded tinyvec_macros v0.1.1 |
665 | 2025-01-28T16:59:27.570Z | Downloaded icu_locid_transform v1.5.0 |
666 | 2025-01-28T16:59:27.570Z | Downloaded compact_str v0.8.0 |
667 | 2025-01-28T16:59:27.574Z | Downloaded num-complex v0.4.6 |
668 | 2025-01-28T16:59:27.577Z | Downloaded pbkdf2 v0.12.2 |
669 | 2025-01-28T16:59:27.577Z | Downloaded pbkdf2 v0.11.0 |
670 | 2025-01-28T16:59:27.580Z | Downloaded signal-hook v0.3.17 |
671 | 2025-01-28T16:59:27.583Z | Downloaded crossbeam-utils v0.8.20 |
672 | 2025-01-28T16:59:27.586Z | Downloaded tokio-macros v2.5.0 |
673 | 2025-01-28T16:59:27.588Z | Downloaded crossbeam-channel v0.5.13 |
674 | 2025-01-28T16:59:27.593Z | Downloaded try-lock v0.2.5 |
675 | 2025-01-28T16:59:27.595Z | Downloaded tokio-tungstenite v0.23.1 |
676 | 2025-01-28T16:59:27.597Z | Downloaded zone_cfg_derive v0.3.0 |
677 | 2025-01-28T16:59:27.600Z | Downloaded quick-error v1.2.3 |
678 | 2025-01-28T16:59:27.600Z | Downloaded phf_shared v0.11.2 |
679 | 2025-01-28T16:59:27.602Z | Downloaded litrs v0.4.1 |
680 | 2025-01-28T16:59:27.604Z | Downloaded pkg-config v0.3.31 |
681 | 2025-01-28T16:59:27.607Z | Downloaded darling_macro v0.20.10 |
682 | 2025-01-28T16:59:27.607Z | Downloaded smallvec v0.6.14 |
683 | 2025-01-28T16:59:27.609Z | Downloaded env_logger v0.11.5 |
684 | 2025-01-28T16:59:27.612Z | Downloaded derive_builder v0.20.2 |
685 | 2025-01-28T16:59:27.630Z | Downloaded openssl-macros v0.1.1 |
686 | 2025-01-28T16:59:27.633Z | Downloaded ssh-encoding v0.2.0 |
687 | 2025-01-28T16:59:27.637Z | Downloaded spki v0.7.3 |
688 | 2025-01-28T16:59:27.637Z | Downloaded fxhash v0.2.1 |
689 | 2025-01-28T16:59:27.637Z | Downloaded foreign-types v0.3.2 |
690 | 2025-01-28T16:59:27.640Z | Downloaded hashlink v0.9.1 |
691 | 2025-01-28T16:59:27.640Z | Downloaded home v0.5.9 |
692 | 2025-01-28T16:59:27.645Z | Downloaded value-bag v1.9.0 |
693 | 2025-01-28T16:59:27.648Z | Downloaded libloading v0.8.5 |
694 | 2025-01-28T16:59:27.648Z | Downloaded icu_provider v1.5.0 |
695 | 2025-01-28T16:59:27.651Z | Downloaded tls_codec v0.4.1 |
696 | 2025-01-28T16:59:27.654Z | Downloaded supports-color v3.0.1 |
697 | 2025-01-28T16:59:27.658Z | Downloaded icu_normalizer v1.5.0 |
698 | 2025-01-28T16:59:27.662Z | Downloaded russh-cryptovec v0.7.3 |
699 | 2025-01-28T16:59:27.662Z | Downloaded polyval v0.6.2 |
700 | 2025-01-28T16:59:27.665Z | Downloaded toolchain_find v0.4.0 |
701 | 2025-01-28T16:59:27.665Z | Downloaded owo-colors v4.1.0 |
702 | 2025-01-28T16:59:27.668Z | Downloaded futures-macro v0.3.31 |
703 | 2025-01-28T16:59:27.668Z | Downloaded poly1305 v0.8.0 |
704 | 2025-01-28T16:59:27.670Z | Downloaded rcgen v0.12.1 |
705 | 2025-01-28T16:59:27.673Z | Downloaded tower-service v0.3.3 |
706 | 2025-01-28T16:59:27.676Z | Downloaded subtle v2.6.1 |
707 | 2025-01-28T16:59:27.678Z | Downloaded num-rational v0.4.2 |
708 | 2025-01-28T16:59:27.678Z | Downloaded globset v0.4.15 |
709 | 2025-01-28T16:59:27.681Z | Downloaded schemars v0.8.21 |
710 | 2025-01-28T16:59:27.692Z | Downloaded sync_wrapper v1.0.1 |
711 | 2025-01-28T16:59:27.695Z | Downloaded pretty-hex v0.2.1 |
712 | 2025-01-28T16:59:27.695Z | Downloaded num-iter v0.1.45 |
713 | 2025-01-28T16:59:27.697Z | Downloaded futures v0.3.31 |
714 | 2025-01-28T16:59:27.701Z | Downloaded tungstenite v0.23.0 |
715 | 2025-01-28T16:59:27.705Z | Downloaded vte_generate_state_changes v0.1.2 |
716 | 2025-01-28T16:59:27.712Z | Downloaded strum_macros v0.26.4 |
717 | 2025-01-28T16:59:27.712Z | Downloaded thiserror-no-std v2.0.2 |
718 | 2025-01-28T16:59:27.716Z | Downloaded foldhash v0.1.3 |
719 | 2025-01-28T16:59:27.716Z | Downloaded aes v0.8.4 |
720 | 2025-01-28T16:59:27.720Z | Downloaded crypto-bigint v0.5.5 |
721 | 2025-01-28T16:59:27.727Z | Downloaded yoke-derive v0.7.4 |
722 | 2025-01-28T16:59:27.730Z | Downloaded rand_core v0.6.4 |
723 | 2025-01-28T16:59:27.732Z | Downloaded icu_properties v1.5.1 |
724 | 2025-01-28T16:59:27.736Z | Downloaded pin-utils v0.1.0 |
725 | 2025-01-28T16:59:27.736Z | Downloaded rand_chacha v0.3.1 |
726 | 2025-01-28T16:59:27.739Z | Downloaded signal-hook-registry v1.4.2 |
727 | 2025-01-28T16:59:27.739Z | Downloaded hostname v0.3.1 |
728 | 2025-01-28T16:59:27.741Z | Downloaded displaydoc v0.2.5 |
729 | 2025-01-28T16:59:27.744Z | Downloaded filetime v0.2.25 |
730 | 2025-01-28T16:59:27.746Z | Downloaded diesel_table_macro_syntax v0.2.0 |
731 | 2025-01-28T16:59:27.748Z | Downloaded ron v0.8.1 |
732 | 2025-01-28T16:59:27.752Z | Downloaded omicron-zone-package v0.12.0 |
733 | 2025-01-28T16:59:27.757Z | Downloaded untrusted v0.9.0 |
734 | 2025-01-28T16:59:27.759Z | Downloaded untrusted v0.7.1 |
735 | 2025-01-28T16:59:27.762Z | Downloaded twox-hash v2.1.0 |
736 | 2025-01-28T16:59:27.764Z | Downloaded elliptic-curve v0.13.8 |
737 | 2025-01-28T16:59:27.771Z | Downloaded slog-async v2.8.0 |
738 | 2025-01-28T16:59:27.774Z | Downloaded rustc_version v0.4.1 |
739 | 2025-01-28T16:59:27.774Z | Downloaded rustc_version v0.1.7 |
740 | 2025-01-28T16:59:27.774Z | Downloaded rustc-hash v1.1.0 |
741 | 2025-01-28T16:59:27.774Z | Downloaded predicates-tree v1.0.11 |
742 | 2025-01-28T16:59:27.776Z | Downloaded termcolor v1.4.1 |
743 | 2025-01-28T16:59:27.779Z | Downloaded defmt v0.3.8 |
744 | 2025-01-28T16:59:27.781Z | Downloaded deranged v0.3.11 |
745 | 2025-01-28T16:59:27.784Z | Downloaded password-hash v0.5.0 |
746 | 2025-01-28T16:59:27.786Z | Downloaded password-hash v0.4.2 |
747 | 2025-01-28T16:59:27.788Z | Downloaded pin-project-internal v1.1.6 |
748 | 2025-01-28T16:59:27.793Z | Downloaded num_enum v0.5.11 |
749 | 2025-01-28T16:59:27.796Z | Downloaded progenitor-macro v0.9.1 |
750 | 2025-01-28T16:59:27.798Z | Downloaded ff v0.13.0 |
751 | 2025-01-28T16:59:27.800Z | Downloaded fallible-streaming-iterator v0.1.9 |
752 | 2025-01-28T16:59:27.800Z | Downloaded zeroize_derive v1.4.2 |
753 | 2025-01-28T16:59:27.801Z | Downloaded icu_locid v1.5.0 |
754 | 2025-01-28T16:59:27.806Z | Downloaded vte v0.11.1 |
755 | 2025-01-28T16:59:27.809Z | Downloaded tinyvec v1.8.0 |
756 | 2025-01-28T16:59:27.812Z | Downloaded subprocess v0.2.9 |
757 | 2025-01-28T16:59:27.815Z | Downloaded endian-type v0.1.2 |
758 | 2025-01-28T16:59:27.817Z | Downloaded term v0.7.0 |
759 | 2025-01-28T16:59:27.820Z | Downloaded which v4.4.2 |
760 | 2025-01-28T16:59:27.822Z | Downloaded num-traits v0.2.19 |
761 | 2025-01-28T16:59:27.825Z | Downloaded ref-cast-impl v1.0.23 |
762 | 2025-01-28T16:59:27.827Z | Downloaded pin-project-lite v0.2.14 |
763 | 2025-01-28T16:59:27.832Z | Downloaded smallvec v1.13.2 |
764 | 2025-01-28T16:59:27.834Z | Downloaded oso v0.27.3 |
765 | 2025-01-28T16:59:27.838Z | Downloaded itertools v0.12.1 |
766 | 2025-01-28T16:59:27.847Z | Downloaded http-body-util v0.1.2 |
767 | 2025-01-28T16:59:27.849Z | Downloaded opaque-debug v0.3.1 |
768 | 2025-01-28T16:59:27.852Z | Downloaded sqlformat v0.2.6 |
769 | 2025-01-28T16:59:27.854Z | Downloaded rpassword v7.3.1 |
770 | 2025-01-28T16:59:27.854Z | Downloaded rfc6979 v0.4.0 |
771 | 2025-01-28T16:59:27.857Z | Downloaded ppv-lite86 v0.2.20 |
772 | 2025-01-28T16:59:27.857Z | Downloaded zopfli v0.8.1 |
773 | 2025-01-28T16:59:27.860Z | Downloaded termios v0.3.3 |
774 | 2025-01-28T16:59:27.862Z | Downloaded aes-gcm v0.10.3 |
775 | 2025-01-28T16:59:27.867Z | Downloaded progenitor-client v0.9.1 |
776 | 2025-01-28T16:59:27.869Z | Downloaded progenitor-client v0.8.0 |
777 | 2025-01-28T16:59:27.869Z | Downloaded tls_codec_derive v0.4.1 |
778 | 2025-01-28T16:59:27.871Z | Downloaded fallible-iterator v0.3.0 |
779 | 2025-01-28T16:59:27.874Z | Downloaded env_logger v0.10.2 |
780 | 2025-01-28T16:59:27.876Z | Downloaded structmeta-derive v0.2.0 |
781 | 2025-01-28T16:59:27.879Z | Downloaded stable_deref_trait v1.2.0 |
782 | 2025-01-28T16:59:27.879Z | Downloaded slog v2.7.0 |
783 | 2025-01-28T16:59:27.882Z | Downloaded sha1 v0.10.6 |
784 | 2025-01-28T16:59:27.884Z | Downloaded serde_plain v1.0.2 |
785 | 2025-01-28T16:59:27.887Z | Downloaded waitgroup v0.1.2 |
786 | 2025-01-28T16:59:27.889Z | Downloaded time-core v0.1.2 |
787 | 2025-01-28T16:59:27.889Z | Downloaded dropshot_endpoint v0.15.1 |
788 | 2025-01-28T16:59:27.891Z | Downloaded minimal-lexical v0.2.1 |
789 | 2025-01-28T16:59:27.898Z | Downloaded foreign-types-macros v0.2.3 |
790 | 2025-01-28T16:59:27.901Z | Downloaded itertools v0.10.5 |
791 | 2025-01-28T16:59:27.907Z | Downloaded typify-macro v0.3.0 |
792 | 2025-01-28T16:59:27.910Z | Downloaded typify-macro v0.2.0 |
793 | 2025-01-28T16:59:27.910Z | Downloaded unicode-segmentation v1.12.0 |
794 | 2025-01-28T16:59:27.913Z | Downloaded tungstenite v0.24.0 |
795 | 2025-01-28T16:59:27.916Z | Downloaded russh-keys v0.45.0 |
796 | 2025-01-28T16:59:27.920Z | Downloaded foreign-types v0.5.0 |
797 | 2025-01-28T16:59:27.922Z | Downloaded zeroize v1.8.1 |
798 | 2025-01-28T16:59:27.924Z | Downloaded postgres-types v0.2.8 |
799 | 2025-01-28T16:59:27.927Z | Downloaded sync-ptr v0.1.1 |
800 | 2025-01-28T16:59:27.927Z | Downloaded dsl_auto_type v0.1.2 |
801 | 2025-01-28T16:59:27.929Z | Downloaded parse-display-derive v0.10.0 |
802 | 2025-01-28T16:59:27.931Z | Downloaded olpc-cjson v0.1.4 |
803 | 2025-01-28T16:59:27.931Z | Downloaded futures-core v0.3.31 |
804 | 2025-01-28T16:59:27.934Z | Downloaded des v0.8.1 |
805 | 2025-01-28T16:59:27.936Z | Downloaded url v2.5.3 |
806 | 2025-01-28T16:59:27.939Z | Downloaded progenitor v0.9.1 |
807 | 2025-01-28T16:59:27.942Z | Downloaded mio v1.0.2 |
808 | 2025-01-28T16:59:27.948Z | Downloaded parse-size v1.1.0 |
809 | 2025-01-28T16:59:27.950Z | Downloaded phf v0.11.2 |
810 | 2025-01-28T16:59:27.953Z | Downloaded percent-encoding v2.3.1 |
811 | 2025-01-28T16:59:27.953Z | Downloaded hex-literal v0.4.1 |
812 | 2025-01-28T16:59:27.953Z | Downloaded futures-io v0.3.31 |
813 | 2025-01-28T16:59:27.955Z | Downloaded typify v0.2.0 |
814 | 2025-01-28T16:59:27.958Z | Downloaded tokio-native-tls v0.3.1 |
815 | 2025-01-28T16:59:27.960Z | Downloaded tiny-keccak v2.0.2 |
816 | 2025-01-28T16:59:27.966Z | Downloaded xz2 v0.1.7 |
817 | 2025-01-28T16:59:27.969Z | Downloaded prettyplease v0.2.25 |
818 | 2025-01-28T16:59:27.971Z | Downloaded psl-types v2.0.11 |
819 | 2025-01-28T16:59:27.972Z | Downloaded zerocopy v0.6.6 |
820 | 2025-01-28T16:59:27.975Z | Downloaded flate2 v1.0.35 |
821 | 2025-01-28T16:59:27.979Z | Downloaded precomputed-hash v0.1.1 |
822 | 2025-01-28T16:59:27.982Z | Downloaded dunce v1.0.5 |
823 | 2025-01-28T16:59:27.982Z | Downloaded ron v0.7.1 |
824 | 2025-01-28T16:59:27.987Z | Downloaded strum v0.26.3 |
825 | 2025-01-28T16:59:27.989Z | Downloaded sec1 v0.7.3 |
826 | 2025-01-28T16:59:27.992Z | Downloaded scheduled-thread-pool v0.2.7 |
827 | 2025-01-28T16:59:27.992Z | Downloaded either v1.13.0 |
828 | 2025-01-28T16:59:27.996Z | Downloaded same-file v1.0.6 |
829 | 2025-01-28T16:59:27.998Z | Downloaded synstructure v0.13.1 |
830 | 2025-01-28T16:59:27.998Z | Downloaded httparse v1.9.5 |
831 | 2025-01-28T16:59:28.001Z | Downloaded russh v0.45.0 |
832 | 2025-01-28T16:59:28.006Z | Downloaded termtree v0.4.1 |
833 | 2025-01-28T16:59:28.009Z | Downloaded hex v0.4.3 |
834 | 2025-01-28T16:59:28.012Z | Downloaded form_urlencoded v1.2.1 |
835 | 2025-01-28T16:59:28.012Z | Downloaded fatfs v0.3.6 |
836 | 2025-01-28T16:59:28.015Z | Downloaded num-bigint v0.4.6 |
837 | 2025-01-28T16:59:28.019Z | Downloaded shell-words v1.1.0 |
838 | 2025-01-28T16:59:28.022Z | Downloaded rand v0.8.5 |
839 | 2025-01-28T16:59:28.025Z | Downloaded ed25519 v2.2.3 |
840 | 2025-01-28T16:59:28.028Z | Downloaded num-bigint-dig v0.8.4 |
841 | 2025-01-28T16:59:28.033Z | Downloaded tokio-rustls v0.26.0 |
842 | 2025-01-28T16:59:28.035Z | Downloaded tokio-rustls v0.25.0 |
843 | 2025-01-28T16:59:28.037Z | Downloaded num-integer v0.1.46 |
844 | 2025-01-28T16:59:28.040Z | Downloaded num-derive v0.4.2 |
845 | 2025-01-28T16:59:28.043Z | Downloaded httpdate v1.0.3 |
846 | 2025-01-28T16:59:28.046Z | Downloaded quinn v0.11.5 |
847 | 2025-01-28T16:59:28.049Z | Downloaded time-macros v0.2.18 |
848 | 2025-01-28T16:59:28.053Z | Downloaded itertools v0.13.0 |
849 | 2025-01-28T16:59:28.058Z | Downloaded number_prefix v0.4.0 |
850 | 2025-01-28T16:59:28.060Z | Downloaded der_derive v0.7.3 |
851 | 2025-01-28T16:59:28.062Z | Downloaded similar v2.6.0 |
852 | 2025-01-28T16:59:28.066Z | Downloaded tokio-util v0.7.12 |
853 | 2025-01-28T16:59:28.074Z | Downloaded serde_repr v0.1.19 |
854 | 2025-01-28T16:59:28.077Z | Downloaded thread_local v1.1.8 |
855 | 2025-01-28T16:59:28.082Z | Downloaded termtree v0.5.1 |
856 | 2025-01-28T16:59:28.084Z | Downloaded dyn-clone v1.0.17 |
857 | 2025-01-28T16:59:28.084Z | Downloaded unarray v0.1.4 |
858 | 2025-01-28T16:59:28.084Z | Downloaded primeorder v0.13.6 |
859 | 2025-01-28T16:59:28.087Z | Downloaded hashbrown v0.12.3 |
860 | 2025-01-28T16:59:28.090Z | Downloaded wait-timeout v0.2.0 |
861 | 2025-01-28T16:59:28.092Z | Downloaded foreign-types-shared v0.1.1 |
862 | 2025-01-28T16:59:28.094Z | Downloaded thiserror-impl-no-std v2.0.2 |
863 | 2025-01-28T16:59:28.094Z | Downloaded embedded-io v0.6.1 |
864 | 2025-01-28T16:59:28.097Z | Downloaded expectorate v1.1.0 |
865 | 2025-01-28T16:59:28.099Z | Downloaded foreign-types-shared v0.3.1 |
866 | 2025-01-28T16:59:28.101Z | Downloaded slog-bunyan v2.5.0 |
867 | 2025-01-28T16:59:28.101Z | Downloaded semver v0.1.20 |
868 | 2025-01-28T16:59:28.104Z | Downloaded slog-dtrace v0.3.0 |
869 | 2025-01-28T16:59:28.106Z | Downloaded serde_path_to_error v0.1.16 |
870 | 2025-01-28T16:59:28.106Z | Downloaded aho-corasick v1.1.3 |
871 | 2025-01-28T16:59:28.112Z | Downloaded signature v2.2.0 |
872 | 2025-01-28T16:59:28.115Z | Downloaded aws-lc-rs v1.10.0 |
873 | 2025-01-28T16:59:28.124Z | Downloaded env_filter v0.1.2 |
874 | 2025-01-28T16:59:28.126Z | Downloaded zip v0.6.6 |
875 | 2025-01-28T16:59:28.131Z | Downloaded num_threads v0.1.7 |
876 | 2025-01-28T16:59:28.133Z | Downloaded ena v0.14.3 |
877 | 2025-01-28T16:59:28.135Z | Downloaded ecdsa v0.16.9 |
878 | 2025-01-28T16:59:28.138Z | Downloaded progenitor v0.8.0 |
879 | 2025-01-28T16:59:28.138Z | Downloaded display-error-chain v0.2.2 |
880 | 2025-01-28T16:59:28.141Z | Downloaded dirs-sys-next v0.1.2 |
881 | 2025-01-28T16:59:28.141Z | Downloaded dirs-next v2.0.0 |
882 | 2025-01-28T16:59:28.143Z | Downloaded funty v2.0.0 |
883 | 2025-01-28T16:59:28.143Z | Downloaded predicates v3.1.2 |
884 | 2025-01-28T16:59:28.145Z | Downloaded postgres-protocol v0.6.7 |
885 | 2025-01-28T16:59:28.148Z | Downloaded ghash v0.5.1 |
886 | 2025-01-28T16:59:28.150Z | Downloaded r2d2 v0.8.10 |
887 | 2025-01-28T16:59:28.153Z | Downloaded tokio-tungstenite v0.21.0 |
888 | 2025-01-28T16:59:28.155Z | Downloaded quinn-udp v0.5.5 |
889 | 2025-01-28T16:59:28.155Z | Downloaded postcard v1.0.10 |
890 | 2025-01-28T16:59:28.158Z | Downloaded enum-as-inner v0.6.1 |
891 | 2025-01-28T16:59:28.161Z | Downloaded gethostname v0.5.0 |
892 | 2025-01-28T16:59:28.163Z | Downloaded flagset v0.4.6 |
893 | 2025-01-28T16:59:28.163Z | Downloaded fixedbitset v0.4.2 |
894 | 2025-01-28T16:59:28.166Z | Downloaded defmt-macros v0.3.9 |
895 | 2025-01-28T16:59:28.168Z | Downloaded parking_lot_core v0.8.6 |
896 | 2025-01-28T16:59:28.171Z | Downloaded unicode-xid v0.2.6 |
897 | 2025-01-28T16:59:28.173Z | Downloaded derive-where v1.2.7 |
898 | 2025-01-28T16:59:28.176Z | Downloaded tokio-stream v0.1.16 |
899 | 2025-01-28T16:59:28.181Z | Downloaded zone v0.3.0 |
900 | 2025-01-28T16:59:28.184Z | Downloaded xattr v1.3.1 |
901 | 2025-01-28T16:59:28.186Z | Downloaded serde_with_macros v3.11.0 |
902 | 2025-01-28T16:59:28.188Z | Downloaded half v2.4.1 |
903 | 2025-01-28T16:59:28.192Z | Downloaded peg-runtime v0.8.3 |
904 | 2025-01-28T16:59:28.192Z | Downloaded difflib v0.4.0 |
905 | 2025-01-28T16:59:28.195Z | Downloaded parse-zoneinfo v0.3.1 |
906 | 2025-01-28T16:59:28.198Z | Downloaded vsss-rs v3.3.4 |
907 | 2025-01-28T16:59:28.200Z | Downloaded take_mut v0.2.2 |
908 | 2025-01-28T16:59:28.200Z | Downloaded bitvec v1.0.1 |
909 | 2025-01-28T16:59:28.215Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2025-01-28T16:59:28.218Z | Downloaded tabwriter v1.4.0 |
911 | 2025-01-28T16:59:28.218Z | Downloaded rand_xorshift v0.3.0 |
912 | 2025-01-28T16:59:28.221Z | Downloaded test-strategy v0.3.1 |
913 | 2025-01-28T16:59:28.223Z | Downloaded radium v0.7.0 |
914 | 2025-01-28T16:59:28.223Z | Downloaded unicase v2.7.0 |
915 | 2025-01-28T16:59:28.226Z | Downloaded toml v0.7.8 |
916 | 2025-01-28T16:59:28.228Z | Downloaded derive_builder_macro v0.20.2 |
917 | 2025-01-28T16:59:28.230Z | Downloaded num_enum_derive v0.5.11 |
918 | 2025-01-28T16:59:28.230Z | Downloaded ref-cast v1.0.23 |
919 | 2025-01-28T16:59:28.233Z | Downloaded derive_more v0.99.18 |
920 | 2025-01-28T16:59:28.238Z | Downloaded parking_lot v0.12.3 |
921 | 2025-01-28T16:59:28.240Z | Downloaded parking_lot v0.11.2 |
922 | 2025-01-28T16:59:28.243Z | Downloaded rustversion v1.0.17 |
923 | 2025-01-28T16:59:28.246Z | Downloaded zone v0.1.8 |
924 | 2025-01-28T16:59:28.249Z | Downloaded snafu-derive v0.8.5 |
925 | 2025-01-28T16:59:28.249Z | Downloaded ssh-cipher v0.2.0 |
926 | 2025-01-28T16:59:28.251Z | Downloaded portable-atomic v1.9.0 |
927 | 2025-01-28T16:59:28.256Z | Downloaded parking_lot_core v0.9.10 |
928 | 2025-01-28T16:59:28.259Z | Downloaded pem v3.0.4 |
929 | 2025-01-28T16:59:28.261Z | Downloaded hash32 v0.3.1 |
930 | 2025-01-28T16:59:28.264Z | Downloaded hash32 v0.2.1 |
931 | 2025-01-28T16:59:28.264Z | Downloaded wyz v0.5.1 |
932 | 2025-01-28T16:59:28.266Z | Downloaded getrandom v0.2.15 |
933 | 2025-01-28T16:59:28.268Z | Downloaded zerofrom-derive v0.1.4 |
934 | 2025-01-28T16:59:28.271Z | Downloaded blake3 v1.5.4 |
935 | 2025-01-28T16:59:28.277Z | Downloaded strum_macros v0.24.3 |
936 | 2025-01-28T16:59:28.279Z | Downloaded smf v0.2.3 |
937 | 2025-01-28T16:59:28.281Z | Downloaded rusty-fork v0.3.0 |
938 | 2025-01-28T16:59:28.281Z | Downloaded pkcs8 v0.10.2 |
939 | 2025-01-28T16:59:28.284Z | Downloaded hickory-server v0.24.2 |
940 | 2025-01-28T16:59:28.290Z | Downloaded structmeta-derive v0.3.0 |
941 | 2025-01-28T16:59:28.293Z | Downloaded p256 v0.13.2 |
942 | 2025-01-28T16:59:28.295Z | Downloaded chrono v0.4.39 |
943 | 2025-01-28T16:59:28.303Z | Downloaded derive_builder_core v0.20.2 |
944 | 2025-01-28T16:59:28.305Z | Downloaded defmt-parser v0.3.4 |
945 | 2025-01-28T16:59:28.307Z | Downloaded tough v0.19.0 |
946 | 2025-01-28T16:59:28.314Z | Downloaded whoami v1.5.2 |
947 | 2025-01-28T16:59:28.317Z | Downloaded bindgen v0.69.5 |
948 | 2025-01-28T16:59:28.325Z | Downloaded phf_generator v0.11.2 |
949 | 2025-01-28T16:59:28.327Z | Downloaded pem-rfc7468 v0.7.0 |
950 | 2025-01-28T16:59:28.329Z | Downloaded pkcs5 v0.7.1 |
951 | 2025-01-28T16:59:28.332Z | Downloaded uuid v1.12.0 |
952 | 2025-01-28T16:59:28.335Z | Downloaded heck v0.3.3 |
953 | 2025-01-28T16:59:28.337Z | Downloaded futures-channel v0.3.31 |
954 | 2025-01-28T16:59:28.339Z | Downloaded glob v0.3.2 |
955 | 2025-01-28T16:59:28.344Z | Downloaded pin-project v1.1.6 |
956 | 2025-01-28T16:59:28.352Z | Downloaded snafu v0.8.5 |
957 | 2025-01-28T16:59:28.359Z | Downloaded hashbrown v0.14.5 |
958 | 2025-01-28T16:59:28.365Z | Downloaded winnow v0.5.40 |
959 | 2025-01-28T16:59:28.374Z | Downloaded unicode-bidi v0.3.17 |
960 | 2025-01-28T16:59:28.377Z | Downloaded toml_edit v0.19.15 |
961 | 2025-01-28T16:59:28.395Z | Downloaded rayon-core v1.12.1 |
962 | 2025-01-28T16:59:28.399Z | Downloaded rustls-webpki v0.101.7 |
963 | 2025-01-28T16:59:28.413Z | Downloaded zerovec v0.10.4 |
964 | 2025-01-28T16:59:28.419Z | Downloaded zerocopy-derive v0.8.10 |
965 | 2025-01-28T16:59:28.426Z | Downloaded h2 v0.4.6 |
966 | 2025-01-28T16:59:28.433Z | Downloaded rustyline v14.0.0 |
967 | 2025-01-28T16:59:28.438Z | Downloaded rsa v0.9.6 |
968 | 2025-01-28T16:59:28.443Z | Downloaded quick-xml v0.33.0 |
969 | 2025-01-28T16:59:28.450Z | Downloaded futures-util v0.3.31 |
970 | 2025-01-28T16:59:28.463Z | Downloaded time v0.3.36 |
971 | 2025-01-28T16:59:28.471Z | Downloaded unicode_categories v0.1.1 |
972 | 2025-01-28T16:59:28.473Z | Downloaded lalrpop v0.19.12 |
973 | 2025-01-28T16:59:28.485Z | Downloaded hashbrown v0.13.2 |
974 | 2025-01-28T16:59:28.489Z | Downloaded x509-cert v0.2.5 |
975 | 2025-01-28T16:59:28.495Z | Downloaded zip v2.1.3 |
976 | 2025-01-28T16:59:28.501Z | Downloaded icu_properties_data v1.5.0 |
977 | 2025-01-28T16:59:28.511Z | Downloaded hkdf v0.12.4 |
978 | 2025-01-28T16:59:28.513Z | Downloaded strum_macros v0.25.3 |
979 | 2025-01-28T16:59:28.516Z | Downloaded p521 v0.13.3 |
980 | 2025-01-28T16:59:28.520Z | Downloaded salty v0.3.0 |
981 | 2025-01-28T16:59:28.527Z | Downloaded serde_with v3.11.0 |
982 | 2025-01-28T16:59:28.536Z | Downloaded proptest v1.5.0 |
983 | 2025-01-28T16:59:28.547Z | Downloaded curve25519-dalek v4.1.3 |
984 | 2025-01-28T16:59:28.556Z | Downloaded zerocopy v0.8.10 |
985 | 2025-01-28T16:59:28.581Z | Downloaded unicode-normalization v0.1.24 |
986 | 2025-01-28T16:59:28.585Z | Downloaded regex v1.11.1 |
987 | 2025-01-28T16:59:28.598Z | Downloaded polar-core v0.27.3 |
988 | 2025-01-28T16:59:28.607Z | Downloaded ssh-key v0.6.6 |
989 | 2025-01-28T16:59:28.614Z | Downloaded dropshot v0.12.0 |
990 | 2025-01-28T16:59:28.636Z | Downloaded rayon v1.10.0 |
991 | 2025-01-28T16:59:28.644Z | Downloaded petname v2.0.2 |
992 | 2025-01-28T16:59:28.650Z | Downloaded webpki-roots v0.26.6 |
993 | 2025-01-28T16:59:28.656Z | Downloaded regex-syntax v0.6.29 |
994 | 2025-01-28T16:59:28.662Z | Downloaded rustls v0.22.4 |
995 | 2025-01-28T16:59:28.676Z | Downloaded unicode-width v0.2.0 |
996 | 2025-01-28T16:59:28.682Z | Downloaded quinn-proto v0.11.8 |
997 | 2025-01-28T16:59:28.690Z | Downloaded regress v0.9.1 |
998 | 2025-01-28T16:59:28.700Z | Downloaded p384 v0.13.0 |
999 | 2025-01-28T16:59:28.705Z | Downloaded openssl v0.10.66 |
1000 | 2025-01-28T16:59:28.715Z | Downloaded rustls-webpki v0.102.8 |
1001 | 2025-01-28T16:59:28.734Z | Downloaded git2 v0.19.0 |
1002 | 2025-01-28T16:59:28.742Z | Downloaded nix v0.28.0 |
1003 | 2025-01-28T16:59:28.754Z | Downloaded object v0.30.4 |
1004 | 2025-01-28T16:59:28.764Z | Downloaded smoltcp v0.9.1 |
1005 | 2025-01-28T16:59:28.776Z | Downloaded rustls v0.21.12 |
1006 | 2025-01-28T16:59:28.787Z | Downloaded openapiv3 v2.0.0 |
1007 | 2025-01-28T16:59:28.800Z | Downloaded gimli v0.31.1 |
1008 | 2025-01-28T16:59:28.808Z | Downloaded object v0.36.5 |
1009 | 2025-01-28T16:59:28.821Z | Downloaded regex-syntax v0.8.5 |
1010 | 2025-01-28T16:59:28.830Z | Downloaded rustls v0.23.19 |
1011 | 2025-01-28T16:59:28.842Z | Downloaded smoltcp v0.11.0 |
1012 | 2025-01-28T16:59:28.855Z | Downloaded hickory-proto v0.24.2 |
1013 | 2025-01-28T16:59:28.871Z | Downloaded sled v0.34.7 |
1014 | 2025-01-28T16:59:28.882Z | Downloaded chrono-tz v0.10.1 |
1015 | 2025-01-28T16:59:28.889Z | Downloaded sqlparser v0.45.0 |
1016 | 2025-01-28T16:59:28.896Z | Downloaded vcpkg v0.2.15 |
1017 | 2025-01-28T16:59:28.970Z | Downloaded typify-impl v0.3.0 |
1018 | 2025-01-28T16:59:28.986Z | Downloaded zerocopy-derive v0.6.6 |
1019 | 2025-01-28T16:59:28.995Z | Downloaded regress v0.10.1 |
1020 | 2025-01-28T16:59:29.003Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2025-01-28T16:59:29.014Z | Downloaded typify-impl v0.2.0 |
1022 | 2025-01-28T16:59:29.028Z | Downloaded regex-automata v0.4.8 |
1023 | 2025-01-28T16:59:29.043Z | Downloaded diesel v2.2.6 |
1024 | 2025-01-28T16:59:29.060Z | Downloaded ratatui v0.28.1 |
1025 | 2025-01-28T16:59:29.079Z | Downloaded dropshot v0.15.1 |
1026 | 2025-01-28T16:59:29.099Z | Downloaded nix v0.29.0 |
1027 | 2025-01-28T16:59:29.110Z | Downloaded lzma-sys v0.1.20 |
1028 | 2025-01-28T16:59:29.139Z | Downloaded petgraph v0.6.5 |
1029 | 2025-01-28T16:59:29.156Z | Downloaded bstr v1.10.0 |
1030 | 2025-01-28T16:59:29.166Z | Downloaded libz-sys v1.1.20 |
1031 | 2025-01-28T16:59:29.187Z | Downloaded radix_trie v0.2.1 |
1032 | 2025-01-28T16:59:29.192Z | Downloaded nix v0.27.1 |
1033 | 2025-01-28T16:59:29.202Z | Downloaded tokio v1.43.0 |
1034 | 2025-01-28T16:59:29.239Z | Downloaded reedline v0.35.0 |
1035 | 2025-01-28T16:59:29.246Z | Downloaded vergen v8.3.2 |
1036 | 2025-01-28T16:59:29.249Z | Downloaded der v0.7.9 |
1037 | 2025-01-28T16:59:29.254Z | Downloaded csv v1.3.1 |
1038 | 2025-01-28T16:59:29.273Z | Downloaded fs_extra v1.3.0 |
1039 | 2025-01-28T16:59:29.275Z | Downloaded reqwest v0.12.9 |
1040 | 2025-01-28T16:59:29.283Z | Downloaded sha3 v0.10.8 |
1041 | 2025-01-28T16:59:29.287Z | Downloaded unsafe-libyaml v0.2.11 |
1042 | 2025-01-28T16:59:29.290Z | Downloaded serde_yaml v0.9.34+deprecated |
1043 | 2025-01-28T16:59:29.293Z | Downloaded parse-display v0.10.0 |
1044 | 2025-01-28T16:59:29.295Z | Downloaded peg-macros v0.8.4 |
1045 | 2025-01-28T16:59:29.298Z | Downloaded samael v0.0.17 |
1046 | 2025-01-28T16:59:29.301Z | Downloaded peg v0.8.4 |
1047 | 2025-01-28T16:59:29.304Z | Downloaded rustfmt-wrapper v0.2.1 |
1048 | 2025-01-28T16:59:29.306Z | Downloaded rtoolbox v0.0.2 |
1049 | 2025-01-28T16:59:29.306Z | Downloaded want v0.3.1 |
1050 | 2025-01-28T16:59:29.309Z | Downloaded http v1.2.0 |
1051 | 2025-01-28T16:59:29.311Z | Downloaded tokio-postgres v0.7.12 |
1052 | 2025-01-28T16:59:29.315Z | Downloaded typed-path v0.9.3 |
1053 | 2025-01-28T16:59:29.321Z | Downloaded topological-sort v0.2.2 |
1054 | 2025-01-28T16:59:29.324Z | Downloaded phf_codegen v0.11.2 |
1055 | 2025-01-28T16:59:29.324Z | Downloaded progenitor-impl v0.8.0 |
1056 | 2025-01-28T16:59:29.326Z | Downloaded ed25519-dalek v2.1.1 |
1057 | 2025-01-28T16:59:29.333Z | Downloaded diesel_derives v2.2.3 |
1058 | 2025-01-28T16:59:29.333Z | Downloaded packed_struct_codegen v0.10.1 |
1059 | 2025-01-28T16:59:29.333Z | Downloaded packed_struct v0.10.1 |
1060 | 2025-01-28T16:59:29.337Z | Downloaded rusqlite v0.32.1 |
1061 | 2025-01-28T16:59:29.340Z | Downloaded secrecy v0.8.0 |
1062 | 2025-01-28T16:59:29.342Z | Downloaded nom v7.1.3 |
1063 | 2025-01-28T16:59:29.346Z | Downloaded tracing v0.1.40 |
1064 | 2025-01-28T16:59:29.350Z | Downloaded rustls-pemfile v1.0.4 |
1065 | 2025-01-28T16:59:29.353Z | Downloaded utf16_iter v1.0.5 |
1066 | 2025-01-28T16:59:29.355Z | Downloaded universal-hash v0.5.1 |
1067 | 2025-01-28T16:59:29.355Z | Downloaded fragile v2.0.0 |
1068 | 2025-01-28T16:59:29.357Z | Downloaded proc-macro-crate v1.3.1 |
1069 | 2025-01-28T16:59:29.358Z | Downloaded predicates-core v1.0.8 |
1070 | 2025-01-28T16:59:29.360Z | Downloaded sct v0.7.1 |
1071 | 2025-01-28T16:59:29.362Z | Downloaded diff v0.1.13 |
1072 | 2025-01-28T16:59:29.365Z | Downloaded typify v0.3.0 |
1073 | 2025-01-28T16:59:29.367Z | Downloaded utf8_iter v1.0.4 |
1074 | 2025-01-28T16:59:29.367Z | Downloaded utf-8 v0.7.6 |
1075 | 2025-01-28T16:59:29.370Z | Downloaded signal-hook-mio v0.2.4 |
1076 | 2025-01-28T16:59:29.370Z | Downloaded shlex v1.3.0 |
1077 | 2025-01-28T16:59:29.374Z | Downloaded hickory-resolver v0.24.2 |
1078 | 2025-01-28T16:59:29.377Z | Downloaded futures-executor v0.3.31 |
1079 | 2025-01-28T16:59:29.377Z | Downloaded tar v0.4.42 |
1080 | 2025-01-28T16:59:29.380Z | Downloaded socket2 v0.5.7 |
1081 | 2025-01-28T16:59:29.380Z | Downloaded flume v0.11.1 |
1082 | 2025-01-28T16:59:29.383Z | Downloaded tracing-attributes v0.1.27 |
1083 | 2025-01-28T16:59:29.386Z | Downloaded hmac v0.12.1 |
1084 | 2025-01-28T16:59:29.388Z | Downloaded powerfmt v0.2.0 |
1085 | 2025-01-28T16:59:29.391Z | Downloaded darling_core v0.20.10 |
1086 | 2025-01-28T16:59:29.393Z | Downloaded pkcs1 v0.7.5 |
1087 | 2025-01-28T16:59:29.395Z | Downloaded highway v1.2.0 |
1088 | 2025-01-28T16:59:29.398Z | Downloaded yoke v0.7.4 |
1089 | 2025-01-28T16:59:29.400Z | Downloaded qorb v0.2.1 |
1090 | 2025-01-28T16:59:29.403Z | Downloaded publicsuffix v2.3.0 |
1091 | 2025-01-28T16:59:29.405Z | Downloaded progenitor-macro v0.8.0 |
1092 | 2025-01-28T16:59:29.408Z | Downloaded tokio-rustls v0.24.1 |
1093 | 2025-01-28T16:59:29.410Z | Downloaded dropshot_endpoint v0.12.0 |
1094 | 2025-01-28T16:59:29.413Z | Downloaded heapless v0.7.17 |
1095 | 2025-01-28T16:59:29.415Z | Downloaded steno v0.4.1 |
1096 | 2025-01-28T16:59:29.419Z | Downloaded encoding_rs v0.8.34 |
1097 | 2025-01-28T16:59:29.439Z | Downloaded tap v1.0.1 |
1098 | 2025-01-28T16:59:29.443Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1099 | 2025-01-28T16:59:29.495Z | Downloaded slab v0.4.9 |
1100 | 2025-01-28T16:59:29.499Z | Downloaded siphasher v0.3.11 |
1101 | 2025-01-28T16:59:29.499Z | Downloaded yasna v0.5.2 |
1102 | 2025-01-28T16:59:29.502Z | Downloaded tracing-core v0.1.32 |
1103 | 2025-01-28T16:59:29.502Z | Downloaded paste v1.0.15 |
1104 | 2025-01-28T16:59:29.505Z | Downloaded resolv-conf v0.7.0 |
1105 | 2025-01-28T16:59:29.508Z | Downloaded hostname v0.4.0 |
1106 | 2025-01-28T16:59:29.508Z | Downloaded spin v0.9.8 |
1107 | 2025-01-28T16:59:29.510Z | Downloaded rustc-hash v2.0.0 |
1108 | 2025-01-28T16:59:29.510Z | Downloaded rustc-demangle v0.1.24 |
1109 | 2025-01-28T16:59:29.513Z | Downloaded headers v0.4.0 |
1110 | 2025-01-28T16:59:29.516Z | Downloaded libm v0.2.8 |
1111 | 2025-01-28T16:59:29.524Z | Downloaded crossterm v0.28.1 |
1112 | 2025-01-28T16:59:29.530Z | Downloaded openssl-sys v0.9.103 |
1113 | 2025-01-28T16:59:29.535Z | Downloaded progenitor-impl v0.9.1 |
1114 | 2025-01-28T16:59:29.540Z | Downloaded libxml v0.3.3 |
1115 | 2025-01-28T16:59:29.542Z | Downloaded base64 v0.22.1 |
1116 | 2025-01-28T16:59:29.545Z | Downloaded fallible-iterator v0.2.0 |
1117 | 2025-01-28T16:59:29.548Z | Downloaded rustls-pemfile v2.2.0 |
1118 | 2025-01-28T16:59:29.550Z | Downloaded tungstenite v0.21.0 |
1119 | 2025-01-28T16:59:29.552Z | Downloaded const_format v0.2.34 |
1120 | 2025-01-28T16:59:29.555Z | Downloaded heapless v0.8.0 |
1121 | 2025-01-28T16:59:29.559Z | Downloaded icu_normalizer_data v1.5.0 |
1122 | 2025-01-28T16:59:29.561Z | Downloaded mockall_derive v0.13.0 |
1123 | 2025-01-28T16:59:29.563Z | Downloaded icu_locid_transform_data v1.5.0 |
1124 | 2025-01-28T16:59:29.566Z | Downloaded uzers v0.12.1 |
1125 | 2025-01-28T16:59:29.568Z | Downloaded unicode-properties v0.1.3 |
1126 | 2025-01-28T16:59:29.571Z | Downloaded miniz_oxide v0.8.0 |
1127 | 2025-01-28T16:59:29.573Z | Downloaded signal-hook-tokio v0.3.1 |
1128 | 2025-01-28T16:59:29.575Z | Downloaded serde_urlencoded v0.7.1 |
1129 | 2025-01-28T16:59:29.575Z | Downloaded scrypt v0.11.0 |
1130 | 2025-01-28T16:59:29.578Z | Downloaded scopeguard v1.2.0 |
1131 | 2025-01-28T16:59:29.578Z | Downloaded thiserror v2.0.11 |
1132 | 2025-01-28T16:59:29.582Z | Downloaded slog-term v2.9.1 |
1133 | 2025-01-28T16:59:29.584Z | Downloaded base64 v0.21.7 |
1134 | 2025-01-28T16:59:29.588Z | Downloaded nu-ansi-term v0.50.1 |
1135 | 2025-01-28T16:59:29.592Z | Downloaded libefi-sys v0.1.0 |
1136 | 2025-01-28T16:59:29.594Z | Downloaded backtrace v0.3.74 |
1137 | 2025-01-28T16:59:29.598Z | Downloaded memmap2 v0.9.5 |
1138 | 2025-01-28T16:59:29.601Z | Downloaded diesel-dtrace v0.4.2 |
1139 | 2025-01-28T16:59:29.603Z | Downloaded structmeta v0.2.0 |
1140 | 2025-01-28T16:59:29.603Z | Downloaded unicode-truncate v1.1.0 |
1141 | 2025-01-28T16:59:29.605Z | Downloaded static_assertions v1.1.0 |
1142 | 2025-01-28T16:59:29.607Z | Downloaded lock_api v0.4.12 |
1143 | 2025-01-28T16:59:29.607Z | Downloaded tinystr v0.7.6 |
1144 | 2025-01-28T16:59:29.610Z | Downloaded data-encoding v2.6.0 |
1145 | 2025-01-28T16:59:29.612Z | Downloaded lazycell v1.3.0 |
1146 | 2025-01-28T16:59:29.612Z | Downloaded base64 v0.13.1 |
1147 | 2025-01-28T16:59:29.614Z | Downloaded chacha20poly1305 v0.10.1 |
1148 | 2025-01-28T16:59:29.617Z | Downloaded bzip2 v0.4.4 |
1149 | 2025-01-28T16:59:29.619Z | Downloaded lru-cache v0.1.2 |
1150 | 2025-01-28T16:59:29.620Z | Downloaded lockfree-object-pool v0.1.6 |
1151 | 2025-01-28T16:59:29.622Z | Downloaded bytes v1.9.0 |
1152 | 2025-01-28T16:59:29.625Z | Downloaded cookie v0.18.1 |
1153 | 2025-01-28T16:59:29.627Z | Downloaded cmake v0.1.51 |
1154 | 2025-01-28T16:59:29.629Z | Downloaded linked-hash-map v0.5.6 |
1155 | 2025-01-28T16:59:29.633Z | Downloaded async-bb8-diesel v0.2.1 |
1156 | 2025-01-28T16:59:29.633Z | Downloaded jobserver v0.1.32 |
1157 | 2025-01-28T16:59:29.636Z | Downloaded ipnetwork v0.20.0 |
1158 | 2025-01-28T16:59:29.636Z | Downloaded ipnet v2.10.1 |
1159 | 2025-01-28T16:59:29.638Z | Downloaded inout v0.1.3 |
1160 | 2025-01-28T16:59:29.638Z | Downloaded async-stream-impl v0.3.6 |
1161 | 2025-01-28T16:59:29.641Z | Downloaded internet-checksum v0.2.1 |
1162 | 2025-01-28T16:59:29.641Z | Downloaded instability v0.3.2 |
1163 | 2025-01-28T16:59:29.641Z | Downloaded addr2line v0.24.2 |
1164 | 2025-01-28T16:59:29.643Z | Downloaded const_format_proc_macros v0.2.34 |
1165 | 2025-01-28T16:59:29.645Z | Downloaded ciborium-ll v0.2.2 |
1166 | 2025-01-28T16:59:29.648Z | Downloaded allocator-api2 v0.2.18 |
1167 | 2025-01-28T16:59:29.650Z | Downloaded hubpack_derive v0.1.1 |
1168 | 2025-01-28T16:59:29.650Z | Downloaded crossbeam-deque v0.8.5 |
1169 | 2025-01-28T16:59:29.653Z | Downloaded convert_case v0.4.0 |
1170 | 2025-01-28T16:59:29.655Z | Downloaded colored v2.1.0 |
1171 | 2025-01-28T16:59:29.658Z | Downloaded cbc v0.1.2 |
1172 | 2025-01-28T16:59:29.660Z | Downloaded bitfield v0.14.0 |
1173 | 2025-01-28T16:59:29.660Z | Downloaded bitfield-struct v0.6.2 |
1174 | 2025-01-28T16:59:29.663Z | Downloaded bb8 v0.8.5 |
1175 | 2025-01-28T16:59:29.663Z | Downloaded assert_matches v1.5.0 |
1176 | 2025-01-28T16:59:29.663Z | Downloaded arrayref v0.3.9 |
1177 | 2025-01-28T16:59:29.665Z | Downloaded async-stream v0.3.6 |
1178 | 2025-01-28T16:59:29.825Z | Downloaded libsqlite3-sys v0.30.1 |
1179 | 2025-01-28T16:59:29.955Z | Downloaded ring v0.17.8 |
1180 | 2025-01-28T16:59:30.263Z | Downloaded aws-lc-sys v0.22.0 |
1181 | 2025-01-28T16:59:30.591Z | Compiling serde v1.0.217 |
1182 | 2025-01-28T16:59:30.594Z | Compiling lock_api v0.4.12 |
1183 | 2025-01-28T16:59:30.594Z | Compiling value-bag v1.9.0 |
1184 | 2025-01-28T16:59:30.594Z | Compiling scopeguard v1.2.0 |
1185 | 2025-01-28T16:59:30.594Z | Compiling typenum v1.17.0 |
1186 | 2025-01-28T16:59:30.749Z | Compiling generic-array v0.14.7 |
1187 | 2025-01-28T16:59:30.806Z | Compiling syn v2.0.96 |
1188 | 2025-01-28T16:59:30.823Z | Compiling getrandom v0.2.15 |
1189 | 2025-01-28T16:59:30.905Z | Compiling subtle v2.6.1 |
1190 | 2025-01-28T16:59:31.080Z | Compiling rand_core v0.6.4 |
1191 | 2025-01-28T16:59:31.196Z | Compiling log v0.4.22 |
1192 | 2025-01-28T16:59:31.280Z | Compiling shlex v1.3.0 |
1193 | 2025-01-28T16:59:31.283Z | Compiling jobserver v0.1.32 |
1194 | 2025-01-28T16:59:31.322Z | Compiling smallvec v1.13.2 |
1195 | 2025-01-28T16:59:31.565Z | Compiling const-oid v0.9.6 |
1196 | 2025-01-28T16:59:31.632Z | Compiling pin-project-lite v0.2.14 |
1197 | 2025-01-28T16:59:31.632Z | Compiling rustix v0.38.37 |
1198 | 2025-01-28T16:59:31.714Z | Compiling cc v1.1.30 |
1199 | 2025-01-28T16:59:31.772Z | Compiling spin v0.9.8 |
1200 | 2025-01-28T16:59:31.950Z | Compiling parking_lot_core v0.9.10 |
1201 | 2025-01-28T16:59:32.104Z | Compiling futures-core v0.3.31 |
1202 | 2025-01-28T16:59:32.143Z | Compiling signal-hook-registry v1.4.2 |
1203 | 2025-01-28T16:59:32.359Z | Compiling mio v1.0.2 |
1204 | 2025-01-28T16:59:32.444Z | Compiling aho-corasick v1.1.3 |
1205 | 2025-01-28T16:59:32.782Z | Compiling either v1.13.0 |
1206 | 2025-01-28T16:59:33.009Z | Compiling parking_lot v0.12.3 |
1207 | 2025-01-28T16:59:33.109Z | Compiling cpufeatures v0.2.14 |
1208 | 2025-01-28T16:59:33.163Z | Compiling regex-syntax v0.8.5 |
1209 | 2025-01-28T16:59:33.213Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2025-01-28T16:59:33.335Z | Compiling glob v0.3.2 |
1211 | 2025-01-28T16:59:33.462Z | Compiling futures-sink v0.3.31 |
1212 | 2025-01-28T16:59:33.607Z | Compiling socket2 v0.5.7 |
1213 | 2025-01-28T16:59:33.626Z | Compiling slab v0.4.9 |
1214 | 2025-01-28T16:59:33.803Z | Compiling prettyplease v0.2.25 |
1215 | 2025-01-28T16:59:34.184Z | Compiling lazy_static v1.5.0 |
1216 | 2025-01-28T16:59:34.209Z | Compiling minimal-lexical v0.2.1 |
1217 | 2025-01-28T16:59:34.304Z | Compiling clang-sys v1.8.1 |
1218 | 2025-01-28T16:59:34.324Z | Compiling serde_json v1.0.135 |
1219 | 2025-01-28T16:59:34.673Z | Compiling nom v7.1.3 |
1220 | 2025-01-28T16:59:34.732Z | Compiling libloading v0.8.5 |
1221 | 2025-01-28T16:59:34.913Z | Compiling home v0.5.9 |
1222 | 2025-01-28T16:59:35.008Z | Compiling bindgen v0.69.5 |
1223 | 2025-01-28T16:59:35.177Z | Compiling futures-channel v0.3.31 |
1224 | 2025-01-28T16:59:35.452Z | Compiling itertools v0.12.1 |
1225 | 2025-01-28T16:59:35.617Z | Compiling pin-utils v0.1.0 |
1226 | 2025-01-28T16:59:35.720Z | Compiling libm v0.2.8 |
1227 | 2025-01-28T16:59:35.871Z | Compiling futures-io v0.3.31 |
1228 | 2025-01-28T16:59:36.055Z | Compiling allocator-api2 v0.2.18 |
1229 | 2025-01-28T16:59:36.132Z | Compiling rustc-hash v1.1.0 |
1230 | 2025-01-28T16:59:36.302Z | Compiling futures-task v0.3.31 |
1231 | 2025-01-28T16:59:36.616Z | Compiling foldhash v0.1.3 |
1232 | 2025-01-28T16:59:36.795Z | Compiling lazycell v1.3.0 |
1233 | 2025-01-28T16:59:36.931Z | Compiling regex-automata v0.4.8 |
1234 | 2025-01-28T16:59:36.976Z | Compiling hashbrown v0.15.1 |
1235 | 2025-01-28T16:59:37.373Z | Compiling cmake v0.1.51 |
1236 | 2025-01-28T16:59:38.103Z | Compiling synstructure v0.13.1 |
1237 | 2025-01-28T16:59:38.273Z | Compiling cexpr v0.6.0 |
1238 | 2025-01-28T16:59:38.304Z | Compiling num-traits v0.2.19 |
1239 | 2025-01-28T16:59:38.597Z | Compiling fs_extra v1.3.0 |
1240 | 2025-01-28T16:59:39.177Z | Compiling pkg-config v0.3.31 |
1241 | 2025-01-28T16:59:39.376Z | Compiling dunce v1.0.5 |
1242 | 2025-01-28T16:59:39.713Z | Compiling litemap v0.7.3 |
1243 | 2025-01-28T16:59:39.964Z | Compiling writeable v0.5.5 |
1244 | 2025-01-28T16:59:40.095Z | Compiling ring v0.17.8 |
1245 | 2025-01-28T16:59:40.530Z | Compiling paste v1.0.15 |
1246 | 2025-01-28T16:59:40.824Z | Compiling base64ct v1.6.0 |
1247 | 2025-01-28T16:59:41.008Z | Compiling httparse v1.9.5 |
1248 | 2025-01-28T16:59:41.103Z | Compiling flagset v0.4.6 |
1249 | 2025-01-28T16:59:41.320Z | Compiling pem-rfc7468 v0.7.0 |
1250 | 2025-01-28T16:59:41.401Z | Compiling aws-lc-rs v1.10.0 |
1251 | 2025-01-28T16:59:41.688Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2025-01-28T16:59:41.875Z | Compiling tracing-core v0.1.32 |
1253 | 2025-01-28T16:59:41.934Z | Compiling percent-encoding v2.3.1 |
1254 | 2025-01-28T16:59:42.187Z | Compiling regex v1.11.1 |
1255 | 2025-01-28T16:59:42.246Z | Compiling icu_properties_data v1.5.0 |
1256 | 2025-01-28T16:59:42.469Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2025-01-28T16:59:42.876Z | Compiling rustls-pki-types v1.10.0 |
1258 | 2025-01-28T16:59:43.061Z | Compiling utf8_iter v1.0.4 |
1259 | 2025-01-28T16:59:43.125Z | Compiling num-conv v0.1.0 |
1260 | 2025-01-28T16:59:43.304Z | Compiling vcpkg v0.2.15 |
1261 | 2025-01-28T16:59:43.407Z | Compiling utf16_iter v1.0.5 |
1262 | 2025-01-28T16:59:43.604Z | Compiling serde_derive v1.0.217 |
1263 | 2025-01-28T16:59:43.625Z | Compiling zeroize_derive v1.4.2 |
1264 | 2025-01-28T16:59:43.646Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2025-01-28T16:59:43.807Z | Compiling tokio-macros v2.5.0 |
1266 | 2025-01-28T16:59:45.073Z | Compiling zeroize v1.8.1 |
1267 | 2025-01-28T16:59:45.108Z | Compiling zerofrom-derive v0.1.4 |
1268 | 2025-01-28T16:59:45.307Z | Compiling yoke-derive v0.7.4 |
1269 | 2025-01-28T16:59:45.602Z | Compiling zerocopy v0.7.35 |
1270 | 2025-01-28T16:59:45.853Z | Compiling thiserror-impl v1.0.69 |
1271 | 2025-01-28T16:59:46.670Z | Compiling crypto-common v0.1.6 |
1272 | 2025-01-28T16:59:46.896Z | Compiling block-buffer v0.10.4 |
1273 | 2025-01-28T16:59:46.925Z | Compiling zerovec-derive v0.10.3 |
1274 | 2025-01-28T16:59:46.949Z | Compiling futures-macro v0.3.31 |
1275 | 2025-01-28T16:59:47.193Z | Compiling digest v0.10.7 |
1276 | 2025-01-28T16:59:47.665Z | Compiling hmac v0.12.1 |
1277 | 2025-01-28T16:59:47.784Z | Compiling displaydoc v0.2.5 |
1278 | 2025-01-28T16:59:47.877Z | Compiling block-padding v0.3.3 |
1279 | 2025-01-28T16:59:47.921Z | Compiling sha2 v0.10.8 |
1280 | 2025-01-28T16:59:48.135Z | Compiling inout v0.1.3 |
1281 | 2025-01-28T16:59:48.422Z | Compiling cipher v0.4.4 |
1282 | 2025-01-28T16:59:48.571Z | Compiling zerofrom v0.1.4 |
1283 | 2025-01-28T16:59:48.767Z | Compiling yoke v0.7.4 |
1284 | 2025-01-28T16:59:48.788Z | Compiling futures-util v0.3.31 |
1285 | 2025-01-28T16:59:48.844Z | Compiling thiserror v1.0.69 |
1286 | 2025-01-28T16:59:48.943Z | Compiling icu_provider_macros v1.5.0 |
1287 | 2025-01-28T16:59:49.053Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2025-01-28T16:59:49.160Z | Compiling der_derive v0.7.3 |
1289 | 2025-01-28T16:59:49.369Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-01-28T16:59:49.478Z | Compiling zerovec v0.10.4 |
1291 | 2025-01-28T16:59:49.839Z | Compiling rand_chacha v0.3.1 |
1292 | 2025-01-28T16:59:50.041Z | Compiling pest v2.7.14 |
1293 | 2025-01-28T16:59:51.380Z | Compiling tinystr v0.7.6 |
1294 | 2025-01-28T16:59:51.403Z | Compiling icu_collections v1.5.0 |
1295 | 2025-01-28T16:59:51.546Z | Compiling der v0.7.9 |
1296 | 2025-01-28T16:59:51.770Z | Compiling icu_locid v1.5.0 |
1297 | 2025-01-28T16:59:52.148Z | Compiling rand v0.8.5 |
1298 | 2025-01-28T16:59:52.670Z | Compiling tracing v0.1.40 |
1299 | 2025-01-28T16:59:52.746Z | Compiling salsa20 v0.10.2 |
1300 | 2025-01-28T16:59:52.997Z | Compiling icu_provider v1.5.0 |
1301 | 2025-01-28T16:59:53.077Z | Compiling pbkdf2 v0.12.2 |
1302 | 2025-01-28T16:59:53.204Z | Compiling write16 v1.0.0 |
1303 | 2025-01-28T16:59:53.264Z | Compiling untrusted v0.7.1 |
1304 | 2025-01-28T16:59:53.363Z | Compiling untrusted v0.9.0 |
1305 | 2025-01-28T16:59:53.476Z | Compiling mirai-annotations v1.12.0 |
1306 | 2025-01-28T16:59:53.564Z | Compiling spki v0.7.3 |
1307 | 2025-01-28T16:59:53.666Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2025-01-28T16:59:53.780Z | Compiling icu_locid_transform v1.5.0 |
1309 | 2025-01-28T16:59:53.829Z | Compiling time-core v0.1.2 |
1310 | 2025-01-28T16:59:53.991Z | Compiling powerfmt v0.2.0 |
1311 | 2025-01-28T16:59:54.047Z | Compiling scrypt v0.11.0 |
1312 | 2025-01-28T16:59:54.067Z | Compiling time-macros v0.2.18 |
1313 | 2025-01-28T16:59:54.157Z | Compiling pest_meta v2.7.14 |
1314 | 2025-01-28T16:59:54.380Z | Compiling deranged v0.3.11 |
1315 | 2025-01-28T16:59:54.582Z | Compiling cbc v0.1.2 |
1316 | 2025-01-28T16:59:54.638Z | Compiling aes v0.8.4 |
1317 | 2025-01-28T16:59:54.830Z | Compiling openssl-sys v0.9.103 |
1318 | 2025-01-28T16:59:55.773Z | Compiling icu_properties v1.5.1 |
1319 | 2025-01-28T16:59:55.873Z | Compiling scroll_derive v0.12.0 |
1320 | 2025-01-28T16:59:56.769Z | Compiling bitflags v2.6.0 |
1321 | 2025-01-28T16:59:57.126Z | Compiling bytes v1.9.0 |
1322 | 2025-01-28T16:59:57.367Z | Compiling indexmap v2.7.0 |
1323 | 2025-01-28T16:59:57.416Z | Compiling semver v1.0.24 |
1324 | 2025-01-28T16:59:57.470Z | Compiling num_threads v0.1.7 |
1325 | 2025-01-28T16:59:57.618Z | Compiling atomic-waker v1.1.2 |
1326 | 2025-01-28T16:59:57.826Z | Compiling rustc_version v0.4.1 |
1327 | 2025-01-28T16:59:58.093Z | Compiling tokio v1.43.0 |
1328 | 2025-01-28T16:59:58.297Z | Compiling http v1.2.0 |
1329 | 2025-01-28T16:59:58.511Z | Compiling tinyvec_macros v0.1.1 |
1330 | 2025-01-28T16:59:58.540Z | Compiling time v0.3.36 |
1331 | 2025-01-28T16:59:58.615Z | Compiling tinyvec v1.8.0 |
1332 | 2025-01-28T16:59:58.689Z | Compiling scroll v0.12.0 |
1333 | 2025-01-28T16:59:59.269Z | Compiling icu_normalizer v1.5.0 |
1334 | 2025-01-28T17:00:00.103Z | Compiling http-body v1.0.1 |
1335 | 2025-01-28T17:00:00.271Z | Compiling idna_adapter v1.2.0 |
1336 | 2025-01-28T17:00:00.305Z | Compiling pkcs5 v0.7.1 |
1337 | 2025-01-28T17:00:00.337Z | Compiling pest_generator v2.7.14 |
1338 | 2025-01-28T17:00:00.494Z | Compiling form_urlencoded v1.2.1 |
1339 | 2025-01-28T17:00:00.645Z | Compiling slog v2.7.0 |
1340 | 2025-01-28T17:00:00.816Z | Compiling which v4.4.2 |
1341 | 2025-01-28T17:00:01.114Z | Compiling try-lock v0.2.5 |
1342 | 2025-01-28T17:00:01.282Z | Compiling goblin v0.8.2 |
1343 | 2025-01-28T17:00:01.341Z | Compiling want v0.3.1 |
1344 | 2025-01-28T17:00:01.479Z | Compiling pkcs8 v0.10.2 |
1345 | 2025-01-28T17:00:01.617Z | Compiling idna v1.0.3 |
1346 | 2025-01-28T17:00:01.863Z | Compiling uuid v1.12.0 |
1347 | 2025-01-28T17:00:02.139Z | Compiling httpdate v1.0.3 |
1348 | 2025-01-28T17:00:02.159Z | Compiling pest_derive v2.7.14 |
1349 | 2025-01-28T17:00:02.605Z | Compiling iana-time-zone v0.1.61 |
1350 | 2025-01-28T17:00:02.926Z | Compiling dtrace-parser v0.2.0 |
1351 | 2025-01-28T17:00:03.012Z | Compiling chrono v0.4.39 |
1352 | 2025-01-28T17:00:03.239Z | Compiling toml_datetime v0.6.8 |
1353 | 2025-01-28T17:00:03.347Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2025-01-28T17:00:03.726Z | Compiling serde_spanned v0.6.8 |
1355 | 2025-01-28T17:00:03.875Z | Compiling rustversion v1.0.17 |
1356 | 2025-01-28T17:00:03.931Z | Compiling tower-service v0.3.3 |
1357 | 2025-01-28T17:00:03.989Z | Compiling adler2 v2.0.0 |
1358 | 2025-01-28T17:00:04.077Z | Compiling base64 v0.22.1 |
1359 | 2025-01-28T17:00:04.224Z | Compiling match_cfg v0.1.0 |
1360 | 2025-01-28T17:00:04.340Z | Compiling openssl v0.10.66 |
1361 | 2025-01-28T17:00:04.614Z | Compiling foreign-types-shared v0.1.1 |
1362 | 2025-01-28T17:00:04.739Z | Compiling foreign-types v0.3.2 |
1363 | 2025-01-28T17:00:04.800Z | Compiling hostname v0.3.1 |
1364 | 2025-01-28T17:00:04.819Z | Compiling miniz_oxide v0.8.0 |
1365 | 2025-01-28T17:00:04.842Z | Compiling url v2.5.3 |
1366 | 2025-01-28T17:00:04.999Z | Compiling async-trait v0.1.85 |
1367 | 2025-01-28T17:00:06.081Z | Compiling tokio-util v0.7.12 |
1368 | 2025-01-28T17:00:06.260Z | Compiling openssl-macros v0.1.1 |
1369 | 2025-01-28T17:00:06.404Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-01-28T17:00:06.612Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2025-01-28T17:00:06.986Z | Compiling h2 v0.4.6 |
1372 | 2025-01-28T17:00:07.162Z | Compiling dof v0.3.0 |
1373 | 2025-01-28T17:00:07.278Z | Compiling rustls v0.22.4 |
1374 | 2025-01-28T17:00:07.534Z | Compiling schemars v0.8.21 |
1375 | 2025-01-28T17:00:07.537Z | Compiling rustls v0.23.19 |
1376 | 2025-01-28T17:00:07.841Z | Compiling data-encoding v2.6.0 |
1377 | 2025-01-28T17:00:07.865Z | Compiling syn v1.0.109 |
1378 | 2025-01-28T17:00:08.447Z | Compiling usdt-impl v0.5.0 |
1379 | 2025-01-28T17:00:08.765Z | Compiling native-tls v0.2.12 |
1380 | 2025-01-28T17:00:08.914Z | Compiling siphasher v0.3.11 |
1381 | 2025-01-28T17:00:09.168Z | Compiling schemars_derive v0.8.21 |
1382 | 2025-01-28T17:00:09.898Z | Compiling dirs-next v2.0.0 |
1383 | 2025-01-28T17:00:10.205Z | Compiling http-body-util v0.1.2 |
1384 | 2025-01-28T17:00:10.604Z | Compiling unicode-normalization v0.1.24 |
1385 | 2025-01-28T17:00:10.734Z | Compiling heapless v0.7.17 |
1386 | 2025-01-28T17:00:11.159Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2025-01-28T17:00:11.201Z | Compiling signature v2.2.0 |
1388 | 2025-01-28T17:00:11.482Z | Compiling sha1 v0.10.6 |
1389 | 2025-01-28T17:00:11.590Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1390 | 2025-01-28T17:00:11.673Z | Compiling thread_local v1.1.8 |
1391 | 2025-01-28T17:00:11.836Z | Compiling cookie v0.18.1 |
1392 | 2025-01-28T17:00:11.915Z | Compiling multer v3.1.0 |
1393 | 2025-01-28T17:00:12.078Z | Compiling encoding_rs v0.8.34 |
1394 | 2025-01-28T17:00:12.138Z | Compiling unicode-properties v0.1.3 |
1395 | 2025-01-28T17:00:12.192Z | Compiling dyn-clone v1.0.17 |
1396 | 2025-01-28T17:00:12.214Z | Compiling signal-hook v0.3.17 |
1397 | 2025-01-28T17:00:12.232Z | Compiling slog-async v2.8.0 |
1398 | 2025-01-28T17:00:12.430Z | Compiling rayon-core v1.12.1 |
1399 | 2025-01-28T17:00:12.473Z | Compiling openssl-probe v0.1.5 |
1400 | 2025-01-28T17:00:12.700Z | Compiling mime v0.3.17 |
1401 | 2025-01-28T17:00:12.716Z | Compiling unicode-bidi v0.3.17 |
1402 | 2025-01-28T17:00:12.724Z | Compiling gimli v0.31.1 |
1403 | 2025-01-28T17:00:12.779Z | Compiling ipnet v2.10.1 |
1404 | 2025-01-28T17:00:13.848Z | Compiling stringprep v0.1.5 |
1405 | 2025-01-28T17:00:14.026Z | Compiling hyper v1.5.2 |
1406 | 2025-01-28T17:00:14.978Z | Compiling toml_edit v0.22.22 |
1407 | 2025-01-28T17:00:16.338Z | Compiling hyper-util v0.1.10 |
1408 | 2025-01-28T17:00:17.114Z | Compiling addr2line v0.24.2 |
1409 | 2025-01-28T17:00:17.449Z | Compiling crossbeam-deque v0.8.5 |
1410 | 2025-01-28T17:00:17.724Z | Compiling usdt-macro v0.5.0 |
1411 | 2025-01-28T17:00:17.759Z | Compiling usdt-attr-macro v0.5.0 |
1412 | 2025-01-28T17:00:17.779Z | Compiling term v0.7.0 |
1413 | 2025-01-28T17:00:19.050Z | Compiling slog-json v2.6.1 |
1414 | 2025-01-28T17:00:19.065Z | Compiling serde_urlencoded v0.7.1 |
1415 | 2025-01-28T17:00:19.068Z | Compiling curve25519-dalek v4.1.3 |
1416 | 2025-01-28T17:00:19.205Z | Compiling crossbeam-channel v0.5.13 |
1417 | 2025-01-28T17:00:19.216Z | Compiling futures-executor v0.3.31 |
1418 | 2025-01-28T17:00:19.387Z | Compiling enum-as-inner v0.6.1 |
1419 | 2025-01-28T17:00:19.582Z | Compiling md-5 v0.10.6 |
1420 | 2025-01-28T17:00:19.722Z | Compiling async-stream-impl v0.3.6 |
1421 | 2025-01-28T17:00:19.783Z | Compiling rustls-pemfile v2.2.0 |
1422 | 2025-01-28T17:00:19.871Z | Compiling num-integer v0.1.46 |
1423 | 2025-01-28T17:00:20.122Z | Compiling hash32 v0.2.1 |
1424 | 2025-01-28T17:00:20.223Z | Compiling ff v0.13.0 |
1425 | 2025-01-28T17:00:20.448Z | Compiling is-terminal v0.4.13 |
1426 | 2025-01-28T17:00:20.470Z | Compiling object v0.36.5 |
1427 | 2025-01-28T17:00:20.506Z | Compiling dropshot v0.12.0 |
1428 | 2025-01-28T17:00:20.579Z | Compiling linked-hash-map v0.5.6 |
1429 | 2025-01-28T17:00:20.596Z | Compiling rustc-demangle v0.1.24 |
1430 | 2025-01-28T17:00:20.814Z | Compiling utf-8 v0.7.6 |
1431 | 2025-01-28T17:00:20.918Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2025-01-28T17:00:21.022Z | Compiling take_mut v0.2.2 |
1433 | 2025-01-28T17:00:21.153Z | Compiling portable-atomic v1.9.0 |
1434 | 2025-01-28T17:00:21.203Z | Compiling smoltcp v0.9.1 |
1435 | 2025-01-28T17:00:21.224Z | Compiling fallible-iterator v0.2.0 |
1436 | 2025-01-28T17:00:21.504Z | Compiling psl-types v2.0.11 |
1437 | 2025-01-28T17:00:21.728Z | Compiling quick-error v1.2.3 |
1438 | 2025-01-28T17:00:21.848Z | Compiling anyhow v1.0.95 |
1439 | 2025-01-28T17:00:21.871Z | Compiling base16ct v0.2.0 |
1440 | 2025-01-28T17:00:21.900Z | Compiling litrs v0.4.1 |
1441 | 2025-01-28T17:00:22.221Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-28T17:00:22.277Z | Compiling resolv-conf v0.7.0 |
1443 | 2025-01-28T17:00:22.438Z | Compiling postgres-protocol v0.6.7 |
1444 | 2025-01-28T17:00:22.767Z | Compiling publicsuffix v2.3.0 |
1445 | 2025-01-28T17:00:22.980Z | Compiling tungstenite v0.24.0 |
1446 | 2025-01-28T17:00:23.004Z | Compiling document-features v0.2.10 |
1447 | 2025-01-28T17:00:23.086Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-28T17:00:23.396Z | Compiling lru-cache v0.1.2 |
1449 | 2025-01-28T17:00:23.660Z | Compiling slog-term v2.9.1 |
1450 | 2025-01-28T17:00:23.685Z | Compiling usdt v0.5.0 |
1451 | 2025-01-28T17:00:23.871Z | Compiling hickory-proto v0.24.2 |
1452 | 2025-01-28T17:00:24.266Z | Compiling group v0.13.0 |
1453 | 2025-01-28T17:00:24.618Z | Compiling num-iter v0.1.45 |
1454 | 2025-01-28T17:00:24.875Z | Compiling futures v0.3.31 |
1455 | 2025-01-28T17:00:24.950Z | Compiling slog-bunyan v2.5.0 |
1456 | 2025-01-28T17:00:25.226Z | Compiling toml v0.8.19 |
1457 | 2025-01-28T17:00:26.221Z | Compiling tokio-native-tls v0.3.1 |
1458 | 2025-01-28T17:00:26.522Z | Compiling camino v1.1.9 |
1459 | 2025-01-28T17:00:26.642Z | Compiling phf_shared v0.11.2 |
1460 | 2025-01-28T17:00:26.753Z | Compiling dropshot_endpoint v0.12.0 |
1461 | 2025-01-28T17:00:27.010Z | Compiling backtrace v0.3.74 |
1462 | 2025-01-28T17:00:27.202Z | Compiling terminal_size v0.4.0 |
1463 | 2025-01-28T17:00:27.375Z | Compiling openapiv3 v2.0.0 |
1464 | 2025-01-28T17:00:27.443Z | Compiling waitgroup v0.1.2 |
1465 | 2025-01-28T17:00:27.463Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2025-01-28T17:00:27.661Z | Compiling hkdf v0.12.4 |
1467 | 2025-01-28T17:00:27.936Z | Compiling crypto-bigint v0.5.5 |
1468 | 2025-01-28T17:00:28.263Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2025-01-28T17:00:30.143Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2025-01-28T17:00:30.258Z | Compiling hubpack_derive v0.1.1 |
1471 | 2025-01-28T17:00:30.305Z | Compiling webpki-roots v0.26.6 |
1472 | 2025-01-28T17:00:30.533Z | Compiling hostname v0.4.0 |
1473 | 2025-01-28T17:00:30.755Z | Compiling ahash v0.8.11 |
1474 | 2025-01-28T17:00:31.035Z | Compiling crc32fast v1.4.2 |
1475 | 2025-01-28T17:00:31.100Z | Compiling fs-err v2.11.0 |
1476 | 2025-01-28T17:00:31.121Z | Compiling managed v0.8.0 |
1477 | 2025-01-28T17:00:31.365Z | Compiling debug-ignore v1.0.5 |
1478 | 2025-01-28T17:00:31.403Z | Compiling unicode-width v0.2.0 |
1479 | 2025-01-28T17:00:31.426Z | Compiling bitflags v1.3.2 |
1480 | 2025-01-28T17:00:31.529Z | Compiling newtype-uuid v1.2.1 |
1481 | 2025-01-28T17:00:31.553Z | Compiling winnow v0.5.40 |
1482 | 2025-01-28T17:00:31.574Z | Compiling strum_macros v0.25.3 |
1483 | 2025-01-28T17:00:31.845Z | Compiling clap_builder v4.5.27 |
1484 | 2025-01-28T17:00:31.946Z | Compiling console v0.15.10 |
1485 | 2025-01-28T17:00:33.445Z | Compiling flate2 v1.0.35 |
1486 | 2025-01-28T17:00:33.784Z | Compiling hubpack v0.1.2 |
1487 | 2025-01-28T17:00:34.349Z | Compiling elliptic-curve v0.13.8 |
1488 | 2025-01-28T17:00:34.373Z | Compiling zerocopy v0.6.6 |
1489 | 2025-01-28T17:00:35.046Z | Compiling toml_edit v0.19.15 |
1490 | 2025-01-28T17:00:35.104Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-28T17:00:35.225Z | Compiling phf v0.11.2 |
1492 | 2025-01-28T17:00:35.452Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2025-01-28T17:00:35.509Z | Compiling hyper-tls v0.6.0 |
1494 | 2025-01-28T17:00:35.633Z | Compiling rayon v1.10.0 |
1495 | 2025-01-28T17:00:35.917Z | Compiling cookie_store v0.21.1 |
1496 | 2025-01-28T17:00:35.938Z | Compiling bzip2 v0.4.4 |
1497 | 2025-01-28T17:00:37.420Z | Compiling tokio-tungstenite v0.24.0 |
1498 | 2025-01-28T17:00:37.957Z | Compiling postgres-types v0.2.8 |
1499 | 2025-01-28T17:00:39.511Z | Compiling ed25519 v2.2.3 |
1500 | 2025-01-28T17:00:40.047Z | Compiling phf_shared v0.10.0 |
1501 | 2025-01-28T17:00:40.067Z | Compiling tokio-stream v0.1.16 |
1502 | 2025-01-28T17:00:40.448Z | Compiling pkcs1 v0.7.5 |
1503 | 2025-01-28T17:00:40.569Z | Compiling serde-big-array v0.5.1 |
1504 | 2025-01-28T17:00:40.825Z | Compiling clap_derive v4.5.24 |
1505 | 2025-01-28T17:00:40.927Z | Compiling rfc6979 v0.4.0 |
1506 | 2025-01-28T17:00:41.041Z | Compiling derive-where v1.2.7 |
1507 | 2025-01-28T17:00:41.143Z | Compiling serde_repr v0.1.19 |
1508 | 2025-01-28T17:00:41.360Z | Compiling bstr v1.10.0 |
1509 | 2025-01-28T17:00:41.432Z | Compiling float-cmp v0.9.0 |
1510 | 2025-01-28T17:00:41.688Z | Compiling sync_wrapper v1.0.1 |
1511 | 2025-01-28T17:00:41.868Z | Compiling new_debug_unreachable v1.0.6 |
1512 | 2025-01-28T17:00:41.978Z | Compiling number_prefix v0.4.0 |
1513 | 2025-01-28T17:00:42.082Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2025-01-28T17:00:42.205Z | Compiling predicates-core v1.0.8 |
1515 | 2025-01-28T17:00:42.227Z | Compiling fixedbitset v0.4.2 |
1516 | 2025-01-28T17:00:42.274Z | Compiling bit-vec v0.6.3 |
1517 | 2025-01-28T17:00:42.537Z | Compiling precomputed-hash v0.1.1 |
1518 | 2025-01-28T17:00:42.672Z | Compiling difflib v0.4.0 |
1519 | 2025-01-28T17:00:42.672Z | Compiling whoami v1.5.2 |
1520 | 2025-01-28T17:00:42.712Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-28T17:00:42.932Z | Compiling static_assertions v1.1.0 |
1522 | 2025-01-28T17:00:43.055Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1523 | 2025-01-28T17:00:43.268Z | Compiling predicates v3.1.2 |
1524 | 2025-01-28T17:00:43.615Z | Compiling similar v2.6.0 |
1525 | 2025-01-28T17:00:44.123Z | Compiling tokio-postgres v0.7.12 |
1526 | 2025-01-28T17:00:44.361Z | Compiling string_cache v0.8.7 |
1527 | 2025-01-28T17:00:44.800Z | Compiling bit-set v0.5.3 |
1528 | 2025-01-28T17:00:44.822Z | Compiling petgraph v0.6.5 |
1529 | 2025-01-28T17:00:45.102Z | Compiling indicatif v0.17.9 |
1530 | 2025-01-28T17:00:45.456Z | Compiling clap v4.5.27 |
1531 | 2025-01-28T17:00:45.588Z | Compiling ecdsa v0.16.9 |
1532 | 2025-01-28T17:00:45.820Z | Compiling rsa v0.9.6 |
1533 | 2025-01-28T17:00:46.391Z | Compiling ed25519-dalek v2.1.1 |
1534 | 2025-01-28T17:00:47.171Z | Compiling toml v0.7.8 |
1535 | 2025-01-28T17:00:47.717Z | Compiling zip v0.6.6 |
1536 | 2025-01-28T17:00:48.446Z | Compiling crossterm v0.28.1 |
1537 | 2025-01-28T17:00:49.283Z | Compiling hex v0.4.3 |
1538 | 2025-01-28T17:00:49.595Z | Compiling x509-cert v0.2.5 |
1539 | 2025-01-28T17:00:49.802Z | Compiling itertools v0.10.5 |
1540 | 2025-01-28T17:00:49.890Z | Compiling lalrpop-util v0.19.12 |
1541 | 2025-01-28T17:00:49.926Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-28T17:00:50.194Z | Compiling unicode-xid v0.2.6 |
1543 | 2025-01-28T17:00:50.263Z | Compiling strum_macros v0.26.4 |
1544 | 2025-01-28T17:00:50.395Z | Compiling xattr v1.3.1 |
1545 | 2025-01-28T17:00:50.544Z | Compiling filetime v0.2.25 |
1546 | 2025-01-28T17:00:50.874Z | Compiling tar v0.4.42 |
1547 | 2025-01-28T17:00:54.788Z | Compiling strum v0.26.3 |
1548 | 2025-01-28T17:00:58.578Z | Compiling aws-lc-sys v0.22.0 |
1549 | 2025-01-28T17:01:25.912Z | Compiling rustls-webpki v0.102.8 |
1550 | 2025-01-28T17:01:29.104Z | Compiling tokio-rustls v0.25.0 |
1551 | 2025-01-28T17:01:30.731Z | Compiling tokio-rustls v0.26.0 |
1552 | 2025-01-28T17:01:31.079Z | Compiling hyper-rustls v0.27.3 |
1553 | 2025-01-28T17:01:31.384Z | Compiling reqwest v0.12.9 |
1554 | 2025-01-28T17:01:32.811Z | Compiling qorb v0.2.1 |
1555 | 2025-01-28T17:01:35.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1556 | 2025-01-28T17:01:36.173Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1557 | 2025-01-28T17:01:40.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1558 | 2025-01-28T17:01:40.774Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1559 | 2025-01-28T17:01:40.826Z | Jan 28 17:01:40.130 INFO Starting download, target: Console |
1560 | 2025-01-28T17:01:40.826Z | Jan 28 17:01:40.130 INFO Starting download, target: Clickhouse |
1561 | 2025-01-28T17:01:40.826Z | Jan 28 17:01:40.130 INFO Starting download, target: Cockroach |
1562 | 2025-01-28T17:01:40.831Z | Jan 28 17:01:40.130 INFO Starting download, target: DendriteOpenapi |
1563 | 2025-01-28T17:01:40.831Z | Jan 28 17:01:40.130 INFO Starting download, target: DendriteStub |
1564 | 2025-01-28T17:01:40.831Z | Jan 28 17:01:40.130 INFO Starting download, target: MaghemiteMgd |
1565 | 2025-01-28T17:01:40.831Z | Jan 28 17:01:40.130 INFO Starting download, target: TransceiverControl |
1566 | 2025-01-28T17:01:40.832Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1567 | 2025-01-28T17:01:40.832Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2025-01-28T17:01:40.832Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1569 | 2025-01-28T17:01:40.833Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-28T17:01:40.833Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1571 | 2025-01-28T17:01:40.833Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2025-01-28T17:01:40.833Z | Jan 28 17:01:40.131 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2025-01-28T17:01:41.104Z | Jan 28 17:01:40.377 INFO Download complete, target: DendriteOpenapi |
1574 | 2025-01-28T17:01:41.382Z | Jan 28 17:01:40.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1575 | 2025-01-28T17:01:41.465Z | Jan 28 17:01:40.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1576 | 2025-01-28T17:01:41.772Z | Jan 28 17:01:41.035 INFO Download complete, target: Console |
1577 | 2025-01-28T17:01:41.989Z | Jan 28 17:01:41.264 INFO Download complete, target: TransceiverControl |
1578 | 2025-01-28T17:01:42.036Z | Jan 28 17:01:41.308 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1579 | 2025-01-28T17:01:42.178Z | Jan 28 17:01:41.457 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1580 | 2025-01-28T17:01:42.737Z | Jan 28 17:01:42.013 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2025-01-28T17:01:43.199Z | Jan 28 17:01:42.496 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2025-01-28T17:01:43.199Z | Jan 28 17:01:42.496 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2025-01-28T17:01:44.857Z | Jan 28 17:01:44.163 INFO Download complete, target: DendriteStub |
1584 | 2025-01-28T17:01:44.971Z | Jan 28 17:01:44.276 INFO Download complete, target: MaghemiteMgd |
1585 | 2025-01-28T17:01:50.672Z | Jan 28 17:01:49.977 INFO Checking that binary works, target: Cockroach |
1586 | 2025-01-28T17:01:50.838Z | Jan 28 17:01:50.143 INFO Download complete, target: Cockroach |
1587 | 2025-01-28T17:01:55.319Z | Jan 28 17:01:54.624 INFO Checking that binary works, target: Clickhouse |
1588 | 2025-01-28T17:01:55.436Z | Jan 28 17:01:54.740 INFO Download complete, target: Clickhouse |
1589 | 2025-01-28T17:01:55.458Z | All builder prerequisites installed successfully, and PATH looks valid |
1590 | 2025-01-28T17:01:55.460Z | |
1591 | 2025-01-28T17:01:55.460Z | real 4:55.547771164 |
1592 | 2025-01-28T17:01:55.460Z | user 15:46.441510526 |
1593 | 2025-01-28T17:01:55.461Z | sys 2:05.688446235 |
1594 | 2025-01-28T17:01:55.461Z | trap 0.541419617 |
1595 | 2025-01-28T17:01:55.461Z | tflt 1.472789547 |
1596 | 2025-01-28T17:01:55.461Z | dflt 1.314426772 |
1597 | 2025-01-28T17:01:55.461Z | kflt 0.027016138 |
1598 | 2025-01-28T17:01:55.461Z | lock 24:51.085582157 |
1599 | 2025-01-28T17:01:55.461Z | slp 55:26.776548983 |
1600 | 2025-01-28T17:01:55.461Z | lat 58.450468769 |
1601 | 2025-01-28T17:01:55.461Z | stop 2:29.142991671 |
1602 | 2025-01-28T17:01:55.461Z | + banner hack-check |
1603 | 2025-01-28T17:01:55.463Z | |
1604 | 2025-01-28T17:01:55.463Z | # # ## #### # # #### # # ###### #### # # |
1605 | 2025-01-28T17:01:55.463Z | # # # # # # # # # # # # # # # # # |
1606 | 2025-01-28T17:01:55.463Z | ###### # # # #### ##### # ###### ##### # #### |
1607 | 2025-01-28T17:01:55.464Z | # # ###### # # # # # # # # # # |
1608 | 2025-01-28T17:01:55.464Z | # # # # # # # # # # # # # # # # # |
1609 | 2025-01-28T17:01:55.464Z | # # # # #### # # #### # # ###### #### # # |
1610 | 2025-01-28T17:01:55.464Z | |
1611 | 2025-01-28T17:01:55.464Z | + export CARGO_INCREMENTAL=0 |
1612 | 2025-01-28T17:01:55.464Z | + CARGO_INCREMENTAL=0 |
1613 | 2025-01-28T17:01:55.464Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1614 | 2025-01-28T17:01:55.990Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1615 | 2025-01-28T17:01:58.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1616 | 2025-01-28T17:01:58.915Z | Running `target/debug/xtask check-features --ci` |
1617 | 2025-01-28T17:01:58.936Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1618 | 2025-01-28T17:01:58.938Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1619 | 2025-01-28T17:01:59.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1620 | 2025-01-28T17:01:59.466Z | Running `target/debug/xtask download cargo-hack` |
1621 | 2025-01-28T17:02:00.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1622 | 2025-01-28T17:02:00.552Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1623 | 2025-01-28T17:02:04.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
1624 | 2025-01-28T17:02:04.397Z | Running `target/debug/xtask-downloader cargo-hack` |
1625 | 2025-01-28T17:02:04.433Z | Jan 28 17:02:03.735 INFO Starting download, target: CargoHack |
1626 | 2025-01-28T17:02:04.435Z | Jan 28 17:02:03.736 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1627 | 2025-01-28T17:02:05.099Z | Jan 28 17:02:04.402 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1628 | 2025-01-28T17:02:05.189Z | Jan 28 17:02:04.492 INFO Download complete, target: CargoHack |
1629 | 2025-01-28T17:02:05.193Z | 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" |
1630 | 2025-01-28T17:02:05.209Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1631 | 2025-01-28T17:02:05.382Z | info: running `cargo check --bins` on api_identity (1/197) |
1632 | 2025-01-28T17:02:05.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2025-01-28T17:02:05.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2025-01-28T17:02:05.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2025-01-28T17:02:05.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1636 | 2025-01-28T17:02:05.982Z | |
1637 | 2025-01-28T17:02:05.982Z | info: running `cargo check --bins` on bootstore (2/197) |
1638 | 2025-01-28T17:02:06.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2025-01-28T17:02:06.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2025-01-28T17:02:06.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2025-01-28T17:02:06.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1642 | 2025-01-28T17:02:06.613Z | |
1643 | 2025-01-28T17:02:06.613Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1644 | 2025-01-28T17:02:07.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2025-01-28T17:02:07.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2025-01-28T17:02:07.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2025-01-28T17:02:07.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1648 | 2025-01-28T17:02:07.224Z | |
1649 | 2025-01-28T17:02:07.224Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1650 | 2025-01-28T17:02:07.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2025-01-28T17:02:07.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2025-01-28T17:02:07.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2025-01-28T17:02:07.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1654 | 2025-01-28T17:02:07.822Z | |
1655 | 2025-01-28T17:02:07.822Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1656 | 2025-01-28T17:02:08.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-01-28T17:02:08.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-01-28T17:02:08.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-01-28T17:02:08.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1660 | 2025-01-28T17:02:08.232Z | |
1661 | 2025-01-28T17:02:08.233Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1662 | 2025-01-28T17:02:08.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-01-28T17:02:08.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-01-28T17:02:08.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-01-28T17:02:08.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1666 | 2025-01-28T17:02:08.650Z | |
1667 | 2025-01-28T17:02:08.650Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1668 | 2025-01-28T17:02:09.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-01-28T17:02:09.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-01-28T17:02:09.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-01-28T17:02:09.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1672 | 2025-01-28T17:02:09.063Z | |
1673 | 2025-01-28T17:02:09.063Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1674 | 2025-01-28T17:02:09.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-01-28T17:02:09.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-01-28T17:02:09.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-01-28T17:02:09.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1678 | 2025-01-28T17:02:09.476Z | |
1679 | 2025-01-28T17:02:09.476Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1680 | 2025-01-28T17:02:09.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-01-28T17:02:09.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-01-28T17:02:09.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-01-28T17:02:09.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1684 | 2025-01-28T17:02:09.903Z | |
1685 | 2025-01-28T17:02:09.903Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1686 | 2025-01-28T17:02:10.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-01-28T17:02:10.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-01-28T17:02:10.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-01-28T17:02:10.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1690 | 2025-01-28T17:02:10.317Z | |
1691 | 2025-01-28T17:02:10.317Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1692 | 2025-01-28T17:02:10.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-01-28T17:02:10.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-01-28T17:02:10.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-01-28T17:02:10.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1696 | 2025-01-28T17:02:10.736Z | |
1697 | 2025-01-28T17:02:10.736Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1698 | 2025-01-28T17:02:11.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-01-28T17:02:11.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-01-28T17:02:11.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-01-28T17:02:11.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2025-01-28T17:02:11.157Z | |
1703 | 2025-01-28T17:02:11.157Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1704 | 2025-01-28T17:02:11.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-01-28T17:02:11.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-01-28T17:02:11.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-01-28T17:02:11.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1708 | 2025-01-28T17:02:11.578Z | |
1709 | 2025-01-28T17:02:11.578Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1710 | 2025-01-28T17:02:11.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-01-28T17:02:11.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-01-28T17:02:11.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-01-28T17:02:11.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1714 | 2025-01-28T17:02:11.994Z | |
1715 | 2025-01-28T17:02:11.994Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1716 | 2025-01-28T17:02:12.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-01-28T17:02:12.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-01-28T17:02:12.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-01-28T17:02:12.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1720 | 2025-01-28T17:02:12.413Z | |
1721 | 2025-01-28T17:02:12.413Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1722 | 2025-01-28T17:02:12.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-01-28T17:02:12.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-01-28T17:02:12.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-01-28T17:02:12.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2025-01-28T17:02:12.835Z | |
1727 | 2025-01-28T17:02:12.835Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1728 | 2025-01-28T17:02:13.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-01-28T17:02:13.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-01-28T17:02:13.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-01-28T17:02:13.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2025-01-28T17:02:13.252Z | |
1733 | 2025-01-28T17:02:13.252Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1734 | 2025-01-28T17:02:13.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-01-28T17:02:13.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-01-28T17:02:13.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-01-28T17:02:13.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1738 | 2025-01-28T17:02:13.669Z | |
1739 | 2025-01-28T17:02:13.669Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1740 | 2025-01-28T17:02:14.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-01-28T17:02:14.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-01-28T17:02:14.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-01-28T17:02:14.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1744 | 2025-01-28T17:02:14.089Z | |
1745 | 2025-01-28T17:02:14.089Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1746 | 2025-01-28T17:02:14.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-01-28T17:02:14.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-01-28T17:02:14.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-01-28T17:02:14.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1750 | 2025-01-28T17:02:14.507Z | |
1751 | 2025-01-28T17:02:14.507Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1752 | 2025-01-28T17:02:14.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-01-28T17:02:14.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-01-28T17:02:14.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-01-28T17:02:14.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1756 | 2025-01-28T17:02:14.925Z | |
1757 | 2025-01-28T17:02:14.925Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1758 | 2025-01-28T17:02:15.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-01-28T17:02:15.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-01-28T17:02:15.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-01-28T17:02:15.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1762 | 2025-01-28T17:02:15.345Z | |
1763 | 2025-01-28T17:02:15.345Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1764 | 2025-01-28T17:02:15.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-01-28T17:02:15.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-01-28T17:02:15.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-01-28T17:02:15.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1768 | 2025-01-28T17:02:15.765Z | |
1769 | 2025-01-28T17:02:15.765Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1770 | 2025-01-28T17:02:16.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-01-28T17:02:16.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-01-28T17:02:16.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-01-28T17:02:16.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1774 | 2025-01-28T17:02:16.182Z | |
1775 | 2025-01-28T17:02:16.182Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1776 | 2025-01-28T17:02:16.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-01-28T17:02:16.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-01-28T17:02:16.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-01-28T17:02:16.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1780 | 2025-01-28T17:02:16.599Z | |
1781 | 2025-01-28T17:02:16.599Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1782 | 2025-01-28T17:02:16.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-01-28T17:02:16.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-01-28T17:02:16.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-01-28T17:02:16.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1786 | 2025-01-28T17:02:17.010Z | |
1787 | 2025-01-28T17:02:17.011Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1788 | 2025-01-28T17:02:17.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-01-28T17:02:17.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-01-28T17:02:17.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-01-28T17:02:17.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1792 | 2025-01-28T17:02:17.422Z | |
1793 | 2025-01-28T17:02:17.422Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1794 | 2025-01-28T17:02:17.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-01-28T17:02:17.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-01-28T17:02:17.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-01-28T17:02:17.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1798 | 2025-01-28T17:02:17.835Z | |
1799 | 2025-01-28T17:02:17.835Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1800 | 2025-01-28T17:02:18.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-01-28T17:02:18.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-01-28T17:02:18.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-01-28T17:02:18.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1804 | 2025-01-28T17:02:18.249Z | |
1805 | 2025-01-28T17:02:18.249Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1806 | 2025-01-28T17:02:18.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-01-28T17:02:18.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-01-28T17:02:18.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-01-28T17:02:18.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1810 | 2025-01-28T17:02:18.665Z | |
1811 | 2025-01-28T17:02:18.665Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1812 | 2025-01-28T17:02:19.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-01-28T17:02:19.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-01-28T17:02:19.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-01-28T17:02:19.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1816 | 2025-01-28T17:02:19.080Z | |
1817 | 2025-01-28T17:02:19.080Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1818 | 2025-01-28T17:02:19.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-01-28T17:02:19.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-01-28T17:02:19.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-01-28T17:02:19.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1822 | 2025-01-28T17:02:19.495Z | |
1823 | 2025-01-28T17:02:19.495Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1824 | 2025-01-28T17:02:19.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-01-28T17:02:19.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-01-28T17:02:19.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-01-28T17:02:19.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1828 | 2025-01-28T17:02:19.908Z | |
1829 | 2025-01-28T17:02:19.909Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1830 | 2025-01-28T17:02:20.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-01-28T17:02:20.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-01-28T17:02:20.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-01-28T17:02:20.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1834 | 2025-01-28T17:02:20.320Z | |
1835 | 2025-01-28T17:02:20.320Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1836 | 2025-01-28T17:02:20.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-01-28T17:02:20.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-01-28T17:02:20.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-01-28T17:02:20.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1840 | 2025-01-28T17:02:20.733Z | |
1841 | 2025-01-28T17:02:20.734Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1842 | 2025-01-28T17:02:21.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-01-28T17:02:21.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-01-28T17:02:21.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-01-28T17:02:21.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1846 | 2025-01-28T17:02:21.151Z | |
1847 | 2025-01-28T17:02:21.151Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1848 | 2025-01-28T17:02:21.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-01-28T17:02:21.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-01-28T17:02:21.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-01-28T17:02:21.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1852 | 2025-01-28T17:02:21.573Z | |
1853 | 2025-01-28T17:02:21.573Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1854 | 2025-01-28T17:02:21.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-01-28T17:02:21.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-01-28T17:02:21.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-01-28T17:02:21.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1858 | 2025-01-28T17:02:21.995Z | |
1859 | 2025-01-28T17:02:21.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1860 | 2025-01-28T17:02:22.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-01-28T17:02:22.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-01-28T17:02:22.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-01-28T17:02:22.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1864 | 2025-01-28T17:02:22.417Z | |
1865 | 2025-01-28T17:02:22.417Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1866 | 2025-01-28T17:02:22.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-01-28T17:02:22.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-01-28T17:02:22.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-01-28T17:02:22.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1870 | 2025-01-28T17:02:22.836Z | |
1871 | 2025-01-28T17:02:22.836Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1872 | 2025-01-28T17:02:23.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-01-28T17:02:23.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-01-28T17:02:23.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-01-28T17:02:23.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1876 | 2025-01-28T17:02:23.255Z | |
1877 | 2025-01-28T17:02:23.255Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1878 | 2025-01-28T17:02:23.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-01-28T17:02:23.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-01-28T17:02:23.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-01-28T17:02:23.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1882 | 2025-01-28T17:02:23.675Z | |
1883 | 2025-01-28T17:02:23.675Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1884 | 2025-01-28T17:02:24.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-01-28T17:02:24.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-01-28T17:02:24.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-01-28T17:02:24.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1888 | 2025-01-28T17:02:24.097Z | |
1889 | 2025-01-28T17:02:24.097Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1890 | 2025-01-28T17:02:24.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-01-28T17:02:24.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-01-28T17:02:24.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-01-28T17:02:24.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1894 | 2025-01-28T17:02:24.516Z | |
1895 | 2025-01-28T17:02:24.516Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1896 | 2025-01-28T17:02:25.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-01-28T17:02:25.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-01-28T17:02:25.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-01-28T17:02:25.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1900 | 2025-01-28T17:02:25.130Z | |
1901 | 2025-01-28T17:02:25.131Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1902 | 2025-01-28T17:02:25.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-01-28T17:02:25.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-01-28T17:02:25.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1905 | 2025-01-28T17:02:25.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1906 | 2025-01-28T17:02:25.741Z | |
1907 | 2025-01-28T17:02:25.741Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1908 | 2025-01-28T17:02:26.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1909 | 2025-01-28T17:02:26.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1910 | 2025-01-28T17:02:26.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1911 | 2025-01-28T17:02:26.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1912 | 2025-01-28T17:02:26.356Z | |
1913 | 2025-01-28T17:02:26.356Z | info: running `cargo check --bins` on oxlog (48/197) |
1914 | 2025-01-28T17:02:26.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1915 | 2025-01-28T17:02:26.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1916 | 2025-01-28T17:02:26.952Z | Checking cfg-if v1.0.0 |
1917 | 2025-01-28T17:02:26.954Z | Checking libc v0.2.169 |
1918 | 2025-01-28T17:02:27.059Z | Checking serde v1.0.217 |
1919 | 2025-01-28T17:02:27.061Z | Checking zeroize v1.8.1 |
1920 | 2025-01-28T17:02:27.073Z | Checking memchr v2.7.4 |
1921 | 2025-01-28T17:02:27.082Z | Checking typenum v1.17.0 |
1922 | 2025-01-28T17:02:27.084Z | Checking subtle v2.6.1 |
1923 | 2025-01-28T17:02:27.084Z | Checking scopeguard v1.2.0 |
1924 | 2025-01-28T17:02:27.123Z | Checking value-bag v1.9.0 |
1925 | 2025-01-28T17:02:27.244Z | Checking lock_api v0.4.12 |
1926 | 2025-01-28T17:02:27.305Z | Checking smallvec v1.13.2 |
1927 | 2025-01-28T17:02:27.352Z | Checking const-oid v0.9.6 |
1928 | 2025-01-28T17:02:27.491Z | Checking log v0.4.22 |
1929 | 2025-01-28T17:02:27.631Z | Checking itoa v1.0.11 |
1930 | 2025-01-28T17:02:27.648Z | Checking pin-project-lite v0.2.14 |
1931 | 2025-01-28T17:02:27.796Z | Checking byteorder v1.5.0 |
1932 | 2025-01-28T17:02:27.882Z | Checking once_cell v1.20.2 |
1933 | 2025-01-28T17:02:27.917Z | Checking futures-core v0.3.31 |
1934 | 2025-01-28T17:02:27.942Z | Checking stable_deref_trait v1.2.0 |
1935 | 2025-01-28T17:02:28.058Z | Checking cpufeatures v0.2.14 |
1936 | 2025-01-28T17:02:28.077Z | Checking getrandom v0.2.15 |
1937 | 2025-01-28T17:02:28.115Z | Checking signal-hook-registry v1.4.2 |
1938 | 2025-01-28T17:02:28.151Z | Checking parking_lot_core v0.9.10 |
1939 | 2025-01-28T17:02:28.168Z | Checking mio v1.0.2 |
1940 | 2025-01-28T17:02:28.171Z | Checking generic-array v0.14.7 |
1941 | 2025-01-28T17:02:28.200Z | Checking futures-sink v0.3.31 |
1942 | 2025-01-28T17:02:28.289Z | Checking rand_core v0.6.4 |
1943 | 2025-01-28T17:02:28.343Z | Checking socket2 v0.5.7 |
1944 | 2025-01-28T17:02:28.346Z | Checking zerocopy v0.7.35 |
1945 | 2025-01-28T17:02:28.486Z | Checking parking_lot v0.12.3 |
1946 | 2025-01-28T17:02:28.616Z | Checking zerofrom v0.1.4 |
1947 | 2025-01-28T17:02:28.746Z | Checking spin v0.9.8 |
1948 | 2025-01-28T17:02:28.812Z | Checking slab v0.4.9 |
1949 | 2025-01-28T17:02:28.838Z | Checking yoke v0.7.4 |
1950 | 2025-01-28T17:02:28.856Z | Checking futures-channel v0.3.31 |
1951 | 2025-01-28T17:02:29.054Z | Checking futures-task v0.3.31 |
1952 | 2025-01-28T17:02:29.081Z | Checking pin-utils v0.1.0 |
1953 | 2025-01-28T17:02:29.149Z | Checking zerovec v0.10.4 |
1954 | 2025-01-28T17:02:29.172Z | Checking futures-io v0.3.31 |
1955 | 2025-01-28T17:02:29.194Z | Checking foldhash v0.1.3 |
1956 | 2025-01-28T17:02:29.209Z | Checking crypto-common v0.1.6 |
1957 | 2025-01-28T17:02:29.223Z | Checking block-buffer v0.10.4 |
1958 | 2025-01-28T17:02:29.267Z | Checking equivalent v1.0.1 |
1959 | 2025-01-28T17:02:29.356Z | Checking allocator-api2 v0.2.18 |
1960 | 2025-01-28T17:02:29.381Z | Checking futures-util v0.3.31 |
1961 | 2025-01-28T17:02:29.399Z | Checking block-padding v0.3.3 |
1962 | 2025-01-28T17:02:29.414Z | Checking ryu v1.0.18 |
1963 | 2025-01-28T17:02:29.428Z | Checking digest v0.10.7 |
1964 | 2025-01-28T17:02:29.586Z | Checking litemap v0.7.3 |
1965 | 2025-01-28T17:02:29.614Z | Checking inout v0.1.3 |
1966 | 2025-01-28T17:02:29.654Z | Checking fnv v1.0.7 |
1967 | 2025-01-28T17:02:29.781Z | Checking hmac v0.12.1 |
1968 | 2025-01-28T17:02:29.796Z | Checking writeable v0.5.5 |
1969 | 2025-01-28T17:02:29.845Z | Checking cipher v0.4.4 |
1970 | 2025-01-28T17:02:29.930Z | Checking sha2 v0.10.8 |
1971 | 2025-01-28T17:02:29.962Z | Checking hashbrown v0.15.1 |
1972 | 2025-01-28T17:02:29.998Z | Checking libm v0.2.8 |
1973 | 2025-01-28T17:02:30.103Z | Checking base64ct v1.6.0 |
1974 | 2025-01-28T17:02:30.247Z | Checking ppv-lite86 v0.2.20 |
1975 | 2025-01-28T17:02:30.479Z | Checking icu_locid_transform_data v1.5.0 |
1976 | 2025-01-28T17:02:30.532Z | Checking pem-rfc7468 v0.7.0 |
1977 | 2025-01-28T17:02:30.578Z | Checking flagset v0.4.6 |
1978 | 2025-01-28T17:02:30.668Z | Checking tinystr v0.7.6 |
1979 | 2025-01-28T17:02:30.785Z | Checking icu_collections v1.5.0 |
1980 | 2025-01-28T17:02:30.799Z | Checking der v0.7.9 |
1981 | 2025-01-28T17:02:30.915Z | Checking rand_chacha v0.3.1 |
1982 | 2025-01-28T17:02:30.943Z | Checking num-traits v0.2.19 |
1983 | 2025-01-28T17:02:30.983Z | Checking tracing-core v0.1.32 |
1984 | 2025-01-28T17:02:31.003Z | Checking icu_locid v1.5.0 |
1985 | 2025-01-28T17:02:31.321Z | Checking thiserror v1.0.69 |
1986 | 2025-01-28T17:02:31.383Z | Checking bytes v1.9.0 |
1987 | 2025-01-28T17:02:31.423Z | Checking indexmap v2.7.0 |
1988 | 2025-01-28T17:02:31.462Z | Checking serde_json v1.0.135 |
1989 | 2025-01-28T17:02:31.574Z | Checking bitflags v2.6.0 |
1990 | 2025-01-28T17:02:31.879Z | Checking percent-encoding v2.3.1 |
1991 | 2025-01-28T17:02:31.976Z | Checking icu_provider v1.5.0 |
1992 | 2025-01-28T17:02:32.102Z | Checking icu_properties_data v1.5.0 |
1993 | 2025-01-28T17:02:32.131Z | Checking tokio v1.43.0 |
1994 | 2025-01-28T17:02:32.353Z | Checking http v1.2.0 |
1995 | 2025-01-28T17:02:32.428Z | Checking rustls-pki-types v1.10.0 |
1996 | 2025-01-28T17:02:32.445Z | Checking spki v0.7.3 |
1997 | 2025-01-28T17:02:32.524Z | Checking tracing v0.1.40 |
1998 | 2025-01-28T17:02:32.599Z | Checking icu_locid_transform v1.5.0 |
1999 | 2025-01-28T17:02:32.714Z | Checking rand v0.8.5 |
2000 | 2025-01-28T17:02:32.868Z | Checking salsa20 v0.10.2 |
2001 | 2025-01-28T17:02:32.957Z | Checking pbkdf2 v0.12.2 |
2002 | 2025-01-28T17:02:33.079Z | Checking aws-lc-sys v0.22.0 |
2003 | 2025-01-28T17:02:33.081Z | Checking httparse v1.9.5 |
2004 | 2025-01-28T17:02:33.121Z | Checking powerfmt v0.2.0 |
2005 | 2025-01-28T17:02:33.400Z | Checking mirai-annotations v1.12.0 |
2006 | 2025-01-28T17:02:33.522Z | Checking untrusted v0.7.1 |
2007 | 2025-01-28T17:02:33.551Z | Checking utf8_iter v1.0.4 |
2008 | 2025-01-28T17:02:33.566Z | Checking icu_properties v1.5.1 |
2009 | 2025-01-28T17:02:33.569Z | Checking untrusted v0.9.0 |
2010 | 2025-01-28T17:02:33.686Z | Checking icu_normalizer_data v1.5.0 |
2011 | 2025-01-28T17:02:33.741Z | Checking write16 v1.0.0 |
2012 | 2025-01-28T17:02:33.743Z | Checking utf16_iter v1.0.5 |
2013 | 2025-01-28T17:02:33.788Z | Checking ring v0.17.8 |
2014 | 2025-01-28T17:02:33.815Z | Checking deranged v0.3.11 |
2015 | 2025-01-28T17:02:33.884Z | Checking scrypt v0.11.0 |
2016 | 2025-01-28T17:02:33.898Z | Checking aes v0.8.4 |
2017 | 2025-01-28T17:02:33.912Z | Checking cbc v0.1.2 |
2018 | 2025-01-28T17:02:34.099Z | Checking crossbeam-utils v0.8.20 |
2019 | 2025-01-28T17:02:34.128Z | Checking time-core v0.1.2 |
2020 | 2025-01-28T17:02:34.273Z | Checking tinyvec_macros v0.1.1 |
2021 | 2025-01-28T17:02:34.370Z | Checking num_threads v0.1.7 |
2022 | 2025-01-28T17:02:34.512Z | Checking num-conv v0.1.0 |
2023 | 2025-01-28T17:02:34.771Z | Checking atomic-waker v1.1.2 |
2024 | 2025-01-28T17:02:34.806Z | Checking pkcs5 v0.7.1 |
2025 | 2025-01-28T17:02:34.842Z | Checking tinyvec v1.8.0 |
2026 | 2025-01-28T17:02:34.915Z | Checking http-body v1.0.1 |
2027 | 2025-01-28T17:02:35.096Z | Checking time v0.3.36 |
2028 | 2025-01-28T17:02:35.135Z | Checking form_urlencoded v1.2.1 |
2029 | 2025-01-28T17:02:35.150Z | Checking aws-lc-rs v1.10.0 |
2030 | 2025-01-28T17:02:35.293Z | Checking try-lock v0.2.5 |
2031 | 2025-01-28T17:02:35.338Z | Checking pkcs8 v0.10.2 |
2032 | 2025-01-28T17:02:35.436Z | Checking want v0.3.1 |
2033 | 2025-01-28T17:02:35.562Z | Checking uuid v1.12.0 |
2034 | 2025-01-28T17:02:35.615Z | Checking unicode-ident v1.0.14 |
2035 | 2025-01-28T17:02:35.642Z | Checking httpdate v1.0.3 |
2036 | 2025-01-28T17:02:35.797Z | Checking proc-macro2 v1.0.92 |
2037 | 2025-01-28T17:02:35.884Z | Checking serde_spanned v0.6.8 |
2038 | 2025-01-28T17:02:36.086Z | Checking toml_datetime v0.6.8 |
2039 | 2025-01-28T17:02:36.123Z | Checking slog v2.7.0 |
2040 | 2025-01-28T17:02:36.139Z | Checking scroll v0.12.0 |
2041 | 2025-01-28T17:02:36.363Z | Checking base64 v0.22.1 |
2042 | 2025-01-28T17:02:36.437Z | Checking adler2 v2.0.0 |
2043 | 2025-01-28T17:02:36.565Z | Checking plain v0.2.3 |
2044 | 2025-01-28T17:02:36.597Z | Checking ucd-trie v0.1.7 |
2045 | 2025-01-28T17:02:36.615Z | Checking iana-time-zone v0.1.61 |
2046 | 2025-01-28T17:02:36.718Z | Checking tower-service v0.3.3 |
2047 | 2025-01-28T17:02:36.761Z | Checking icu_normalizer v1.5.0 |
2048 | 2025-01-28T17:02:36.777Z | Checking match_cfg v0.1.0 |
2049 | 2025-01-28T17:02:36.779Z | Checking rustls-webpki v0.102.8 |
2050 | 2025-01-28T17:02:36.808Z | Checking foreign-types-shared v0.1.1 |
2051 | 2025-01-28T17:02:36.823Z | Checking pest v2.7.14 |
2052 | 2025-01-28T17:02:36.843Z | Checking chrono v0.4.39 |
2053 | 2025-01-28T17:02:36.864Z | Checking hostname v0.3.1 |
2054 | 2025-01-28T17:02:36.923Z | Checking foreign-types v0.3.2 |
2055 | 2025-01-28T17:02:36.996Z | Checking goblin v0.8.2 |
2056 | 2025-01-28T17:02:37.015Z | Checking miniz_oxide v0.8.0 |
2057 | 2025-01-28T17:02:37.342Z | Checking quote v1.0.38 |
2058 | 2025-01-28T17:02:37.485Z | Checking openssl-sys v0.9.103 |
2059 | 2025-01-28T17:02:37.522Z | Checking idna_adapter v1.2.0 |
2060 | 2025-01-28T17:02:37.651Z | Checking errno v0.3.9 |
2061 | 2025-01-28T17:02:37.710Z | Checking idna v1.0.3 |
2062 | 2025-01-28T17:02:37.732Z | Checking dirs-sys-next v0.1.2 |
2063 | 2025-01-28T17:02:37.837Z | Checking aho-corasick v1.1.3 |
2064 | 2025-01-28T17:02:37.916Z | Checking regex-syntax v0.8.5 |
2065 | 2025-01-28T17:02:38.180Z | Checking url v2.5.3 |
2066 | 2025-01-28T17:02:38.625Z | Checking pretty-hex v0.4.1 |
2067 | 2025-01-28T17:02:38.723Z | Compiling newtype-uuid v1.2.1 |
2068 | 2025-01-28T17:02:38.788Z | Checking siphasher v0.3.11 |
2069 | 2025-01-28T17:02:38.824Z | Checking tokio-util v0.7.12 |
2070 | 2025-01-28T17:02:38.968Z | Checking data-encoding v2.6.0 |
2071 | 2025-01-28T17:02:39.020Z | Checking openssl v0.10.66 |
2072 | 2025-01-28T17:02:39.085Z | Checking dirs-next v2.0.0 |
2073 | 2025-01-28T17:02:39.230Z | Checking rustix v0.38.37 |
2074 | 2025-01-28T17:02:39.340Z | Checking syn v2.0.96 |
2075 | 2025-01-28T17:02:39.356Z | Checking dtrace-parser v0.2.0 |
2076 | 2025-01-28T17:02:39.546Z | Checking unicode-normalization v0.1.24 |
2077 | 2025-01-28T17:02:39.629Z | Checking h2 v0.4.6 |
2078 | 2025-01-28T17:02:39.854Z | Checking http-body-util v0.1.2 |
2079 | 2025-01-28T17:02:40.298Z | Checking crossbeam-epoch v0.9.18 |
2080 | 2025-01-28T17:02:40.474Z | Checking sha1 v0.10.6 |
2081 | 2025-01-28T17:02:40.698Z | Checking signature v2.2.0 |
2082 | 2025-01-28T17:02:40.752Z | Checking thread_local v1.1.8 |
2083 | 2025-01-28T17:02:40.895Z | Checking thread-id v4.2.2 |
2084 | 2025-01-28T17:02:41.019Z | Checking encoding_rs v0.8.34 |
2085 | 2025-01-28T17:02:41.042Z | Checking gimli v0.31.1 |
2086 | 2025-01-28T17:02:41.213Z | Checking regex-automata v0.4.8 |
2087 | 2025-01-28T17:02:41.759Z | Checking dof v0.3.0 |
2088 | 2025-01-28T17:02:42.339Z | Checking utf8parse v0.2.2 |
2089 | 2025-01-28T17:02:42.357Z | Checking mime v0.3.17 |
2090 | 2025-01-28T17:02:42.494Z | Checking ipnet v2.10.1 |
2091 | 2025-01-28T17:02:42.660Z | Checking unicode-bidi v0.3.17 |
2092 | 2025-01-28T17:02:42.950Z | Checking either v1.13.0 |
2093 | 2025-01-28T17:02:43.258Z | Checking anstyle v1.0.10 |
2094 | 2025-01-28T17:02:43.311Z | Checking unicode-properties v0.1.3 |
2095 | 2025-01-28T17:02:43.314Z | Checking winnow v0.6.20 |
2096 | 2025-01-28T17:02:43.583Z | Checking openssl-probe v0.1.5 |
2097 | 2025-01-28T17:02:43.674Z | Checking stringprep v0.1.5 |
2098 | 2025-01-28T17:02:43.743Z | Checking anstyle-parse v0.2.5 |
2099 | 2025-01-28T17:02:43.951Z | Checking crossbeam-deque v0.8.5 |
2100 | 2025-01-28T17:02:44.004Z | Checking term v0.7.0 |
2101 | 2025-01-28T17:02:44.159Z | Checking native-tls v0.2.12 |
2102 | 2025-01-28T17:02:44.284Z | Checking rustls v0.23.19 |
2103 | 2025-01-28T17:02:44.411Z | Checking rustls v0.22.4 |
2104 | 2025-01-28T17:02:44.474Z | Checking slog-json v2.6.1 |
2105 | 2025-01-28T17:02:44.718Z | Checking addr2line v0.24.2 |
2106 | 2025-01-28T17:02:44.747Z | Checking serde_urlencoded v0.7.1 |
2107 | 2025-01-28T17:02:45.163Z | Checking crossbeam-channel v0.5.13 |
2108 | 2025-01-28T17:02:45.182Z | Checking usdt-impl v0.5.0 |
2109 | 2025-01-28T17:02:45.207Z | Checking futures-executor v0.3.31 |
2110 | 2025-01-28T17:02:45.419Z | Checking rustls-pemfile v2.2.0 |
2111 | 2025-01-28T17:02:45.535Z | Checking hyper v1.5.2 |
2112 | 2025-01-28T17:02:45.627Z | Checking num-integer v0.1.46 |
2113 | 2025-01-28T17:02:45.691Z | Checking md-5 v0.10.6 |
2114 | 2025-01-28T17:02:45.730Z | Checking ff v0.13.0 |
2115 | 2025-01-28T17:02:45.857Z | Checking toml_edit v0.22.22 |
2116 | 2025-01-28T17:02:45.896Z | Checking hash32 v0.2.1 |
2117 | 2025-01-28T17:02:45.921Z | Checking memmap v0.7.0 |
2118 | 2025-01-28T17:02:45.937Z | Checking is-terminal v0.4.13 |
2119 | 2025-01-28T17:02:46.067Z | Checking object v0.36.5 |
2120 | 2025-01-28T17:02:46.082Z | Checking quick-error v1.2.3 |
2121 | 2025-01-28T17:02:46.123Z | Checking utf-8 v0.7.6 |
2122 | 2025-01-28T17:02:46.179Z | Checking take_mut v0.2.2 |
2123 | 2025-01-28T17:02:46.217Z | Checking anstyle-query v1.1.1 |
2124 | 2025-01-28T17:02:46.329Z | Checking base16ct v0.2.0 |
2125 | 2025-01-28T17:02:46.332Z | Checking is_terminal_polyfill v1.70.1 |
2126 | 2025-01-28T17:02:46.360Z | Checking dyn-clone v1.0.17 |
2127 | 2025-01-28T17:02:46.600Z | Checking linked-hash-map v0.5.6 |
2128 | 2025-01-28T17:02:46.608Z | Checking psl-types v2.0.11 |
2129 | 2025-01-28T17:02:46.608Z | Checking colorchoice v1.0.2 |
2130 | 2025-01-28T17:02:46.680Z | Checking fallible-iterator v0.2.0 |
2131 | 2025-01-28T17:02:46.683Z | Checking rustc-demangle v0.1.24 |
2132 | 2025-01-28T17:02:46.770Z | Checking lru-cache v0.1.2 |
2133 | 2025-01-28T17:02:46.960Z | Checking anstream v0.6.15 |
2134 | 2025-01-28T17:02:47.115Z | Checking publicsuffix v2.3.0 |
2135 | 2025-01-28T17:02:47.246Z | Checking postgres-protocol v0.6.7 |
2136 | 2025-01-28T17:02:47.326Z | Checking sec1 v0.7.3 |
2137 | 2025-01-28T17:02:47.400Z | Checking schemars v0.8.21 |
2138 | 2025-01-28T17:02:47.478Z | Checking hyper-util v0.1.10 |
2139 | 2025-01-28T17:02:47.702Z | Checking slog-async v2.8.0 |
2140 | 2025-01-28T17:02:47.719Z | Checking tokio-rustls v0.25.0 |
2141 | 2025-01-28T17:02:47.872Z | Checking tungstenite v0.24.0 |
2142 | 2025-01-28T17:02:48.003Z | Checking resolv-conf v0.7.0 |
2143 | 2025-01-28T17:02:48.081Z | Checking heapless v0.7.17 |
2144 | 2025-01-28T17:02:48.356Z | Checking toml v0.8.19 |
2145 | 2025-01-28T17:02:48.375Z | Checking usdt v0.5.0 |
2146 | 2025-01-28T17:02:48.617Z | Checking num-iter v0.1.45 |
2147 | 2025-01-28T17:02:48.743Z | Checking slog-term v2.9.1 |
2148 | 2025-01-28T17:02:48.798Z | Checking group v0.13.0 |
2149 | 2025-01-28T17:02:48.949Z | Checking futures v0.3.31 |
2150 | 2025-01-28T17:02:48.976Z | Checking slog-bunyan v2.5.0 |
2151 | 2025-01-28T17:02:49.014Z | Checking tokio-native-tls v0.3.1 |
2152 | 2025-01-28T17:02:49.036Z | Checking rayon-core v1.12.1 |
2153 | 2025-01-28T17:02:49.065Z | Checking multer v3.1.0 |
2154 | 2025-01-28T17:02:49.145Z | Checking hickory-proto v0.24.2 |
2155 | 2025-01-28T17:02:49.203Z | Checking terminal_size v0.4.0 |
2156 | 2025-01-28T17:02:49.245Z | Checking phf_shared v0.11.2 |
2157 | 2025-01-28T17:02:49.285Z | Checking tokio-rustls v0.26.0 |
2158 | 2025-01-28T17:02:49.385Z | Checking cookie v0.18.1 |
2159 | 2025-01-28T17:02:49.452Z | Checking async-stream v0.3.6 |
2160 | 2025-01-28T17:02:49.513Z | Checking bzip2-sys v0.1.11+1.0.8 |
2161 | 2025-01-28T17:02:49.647Z | Checking waitgroup v0.1.2 |
2162 | 2025-01-28T17:02:49.663Z | Checking camino v1.1.9 |
2163 | 2025-01-28T17:02:49.666Z | Checking signal-hook v0.3.17 |
2164 | 2025-01-28T17:02:49.693Z | Checking openapiv3 v2.0.0 |
2165 | 2025-01-28T17:02:49.696Z | Checking webpki-roots v0.26.6 |
2166 | 2025-01-28T17:02:49.787Z | Checking serde_path_to_error v0.1.16 |
2167 | 2025-01-28T17:02:49.843Z | Checking hkdf v0.12.4 |
2168 | 2025-01-28T17:02:49.912Z | Checking crypto-bigint v0.5.5 |
2169 | 2025-01-28T17:02:49.973Z | Checking lazy_static v1.5.0 |
2170 | 2025-01-28T17:02:50.057Z | Checking hostname v0.4.0 |
2171 | 2025-01-28T17:02:50.107Z | Checking crc32fast v1.4.2 |
2172 | 2025-01-28T17:02:50.165Z | Checking managed v0.8.0 |
2173 | 2025-01-28T17:02:50.198Z | Checking clap_lex v0.7.4 |
2174 | 2025-01-28T17:02:50.342Z | Checking winnow v0.5.40 |
2175 | 2025-01-28T17:02:50.342Z | Checking debug-ignore v1.0.5 |
2176 | 2025-01-28T17:02:50.447Z | Checking unicode-width v0.2.0 |
2177 | 2025-01-28T17:02:50.490Z | Checking bitflags v1.3.2 |
2178 | 2025-01-28T17:02:50.526Z | Checking strsim v0.11.1 |
2179 | 2025-01-28T17:02:50.592Z | Checking smoltcp v0.9.1 |
2180 | 2025-01-28T17:02:50.802Z | Checking clap_builder v4.5.27 |
2181 | 2025-01-28T17:02:50.933Z | Checking console v0.15.10 |
2182 | 2025-01-28T17:02:51.490Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2183 | 2025-01-28T17:02:51.791Z | Checking flate2 v1.0.35 |
2184 | 2025-01-28T17:02:52.002Z | Checking num-bigint-dig v0.8.4 |
2185 | 2025-01-28T17:02:52.041Z | Checking backtrace v0.3.74 |
2186 | 2025-01-28T17:02:52.412Z | Checking signal-hook-mio v0.2.4 |
2187 | 2025-01-28T17:02:52.569Z | Checking hyper-rustls v0.27.3 |
2188 | 2025-01-28T17:02:52.599Z | Checking anyhow v1.0.95 |
2189 | 2025-01-28T17:02:52.618Z | Checking elliptic-curve v0.13.8 |
2190 | 2025-01-28T17:02:52.787Z | Checking dropshot v0.12.0 |
2191 | 2025-01-28T17:02:52.889Z | Checking cookie_store v0.21.1 |
2192 | 2025-01-28T17:02:52.986Z | Checking rayon v1.10.0 |
2193 | 2025-01-28T17:02:53.053Z | Checking toml_edit v0.19.15 |
2194 | 2025-01-28T17:02:53.208Z | Checking bzip2 v0.4.4 |
2195 | 2025-01-28T17:02:53.507Z | Checking phf v0.11.2 |
2196 | 2025-01-28T17:02:53.581Z | Checking hyper-tls v0.6.0 |
2197 | 2025-01-28T17:02:53.645Z | Checking tokio-tungstenite v0.24.0 |
2198 | 2025-01-28T17:02:53.712Z | Checking hickory-resolver v0.24.2 |
2199 | 2025-01-28T17:02:53.762Z | Checking postgres-types v0.2.8 |
2200 | 2025-01-28T17:02:53.843Z | Checking regex v1.11.1 |
2201 | 2025-01-28T17:02:53.936Z | Checking bstr v1.10.0 |
2202 | 2025-01-28T17:02:54.104Z | Checking ed25519 v2.2.3 |
2203 | 2025-01-28T17:02:54.393Z | Checking tokio-stream v0.1.16 |
2204 | 2025-01-28T17:02:54.416Z | Checking phf_shared v0.10.0 |
2205 | 2025-01-28T17:02:54.449Z | Checking zerocopy v0.6.6 |
2206 | 2025-01-28T17:02:54.685Z | Checking curve25519-dalek v4.1.3 |
2207 | 2025-01-28T17:02:54.831Z | Checking hubpack v0.1.2 |
2208 | 2025-01-28T17:02:55.113Z | Checking portable-atomic v1.9.0 |
2209 | 2025-01-28T17:02:55.141Z | Checking pkcs1 v0.7.5 |
2210 | 2025-01-28T17:02:55.183Z | Checking float-cmp v0.9.0 |
2211 | 2025-01-28T17:02:55.263Z | Checking serde-big-array v0.5.1 |
2212 | 2025-01-28T17:02:55.383Z | Checking rfc6979 v0.4.0 |
2213 | 2025-01-28T17:02:55.443Z | Checking sync_wrapper v1.0.1 |
2214 | 2025-01-28T17:02:55.467Z | Checking normalize-line-endings v0.3.0 |
2215 | 2025-01-28T17:02:55.530Z | Checking unicode-segmentation v1.12.0 |
2216 | 2025-01-28T17:02:55.557Z | Checking bit-vec v0.6.3 |
2217 | 2025-01-28T17:02:55.579Z | Checking fixedbitset v0.4.2 |
2218 | 2025-01-28T17:02:55.597Z | Checking minimal-lexical v0.2.1 |
2219 | 2025-01-28T17:02:55.835Z | Checking static_assertions v1.1.0 |
2220 | 2025-01-28T17:02:55.861Z | Checking predicates-core v1.0.8 |
2221 | 2025-01-28T17:02:55.938Z | Checking number_prefix v0.4.0 |
2222 | 2025-01-28T17:02:55.984Z | Checking new_debug_unreachable v1.0.6 |
2223 | 2025-01-28T17:02:56.047Z | Checking precomputed-hash v0.1.1 |
2224 | 2025-01-28T17:02:56.084Z | Checking whoami v1.5.2 |
2225 | 2025-01-28T17:02:56.102Z | Checking difflib v0.4.0 |
2226 | 2025-01-28T17:02:56.130Z | Checking nom v7.1.3 |
2227 | 2025-01-28T17:02:56.153Z | Checking qorb v0.2.1 |
2228 | 2025-01-28T17:02:56.156Z | Checking string_cache v0.8.7 |
2229 | 2025-01-28T17:02:56.185Z | Checking similar v2.6.0 |
2230 | 2025-01-28T17:02:56.373Z | Checking tokio-postgres v0.7.12 |
2231 | 2025-01-28T17:02:56.424Z | Checking predicates v3.1.2 |
2232 | 2025-01-28T17:02:56.448Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2233 | 2025-01-28T17:02:56.464Z | Checking indicatif v0.17.9 |
2234 | 2025-01-28T17:02:56.484Z | Checking ed25519-dalek v2.1.1 |
2235 | 2025-01-28T17:02:56.888Z | Checking bit-set v0.5.3 |
2236 | 2025-01-28T17:02:56.973Z | Checking petgraph v0.6.5 |
2237 | 2025-01-28T17:02:57.014Z | Checking reqwest v0.12.9 |
2238 | 2025-01-28T17:02:57.136Z | Checking ecdsa v0.16.9 |
2239 | 2025-01-28T17:02:57.177Z | Checking rsa v0.9.6 |
2240 | 2025-01-28T17:02:57.851Z | Checking toml v0.7.8 |
2241 | 2025-01-28T17:02:58.106Z | Checking clap v4.5.27 |
2242 | 2025-01-28T17:02:58.229Z | Checking zip v0.6.6 |
2243 | 2025-01-28T17:02:58.537Z | Checking crossterm v0.28.1 |
2244 | 2025-01-28T17:02:58.703Z | Checking itertools v0.10.5 |
2245 | 2025-01-28T17:02:58.717Z | Checking itertools v0.12.1 |
2246 | 2025-01-28T17:02:58.733Z | Checking fs-err v2.11.0 |
2247 | 2025-01-28T17:02:58.913Z | Checking ahash v0.8.11 |
2248 | 2025-01-28T17:02:59.235Z | Checking x509-cert v0.2.5 |
2249 | 2025-01-28T17:02:59.358Z | Checking hex v0.4.3 |
2250 | 2025-01-28T17:02:59.399Z | Checking semver v1.0.24 |
2251 | 2025-01-28T17:02:59.832Z | Checking peg-runtime v0.8.3 |
2252 | 2025-01-28T17:02:59.869Z | Checking lalrpop-util v0.19.12 |
2253 | 2025-01-28T17:02:59.953Z | Checking sigpipe v0.1.3 |
2254 | 2025-01-28T17:03:01.026Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2255 | 2025-01-28T17:03:01.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s |
2256 | 2025-01-28T17:03:01.506Z | |
2257 | 2025-01-28T17:03:01.506Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2258 | 2025-01-28T17:03:02.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2025-01-28T17:03:02.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2025-01-28T17:03:02.143Z | Compiling hashbrown v0.14.5 |
2261 | 2025-01-28T17:03:02.265Z | Checking heck v0.5.0 |
2262 | 2025-01-28T17:03:02.275Z | Compiling unsafe-libyaml v0.2.11 |
2263 | 2025-01-28T17:03:02.286Z | Checking ipnetwork v0.20.0 |
2264 | 2025-01-28T17:03:02.289Z | Compiling ident_case v1.0.1 |
2265 | 2025-01-28T17:03:02.314Z | Checking progenitor-client v0.8.0 |
2266 | 2025-01-28T17:03:02.329Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2267 | 2025-01-28T17:03:02.434Z | Compiling darling_core v0.20.10 |
2268 | 2025-01-28T17:03:02.471Z | Checking newtype-uuid v1.2.1 |
2269 | 2025-01-28T17:03:02.628Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2270 | 2025-01-28T17:03:02.661Z | Compiling proc-macro-crate v1.3.1 |
2271 | 2025-01-28T17:03:02.680Z | Compiling structmeta-derive v0.3.0 |
2272 | 2025-01-28T17:03:02.719Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2273 | 2025-01-28T17:03:02.983Z | Compiling thiserror v2.0.11 |
2274 | 2025-01-28T17:03:03.034Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2275 | 2025-01-28T17:03:03.250Z | Compiling regress v0.10.1 |
2276 | 2025-01-28T17:03:03.561Z | Compiling serde_yaml v0.9.34+deprecated |
2277 | 2025-01-28T17:03:03.593Z | Compiling num_enum_derive v0.5.11 |
2278 | 2025-01-28T17:03:04.199Z | Compiling lzma-sys v0.1.20 |
2279 | 2025-01-28T17:03:04.392Z | Compiling thiserror-impl v2.0.11 |
2280 | 2025-01-28T17:03:04.943Z | Compiling foreign-types-macros v0.2.3 |
2281 | 2025-01-28T17:03:05.330Z | Compiling structmeta v0.3.0 |
2282 | 2025-01-28T17:03:05.704Z | Compiling dropshot v0.15.1 |
2283 | 2025-01-28T17:03:05.942Z | Checking arc-swap v1.7.1 |
2284 | 2025-01-28T17:03:06.015Z | Checking foreign-types-shared v0.3.1 |
2285 | 2025-01-28T17:03:06.208Z | Checking num_enum v0.5.11 |
2286 | 2025-01-28T17:03:06.211Z | Checking foreign-types v0.5.0 |
2287 | 2025-01-28T17:03:06.334Z | Compiling parse-display-derive v0.10.0 |
2288 | 2025-01-28T17:03:06.356Z | Checking slog-scope v4.4.0 |
2289 | 2025-01-28T17:03:06.409Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2290 | 2025-01-28T17:03:06.559Z | Compiling proc-macro-error v1.0.4 |
2291 | 2025-01-28T17:03:06.865Z | Compiling typify-impl v0.2.0 |
2292 | 2025-01-28T17:03:07.348Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2293 | 2025-01-28T17:03:07.396Z | Checking tungstenite v0.21.0 |
2294 | 2025-01-28T17:03:07.465Z | Compiling heck v0.3.3 |
2295 | 2025-01-28T17:03:07.816Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2296 | 2025-01-28T17:03:07.836Z | Compiling dropshot_endpoint v0.15.1 |
2297 | 2025-01-28T17:03:07.864Z | Checking cstr-argument v0.1.2 |
2298 | 2025-01-28T17:03:08.054Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2299 | 2025-01-28T17:03:08.247Z | Checking instant v0.1.13 |
2300 | 2025-01-28T17:03:08.376Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2301 | 2025-01-28T17:03:08.597Z | Compiling darling_macro v0.20.10 |
2302 | 2025-01-28T17:03:08.635Z | Checking base64 v0.21.7 |
2303 | 2025-01-28T17:03:08.656Z | Checking fastrand v2.1.1 |
2304 | 2025-01-28T17:03:08.809Z | Checking pretty-hex v0.2.1 |
2305 | 2025-01-28T17:03:08.987Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2306 | 2025-01-28T17:03:08.990Z | Checking tempfile v3.13.0 |
2307 | 2025-01-28T17:03:09.078Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2308 | 2025-01-28T17:03:09.277Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2309 | 2025-01-28T17:03:09.340Z | Checking backoff v0.4.0 |
2310 | 2025-01-28T17:03:09.358Z | Checking tokio-tungstenite v0.21.0 |
2311 | 2025-01-28T17:03:09.424Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2312 | 2025-01-28T17:03:09.444Z | Compiling zone_cfg_derive v0.1.2 |
2313 | 2025-01-28T17:03:09.555Z | Compiling darling v0.20.10 |
2314 | 2025-01-28T17:03:09.663Z | Checking strum v0.26.3 |
2315 | 2025-01-28T17:03:09.686Z | Compiling serde_with_macros v3.11.0 |
2316 | 2025-01-28T17:03:09.759Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2025-01-28T17:03:09.836Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2318 | 2025-01-28T17:03:09.917Z | Checking slog-stdlog v4.1.1 |
2319 | 2025-01-28T17:03:10.179Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2320 | 2025-01-28T17:03:10.279Z | Checking regress v0.9.1 |
2321 | 2025-01-28T17:03:10.317Z | Checking parse-display v0.10.0 |
2322 | 2025-01-28T17:03:10.335Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2025-01-28T17:03:10.509Z | Checking progenitor-client v0.9.1 |
2324 | 2025-01-28T17:03:10.550Z | Checking colored v2.1.0 |
2325 | 2025-01-28T17:03:10.615Z | Checking macaddr v1.0.1 |
2326 | 2025-01-28T17:03:10.856Z | Checking unicode-width v0.1.14 |
2327 | 2025-01-28T17:03:10.875Z | Checking base64 v0.13.1 |
2328 | 2025-01-28T17:03:10.952Z | Checking zone v0.1.8 |
2329 | 2025-01-28T17:03:11.310Z | Checking ron v0.7.1 |
2330 | 2025-01-28T17:03:11.360Z | Checking tabwriter v1.4.0 |
2331 | 2025-01-28T17:03:11.610Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2332 | 2025-01-28T17:03:11.625Z | Checking xz2 v0.1.7 |
2333 | 2025-01-28T17:03:11.927Z | Checking slog-envlogger v2.2.0 |
2334 | 2025-01-28T17:03:12.081Z | Checking xattr v1.3.1 |
2335 | 2025-01-28T17:03:12.167Z | Checking pem v3.0.4 |
2336 | 2025-01-28T17:03:12.200Z | Checking serde_with v3.11.0 |
2337 | 2025-01-28T17:03:12.272Z | Checking yasna v0.5.2 |
2338 | 2025-01-28T17:03:12.355Z | Checking headers-core v0.3.0 |
2339 | 2025-01-28T17:03:12.429Z | Checking smf v0.2.3 |
2340 | 2025-01-28T17:03:12.505Z | Checking filetime v0.2.25 |
2341 | 2025-01-28T17:03:12.732Z | Checking same-file v1.0.6 |
2342 | 2025-01-28T17:03:12.772Z | Checking tar v0.4.42 |
2343 | 2025-01-28T17:03:12.865Z | Checking headers v0.4.0 |
2344 | 2025-01-28T17:03:12.904Z | Checking walkdir v2.5.0 |
2345 | 2025-01-28T17:03:13.104Z | Checking rcgen v0.12.1 |
2346 | 2025-01-28T17:03:13.178Z | Checking atomicwrites v0.4.4 |
2347 | 2025-01-28T17:03:13.387Z | Checking camino-tempfile v1.1.1 |
2348 | 2025-01-28T17:03:13.592Z | Checking subprocess v0.2.9 |
2349 | 2025-01-28T17:03:16.255Z | Compiling typify-macro v0.2.0 |
2350 | 2025-01-28T17:03:17.731Z | Compiling typify v0.2.0 |
2351 | 2025-01-28T17:03:17.799Z | Compiling progenitor-impl v0.8.0 |
2352 | 2025-01-28T17:03:20.187Z | Compiling progenitor-macro v0.8.0 |
2353 | 2025-01-28T17:03:23.802Z | Checking progenitor v0.8.0 |
2354 | 2025-01-28T17:03:23.929Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2355 | 2025-01-28T17:03:23.932Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2356 | 2025-01-28T17:03:26.426Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2357 | 2025-01-28T17:03:26.780Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2358 | 2025-01-28T17:03:32.630Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2359 | 2025-01-28T17:03:34.098Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2360 | 2025-01-28T17:03:35.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.75s |
2361 | 2025-01-28T17:03:35.449Z | |
2362 | 2025-01-28T17:03:35.449Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2363 | 2025-01-28T17:03:35.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-01-28T17:03:35.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-01-28T17:03:36.082Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2366 | 2025-01-28T17:03:37.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2367 | 2025-01-28T17:03:37.578Z | |
2368 | 2025-01-28T17:03:37.578Z | info: running `cargo check --bins` on nexus-config (51/197) |
2369 | 2025-01-28T17:03:38.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2025-01-28T17:03:38.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2025-01-28T17:03:38.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2025-01-28T17:03:38.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2373 | 2025-01-28T17:03:38.179Z | |
2374 | 2025-01-28T17:03:38.179Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2375 | 2025-01-28T17:03:38.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2025-01-28T17:03:38.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2025-01-28T17:03:38.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2025-01-28T17:03:38.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2379 | 2025-01-28T17:03:38.764Z | |
2380 | 2025-01-28T17:03:38.765Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2381 | 2025-01-28T17:03:39.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2025-01-28T17:03:39.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2025-01-28T17:03:39.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2025-01-28T17:03:39.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2385 | 2025-01-28T17:03:39.367Z | |
2386 | 2025-01-28T17:03:39.367Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2387 | 2025-01-28T17:03:39.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2025-01-28T17:03:39.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2025-01-28T17:03:40.037Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2390 | 2025-01-28T17:03:40.149Z | Compiling ipnetwork v0.20.0 |
2391 | 2025-01-28T17:03:40.152Z | Compiling zerocopy v0.8.10 |
2392 | 2025-01-28T17:03:40.152Z | Compiling progenitor-client v0.8.0 |
2393 | 2025-01-28T17:03:40.152Z | Compiling itertools v0.13.0 |
2394 | 2025-01-28T17:03:40.152Z | Compiling zerocopy-derive v0.8.10 |
2395 | 2025-01-28T17:03:40.152Z | Compiling heapless v0.8.0 |
2396 | 2025-01-28T17:03:40.152Z | Compiling thiserror v2.0.11 |
2397 | 2025-01-28T17:03:40.322Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2398 | 2025-01-28T17:03:40.389Z | Checking hash32 v0.3.1 |
2399 | 2025-01-28T17:03:40.577Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2400 | 2025-01-28T17:03:40.593Z | Compiling progenitor v0.8.0 |
2401 | 2025-01-28T17:03:40.787Z | Compiling instant v0.1.13 |
2402 | 2025-01-28T17:03:40.932Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2403 | 2025-01-28T17:03:40.935Z | Compiling smoltcp v0.11.0 |
2404 | 2025-01-28T17:03:41.026Z | Compiling backoff v0.4.0 |
2405 | 2025-01-28T17:03:41.044Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2406 | 2025-01-28T17:03:41.219Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2407 | 2025-01-28T17:03:41.368Z | Compiling dropshot v0.15.1 |
2408 | 2025-01-28T17:03:41.596Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2409 | 2025-01-28T17:03:41.799Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2410 | 2025-01-28T17:03:41.818Z | Compiling serde_with v3.11.0 |
2411 | 2025-01-28T17:03:41.996Z | Compiling parse-display v0.10.0 |
2412 | 2025-01-28T17:03:42.063Z | Checking num-rational v0.4.2 |
2413 | 2025-01-28T17:03:42.580Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2414 | 2025-01-28T17:03:42.690Z | Compiling progenitor-client v0.9.1 |
2415 | 2025-01-28T17:03:42.978Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2416 | 2025-01-28T17:03:43.226Z | Compiling regress v0.9.1 |
2417 | 2025-01-28T17:03:44.307Z | Compiling phf_generator v0.11.2 |
2418 | 2025-01-28T17:03:44.531Z | Checking num-complex v0.4.6 |
2419 | 2025-01-28T17:03:45.407Z | Compiling macaddr v1.0.1 |
2420 | 2025-01-28T17:03:45.568Z | Checking cobs v0.2.3 |
2421 | 2025-01-28T17:03:45.771Z | Checking postcard v1.0.10 |
2422 | 2025-01-28T17:03:45.869Z | Checking num v0.4.3 |
2423 | 2025-01-28T17:03:46.076Z | Compiling phf_codegen v0.11.2 |
2424 | 2025-01-28T17:03:46.304Z | Compiling parse-zoneinfo v0.3.1 |
2425 | 2025-01-28T17:03:46.334Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2426 | 2025-01-28T17:03:46.636Z | Compiling float-ord v0.3.2 |
2427 | 2025-01-28T17:03:46.828Z | Compiling convert_case v0.4.0 |
2428 | 2025-01-28T17:03:48.078Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2429 | 2025-01-28T17:03:48.245Z | Compiling derive_more v0.99.18 |
2430 | 2025-01-28T17:03:48.285Z | Compiling chrono-tz-build v0.4.0 |
2431 | 2025-01-28T17:03:48.580Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2432 | 2025-01-28T17:03:48.971Z | Compiling crucible-workspace-hack v0.1.0 |
2433 | 2025-01-28T17:03:49.267Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2434 | 2025-01-28T17:03:49.474Z | Checking newline-converter v0.3.0 |
2435 | 2025-01-28T17:03:49.546Z | Compiling chrono-tz v0.10.1 |
2436 | 2025-01-28T17:03:49.659Z | Checking prettyplease v0.2.25 |
2437 | 2025-01-28T17:03:49.702Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2438 | 2025-01-28T17:03:50.221Z | Compiling slog-dtrace v0.3.0 |
2439 | 2025-01-28T17:03:50.356Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2440 | 2025-01-28T17:03:50.482Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2441 | 2025-01-28T17:03:50.725Z | Checking expectorate v1.1.0 |
2442 | 2025-01-28T17:03:50.901Z | Compiling zone_cfg_derive v0.3.0 |
2443 | 2025-01-28T17:03:51.111Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2444 | 2025-01-28T17:03:51.798Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2445 | 2025-01-28T17:03:51.945Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2446 | 2025-01-28T17:03:52.233Z | Compiling const_format_proc_macros v0.2.34 |
2447 | 2025-01-28T17:03:52.295Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2025-01-28T17:03:52.334Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2449 | 2025-01-28T17:03:52.621Z | Compiling num-derive v0.4.2 |
2450 | 2025-01-28T17:03:52.883Z | Checking highway v1.2.0 |
2451 | 2025-01-28T17:03:53.285Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2452 | 2025-01-28T17:03:53.355Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2453 | 2025-01-28T17:03:53.586Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2454 | 2025-01-28T17:03:53.602Z | Checking zone v0.3.0 |
2455 | 2025-01-28T17:03:53.616Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2456 | 2025-01-28T17:03:54.247Z | Checking const_format v0.2.34 |
2457 | 2025-01-28T17:03:54.425Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2458 | 2025-01-28T17:03:54.783Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2459 | 2025-01-28T17:03:54.811Z | Checking gethostname v0.5.0 |
2460 | 2025-01-28T17:03:54.891Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2461 | 2025-01-28T17:03:54.949Z | Checking bcs v0.1.6 |
2462 | 2025-01-28T17:03:55.153Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2463 | 2025-01-28T17:03:55.242Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2464 | 2025-01-28T17:03:55.334Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2465 | 2025-01-28T17:03:55.399Z | Compiling async-recursion v1.1.1 |
2466 | 2025-01-28T17:03:55.432Z | Checking termtree v0.5.1 |
2467 | 2025-01-28T17:03:57.233Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2468 | 2025-01-28T17:04:02.056Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2469 | 2025-01-28T17:04:05.263Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2470 | 2025-01-28T17:04:07.682Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2471 | 2025-01-28T17:04:08.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.43s |
2472 | 2025-01-28T17:04:08.982Z | |
2473 | 2025-01-28T17:04:08.982Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2474 | 2025-01-28T17:04:09.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2025-01-28T17:04:09.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2025-01-28T17:04:09.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2025-01-28T17:04:09.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2478 | 2025-01-28T17:04:09.621Z | |
2479 | 2025-01-28T17:04:09.622Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2480 | 2025-01-28T17:04:10.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2025-01-28T17:04:10.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2025-01-28T17:04:10.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2025-01-28T17:04:10.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2484 | 2025-01-28T17:04:10.256Z | |
2485 | 2025-01-28T17:04:10.256Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2486 | 2025-01-28T17:04:10.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2025-01-28T17:04:10.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2025-01-28T17:04:10.895Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2489 | 2025-01-28T17:04:11.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2490 | 2025-01-28T17:04:11.682Z | |
2491 | 2025-01-28T17:04:11.682Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2492 | 2025-01-28T17:04:12.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2025-01-28T17:04:12.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2025-01-28T17:04:12.334Z | Compiling cfg_aliases v0.1.1 |
2495 | 2025-01-28T17:04:12.337Z | Compiling vte_generate_state_changes v0.1.2 |
2496 | 2025-01-28T17:04:12.337Z | Checking fd-lock v4.0.2 |
2497 | 2025-01-28T17:04:12.337Z | Checking nibble_vec v0.1.0 |
2498 | 2025-01-28T17:04:12.337Z | Checking bytecount v0.6.8 |
2499 | 2025-01-28T17:04:12.337Z | Checking endian-type v0.1.2 |
2500 | 2025-01-28T17:04:12.337Z | Compiling tabled_derive v0.7.0 |
2501 | 2025-01-28T17:04:12.456Z | Compiling peg-macros v0.8.4 |
2502 | 2025-01-28T17:04:12.514Z | Compiling nix v0.28.0 |
2503 | 2025-01-28T17:04:12.586Z | Checking papergrid v0.11.0 |
2504 | 2025-01-28T17:04:12.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2505 | 2025-01-28T17:04:12.627Z | Compiling sqlparser_derive v0.2.2 |
2506 | 2025-01-28T17:04:12.676Z | Checking radix_trie v0.2.1 |
2507 | 2025-01-28T17:04:13.037Z | Checking vte v0.11.1 |
2508 | 2025-01-28T17:04:13.063Z | Checking unicode_categories v0.1.1 |
2509 | 2025-01-28T17:04:13.367Z | Checking nu-ansi-term v0.50.1 |
2510 | 2025-01-28T17:04:13.624Z | Checking home v0.5.9 |
2511 | 2025-01-28T17:04:13.646Z | Checking sqlparser v0.45.0 |
2512 | 2025-01-28T17:04:13.771Z | Checking sqlformat v0.2.6 |
2513 | 2025-01-28T17:04:13.789Z | Checking display-error-chain v0.2.2 |
2514 | 2025-01-28T17:04:14.363Z | Checking strip-ansi-escapes v0.2.0 |
2515 | 2025-01-28T17:04:14.543Z | Checking reedline v0.35.0 |
2516 | 2025-01-28T17:04:14.598Z | Checking tabled v0.15.0 |
2517 | 2025-01-28T17:04:14.952Z | Checking peg v0.8.4 |
2518 | 2025-01-28T17:04:15.385Z | Checking rustyline v14.0.0 |
2519 | 2025-01-28T17:04:24.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
2520 | 2025-01-28T17:04:24.358Z | |
2521 | 2025-01-28T17:04:24.358Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2522 | 2025-01-28T17:04:24.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2025-01-28T17:04:24.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2025-01-28T17:04:25.014Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2525 | 2025-01-28T17:04:30.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2526 | 2025-01-28T17:04:30.226Z | |
2527 | 2025-01-28T17:04:30.226Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2528 | 2025-01-28T17:04:30.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2025-01-28T17:04:30.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2025-01-28T17:04:30.876Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2531 | 2025-01-28T17:04:34.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
2532 | 2025-01-28T17:04:34.463Z | |
2533 | 2025-01-28T17:04:34.463Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2534 | 2025-01-28T17:04:35.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2025-01-28T17:04:35.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2025-01-28T17:04:35.108Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2537 | 2025-01-28T17:04:39.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2538 | 2025-01-28T17:04:40.070Z | |
2539 | 2025-01-28T17:04:40.070Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2540 | 2025-01-28T17:04:40.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2025-01-28T17:04:40.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2025-01-28T17:04:40.719Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2543 | 2025-01-28T17:04:45.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2544 | 2025-01-28T17:04:45.654Z | |
2545 | 2025-01-28T17:04:45.654Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2546 | 2025-01-28T17:04:46.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2025-01-28T17:04:46.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2025-01-28T17:04:46.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2549 | 2025-01-28T17:04:49.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
2550 | 2025-01-28T17:04:50.108Z | |
2551 | 2025-01-28T17:04:50.108Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2552 | 2025-01-28T17:04:50.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2025-01-28T17:04:50.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2025-01-28T17:04:50.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2555 | 2025-01-28T17:04:54.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2556 | 2025-01-28T17:04:54.634Z | |
2557 | 2025-01-28T17:04:54.634Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2558 | 2025-01-28T17:04:55.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2025-01-28T17:04:55.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2025-01-28T17:04:55.280Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2561 | 2025-01-28T17:05:00.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2562 | 2025-01-28T17:05:00.378Z | |
2563 | 2025-01-28T17:05:00.378Z | info: running `cargo check --bins` on oximeter (66/197) |
2564 | 2025-01-28T17:05:00.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2025-01-28T17:05:00.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2025-01-28T17:05:00.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2025-01-28T17:05:00.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2568 | 2025-01-28T17:05:00.988Z | |
2569 | 2025-01-28T17:05:00.988Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2570 | 2025-01-28T17:05:01.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-01-28T17:05:01.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-01-28T17:05:01.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2025-01-28T17:05:01.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2574 | 2025-01-28T17:05:01.578Z | |
2575 | 2025-01-28T17:05:01.578Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2576 | 2025-01-28T17:05:02.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2025-01-28T17:05:02.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2025-01-28T17:05:02.190Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2579 | 2025-01-28T17:05:04.166Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2580 | 2025-01-28T17:05:05.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
2581 | 2025-01-28T17:05:05.275Z | |
2582 | 2025-01-28T17:05:05.275Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2583 | 2025-01-28T17:05:05.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2025-01-28T17:05:05.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2025-01-28T17:05:05.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2025-01-28T17:05:05.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2587 | 2025-01-28T17:05:05.885Z | |
2588 | 2025-01-28T17:05:05.885Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2589 | 2025-01-28T17:05:06.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2025-01-28T17:05:06.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2025-01-28T17:05:06.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2025-01-28T17:05:06.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2593 | 2025-01-28T17:05:06.498Z | |
2594 | 2025-01-28T17:05:06.498Z | info: running `cargo check --bins` on oxql-types (71/197) |
2595 | 2025-01-28T17:05:07.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2025-01-28T17:05:07.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2025-01-28T17:05:07.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2025-01-28T17:05:07.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2599 | 2025-01-28T17:05:07.114Z | |
2600 | 2025-01-28T17:05:07.114Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2601 | 2025-01-28T17:05:07.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2025-01-28T17:05:07.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2025-01-28T17:05:07.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2025-01-28T17:05:07.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2605 | 2025-01-28T17:05:07.743Z | |
2606 | 2025-01-28T17:05:07.743Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2607 | 2025-01-28T17:05:08.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2025-01-28T17:05:08.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2025-01-28T17:05:08.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2025-01-28T17:05:08.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2611 | 2025-01-28T17:05:08.355Z | |
2612 | 2025-01-28T17:05:08.355Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2613 | 2025-01-28T17:05:08.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-01-28T17:05:08.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-01-28T17:05:08.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2025-01-28T17:05:08.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2617 | 2025-01-28T17:05:08.979Z | |
2618 | 2025-01-28T17:05:08.979Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2619 | 2025-01-28T17:05:09.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-01-28T17:05:09.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-01-28T17:05:09.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2025-01-28T17:05:09.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2623 | 2025-01-28T17:05:09.596Z | |
2624 | 2025-01-28T17:05:09.596Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2625 | 2025-01-28T17:05:10.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-01-28T17:05:10.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-01-28T17:05:10.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2025-01-28T17:05:10.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2629 | 2025-01-28T17:05:10.227Z | |
2630 | 2025-01-28T17:05:10.227Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2631 | 2025-01-28T17:05:10.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-01-28T17:05:10.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-01-28T17:05:10.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2025-01-28T17:05:10.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2635 | 2025-01-28T17:05:10.855Z | |
2636 | 2025-01-28T17:05:10.855Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2637 | 2025-01-28T17:05:11.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-01-28T17:05:11.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-01-28T17:05:11.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2025-01-28T17:05:11.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2641 | 2025-01-28T17:05:11.465Z | |
2642 | 2025-01-28T17:05:11.465Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2643 | 2025-01-28T17:05:12.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-01-28T17:05:12.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-01-28T17:05:12.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2025-01-28T17:05:12.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2647 | 2025-01-28T17:05:12.101Z | |
2648 | 2025-01-28T17:05:12.101Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2649 | 2025-01-28T17:05:12.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-01-28T17:05:12.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-01-28T17:05:12.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2025-01-28T17:05:12.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2653 | 2025-01-28T17:05:12.725Z | |
2654 | 2025-01-28T17:05:12.725Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2655 | 2025-01-28T17:05:13.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-01-28T17:05:13.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-01-28T17:05:13.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2025-01-28T17:05:13.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2659 | 2025-01-28T17:05:13.347Z | |
2660 | 2025-01-28T17:05:13.347Z | info: running `cargo check --bins` on dpd-client (82/197) |
2661 | 2025-01-28T17:05:13.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-01-28T17:05:13.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-01-28T17:05:13.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2025-01-28T17:05:13.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2665 | 2025-01-28T17:05:13.962Z | |
2666 | 2025-01-28T17:05:13.962Z | info: running `cargo check --bins` on gateway-client (83/197) |
2667 | 2025-01-28T17:05:14.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2025-01-28T17:05:14.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2025-01-28T17:05:14.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2025-01-28T17:05:14.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2671 | 2025-01-28T17:05:14.567Z | |
2672 | 2025-01-28T17:05:14.567Z | info: running `cargo check --bins` on installinator-client (84/197) |
2673 | 2025-01-28T17:05:15.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2025-01-28T17:05:15.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2025-01-28T17:05:15.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2025-01-28T17:05:15.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2677 | 2025-01-28T17:05:15.207Z | |
2678 | 2025-01-28T17:05:15.207Z | info: running `cargo check --bins` on installinator-common (85/197) |
2679 | 2025-01-28T17:05:15.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-01-28T17:05:15.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-01-28T17:05:15.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-01-28T17:05:15.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2683 | 2025-01-28T17:05:15.839Z | |
2684 | 2025-01-28T17:05:15.839Z | info: running `cargo check --bins` on update-engine (86/197) |
2685 | 2025-01-28T17:05:16.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-01-28T17:05:16.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-01-28T17:05:16.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-01-28T17:05:16.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2689 | 2025-01-28T17:05:16.450Z | |
2690 | 2025-01-28T17:05:16.450Z | info: running `cargo check --bins` on nexus-client (87/197) |
2691 | 2025-01-28T17:05:17.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-01-28T17:05:17.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-01-28T17:05:17.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-01-28T17:05:17.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2695 | 2025-01-28T17:05:17.105Z | |
2696 | 2025-01-28T17:05:17.105Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2697 | 2025-01-28T17:05:17.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-01-28T17:05:17.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-01-28T17:05:17.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-01-28T17:05:17.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2701 | 2025-01-28T17:05:17.744Z | |
2702 | 2025-01-28T17:05:17.744Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2703 | 2025-01-28T17:05:18.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-01-28T17:05:18.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-01-28T17:05:18.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-01-28T17:05:18.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2707 | 2025-01-28T17:05:18.350Z | |
2708 | 2025-01-28T17:05:18.350Z | info: running `cargo check --bins` on nexus-types (90/197) |
2709 | 2025-01-28T17:05:18.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-01-28T17:05:18.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-01-28T17:05:18.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-01-28T17:05:18.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2713 | 2025-01-28T17:05:18.982Z | |
2714 | 2025-01-28T17:05:18.982Z | info: running `cargo check --bins` on oxide-client (91/197) |
2715 | 2025-01-28T17:05:19.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-01-28T17:05:19.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-01-28T17:05:19.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-01-28T17:05:19.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2719 | 2025-01-28T17:05:19.576Z | |
2720 | 2025-01-28T17:05:19.576Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2721 | 2025-01-28T17:05:20.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-01-28T17:05:20.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-01-28T17:05:20.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-01-28T17:05:20.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2725 | 2025-01-28T17:05:20.184Z | |
2726 | 2025-01-28T17:05:20.184Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2727 | 2025-01-28T17:05:20.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-01-28T17:05:20.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-01-28T17:05:20.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2025-01-28T17:05:20.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2731 | 2025-01-28T17:05:20.779Z | |
2732 | 2025-01-28T17:05:20.779Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2733 | 2025-01-28T17:05:21.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2025-01-28T17:05:21.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2025-01-28T17:05:21.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2025-01-28T17:05:21.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2737 | 2025-01-28T17:05:21.402Z | |
2738 | 2025-01-28T17:05:21.402Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2739 | 2025-01-28T17:05:21.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2025-01-28T17:05:21.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2025-01-28T17:05:21.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2025-01-28T17:05:21.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2743 | 2025-01-28T17:05:22.046Z | |
2744 | 2025-01-28T17:05:22.046Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2745 | 2025-01-28T17:05:22.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2025-01-28T17:05:22.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2025-01-28T17:05:22.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2025-01-28T17:05:22.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2749 | 2025-01-28T17:05:22.680Z | |
2750 | 2025-01-28T17:05:22.680Z | info: running `cargo check --bins` on wicket-common (97/197) |
2751 | 2025-01-28T17:05:23.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2025-01-28T17:05:23.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2025-01-28T17:05:23.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2025-01-28T17:05:23.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2755 | 2025-01-28T17:05:23.309Z | |
2756 | 2025-01-28T17:05:23.309Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2757 | 2025-01-28T17:05:23.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2025-01-28T17:05:23.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2025-01-28T17:05:23.948Z | Checking csv-core v0.1.11 |
2760 | 2025-01-28T17:05:23.948Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2761 | 2025-01-28T17:05:23.950Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2762 | 2025-01-28T17:05:23.950Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2763 | 2025-01-28T17:05:24.241Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2764 | 2025-01-28T17:05:24.245Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2765 | 2025-01-28T17:05:24.271Z | Checking csv v1.3.1 |
2766 | 2025-01-28T17:05:24.819Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2767 | 2025-01-28T17:05:25.159Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2768 | 2025-01-28T17:05:26.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
2769 | 2025-01-28T17:05:26.950Z | |
2770 | 2025-01-28T17:05:26.950Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2771 | 2025-01-28T17:05:27.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-01-28T17:05:27.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-01-28T17:05:27.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-01-28T17:05:27.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2775 | 2025-01-28T17:05:27.564Z | |
2776 | 2025-01-28T17:05:27.564Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2777 | 2025-01-28T17:05:28.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-01-28T17:05:28.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-01-28T17:05:28.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-01-28T17:05:28.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2781 | 2025-01-28T17:05:28.172Z | |
2782 | 2025-01-28T17:05:28.172Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2783 | 2025-01-28T17:05:28.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-01-28T17:05:28.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-01-28T17:05:28.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-01-28T17:05:28.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2787 | 2025-01-28T17:05:28.883Z | |
2788 | 2025-01-28T17:05:28.883Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2789 | 2025-01-28T17:05:29.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-01-28T17:05:29.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-01-28T17:05:29.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-01-28T17:05:29.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2793 | 2025-01-28T17:05:29.598Z | |
2794 | 2025-01-28T17:05:29.598Z | info: running `cargo check --bins` on dns-server (103/197) |
2795 | 2025-01-28T17:05:30.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-01-28T17:05:30.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-01-28T17:05:30.227Z | Compiling typify-impl v0.3.0 |
2798 | 2025-01-28T17:05:30.333Z | Compiling parking_lot_core v0.8.6 |
2799 | 2025-01-28T17:05:30.349Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2800 | 2025-01-28T17:05:30.352Z | Checking fxhash v0.2.1 |
2801 | 2025-01-28T17:05:30.358Z | Checking hickory-client v0.24.2 |
2802 | 2025-01-28T17:05:30.370Z | Checking hickory-server v0.24.2 |
2803 | 2025-01-28T17:05:31.026Z | Checking parking_lot v0.11.2 |
2804 | 2025-01-28T17:05:31.114Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2805 | 2025-01-28T17:05:31.289Z | Checking sled v0.34.7 |
2806 | 2025-01-28T17:05:35.842Z | Compiling typify-macro v0.3.0 |
2807 | 2025-01-28T17:05:37.364Z | Compiling typify v0.3.0 |
2808 | 2025-01-28T17:05:37.433Z | Compiling progenitor-impl v0.9.1 |
2809 | 2025-01-28T17:05:39.828Z | Compiling progenitor-macro v0.9.1 |
2810 | 2025-01-28T17:05:43.512Z | Checking progenitor v0.9.1 |
2811 | 2025-01-28T17:05:43.643Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2812 | 2025-01-28T17:05:44.095Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2813 | 2025-01-28T17:05:45.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s |
2814 | 2025-01-28T17:05:45.526Z | |
2815 | 2025-01-28T17:05:45.527Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2816 | 2025-01-28T17:05:46.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-01-28T17:05:46.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-01-28T17:05:46.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-01-28T17:05:46.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2820 | 2025-01-28T17:05:46.130Z | |
2821 | 2025-01-28T17:05:46.130Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2822 | 2025-01-28T17:05:46.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-01-28T17:05:46.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-01-28T17:05:46.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-01-28T17:05:46.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2826 | 2025-01-28T17:05:46.792Z | |
2827 | 2025-01-28T17:05:46.792Z | info: running `cargo check --bins` on gateway-types (106/197) |
2828 | 2025-01-28T17:05:47.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-01-28T17:05:47.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-01-28T17:05:47.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-01-28T17:05:47.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2832 | 2025-01-28T17:05:47.398Z | |
2833 | 2025-01-28T17:05:47.398Z | info: running `cargo check --bins` on ipcc (107/197) |
2834 | 2025-01-28T17:05:47.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-01-28T17:05:47.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-01-28T17:05:47.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-01-28T17:05:47.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2838 | 2025-01-28T17:05:48.007Z | |
2839 | 2025-01-28T17:05:48.007Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2840 | 2025-01-28T17:05:48.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-01-28T17:05:48.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-01-28T17:05:48.683Z | Compiling semver v0.1.20 |
2843 | 2025-01-28T17:05:48.683Z | Compiling radium v0.7.0 |
2844 | 2025-01-28T17:05:48.800Z | Compiling maybe-uninit v2.0.0 |
2845 | 2025-01-28T17:05:48.802Z | Checking tap v1.0.1 |
2846 | 2025-01-28T17:05:48.817Z | Checking password-hash v0.5.0 |
2847 | 2025-01-28T17:05:48.820Z | Checking blake2 v0.10.6 |
2848 | 2025-01-28T17:05:48.820Z | Checking funty v2.0.0 |
2849 | 2025-01-28T17:05:48.820Z | Compiling cancel-safe-futures v0.1.5 |
2850 | 2025-01-28T17:05:48.946Z | Checking wyz v0.5.1 |
2851 | 2025-01-28T17:05:49.185Z | Compiling rustc_version v0.1.7 |
2852 | 2025-01-28T17:05:49.246Z | Compiling packed_struct v0.10.1 |
2853 | 2025-01-28T17:05:49.276Z | Compiling owo-colors v4.1.0 |
2854 | 2025-01-28T17:05:49.290Z | Checking crc-catalog v2.4.0 |
2855 | 2025-01-28T17:05:49.337Z | Checking argon2 v0.5.3 |
2856 | 2025-01-28T17:05:49.481Z | Checking crc v3.2.1 |
2857 | 2025-01-28T17:05:49.512Z | Compiling packed_struct_codegen v0.10.1 |
2858 | 2025-01-28T17:05:49.575Z | Compiling indexmap v1.9.3 |
2859 | 2025-01-28T17:05:49.594Z | Checking half v2.4.1 |
2860 | 2025-01-28T17:05:49.630Z | Compiling newtype_derive v0.1.6 |
2861 | 2025-01-28T17:05:49.665Z | Checking bitvec v1.0.1 |
2862 | 2025-01-28T17:05:49.686Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2863 | 2025-01-28T17:05:49.877Z | Checking nodrop v0.1.14 |
2864 | 2025-01-28T17:05:49.934Z | Checking ciborium-io v0.2.2 |
2865 | 2025-01-28T17:05:50.014Z | Checking array-init v0.0.4 |
2866 | 2025-01-28T17:05:50.017Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2867 | 2025-01-28T17:05:50.062Z | Checking ciborium-ll v0.2.2 |
2868 | 2025-01-28T17:05:50.092Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2869 | 2025-01-28T17:05:50.303Z | Checking smallvec v0.6.14 |
2870 | 2025-01-28T17:05:50.358Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2871 | 2025-01-28T17:05:50.542Z | Checking libsw v3.3.1 |
2872 | 2025-01-28T17:05:50.642Z | Compiling memoffset v0.9.1 |
2873 | 2025-01-28T17:05:50.753Z | Checking bitfield v0.14.0 |
2874 | 2025-01-28T17:05:50.817Z | Checking swrite v0.1.0 |
2875 | 2025-01-28T17:05:50.844Z | Checking termcolor v1.4.1 |
2876 | 2025-01-28T17:05:50.948Z | Checking hashbrown v0.12.3 |
2877 | 2025-01-28T17:05:50.951Z | Checking linear-map v1.2.0 |
2878 | 2025-01-28T17:05:51.045Z | Checking indent_write v2.2.0 |
2879 | 2025-01-28T17:05:51.247Z | Checking env_logger v0.10.2 |
2880 | 2025-01-28T17:05:51.283Z | Checking ron v0.8.1 |
2881 | 2025-01-28T17:05:51.314Z | Checking serde-hex v0.1.0 |
2882 | 2025-01-28T17:05:51.409Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2883 | 2025-01-28T17:05:51.515Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2884 | 2025-01-28T17:05:51.649Z | Checking ciborium v0.2.2 |
2885 | 2025-01-28T17:05:52.057Z | Checking steno v0.4.1 |
2886 | 2025-01-28T17:05:52.475Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2025-01-28T17:05:52.568Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2888 | 2025-01-28T17:05:52.731Z | Checking hashbrown v0.13.2 |
2889 | 2025-01-28T17:05:52.801Z | Checking humantime v2.1.0 |
2890 | 2025-01-28T17:05:52.852Z | Checking crc-any v2.5.0 |
2891 | 2025-01-28T17:05:53.118Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2892 | 2025-01-28T17:05:53.255Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2893 | 2025-01-28T17:05:53.529Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2894 | 2025-01-28T17:05:53.680Z | Checking object v0.30.4 |
2895 | 2025-01-28T17:05:53.819Z | Checking path-slash v0.1.5 |
2896 | 2025-01-28T17:05:53.908Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2897 | 2025-01-28T17:05:53.980Z | Checking nix v0.27.1 |
2898 | 2025-01-28T17:05:54.163Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2899 | 2025-01-28T17:05:54.369Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2900 | 2025-01-28T17:05:54.656Z | Checking tungstenite v0.23.0 |
2901 | 2025-01-28T17:05:54.881Z | Checking kstat-rs v0.2.4 |
2902 | 2025-01-28T17:05:55.221Z | Checking signal-hook-tokio v0.3.1 |
2903 | 2025-01-28T17:05:55.224Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2904 | 2025-01-28T17:05:55.452Z | Checking tokio-tungstenite v0.23.1 |
2905 | 2025-01-28T17:05:55.642Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2906 | 2025-01-28T17:05:56.284Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2907 | 2025-01-28T17:05:56.485Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2908 | 2025-01-28T17:06:02.824Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2909 | 2025-01-28T17:06:04.152Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2910 | 2025-01-28T17:06:06.282Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2911 | 2025-01-28T17:06:11.433Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2912 | 2025-01-28T17:06:12.073Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2913 | 2025-01-28T17:06:14.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.71s |
2914 | 2025-01-28T17:06:14.909Z | |
2915 | 2025-01-28T17:06:14.909Z | info: running `cargo check --bins` on gateway-api (109/197) |
2916 | 2025-01-28T17:06:15.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2025-01-28T17:06:15.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2025-01-28T17:06:15.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2025-01-28T17:06:15.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2920 | 2025-01-28T17:06:15.518Z | |
2921 | 2025-01-28T17:06:15.518Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2922 | 2025-01-28T17:06:16.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2025-01-28T17:06:16.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2025-01-28T17:06:16.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2025-01-28T17:06:16.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2926 | 2025-01-28T17:06:16.114Z | |
2927 | 2025-01-28T17:06:16.114Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2928 | 2025-01-28T17:06:16.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2025-01-28T17:06:16.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2025-01-28T17:06:16.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2025-01-28T17:06:16.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2932 | 2025-01-28T17:06:16.722Z | |
2933 | 2025-01-28T17:06:16.722Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2934 | 2025-01-28T17:06:17.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2025-01-28T17:06:17.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2025-01-28T17:06:17.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2937 | 2025-01-28T17:06:17.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2938 | 2025-01-28T17:06:17.332Z | |
2939 | 2025-01-28T17:06:17.332Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2940 | 2025-01-28T17:06:17.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2025-01-28T17:06:17.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2025-01-28T17:06:17.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2943 | 2025-01-28T17:06:17.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2944 | 2025-01-28T17:06:17.941Z | |
2945 | 2025-01-28T17:06:17.941Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2946 | 2025-01-28T17:06:18.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2025-01-28T17:06:18.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2025-01-28T17:06:18.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2949 | 2025-01-28T17:06:18.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2950 | 2025-01-28T17:06:18.556Z | |
2951 | 2025-01-28T17:06:18.556Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2952 | 2025-01-28T17:06:19.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2025-01-28T17:06:19.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2025-01-28T17:06:19.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2955 | 2025-01-28T17:06:19.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2956 | 2025-01-28T17:06:19.166Z | |
2957 | 2025-01-28T17:06:19.166Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2958 | 2025-01-28T17:06:19.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2025-01-28T17:06:19.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2025-01-28T17:06:19.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2025-01-28T17:06:19.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2962 | 2025-01-28T17:06:19.780Z | |
2963 | 2025-01-28T17:06:19.780Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2964 | 2025-01-28T17:06:20.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2025-01-28T17:06:20.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2025-01-28T17:06:20.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2967 | 2025-01-28T17:06:20.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2968 | 2025-01-28T17:06:20.415Z | |
2969 | 2025-01-28T17:06:20.415Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2970 | 2025-01-28T17:06:20.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2025-01-28T17:06:20.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2025-01-28T17:06:20.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2973 | 2025-01-28T17:06:20.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2974 | 2025-01-28T17:06:21.022Z | |
2975 | 2025-01-28T17:06:21.022Z | info: running `cargo check --bins` on sp-sim (119/197) |
2976 | 2025-01-28T17:06:21.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2025-01-28T17:06:21.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2025-01-28T17:06:21.647Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2979 | 2025-01-28T17:06:22.087Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2980 | 2025-01-28T17:06:23.708Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2981 | 2025-01-28T17:06:25.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
2982 | 2025-01-28T17:06:25.488Z | |
2983 | 2025-01-28T17:06:25.488Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2984 | 2025-01-28T17:06:26.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2025-01-28T17:06:26.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2025-01-28T17:06:26.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2025-01-28T17:06:26.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2988 | 2025-01-28T17:06:26.149Z | |
2989 | 2025-01-28T17:06:26.149Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2990 | 2025-01-28T17:06:26.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2025-01-28T17:06:26.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2025-01-28T17:06:26.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2025-01-28T17:06:26.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2994 | 2025-01-28T17:06:26.814Z | |
2995 | 2025-01-28T17:06:26.814Z | info: running `cargo check --bins` on db-macros (122/197) |
2996 | 2025-01-28T17:06:27.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2025-01-28T17:06:27.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2025-01-28T17:06:27.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2025-01-28T17:06:27.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3000 | 2025-01-28T17:06:27.405Z | |
3001 | 2025-01-28T17:06:27.405Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3002 | 2025-01-28T17:06:27.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2025-01-28T17:06:27.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2025-01-28T17:06:27.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2025-01-28T17:06:27.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3006 | 2025-01-28T17:06:27.996Z | |
3007 | 2025-01-28T17:06:27.996Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3008 | 2025-01-28T17:06:28.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2025-01-28T17:06:28.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2025-01-28T17:06:28.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3011 | 2025-01-28T17:06:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3012 | 2025-01-28T17:06:28.651Z | |
3013 | 2025-01-28T17:06:28.651Z | info: running `cargo check --bins` on authz-macros (125/197) |
3014 | 2025-01-28T17:06:29.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2025-01-28T17:06:29.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2025-01-28T17:06:29.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3017 | 2025-01-28T17:06:29.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3018 | 2025-01-28T17:06:29.247Z | |
3019 | 2025-01-28T17:06:29.247Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3020 | 2025-01-28T17:06:29.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2025-01-28T17:06:29.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2025-01-28T17:06:29.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2025-01-28T17:06:29.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3024 | 2025-01-28T17:06:29.895Z | |
3025 | 2025-01-28T17:06:29.895Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3026 | 2025-01-28T17:06:30.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2025-01-28T17:06:30.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2025-01-28T17:06:30.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2025-01-28T17:06:30.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3030 | 2025-01-28T17:06:30.542Z | |
3031 | 2025-01-28T17:06:30.542Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3032 | 2025-01-28T17:06:31.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2025-01-28T17:06:31.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2025-01-28T17:06:31.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2025-01-28T17:06:31.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3036 | 2025-01-28T17:06:31.158Z | |
3037 | 2025-01-28T17:06:31.158Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3038 | 2025-01-28T17:06:31.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2025-01-28T17:06:31.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2025-01-28T17:06:31.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2025-01-28T17:06:31.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3042 | 2025-01-28T17:06:31.808Z | |
3043 | 2025-01-28T17:06:31.808Z | info: running `cargo check --bins` on typed-rng (130/197) |
3044 | 2025-01-28T17:06:32.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2025-01-28T17:06:32.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2025-01-28T17:06:32.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2025-01-28T17:06:32.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3048 | 2025-01-28T17:06:32.402Z | |
3049 | 2025-01-28T17:06:32.402Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3050 | 2025-01-28T17:06:32.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2025-01-28T17:06:32.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2025-01-28T17:06:33.133Z | Checking keccak v0.1.5 |
3053 | 2025-01-28T17:06:33.243Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3054 | 2025-01-28T17:06:33.245Z | Checking secrecy v0.8.0 |
3055 | 2025-01-28T17:06:33.245Z | Compiling unicase v2.7.0 |
3056 | 2025-01-28T17:06:33.259Z | Compiling same-file v1.0.6 |
3057 | 2025-01-28T17:06:33.270Z | Compiling tempfile v3.13.0 |
3058 | 2025-01-28T17:06:33.297Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3059 | 2025-01-28T17:06:33.300Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3060 | 2025-01-28T17:06:33.407Z | Compiling thiserror-impl-no-std v2.0.2 |
3061 | 2025-01-28T17:06:33.536Z | Checking sha3 v0.10.8 |
3062 | 2025-01-28T17:06:33.538Z | Compiling walkdir v2.5.0 |
3063 | 2025-01-28T17:06:33.594Z | Checking universal-hash v0.5.1 |
3064 | 2025-01-28T17:06:33.596Z | Compiling blake3 v1.5.4 |
3065 | 2025-01-28T17:06:33.709Z | Checking opaque-debug v0.3.1 |
3066 | 2025-01-28T17:06:33.810Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3067 | 2025-01-28T17:06:33.826Z | Checking poly1305 v0.8.0 |
3068 | 2025-01-28T17:06:33.882Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3069 | 2025-01-28T17:06:33.978Z | Checking chacha20 v0.9.1 |
3070 | 2025-01-28T17:06:34.054Z | Checking aead v0.5.2 |
3071 | 2025-01-28T17:06:34.110Z | Compiling memmap2 v0.9.5 |
3072 | 2025-01-28T17:06:34.191Z | Compiling arrayvec v0.7.6 |
3073 | 2025-01-28T17:06:34.268Z | Compiling salty v0.3.0 |
3074 | 2025-01-28T17:06:34.343Z | Compiling libefi-sys v0.1.0 |
3075 | 2025-01-28T17:06:34.346Z | Compiling arrayref v0.3.9 |
3076 | 2025-01-28T17:06:34.479Z | Compiling constant_time_eq v0.3.1 |
3077 | 2025-01-28T17:06:34.529Z | Checking chacha20poly1305 v0.10.1 |
3078 | 2025-01-28T17:06:34.580Z | Compiling toolchain_find v0.4.0 |
3079 | 2025-01-28T17:06:34.673Z | Compiling camino-tempfile v1.1.1 |
3080 | 2025-01-28T17:06:34.716Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3081 | 2025-01-28T17:06:34.734Z | Compiling bitfield-struct v0.6.2 |
3082 | 2025-01-28T17:06:35.034Z | Compiling topological-sort v0.2.2 |
3083 | 2025-01-28T17:06:35.100Z | Compiling mime_guess v2.0.5 |
3084 | 2025-01-28T17:06:35.175Z | Compiling rustfmt-wrapper v0.2.1 |
3085 | 2025-01-28T17:06:35.634Z | Compiling omicron-zone-package v0.12.0 |
3086 | 2025-01-28T17:06:35.733Z | Compiling progenitor v0.9.1 |
3087 | 2025-01-28T17:06:35.797Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3088 | 2025-01-28T17:06:35.969Z | Checking primeorder v0.13.6 |
3089 | 2025-01-28T17:06:35.988Z | Checking env_filter v0.1.2 |
3090 | 2025-01-28T17:06:36.083Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3091 | 2025-01-28T17:06:36.102Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3092 | 2025-01-28T17:06:36.105Z | Checking thiserror-no-std v2.0.2 |
3093 | 2025-01-28T17:06:36.224Z | Checking env_logger v0.11.5 |
3094 | 2025-01-28T17:06:36.242Z | Checking vsss-rs v3.3.4 |
3095 | 2025-01-28T17:06:36.302Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3096 | 2025-01-28T17:06:36.339Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3097 | 2025-01-28T17:06:36.398Z | Checking p384 v0.13.0 |
3098 | 2025-01-28T17:06:36.453Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3099 | 2025-01-28T17:06:36.612Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3100 | 2025-01-28T17:06:36.697Z | Checking bumpalo v3.16.0 |
3101 | 2025-01-28T17:06:36.804Z | Checking simd-adler32 v0.3.7 |
3102 | 2025-01-28T17:06:36.860Z | Checking lockfree-object-pool v0.1.6 |
3103 | 2025-01-28T17:06:37.020Z | Compiling zip v2.1.3 |
3104 | 2025-01-28T17:06:37.049Z | Checking http-range v0.1.5 |
3105 | 2025-01-28T17:06:37.104Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3106 | 2025-01-28T17:06:37.138Z | Checking zopfli v0.8.1 |
3107 | 2025-01-28T17:06:37.239Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3108 | 2025-01-28T17:06:37.440Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3109 | 2025-01-28T17:06:37.516Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3110 | 2025-01-28T17:06:37.823Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3111 | 2025-01-28T17:06:37.842Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3112 | 2025-01-28T17:06:38.004Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3113 | 2025-01-28T17:06:38.155Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3114 | 2025-01-28T17:06:38.231Z | Checking nanorand v0.7.0 |
3115 | 2025-01-28T17:06:38.539Z | Checking atty v0.2.14 |
3116 | 2025-01-28T17:06:38.558Z | Checking glob v0.3.2 |
3117 | 2025-01-28T17:06:38.608Z | Checking flume v0.11.1 |
3118 | 2025-01-28T17:06:38.662Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3119 | 2025-01-28T17:06:38.681Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3120 | 2025-01-28T17:06:38.862Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3121 | 2025-01-28T17:06:39.078Z | Checking hyper-staticfile v0.10.1 |
3122 | 2025-01-28T17:06:39.105Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3123 | 2025-01-28T17:06:39.926Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3124 | 2025-01-28T17:06:40.067Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3125 | 2025-01-28T17:06:40.333Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3126 | 2025-01-28T17:06:40.492Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3127 | 2025-01-28T17:06:40.637Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3128 | 2025-01-28T17:06:40.886Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3129 | 2025-01-28T17:06:41.149Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3130 | 2025-01-28T17:06:41.403Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3131 | 2025-01-28T17:06:41.445Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3132 | 2025-01-28T17:06:41.685Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3133 | 2025-01-28T17:06:44.715Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3134 | 2025-01-28T17:06:44.716Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3135 | 2025-01-28T17:06:52.676Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3136 | 2025-01-28T17:07:05.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s |
3137 | 2025-01-28T17:07:05.677Z | |
3138 | 2025-01-28T17:07:05.677Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3139 | 2025-01-28T17:07:06.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-01-28T17:07:06.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-01-28T17:07:06.395Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3142 | 2025-01-28T17:07:19.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s |
3143 | 2025-01-28T17:07:19.336Z | |
3144 | 2025-01-28T17:07:19.337Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3145 | 2025-01-28T17:07:19.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2025-01-28T17:07:19.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2025-01-28T17:07:20.054Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3148 | 2025-01-28T17:07:33.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
3149 | 2025-01-28T17:07:33.499Z | |
3150 | 2025-01-28T17:07:33.499Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3151 | 2025-01-28T17:07:34.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-01-28T17:07:34.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-01-28T17:07:34.209Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3154 | 2025-01-28T17:07:47.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
3155 | 2025-01-28T17:07:47.316Z | |
3156 | 2025-01-28T17:07:47.316Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3157 | 2025-01-28T17:07:47.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2025-01-28T17:07:47.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2025-01-28T17:07:48.027Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3160 | 2025-01-28T17:08:00.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
3161 | 2025-01-28T17:08:00.998Z | |
3162 | 2025-01-28T17:08:00.998Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3163 | 2025-01-28T17:08:01.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-01-28T17:08:01.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-01-28T17:08:01.710Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3166 | 2025-01-28T17:08:14.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s |
3167 | 2025-01-28T17:08:14.603Z | |
3168 | 2025-01-28T17:08:14.603Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3169 | 2025-01-28T17:08:15.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2025-01-28T17:08:15.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2025-01-28T17:08:15.312Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3172 | 2025-01-28T17:08:27.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s |
3173 | 2025-01-28T17:08:28.143Z | |
3174 | 2025-01-28T17:08:28.143Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3175 | 2025-01-28T17:08:28.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-01-28T17:08:28.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-01-28T17:08:28.855Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3178 | 2025-01-28T17:08:41.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
3179 | 2025-01-28T17:08:42.002Z | |
3180 | 2025-01-28T17:08:42.003Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3181 | 2025-01-28T17:08:42.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-01-28T17:08:42.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-01-28T17:08:42.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2025-01-28T17:08:42.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3185 | 2025-01-28T17:08:42.648Z | |
3186 | 2025-01-28T17:08:42.648Z | info: running `cargo check --bins` on key-manager (140/197) |
3187 | 2025-01-28T17:08:43.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-01-28T17:08:43.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-01-28T17:08:43.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2025-01-28T17:08:43.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3191 | 2025-01-28T17:08:43.262Z | |
3192 | 2025-01-28T17:08:43.262Z | info: running `cargo check --bins` on range-requests (141/197) |
3193 | 2025-01-28T17:08:43.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-01-28T17:08:43.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-01-28T17:08:43.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2025-01-28T17:08:43.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3197 | 2025-01-28T17:08:43.859Z | |
3198 | 2025-01-28T17:08:43.859Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3199 | 2025-01-28T17:08:44.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-01-28T17:08:44.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-01-28T17:08:44.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2025-01-28T17:08:44.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3203 | 2025-01-28T17:08:44.475Z | |
3204 | 2025-01-28T17:08:44.475Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3205 | 2025-01-28T17:08:45.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-01-28T17:08:45.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-01-28T17:08:45.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3208 | 2025-01-28T17:08:45.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3209 | 2025-01-28T17:08:45.120Z | |
3210 | 2025-01-28T17:08:45.120Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3211 | 2025-01-28T17:08:45.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-01-28T17:08:45.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-01-28T17:08:45.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3214 | 2025-01-28T17:08:45.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3215 | 2025-01-28T17:08:45.716Z | |
3216 | 2025-01-28T17:08:45.716Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3217 | 2025-01-28T17:08:46.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2025-01-28T17:08:46.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2025-01-28T17:08:46.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2025-01-28T17:08:46.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3221 | 2025-01-28T17:08:46.348Z | |
3222 | 2025-01-28T17:08:46.348Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3223 | 2025-01-28T17:08:46.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2025-01-28T17:08:46.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2025-01-28T17:08:46.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2025-01-28T17:08:46.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3227 | 2025-01-28T17:08:46.980Z | |
3228 | 2025-01-28T17:08:46.980Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3229 | 2025-01-28T17:08:47.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-01-28T17:08:47.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-01-28T17:08:47.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2025-01-28T17:08:47.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3233 | 2025-01-28T17:08:47.612Z | |
3234 | 2025-01-28T17:08:47.612Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3235 | 2025-01-28T17:08:48.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-01-28T17:08:48.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-01-28T17:08:48.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2025-01-28T17:08:48.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3239 | 2025-01-28T17:08:48.253Z | |
3240 | 2025-01-28T17:08:48.253Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3241 | 2025-01-28T17:08:48.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-01-28T17:08:48.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-01-28T17:08:48.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2025-01-28T17:08:48.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3245 | 2025-01-28T17:08:48.899Z | |
3246 | 2025-01-28T17:08:48.899Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3247 | 2025-01-28T17:08:49.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-01-28T17:08:49.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-01-28T17:08:49.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3250 | 2025-01-28T17:08:49.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3251 | 2025-01-28T17:08:49.538Z | |
3252 | 2025-01-28T17:08:49.538Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3253 | 2025-01-28T17:08:50.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-01-28T17:08:50.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-01-28T17:08:50.210Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3256 | 2025-01-28T17:08:50.210Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3257 | 2025-01-28T17:08:51.066Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3258 | 2025-01-28T17:08:53.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
3259 | 2025-01-28T17:08:53.177Z | |
3260 | 2025-01-28T17:08:53.177Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3261 | 2025-01-28T17:08:53.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-01-28T17:08:53.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-01-28T17:08:53.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2025-01-28T17:08:53.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3265 | 2025-01-28T17:08:53.782Z | |
3266 | 2025-01-28T17:08:53.782Z | info: running `cargo check --bins` on cert-dev (153/197) |
3267 | 2025-01-28T17:08:54.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2025-01-28T17:08:54.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2025-01-28T17:08:54.374Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3270 | 2025-01-28T17:08:54.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3271 | 2025-01-28T17:08:54.810Z | |
3272 | 2025-01-28T17:08:54.810Z | info: running `cargo check --bins` on clickana (154/197) |
3273 | 2025-01-28T17:08:55.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-01-28T17:08:55.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-01-28T17:08:55.437Z | Checking castaway v0.2.3 |
3276 | 2025-01-28T17:08:55.439Z | Checking lru v0.12.5 |
3277 | 2025-01-28T17:08:55.440Z | Compiling instability v0.3.2 |
3278 | 2025-01-28T17:08:55.440Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3279 | 2025-01-28T17:08:55.440Z | Checking unicode-truncate v1.1.0 |
3280 | 2025-01-28T17:08:55.440Z | Checking cassowary v0.3.0 |
3281 | 2025-01-28T17:08:55.656Z | Checking compact_str v0.8.0 |
3282 | 2025-01-28T17:08:56.218Z | Checking ratatui v0.28.1 |
3283 | 2025-01-28T17:08:57.084Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3284 | 2025-01-28T17:08:58.050Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3285 | 2025-01-28T17:08:58.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3286 | 2025-01-28T17:08:59.023Z | |
3287 | 2025-01-28T17:08:59.023Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3288 | 2025-01-28T17:08:59.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-01-28T17:08:59.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-01-28T17:08:59.692Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3291 | 2025-01-28T17:08:59.692Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3292 | 2025-01-28T17:09:00.669Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3293 | 2025-01-28T17:09:01.115Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3294 | 2025-01-28T17:09:01.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
3295 | 2025-01-28T17:09:01.631Z | |
3296 | 2025-01-28T17:09:01.631Z | info: running `cargo check --bins` on ch-dev (156/197) |
3297 | 2025-01-28T17:09:02.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-01-28T17:09:02.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-01-28T17:09:02.267Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3300 | 2025-01-28T17:09:02.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3301 | 2025-01-28T17:09:03.159Z | |
3302 | 2025-01-28T17:09:03.159Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3303 | 2025-01-28T17:09:03.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-01-28T17:09:03.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-01-28T17:09:03.815Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3306 | 2025-01-28T17:09:04.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3307 | 2025-01-28T17:09:04.314Z | |
3308 | 2025-01-28T17:09:04.314Z | info: running `cargo check --bins` on db-dev (158/197) |
3309 | 2025-01-28T17:09:04.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-01-28T17:09:04.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-01-28T17:09:04.953Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3312 | 2025-01-28T17:09:05.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3313 | 2025-01-28T17:09:05.838Z | |
3314 | 2025-01-28T17:09:05.838Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3315 | 2025-01-28T17:09:06.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-01-28T17:09:06.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-01-28T17:09:06.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2025-01-28T17:09:06.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3319 | 2025-01-28T17:09:06.462Z | |
3320 | 2025-01-28T17:09:06.462Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3321 | 2025-01-28T17:09:06.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2025-01-28T17:09:06.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2025-01-28T17:09:07.057Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3324 | 2025-01-28T17:09:07.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3325 | 2025-01-28T17:09:08.061Z | |
3326 | 2025-01-28T17:09:08.061Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3327 | 2025-01-28T17:09:08.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2025-01-28T17:09:08.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2025-01-28T17:09:08.655Z | Checking cargo-platform v0.1.8 |
3330 | 2025-01-28T17:09:08.928Z | Checking cargo_metadata v0.18.1 |
3331 | 2025-01-28T17:09:09.836Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3332 | 2025-01-28T17:09:10.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3333 | 2025-01-28T17:09:10.828Z | |
3334 | 2025-01-28T17:09:10.828Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3335 | 2025-01-28T17:09:11.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-01-28T17:09:11.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-01-28T17:09:11.520Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3338 | 2025-01-28T17:09:12.893Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3339 | 2025-01-28T17:09:13.456Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3340 | 2025-01-28T17:09:13.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
3341 | 2025-01-28T17:09:14.155Z | |
3342 | 2025-01-28T17:09:14.155Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3343 | 2025-01-28T17:09:14.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-01-28T17:09:14.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-01-28T17:09:14.931Z | Compiling crunchy v0.2.2 |
3346 | 2025-01-28T17:09:14.931Z | Compiling tiny-keccak v2.0.2 |
3347 | 2025-01-28T17:09:14.934Z | Compiling dsl_auto_type v0.1.2 |
3348 | 2025-01-28T17:09:14.934Z | Checking scheduled-thread-pool v0.2.7 |
3349 | 2025-01-28T17:09:14.934Z | Compiling diesel_table_macro_syntax v0.2.0 |
3350 | 2025-01-28T17:09:15.066Z | Compiling ascii-canvas v3.0.0 |
3351 | 2025-01-28T17:09:15.077Z | Compiling ena v0.14.3 |
3352 | 2025-01-28T17:09:15.089Z | Compiling diff v0.1.13 |
3353 | 2025-01-28T17:09:15.298Z | Checking r2d2 v0.8.10 |
3354 | 2025-01-28T17:09:15.342Z | Compiling regex-syntax v0.6.29 |
3355 | 2025-01-28T17:09:15.436Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3356 | 2025-01-28T17:09:15.512Z | Compiling ref-cast v1.0.23 |
3357 | 2025-01-28T17:09:15.533Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3358 | 2025-01-28T17:09:15.601Z | Compiling derive_builder_core v0.20.2 |
3359 | 2025-01-28T17:09:15.667Z | Compiling libxml v0.3.3 |
3360 | 2025-01-28T17:09:15.683Z | Compiling ref-cast-impl v1.0.23 |
3361 | 2025-01-28T17:09:15.815Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3362 | 2025-01-28T17:09:16.098Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3363 | 2025-01-28T17:09:16.118Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3364 | 2025-01-28T17:09:16.298Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3365 | 2025-01-28T17:09:16.319Z | Compiling strum_macros v0.24.3 |
3366 | 2025-01-28T17:09:16.415Z | Compiling samael v0.0.17 |
3367 | 2025-01-28T17:09:16.477Z | Compiling diesel_derives v2.2.3 |
3368 | 2025-01-28T17:09:16.638Z | Compiling indoc v1.0.9 |
3369 | 2025-01-28T17:09:17.512Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3370 | 2025-01-28T17:09:17.675Z | Compiling derive_builder_macro v0.20.2 |
3371 | 2025-01-28T17:09:17.810Z | Compiling impl-trait-for-tuples v0.2.2 |
3372 | 2025-01-28T17:09:18.404Z | Compiling oso-derive v0.27.3 |
3373 | 2025-01-28T17:09:18.543Z | Compiling lalrpop v0.19.12 |
3374 | 2025-01-28T17:09:19.180Z | Checking derive_builder v0.20.2 |
3375 | 2025-01-28T17:09:19.350Z | Checking quick-xml v0.33.0 |
3376 | 2025-01-28T17:09:19.371Z | Compiling diesel-dtrace v0.4.2 |
3377 | 2025-01-28T17:09:19.671Z | Checking maplit v1.0.2 |
3378 | 2025-01-28T17:09:19.839Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3379 | 2025-01-28T17:09:19.842Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3380 | 2025-01-28T17:09:20.164Z | Checking bb8 v0.8.5 |
3381 | 2025-01-28T17:09:20.344Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3382 | 2025-01-28T17:09:20.640Z | Checking rand_seeder v0.3.0 |
3383 | 2025-01-28T17:09:20.687Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3384 | 2025-01-28T17:09:20.811Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3385 | 2025-01-28T17:09:20.903Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3386 | 2025-01-28T17:09:21.096Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3387 | 2025-01-28T17:09:21.409Z | Checking smawk v0.3.2 |
3388 | 2025-01-28T17:09:21.434Z | Checking unicode-linebreak v0.1.5 |
3389 | 2025-01-28T17:09:21.628Z | Checking is_ci v1.2.0 |
3390 | 2025-01-28T17:09:21.783Z | Checking supports-color v3.0.1 |
3391 | 2025-01-28T17:09:21.876Z | Checking textwrap v0.16.1 |
3392 | 2025-01-28T17:09:22.027Z | Checking multimap v0.10.0 |
3393 | 2025-01-28T17:09:22.452Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3394 | 2025-01-28T17:09:24.490Z | Checking diesel v2.2.6 |
3395 | 2025-01-28T17:09:48.367Z | Compiling polar-core v0.27.3 |
3396 | 2025-01-28T17:09:49.736Z | Checking async-bb8-diesel v0.2.1 |
3397 | 2025-01-28T17:09:55.498Z | Checking oso v0.27.3 |
3398 | 2025-01-28T17:10:55.645Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3399 | 2025-01-28T17:11:01.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s |
3400 | 2025-01-28T17:11:01.962Z | |
3401 | 2025-01-28T17:11:01.963Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3402 | 2025-01-28T17:11:02.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3403 | 2025-01-28T17:11:02.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3404 | 2025-01-28T17:11:02.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3405 | 2025-01-28T17:11:02.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3406 | 2025-01-28T17:11:02.620Z | |
3407 | 2025-01-28T17:11:02.620Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3408 | 2025-01-28T17:11:03.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3409 | 2025-01-28T17:11:03.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3410 | 2025-01-28T17:11:03.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3411 | 2025-01-28T17:11:03.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3412 | 2025-01-28T17:11:03.275Z | |
3413 | 2025-01-28T17:11:03.275Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3414 | 2025-01-28T17:11:03.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2025-01-28T17:11:03.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2025-01-28T17:11:03.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3417 | 2025-01-28T17:11:03.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3418 | 2025-01-28T17:11:03.866Z | |
3419 | 2025-01-28T17:11:03.866Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3420 | 2025-01-28T17:11:04.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3421 | 2025-01-28T17:11:04.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3422 | 2025-01-28T17:11:04.656Z | Compiling libz-sys v1.1.20 |
3423 | 2025-01-28T17:11:04.659Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3424 | 2025-01-28T17:11:04.784Z | Compiling vergen v8.3.2 |
3425 | 2025-01-28T17:11:04.787Z | Compiling cargo-platform v0.1.8 |
3426 | 2025-01-28T17:11:04.787Z | Compiling pin-project-internal v1.1.6 |
3427 | 2025-01-28T17:11:04.820Z | Compiling libsqlite3-sys v0.30.1 |
3428 | 2025-01-28T17:11:04.822Z | Compiling snafu-derive v0.8.5 |
3429 | 2025-01-28T17:11:04.822Z | Compiling rustls v0.21.12 |
3430 | 2025-01-28T17:11:05.087Z | Compiling cargo_metadata v0.18.1 |
3431 | 2025-01-28T17:11:05.128Z | Compiling buf-list v1.0.3 |
3432 | 2025-01-28T17:11:05.287Z | Compiling cfg_aliases v0.2.1 |
3433 | 2025-01-28T17:11:05.397Z | Compiling nix v0.29.0 |
3434 | 2025-01-28T17:11:05.426Z | Checking globset v0.4.15 |
3435 | 2025-01-28T17:11:05.488Z | Checking olpc-cjson v0.1.4 |
3436 | 2025-01-28T17:11:05.796Z | Checking rustls-webpki v0.101.7 |
3437 | 2025-01-28T17:11:05.890Z | Checking sct v0.7.1 |
3438 | 2025-01-28T17:11:05.910Z | Checking serde_plain v1.0.2 |
3439 | 2025-01-28T17:11:06.102Z | Checking typed-path v0.9.3 |
3440 | 2025-01-28T17:11:06.464Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3441 | 2025-01-28T17:11:06.696Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3442 | 2025-01-28T17:11:06.749Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3443 | 2025-01-28T17:11:06.961Z | Checking hashlink v0.9.1 |
3444 | 2025-01-28T17:11:07.010Z | Checking fallible-streaming-iterator v0.1.9 |
3445 | 2025-01-28T17:11:07.234Z | Checking fallible-iterator v0.3.0 |
3446 | 2025-01-28T17:11:07.487Z | Checking parse-size v1.1.0 |
3447 | 2025-01-28T17:11:07.506Z | Checking pin-project v1.1.6 |
3448 | 2025-01-28T17:11:07.730Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3449 | 2025-01-28T17:11:07.834Z | Checking rusqlite v0.32.1 |
3450 | 2025-01-28T17:11:07.930Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3451 | 2025-01-28T17:11:08.055Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3452 | 2025-01-28T17:11:08.135Z | Checking rustls-pemfile v1.0.4 |
3453 | 2025-01-28T17:11:08.334Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3454 | 2025-01-28T17:11:08.711Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3455 | 2025-01-28T17:11:08.732Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3456 | 2025-01-28T17:11:08.764Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3457 | 2025-01-28T17:11:08.862Z | Checking twox-hash v2.1.0 |
3458 | 2025-01-28T17:11:09.021Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3459 | 2025-01-28T17:11:09.113Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3460 | 2025-01-28T17:11:09.222Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3461 | 2025-01-28T17:11:09.280Z | Checking tokio-rustls v0.24.1 |
3462 | 2025-01-28T17:11:09.680Z | Checking snafu v0.8.5 |
3463 | 2025-01-28T17:11:10.109Z | Checking tough v0.19.0 |
3464 | 2025-01-28T17:11:10.293Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3465 | 2025-01-28T17:11:10.448Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3466 | 2025-01-28T17:11:10.779Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3467 | 2025-01-28T17:11:10.967Z | Checking fatfs v0.3.6 |
3468 | 2025-01-28T17:11:11.001Z | Checking assert_matches v1.5.0 |
3469 | 2025-01-28T17:11:14.100Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3470 | 2025-01-28T17:11:15.414Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3471 | 2025-01-28T17:11:16.947Z | Compiling git2 v0.19.0 |
3472 | 2025-01-28T17:11:20.987Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3473 | 2025-01-28T17:12:14.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3474 | 2025-01-28T17:12:15.005Z | |
3475 | 2025-01-28T17:12:15.005Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3476 | 2025-01-28T17:12:15.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-28T17:12:15.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-28T17:12:15.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3479 | 2025-01-28T17:12:15.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3480 | 2025-01-28T17:12:15.677Z | |
3481 | 2025-01-28T17:12:15.677Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3482 | 2025-01-28T17:12:16.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2025-01-28T17:12:16.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2025-01-28T17:12:16.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3485 | 2025-01-28T17:12:16.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3486 | 2025-01-28T17:12:16.271Z | |
3487 | 2025-01-28T17:12:16.271Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3488 | 2025-01-28T17:12:16.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3489 | 2025-01-28T17:12:16.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3490 | 2025-01-28T17:12:16.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3491 | 2025-01-28T17:12:16.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3492 | 2025-01-28T17:12:16.911Z | |
3493 | 2025-01-28T17:12:16.911Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3494 | 2025-01-28T17:12:17.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-01-28T17:12:17.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-01-28T17:12:17.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3497 | 2025-01-28T17:12:17.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3498 | 2025-01-28T17:12:17.564Z | |
3499 | 2025-01-28T17:12:17.564Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3500 | 2025-01-28T17:12:18.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-01-28T17:12:18.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-01-28T17:12:18.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2025-01-28T17:12:18.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3504 | 2025-01-28T17:12:18.214Z | |
3505 | 2025-01-28T17:12:18.214Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3506 | 2025-01-28T17:12:18.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2025-01-28T17:12:18.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2025-01-28T17:12:18.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2025-01-28T17:12:18.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3510 | 2025-01-28T17:12:18.871Z | |
3511 | 2025-01-28T17:12:18.871Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3512 | 2025-01-28T17:12:19.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-01-28T17:12:19.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-01-28T17:12:19.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2025-01-28T17:12:19.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3516 | 2025-01-28T17:12:19.533Z | |
3517 | 2025-01-28T17:12:19.533Z | info: running `cargo check --bins` on update-common (175/197) |
3518 | 2025-01-28T17:12:20.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-01-28T17:12:20.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-01-28T17:12:20.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2025-01-28T17:12:20.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3522 | 2025-01-28T17:12:20.169Z | |
3523 | 2025-01-28T17:12:20.169Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3524 | 2025-01-28T17:12:20.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2025-01-28T17:12:20.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2025-01-28T17:12:20.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2025-01-28T17:12:20.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3528 | 2025-01-28T17:12:20.804Z | |
3529 | 2025-01-28T17:12:20.804Z | info: running `cargo check --bins` on tufaceous (177/197) |
3530 | 2025-01-28T17:12:21.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2025-01-28T17:12:21.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2025-01-28T17:12:21.461Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3533 | 2025-01-28T17:12:22.570Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3534 | 2025-01-28T17:12:23.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3535 | 2025-01-28T17:12:23.544Z | |
3536 | 2025-01-28T17:12:23.544Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3537 | 2025-01-28T17:12:24.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2025-01-28T17:12:24.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2025-01-28T17:12:24.373Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3540 | 2025-01-28T17:12:24.376Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3541 | 2025-01-28T17:12:24.513Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3542 | 2025-01-28T17:12:24.516Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3543 | 2025-01-28T17:12:25.489Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3544 | 2025-01-28T17:12:51.541Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3545 | 2025-01-28T17:12:51.543Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3546 | 2025-01-28T17:12:51.543Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3547 | 2025-01-28T17:12:51.543Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3548 | 2025-01-28T17:12:51.544Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3549 | 2025-01-28T17:12:51.544Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3550 | 2025-01-28T17:12:52.461Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3551 | 2025-01-28T17:12:53.632Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3552 | 2025-01-28T17:13:32.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3553 | 2025-01-28T17:13:32.367Z | |
3554 | 2025-01-28T17:13:32.367Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3555 | 2025-01-28T17:13:32.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2025-01-28T17:13:32.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2025-01-28T17:13:33.052Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3558 | 2025-01-28T17:13:33.055Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3559 | 2025-01-28T17:13:33.160Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3560 | 2025-01-28T17:13:33.179Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3561 | 2025-01-28T17:13:33.187Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3562 | 2025-01-28T17:13:33.206Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3563 | 2025-01-28T17:13:33.212Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3564 | 2025-01-28T17:13:33.219Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3565 | 2025-01-28T17:13:33.374Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3566 | 2025-01-28T17:13:33.415Z | Checking heck v0.4.1 |
3567 | 2025-01-28T17:13:33.479Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3568 | 2025-01-28T17:13:33.611Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3569 | 2025-01-28T17:13:33.802Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3570 | 2025-01-28T17:13:34.010Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3571 | 2025-01-28T17:13:34.420Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3572 | 2025-01-28T17:13:34.597Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3573 | 2025-01-28T17:13:34.897Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3574 | 2025-01-28T17:13:35.898Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3575 | 2025-01-28T17:13:36.229Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3576 | 2025-01-28T17:13:36.784Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3577 | 2025-01-28T17:13:36.900Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3578 | 2025-01-28T17:13:38.422Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3579 | 2025-01-28T17:13:38.422Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3580 | 2025-01-28T17:13:39.987Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3581 | 2025-01-28T17:13:41.403Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3582 | 2025-01-28T17:13:46.861Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3583 | 2025-01-28T17:13:46.862Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3584 | 2025-01-28T17:13:48.038Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3585 | 2025-01-28T17:13:49.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s |
3586 | 2025-01-28T17:13:49.197Z | |
3587 | 2025-01-28T17:13:49.197Z | info: running `cargo check --bins` on installinator-api (180/197) |
3588 | 2025-01-28T17:13:49.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-01-28T17:13:49.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-01-28T17:13:49.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3591 | 2025-01-28T17:13:49.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3592 | 2025-01-28T17:13:49.835Z | |
3593 | 2025-01-28T17:13:49.835Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3594 | 2025-01-28T17:13:50.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-01-28T17:13:50.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-01-28T17:13:50.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3597 | 2025-01-28T17:13:50.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3598 | 2025-01-28T17:13:50.472Z | |
3599 | 2025-01-28T17:13:50.472Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3600 | 2025-01-28T17:13:51.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-01-28T17:13:51.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-01-28T17:13:51.147Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3603 | 2025-01-28T17:13:51.147Z | Compiling petname v2.0.2 |
3604 | 2025-01-28T17:13:51.150Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3605 | 2025-01-28T17:13:51.150Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3606 | 2025-01-28T17:13:51.150Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3607 | 2025-01-28T17:13:51.150Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3608 | 2025-01-28T17:13:51.264Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3609 | 2025-01-28T17:13:51.283Z | Checking sync-ptr v0.1.1 |
3610 | 2025-01-28T17:13:56.373Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3611 | 2025-01-28T17:13:56.974Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3612 | 2025-01-28T17:13:58.062Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3613 | 2025-01-28T17:13:59.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
3614 | 2025-01-28T17:13:59.735Z | |
3615 | 2025-01-28T17:13:59.735Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3616 | 2025-01-28T17:14:00.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2025-01-28T17:14:00.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2025-01-28T17:14:00.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3619 | 2025-01-28T17:14:00.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3620 | 2025-01-28T17:14:00.381Z | |
3621 | 2025-01-28T17:14:00.381Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3622 | 2025-01-28T17:14:00.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2025-01-28T17:14:00.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2025-01-28T17:14:01.024Z | Checking memmap2 v0.9.5 |
3625 | 2025-01-28T17:14:01.024Z | Checking arrayvec v0.7.6 |
3626 | 2025-01-28T17:14:01.026Z | Checking constant_time_eq v0.3.1 |
3627 | 2025-01-28T17:14:01.026Z | Checking arrayref v0.3.9 |
3628 | 2025-01-28T17:14:01.026Z | Checking topological-sort v0.2.2 |
3629 | 2025-01-28T17:14:01.027Z | Checking shell-words v1.1.0 |
3630 | 2025-01-28T17:14:01.374Z | Checking blake3 v1.5.4 |
3631 | 2025-01-28T17:14:01.702Z | Checking omicron-zone-package v0.12.0 |
3632 | 2025-01-28T17:14:02.800Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3633 | 2025-01-28T17:14:03.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3634 | 2025-01-28T17:14:03.854Z | |
3635 | 2025-01-28T17:14:03.854Z | info: running `cargo check --bins` on xtask (185/197) |
3636 | 2025-01-28T17:14:04.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3637 | 2025-01-28T17:14:04.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3638 | 2025-01-28T17:14:04.270Z | Checking bitflags v2.6.0 |
3639 | 2025-01-28T17:14:04.272Z | Checking serde v1.0.217 |
3640 | 2025-01-28T17:14:04.273Z | Checking thiserror v1.0.69 |
3641 | 2025-01-28T17:14:04.273Z | Checking scroll v0.12.0 |
3642 | 2025-01-28T17:14:04.359Z | Checking hashbrown v0.15.1 |
3643 | 2025-01-28T17:14:04.377Z | Checking log v0.4.22 |
3644 | 2025-01-28T17:14:04.380Z | Checking zerocopy v0.7.35 |
3645 | 2025-01-28T17:14:04.400Z | Checking syn v2.0.96 |
3646 | 2025-01-28T17:14:04.486Z | Checking pest v2.7.14 |
3647 | 2025-01-28T17:14:04.591Z | Checking rustix v0.38.37 |
3648 | 2025-01-28T17:14:04.638Z | Checking once_cell v1.20.2 |
3649 | 2025-01-28T17:14:04.802Z | Checking goblin v0.8.2 |
3650 | 2025-01-28T17:14:04.960Z | Checking fs-err v2.11.0 |
3651 | 2025-01-28T17:14:05.240Z | Checking anyhow v1.0.95 |
3652 | 2025-01-28T17:14:05.332Z | Checking indexmap v2.7.0 |
3653 | 2025-01-28T17:14:05.530Z | Checking tabled v0.15.0 |
3654 | 2025-01-28T17:14:06.218Z | Checking terminal_size v0.4.0 |
3655 | 2025-01-28T17:14:06.220Z | Checking tempfile v3.13.0 |
3656 | 2025-01-28T17:14:06.400Z | Checking clap_builder v4.5.27 |
3657 | 2025-01-28T17:14:06.967Z | Checking dtrace-parser v0.2.0 |
3658 | 2025-01-28T17:14:08.056Z | Checking serde_json v1.0.135 |
3659 | 2025-01-28T17:14:08.056Z | Checking serde_spanned v0.6.8 |
3660 | 2025-01-28T17:14:08.059Z | Checking toml_datetime v0.6.8 |
3661 | 2025-01-28T17:14:08.059Z | Checking camino v1.1.9 |
3662 | 2025-01-28T17:14:08.059Z | Checking cargo-platform v0.1.8 |
3663 | 2025-01-28T17:14:08.311Z | Checking semver v1.0.24 |
3664 | 2025-01-28T17:14:08.374Z | Checking toml_edit v0.22.22 |
3665 | 2025-01-28T17:14:08.390Z | Checking macaddr v1.0.1 |
3666 | 2025-01-28T17:14:08.574Z | Checking camino-tempfile v1.1.1 |
3667 | 2025-01-28T17:14:08.626Z | Checking clap v4.5.27 |
3668 | 2025-01-28T17:14:09.241Z | Checking dof v0.3.0 |
3669 | 2025-01-28T17:14:09.241Z | Checking cargo_metadata v0.18.1 |
3670 | 2025-01-28T17:14:09.651Z | Checking usdt-impl v0.5.0 |
3671 | 2025-01-28T17:14:10.007Z | Checking usdt v0.5.0 |
3672 | 2025-01-28T17:14:10.190Z | Checking toml v0.8.19 |
3673 | 2025-01-28T17:14:10.616Z | Checking cargo_toml v0.20.5 |
3674 | 2025-01-28T17:14:11.747Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3675 | 2025-01-28T17:14:12.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
3676 | 2025-01-28T17:14:12.468Z | |
3677 | 2025-01-28T17:14:12.469Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3678 | 2025-01-28T17:14:13.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3679 | 2025-01-28T17:14:13.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3680 | 2025-01-28T17:14:13.212Z | Checking polyval v0.6.2 |
3681 | 2025-01-28T17:14:13.326Z | Checking ctr v0.9.2 |
3682 | 2025-01-28T17:14:13.336Z | Checking ssh-encoding v0.2.0 |
3683 | 2025-01-28T17:14:13.339Z | Checking blowfish v0.9.1 |
3684 | 2025-01-28T17:14:13.356Z | Checking password-hash v0.4.2 |
3685 | 2025-01-28T17:14:13.370Z | Checking p256 v0.13.2 |
3686 | 2025-01-28T17:14:13.372Z | Checking p521 v0.13.3 |
3687 | 2025-01-28T17:14:13.387Z | Checking russh-cryptovec v0.7.3 |
3688 | 2025-01-28T17:14:13.559Z | Checking ghash v0.5.1 |
3689 | 2025-01-28T17:14:13.579Z | Checking md5 v0.7.0 |
3690 | 2025-01-28T17:14:13.579Z | Checking bcrypt-pbkdf v0.10.0 |
3691 | 2025-01-28T17:14:13.631Z | Checking num-bigint v0.4.6 |
3692 | 2025-01-28T17:14:13.634Z | Checking des v0.8.1 |
3693 | 2025-01-28T17:14:13.720Z | Checking aes-gcm v0.10.3 |
3694 | 2025-01-28T17:14:13.741Z | Checking pbkdf2 v0.11.0 |
3695 | 2025-01-28T17:14:13.813Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3696 | 2025-01-28T17:14:13.842Z | Checking hex-literal v0.4.1 |
3697 | 2025-01-28T17:14:13.867Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3698 | 2025-01-28T17:14:13.923Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3699 | 2025-01-28T17:14:13.947Z | Checking ssh-cipher v0.2.0 |
3700 | 2025-01-28T17:14:13.984Z | Checking internet-checksum v0.2.1 |
3701 | 2025-01-28T17:14:14.231Z | Checking ssh-key v0.6.6 |
3702 | 2025-01-28T17:14:14.460Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3703 | 2025-01-28T17:14:15.372Z | Checking russh-keys v0.45.0 |
3704 | 2025-01-28T17:14:16.192Z | Checking russh v0.45.0 |
3705 | 2025-01-28T17:14:32.941Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3706 | 2025-01-28T17:14:34.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.78s |
3707 | 2025-01-28T17:14:34.459Z | |
3708 | 2025-01-28T17:14:34.459Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3709 | 2025-01-28T17:14:34.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3710 | 2025-01-28T17:14:34.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3711 | 2025-01-28T17:14:35.080Z | Checking termios v0.3.3 |
3712 | 2025-01-28T17:14:35.298Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3713 | 2025-01-28T17:14:36.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3714 | 2025-01-28T17:14:36.261Z | |
3715 | 2025-01-28T17:14:36.261Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3716 | 2025-01-28T17:14:36.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3717 | 2025-01-28T17:14:36.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3718 | 2025-01-28T17:14:36.939Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3719 | 2025-01-28T17:14:36.939Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3720 | 2025-01-28T17:14:36.942Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3721 | 2025-01-28T17:14:36.942Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3722 | 2025-01-28T17:14:37.959Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3723 | 2025-01-28T17:14:39.168Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3724 | 2025-01-28T17:14:40.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
3725 | 2025-01-28T17:14:41.085Z | |
3726 | 2025-01-28T17:14:41.085Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3727 | 2025-01-28T17:14:41.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3728 | 2025-01-28T17:14:41.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3729 | 2025-01-28T17:14:41.711Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3730 | 2025-01-28T17:14:42.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3731 | 2025-01-28T17:14:42.342Z | |
3732 | 2025-01-28T17:14:42.342Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3733 | 2025-01-28T17:14:42.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3734 | 2025-01-28T17:14:42.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3735 | 2025-01-28T17:14:42.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3736 | 2025-01-28T17:14:42.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3737 | 2025-01-28T17:14:42.945Z | |
3738 | 2025-01-28T17:14:42.945Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3739 | 2025-01-28T17:14:43.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3740 | 2025-01-28T17:14:43.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3741 | 2025-01-28T17:14:43.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3742 | 2025-01-28T17:14:43.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3743 | 2025-01-28T17:14:43.545Z | |
3744 | 2025-01-28T17:14:43.545Z | info: running `cargo check --bins` on omicron-package (192/197) |
3745 | 2025-01-28T17:14:44.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3746 | 2025-01-28T17:14:44.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3747 | 2025-01-28T17:14:44.196Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3748 | 2025-01-28T17:14:45.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3749 | 2025-01-28T17:14:45.685Z | |
3750 | 2025-01-28T17:14:45.685Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3751 | 2025-01-28T17:14:46.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3752 | 2025-01-28T17:14:46.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3753 | 2025-01-28T17:14:46.367Z | Checking rtoolbox v0.0.2 |
3754 | 2025-01-28T17:14:46.370Z | Checking tui-tree-widget v0.22.0 |
3755 | 2025-01-28T17:14:46.370Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3756 | 2025-01-28T17:14:46.597Z | Checking rpassword v7.3.1 |
3757 | 2025-01-28T17:14:50.304Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3758 | 2025-01-28T17:14:53.071Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3759 | 2025-01-28T17:14:54.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
3760 | 2025-01-28T17:14:54.384Z | |
3761 | 2025-01-28T17:14:54.384Z | info: running `cargo check --bins` on wicket (194/197) |
3762 | 2025-01-28T17:14:54.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3763 | 2025-01-28T17:14:54.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3764 | 2025-01-28T17:14:55.061Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3765 | 2025-01-28T17:14:55.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3766 | 2025-01-28T17:14:55.649Z | |
3767 | 2025-01-28T17:14:55.649Z | info: running `cargo check --bins` on wicketd (195/197) |
3768 | 2025-01-28T17:14:56.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3769 | 2025-01-28T17:14:56.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3770 | 2025-01-28T17:14:56.347Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3771 | 2025-01-28T17:14:56.350Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3772 | 2025-01-28T17:14:57.137Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3773 | 2025-01-28T17:15:00.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3774 | 2025-01-28T17:15:00.994Z | |
3775 | 2025-01-28T17:15:00.994Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3776 | 2025-01-28T17:15:01.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3777 | 2025-01-28T17:15:01.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3778 | 2025-01-28T17:15:01.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3779 | 2025-01-28T17:15:01.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3780 | 2025-01-28T17:15:01.586Z | |
3781 | 2025-01-28T17:15:01.586Z | info: running `cargo check --bins` on zone-setup (197/197) |
3782 | 2025-01-28T17:15:02.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3783 | 2025-01-28T17:15:02.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3784 | 2025-01-28T17:15:02.300Z | Checking uzers v0.12.1 |
3785 | 2025-01-28T17:15:02.643Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3786 | 2025-01-28T17:15:03.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3787 | 2025-01-28T17:15:03.914Z | |
3788 | 2025-01-28T17:15:03.914Z | real 13:08.313648067 |
3789 | 2025-01-28T17:15:03.914Z | user 25:23.119925142 |
3790 | 2025-01-28T17:15:03.914Z | sys 4:10.507745901 |
3791 | 2025-01-28T17:15:03.914Z | trap 0.516910624 |
3792 | 2025-01-28T17:15:03.914Z | tflt 3.007324835 |
3793 | 2025-01-28T17:15:03.914Z | dflt 2.233676286 |
3794 | 2025-01-28T17:15:03.914Z | kflt 0.000861908 |
3795 | 2025-01-28T17:15:03.917Z | lock 44:31.664387209 |
3796 | 2025-01-28T17:15:03.917Z | slp 2:06:08.295220448 |
3797 | 2025-01-28T17:15:03.917Z | lat 1:06.418321997 |
3798 | 2025-01-28T17:15:03.917Z | stop 3:41.907811466 |
3799 | 2025-01-28T17:15:03.917Z | process exited: duration 1084017 ms, exit code 0 |
|
3800 | 2025-01-28T17:15:03.923Z | found 0 output files |