|
|
|
1 | 2025-01-09T19:49:45.032Z | job assigned to worker 01JH69SSZHB04GNDXPQYK9YSZV [factory aws, i-0c4b1391549d9330e] (queued for 51 s) |
|
2 | 2025-01-09T19:49:52.644Z | starting task 0: "setup" |
3 | 2025-01-09T19:49:52.652Z | ++ uname -s |
4 | 2025-01-09T19:49:52.655Z | + kern=SunOS |
5 | 2025-01-09T19:49:52.655Z | + case "$kern" in |
6 | 2025-01-09T19:49:52.655Z | + groupadd -g 12345 build |
7 | 2025-01-09T19:49:52.657Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T19:49:54.662Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T19:49:54.769Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T19:49:54.771Z | + home_fs=zfs |
11 | 2025-01-09T19:49:54.772Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T19:49:54.772Z | + mkdir -p /home/build |
13 | 2025-01-09T19:49:54.774Z | + chown build:build /home/build /work |
14 | 2025-01-09T19:49:56.786Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T19:49:56.791Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2025-01-09T19:49:56.799Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T19:49:56.805Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T19:49:56.805Z | ' 1.81.0 |
19 | 2025-01-09T19:49:56.805Z | * toolchain channel = "1.81.0" |
20 | 2025-01-09T19:49:56.805Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-09T19:49:56.805Z | ' default |
22 | 2025-01-09T19:49:56.805Z | * toolchain profile = "default" |
23 | 2025-01-09T19:49:56.809Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T19:49:56.809Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T19:49:56.966Z | info: downloading installer |
26 | 2025-01-09T19:49:58.233Z | info: profile set to 'default' |
27 | 2025-01-09T19:49:58.233Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T19:49:58.233Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T19:49:58.367Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T19:49:58.367Z | info: downloading component 'cargo' |
31 | 2025-01-09T19:49:59.054Z | info: downloading component 'clippy' |
32 | 2025-01-09T19:49:59.314Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T19:50:00.272Z | info: downloading component 'rust-std' |
34 | 2025-01-09T19:50:01.757Z | info: downloading component 'rustc' |
35 | 2025-01-09T19:50:07.096Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T19:50:07.300Z | info: installing component 'cargo' |
37 | 2025-01-09T19:50:08.129Z | info: installing component 'clippy' |
38 | 2025-01-09T19:50:08.492Z | info: installing component 'rust-docs' |
39 | 2025-01-09T19:50:10.150Z | info: installing component 'rust-std' |
40 | 2025-01-09T19:50:11.874Z | info: installing component 'rustc' |
41 | 2025-01-09T19:50:17.717Z | info: installing component 'rustfmt' |
42 | 2025-01-09T19:50:18.045Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T19:50:18.045Z | |
44 | 2025-01-09T19:50:18.415Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T19:50:18.415Z | |
46 | 2025-01-09T19:50:18.418Z | |
47 | 2025-01-09T19:50:18.418Z | Rust is installed now. Great! |
48 | 2025-01-09T19:50:18.418Z | |
49 | 2025-01-09T19:50:18.418Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T19:50:18.418Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T19:50:18.418Z | |
52 | 2025-01-09T19:50:18.418Z | To configure your current shell, you need to source |
53 | 2025-01-09T19:50:18.418Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T19:50:18.418Z | |
55 | 2025-01-09T19:50:18.418Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T19:50:18.418Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T19:50:18.418Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T19:50:18.495Z | + rustc --version |
59 | 2025-01-09T19:50:18.567Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T19:50:18.571Z | process exited: duration 21770 ms, exit code 0 |
|
61 | 2025-01-09T19:50:18.577Z | starting task 2: "authentication" |
62 | 2025-01-09T19:50:18.598Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-09T19:50:18.603Z | starting task 3: "clone repository" |
64 | 2025-01-09T19:50:18.608Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T19:50:18.611Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T19:50:18.847Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T19:50:25.631Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T19:50:25.631Z | + git fetch origin f40f1a40d3059b487ba809097e00c4f42d34fdec |
69 | 2025-01-09T19:50:25.943Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T19:50:25.943Z | * branch f40f1a40d3059b487ba809097e00c4f42d34fdec -> FETCH_HEAD |
71 | 2025-01-09T19:50:25.954Z | + [[ -n support-bundle-bg-task ]] |
72 | 2025-01-09T19:50:25.957Z | ++ git branch --show-current |
73 | 2025-01-09T19:50:25.959Z | + current=main |
74 | 2025-01-09T19:50:25.959Z | + [[ main != support-bundle-bg-task ]] |
75 | 2025-01-09T19:50:25.959Z | + git branch -f support-bundle-bg-task f40f1a40d3059b487ba809097e00c4f42d34fdec |
76 | 2025-01-09T19:50:25.962Z | + git checkout -f support-bundle-bg-task |
77 | 2025-01-09T19:50:26.144Z | Switched to branch 'support-bundle-bg-task' |
78 | 2025-01-09T19:50:26.147Z | + git reset --hard f40f1a40d3059b487ba809097e00c4f42d34fdec |
79 | 2025-01-09T19:50:26.174Z | HEAD is now at f40f1a40d Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2025-01-09T19:50:26.177Z | process exited: duration 7571 ms, exit code 0 |
|
81 | 2025-01-09T19:50:26.183Z | starting task 4: "build" |
82 | 2025-01-09T19:50:26.188Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-09T19:50:26.190Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-09T19:50:26.191Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-09T19:50:26.191Z | + cargo --version |
86 | 2025-01-09T19:50:26.255Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-09T19:50:26.262Z | + rustc --version |
88 | 2025-01-09T19:50:26.314Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-09T19:50:26.317Z | + source ./env.sh |
90 | 2025-01-09T19:50:26.319Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-09T19:50:26.319Z | ++ set -o xtrace |
92 | 2025-01-09T19:50:26.319Z | ++++ dirname ./env.sh |
93 | 2025-01-09T19:50:26.322Z | +++ readlink -f . |
94 | 2025-01-09T19:50:26.341Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-09T19:50:26.341Z | ++ 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-09T19:50:26.341Z | ++ 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-09T19:50:26.344Z | ++ 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-09T19:50:26.344Z | ++ 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-09T19:50:26.344Z | ++ 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-09T19:50:26.344Z | ++ 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-09T19:50:26.344Z | ++ 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-09T19:50:26.344Z | ++ 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-09T19:50:26.344Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-09T19:50:26.344Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-09T19:50:26.344Z | + 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-09T19:50:26.344Z | + 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-09T19:50:26.344Z | + banner prerequisites |
108 | 2025-01-09T19:50:26.359Z | |
109 | 2025-01-09T19:50:26.359Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-09T19:50:26.360Z | # # # # # # # # # # # # # # # |
111 | 2025-01-09T19:50:26.360Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-09T19:50:26.360Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-09T19:50:26.360Z | # # # # # # # # # # # # # # # |
114 | 2025-01-09T19:50:26.360Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-09T19:50:26.360Z | |
116 | 2025-01-09T19:50:26.363Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-09T19:50:29.171Z | pkg list: illegal option -- F |
118 | 2025-01-09T19:50:29.172Z | Usage: |
119 | 2025-01-09T19:50:29.172Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-09T19:50:29.172Z | [pkg_fmri_pattern ...] |
121 | 2025-01-09T19:50:30.044Z | pkg list: illegal option -- F |
122 | 2025-01-09T19:50:30.044Z | Usage: |
123 | 2025-01-09T19:50:30.044Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-09T19:50:30.044Z | [pkg_fmri_pattern ...] |
125 | 2025-01-09T19:50:36.180Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-09T19:50:40.466Z | Startup: Caching catalogs ... Done |
127 | 2025-01-09T19:50:51.674Z | Planning: Solver setup ... Done (10.216s) |
128 | 2025-01-09T19:50:51.814Z | Planning: Running solver ... Done (0.140s) |
129 | 2025-01-09T19:50:52.415Z | Planning: Finding local manifests ... Done (0.497s) |
130 | 2025-01-09T19:50:52.434Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-09T19:50:53.666Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-09T19:50:54.721Z | Planning: Package planning ... Done (1.056s) |
133 | 2025-01-09T19:50:54.781Z | Planning: Merging actions ... Done (0.058s) |
134 | 2025-01-09T19:50:56.139Z | Planning: Checking for conflicting actions ... Done (1.360s) |
135 | 2025-01-09T19:51:03.570Z | Planning: Consolidating action changes ... Done (7.429s) |
136 | 2025-01-09T19:51:03.924Z | Planning: Evaluating mediators ... Done (0.355s) |
137 | 2025-01-09T19:51:04.008Z | Planning: Planning completed in 23.44 seconds |
138 | 2025-01-09T19:51:05.258Z | Packages to install: 4 |
139 | 2025-01-09T19:51:05.258Z | Packages to update: 3 |
140 | 2025-01-09T19:51:05.258Z | Mediators to change: 2 |
141 | 2025-01-09T19:51:05.261Z | Services to change: 1 |
142 | 2025-01-09T19:51:05.261Z | Estimated space available: 155.63 GB |
143 | 2025-01-09T19:51:05.261Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-09T19:51:05.261Z | Create boot environment: No |
145 | 2025-01-09T19:51:05.261Z | Create backup boot environment: Yes |
146 | 2025-01-09T19:51:05.261Z | Rebuild boot archive: No |
147 | 2025-01-09T19:51:05.261Z | |
148 | 2025-01-09T19:51:05.261Z | Changed mediators: |
149 | 2025-01-09T19:51:05.261Z | mediator clang: |
150 | 2025-01-09T19:51:05.261Z | version: None -> 15 (system default) |
151 | 2025-01-09T19:51:05.261Z | |
152 | 2025-01-09T19:51:05.261Z | mediator llvm: |
153 | 2025-01-09T19:51:05.261Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-09T19:51:05.262Z | |
155 | 2025-01-09T19:51:05.262Z | Changed packages: |
156 | 2025-01-09T19:51:05.262Z | helios-dev |
157 | 2025-01-09T19:51:05.262Z | developer/build-essential |
158 | 2025-01-09T19:51:05.262Z | None -> 11-2.0 |
159 | 2025-01-09T19:51:05.262Z | library/libxmlsec1 |
160 | 2025-01-09T19:51:05.262Z | None -> 1.2.35-2.0 |
161 | 2025-01-09T19:51:05.262Z | ooce/developer/clang-15 |
162 | 2025-01-09T19:51:05.262Z | None -> 15.0.7-2.0 |
163 | 2025-01-09T19:51:05.262Z | ooce/developer/llvm-15 |
164 | 2025-01-09T19:51:05.262Z | None -> 15.0.7-2.0 |
165 | 2025-01-09T19:51:05.262Z | package/pkg |
166 | 2025-01-09T19:51:05.262Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-09T19:51:05.262Z | system/library/g++-runtime |
168 | 2025-01-09T19:51:05.262Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-09T19:51:05.262Z | system/library/gcc-runtime |
170 | 2025-01-09T19:51:05.262Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-09T19:51:05.262Z | |
172 | 2025-01-09T19:51:05.262Z | Services: |
173 | 2025-01-09T19:51:05.262Z | restart_fmri: |
174 | 2025-01-09T19:51:05.262Z | svc:/system/update-man-index:default |
175 | 2025-01-09T19:51:05.262Z | |
176 | 2025-01-09T19:51:05.262Z | Editable files to change: |
177 | 2025-01-09T19:51:05.262Z | Update: |
178 | 2025-01-09T19:51:05.262Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-09T19:51:05.538Z | |
180 | 2025-01-09T19:51:05.538Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-09T19:51:10.542Z | Download: 348/4301 items 16.1/225.4MB 7% complete (3.4M/s) |
182 | 2025-01-09T19:51:15.552Z | Download: 794/4301 items 18.7/225.4MB 8% complete (1.9M/s) |
183 | 2025-01-09T19:51:20.557Z | Download: 1163/4301 items 78.4/225.4MB 34% complete (6.1M/s) |
184 | 2025-01-09T19:51:27.689Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
185 | 2025-01-09T19:51:41.977Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
186 | 2025-01-09T19:51:46.961Z | Download: 1425/4301 items 117.1/225.4MB 51% complete (8.5M/s) |
187 | 2025-01-09T19:51:51.946Z | Download: 1639/4301 items 117.8/225.4MB 52% complete (3.6M/s) |
188 | 2025-01-09T19:51:56.947Z | Download: 1886/4301 items 118.6/225.4MB 52% complete (144k/s) |
189 | 2025-01-09T19:52:02.291Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (141k/s) |
190 | 2025-01-09T19:52:07.558Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (131k/s) |
191 | 2025-01-09T19:52:12.592Z | Download: 2341/4301 items 119.7/225.4MB 53% complete (51.6k/s) |
192 | 2025-01-09T19:52:17.593Z | Download: 2724/4301 items 120.6/225.4MB 53% complete (140k/s) |
193 | 2025-01-09T19:52:22.599Z | Download: 2962/4301 items 121.0/225.4MB 53% complete (143k/s) |
194 | 2025-01-09T19:52:27.765Z | Download: 3170/4301 items 184.4/225.4MB 81% complete (6.4M/s) |
195 | 2025-01-09T19:52:33.165Z | Download: 3239/4301 items 202.2/225.4MB 89% complete (8.1M/s) |
196 | 2025-01-09T19:52:41.161Z | Download: 3244/4301 items 203.1/225.4MB 90% complete (7.3M/s) |
197 | 2025-01-09T19:52:46.525Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (22.4k/s) |
198 | 2025-01-09T19:52:52.606Z | Download: 3287/4301 items 212.3/225.4MB 94% complete (1.3M/s) |
199 | 2025-01-09T19:52:57.645Z | Download: 3424/4301 items 213.2/225.4MB 94% complete (456k/s) |
200 | 2025-01-09T19:53:02.646Z | Download: 3973/4301 items 217.1/225.4MB 96% complete (470k/s) |
201 | 2025-01-09T19:53:17.964Z | Download: 4206/4301 items 218.7/225.4MB 97% complete |
202 | 2025-01-09T19:53:25.235Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (55.0M/s) |
203 | 2025-01-09T19:53:26.223Z | Download: Completed 225.42 MB in 140.68 seconds (1.6M/s) |
204 | 2025-01-09T19:53:28.230Z | Actions: 1/5122 actions (Removing old actions) |
205 | 2025-01-09T19:53:28.244Z | Actions: 194/5122 actions (Installing new actions) |
206 | 2025-01-09T19:53:33.292Z | Actions: 4163/5122 actions (Installing new actions) |
207 | 2025-01-09T19:53:33.788Z | Actions: 4267/5122 actions (Updating modified actions) |
208 | 2025-01-09T19:53:34.418Z | Actions: Completed 5122 actions in 6.19 seconds. |
209 | 2025-01-09T19:53:34.842Z | Done (0.417s) |
210 | 2025-01-09T19:53:34.844Z | Done (0.001s) |
211 | 2025-01-09T19:53:35.425Z | Done (0.581s) |
212 | 2025-01-09T19:53:41.666Z | Done (6.016s) |
213 | 2025-01-09T19:53:42.108Z | Done (0.369s) |
214 | 2025-01-09T19:53:42.110Z | Done (0.000s) |
215 | 2025-01-09T19:53:42.251Z | Done (0.000s) |
216 | 2025-01-09T19:53:42.946Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-01-09T19:53:43.109Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-01-09T19:53:43.112Z | Planning: Consolidating action changes ... Done |
219 | 2025-01-09T19:53:43.378Z | Planning: Evaluating mediators ... Done |
220 | 2025-01-09T19:53:43.380Z | Planning: Planning completed in 0.43 seconds |
221 | 2025-01-09T19:53:43.417Z | Mediators to change: 2 |
222 | 2025-01-09T19:53:43.417Z | Create boot environment: No |
223 | 2025-01-09T19:53:43.417Z | Create backup boot environment: No |
224 | 2025-01-09T19:53:43.483Z | Done |
225 | 2025-01-09T19:53:43.483Z | Done |
226 | 2025-01-09T19:53:43.843Z | Done |
227 | 2025-01-09T19:53:47.515Z | Done |
228 | 2025-01-09T19:53:47.612Z | Done |
229 | 2025-01-09T19:53:47.612Z | Done |
230 | 2025-01-09T19:53:47.735Z | Done |
231 | 2025-01-09T19:53:48.351Z | Planning: Evaluating mediator changes ... Done |
232 | 2025-01-09T19:53:48.355Z | Planning: Merging actions ... Done |
233 | 2025-01-09T19:53:48.539Z | Planning: Checking for conflicting actions ... Done |
234 | 2025-01-09T19:53:48.541Z | Planning: Consolidating action changes ... Done |
235 | 2025-01-09T19:53:48.803Z | Planning: Evaluating mediators ... Done |
236 | 2025-01-09T19:53:48.857Z | Planning: Planning completed in 0.75 seconds |
237 | 2025-01-09T19:53:48.896Z | Packages to change: 1 |
238 | 2025-01-09T19:53:48.896Z | Mediators to change: 1 |
239 | 2025-01-09T19:53:48.896Z | Services to change: 1 |
240 | 2025-01-09T19:53:48.899Z | Create boot environment: No |
241 | 2025-01-09T19:53:48.899Z | Create backup boot environment: Yes |
242 | 2025-01-09T19:53:51.414Z | Actions: 1/6 actions (Updating modified actions) |
243 | 2025-01-09T19:53:51.522Z | Actions: Completed 6 actions in 0.11 seconds. |
244 | 2025-01-09T19:53:51.522Z | Done |
245 | 2025-01-09T19:53:51.522Z | Done |
246 | 2025-01-09T19:53:51.638Z | Done |
247 | 2025-01-09T19:53:55.263Z | Done |
248 | 2025-01-09T19:53:55.352Z | Done |
249 | 2025-01-09T19:53:55.352Z | Done |
250 | 2025-01-09T19:53:55.525Z | Done |
251 | 2025-01-09T19:53:55.962Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
252 | 2025-01-09T19:53:55.962Z | clang system 15 system |
253 | 2025-01-09T19:53:55.962Z | csh system system illumos |
254 | 2025-01-09T19:53:55.962Z | ctags system system illumos |
255 | 2025-01-09T19:53:55.962Z | gcc vendor 12 vendor |
256 | 2025-01-09T19:53:55.962Z | gcc system 10 system |
257 | 2025-01-09T19:53:55.962Z | gcc system 7 system |
258 | 2025-01-09T19:53:55.962Z | go system 1.20 system |
259 | 2025-01-09T19:53:55.962Z | go system 1.19 system |
260 | 2025-01-09T19:53:55.962Z | llvm system 15 system |
261 | 2025-01-09T19:53:55.962Z | llvm system 14 system |
262 | 2025-01-09T19:53:55.962Z | mariadb system 10.6 system |
263 | 2025-01-09T19:53:55.962Z | mta vendor vendor dma |
264 | 2025-01-09T19:53:55.962Z | openjdk system 17 system |
265 | 2025-01-09T19:53:55.962Z | openjdk system 11 system |
266 | 2025-01-09T19:53:55.962Z | openjdk system 1.8 system |
267 | 2025-01-09T19:53:55.962Z | openssl vendor 3 vendor |
268 | 2025-01-09T19:53:55.962Z | perl system 5.36 system |
269 | 2025-01-09T19:53:55.962Z | postgresql system 15 system |
270 | 2025-01-09T19:53:55.962Z | postgresql system 13 system |
271 | 2025-01-09T19:53:55.962Z | python vendor 3 vendor |
272 | 2025-01-09T19:53:55.962Z | python system 2 system |
273 | 2025-01-09T19:53:55.962Z | python3 system 3.11 system |
274 | 2025-01-09T19:53:55.962Z | ruby system 3.0 system |
275 | 2025-01-09T19:53:55.962Z | words vendor vendor american-english |
276 | 2025-01-09T19:53:55.962Z | words system system australian-english |
277 | 2025-01-09T19:53:55.962Z | words system system british-english |
278 | 2025-01-09T19:53:55.962Z | words system system canadian-english |
279 | 2025-01-09T19:53:55.962Z | words system system french |
280 | 2025-01-09T19:53:55.962Z | words system system italian |
281 | 2025-01-09T19:53:55.962Z | words system system ngerman |
282 | 2025-01-09T19:53:55.962Z | words system system ogerman |
283 | 2025-01-09T19:53:55.962Z | words system system spanish |
284 | 2025-01-09T19:53:56.289Z | PUBLISHER TYPE STATUS P LOCATION |
285 | 2025-01-09T19:53:56.289Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
286 | 2025-01-09T19:53:59.024Z | FMRI IFO |
287 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
288 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
289 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
290 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
291 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
292 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
293 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
294 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
295 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
296 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
297 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
298 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
299 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
300 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
301 | 2025-01-09T19:53:59.024Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
302 | 2025-01-09T19:53:59.783Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
303 | 2025-01-09T19:54:00.023Z | Updating crates.io index |
304 | 2025-01-09T19:54:00.068Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
305 | 2025-01-09T19:54:00.369Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
306 | 2025-01-09T19:54:00.810Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
307 | 2025-01-09T19:54:01.092Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
308 | 2025-01-09T19:54:01.356Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
309 | 2025-01-09T19:54:01.624Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
310 | 2025-01-09T19:54:02.503Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
311 | 2025-01-09T19:54:04.220Z | Updating git repository `https://github.com/oxidecomputer/opte` |
312 | 2025-01-09T19:54:04.852Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
313 | 2025-01-09T19:54:05.484Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
314 | 2025-01-09T19:54:05.756Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
315 | 2025-01-09T19:54:06.047Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
316 | 2025-01-09T19:54:06.593Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
317 | 2025-01-09T19:54:06.885Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
318 | 2025-01-09T19:54:07.185Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
319 | 2025-01-09T19:54:07.430Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
320 | 2025-01-09T19:54:07.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
321 | 2025-01-09T19:54:07.843Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
322 | 2025-01-09T19:54:08.130Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
323 | 2025-01-09T19:54:08.399Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
324 | 2025-01-09T19:54:08.663Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
325 | 2025-01-09T19:54:08.987Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
326 | 2025-01-09T19:54:09.452Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
327 | 2025-01-09T19:54:09.744Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
328 | 2025-01-09T19:54:10.122Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
329 | 2025-01-09T19:54:10.524Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
330 | 2025-01-09T19:54:10.911Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
331 | 2025-01-09T19:54:11.388Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
332 | 2025-01-09T19:54:11.640Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
333 | 2025-01-09T19:54:13.017Z | Downloading crates ... |
334 | 2025-01-09T19:54:13.077Z | Downloaded cpufeatures v0.2.14 |
335 | 2025-01-09T19:54:13.080Z | Downloaded autocfg v1.4.0 |
336 | 2025-01-09T19:54:13.082Z | Downloaded clap_derive v4.5.18 |
337 | 2025-01-09T19:54:13.085Z | Downloaded cfg-if v1.0.0 |
338 | 2025-01-09T19:54:13.085Z | Downloaded anstream v0.6.15 |
339 | 2025-01-09T19:54:13.097Z | Downloaded dtrace-parser v0.2.0 |
340 | 2025-01-09T19:54:13.104Z | Downloaded equivalent v1.0.1 |
341 | 2025-01-09T19:54:13.107Z | Downloaded itoa v1.0.11 |
342 | 2025-01-09T19:54:13.114Z | Downloaded scroll_derive v0.12.0 |
343 | 2025-01-09T19:54:13.120Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2025-01-09T19:54:13.124Z | Downloaded pretty-hex v0.4.1 |
345 | 2025-01-09T19:54:13.127Z | Downloaded colorchoice v1.0.2 |
346 | 2025-01-09T19:54:13.129Z | Downloaded generic-array v0.14.7 |
347 | 2025-01-09T19:54:13.132Z | Downloaded fs-err v2.11.0 |
348 | 2025-01-09T19:54:13.134Z | Downloaded is_terminal_polyfill v1.70.1 |
349 | 2025-01-09T19:54:13.134Z | Downloaded fastrand v2.1.1 |
350 | 2025-01-09T19:54:13.134Z | Downloaded dof v0.3.0 |
351 | 2025-01-09T19:54:13.137Z | Downloaded digest v0.10.7 |
352 | 2025-01-09T19:54:13.140Z | Downloaded anstyle v1.0.10 |
353 | 2025-01-09T19:54:13.140Z | Downloaded fnv v1.0.7 |
354 | 2025-01-09T19:54:13.140Z | Downloaded crypto-common v0.1.6 |
355 | 2025-01-09T19:54:13.142Z | Downloaded toml_datetime v0.6.8 |
356 | 2025-01-09T19:54:13.142Z | Downloaded anstyle-query v1.1.1 |
357 | 2025-01-09T19:54:13.145Z | Downloaded errno v0.3.9 |
358 | 2025-01-09T19:54:13.145Z | Downloaded bytecount v0.6.8 |
359 | 2025-01-09T19:54:13.147Z | Downloaded serde_spanned v0.6.8 |
360 | 2025-01-09T19:54:13.147Z | Downloaded proc-macro-error-attr v1.0.4 |
361 | 2025-01-09T19:54:13.150Z | Downloaded clap_lex v0.7.2 |
362 | 2025-01-09T19:54:13.154Z | Downloaded macaddr v1.0.1 |
363 | 2025-01-09T19:54:13.157Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-09T19:54:13.160Z | Downloaded cargo-platform v0.1.8 |
365 | 2025-01-09T19:54:13.160Z | Downloaded block-buffer v0.10.4 |
366 | 2025-01-09T19:54:13.164Z | Downloaded thread-id v4.2.2 |
367 | 2025-01-09T19:54:13.168Z | Downloaded utf8parse v0.2.2 |
368 | 2025-01-09T19:54:13.168Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2025-01-09T19:54:13.168Z | Downloaded memmap v0.7.0 |
370 | 2025-01-09T19:54:13.168Z | Downloaded tabled_derive v0.7.0 |
371 | 2025-01-09T19:54:13.172Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-09T19:54:13.175Z | Downloaded usdt v0.5.0 |
373 | 2025-01-09T19:54:13.177Z | Downloaded strsim v0.11.1 |
374 | 2025-01-09T19:54:13.180Z | Downloaded usdt-macro v0.5.0 |
375 | 2025-01-09T19:54:13.182Z | Downloaded swrite v0.1.0 |
376 | 2025-01-09T19:54:13.182Z | Downloaded byteorder v1.5.0 |
377 | 2025-01-09T19:54:13.185Z | Downloaded smawk v0.3.2 |
378 | 2025-01-09T19:54:13.185Z | Downloaded plain v0.2.3 |
379 | 2025-01-09T19:54:13.187Z | Downloaded heck v0.4.1 |
380 | 2025-01-09T19:54:13.191Z | Downloaded camino-tempfile v1.1.1 |
381 | 2025-01-09T19:54:13.198Z | Downloaded cargo_metadata v0.18.1 |
382 | 2025-01-09T19:54:13.200Z | Downloaded tempfile v3.13.0 |
383 | 2025-01-09T19:54:13.206Z | Downloaded terminal_size v0.4.0 |
384 | 2025-01-09T19:54:13.209Z | Downloaded heck v0.5.0 |
385 | 2025-01-09T19:54:13.209Z | Downloaded anstyle-parse v0.2.5 |
386 | 2025-01-09T19:54:13.212Z | Downloaded quote v1.0.37 |
387 | 2025-01-09T19:54:13.214Z | Downloaded pest_generator v2.7.14 |
388 | 2025-01-09T19:54:13.214Z | Downloaded once_cell v1.20.2 |
389 | 2025-01-09T19:54:13.217Z | Downloaded zerocopy-derive v0.7.35 |
390 | 2025-01-09T19:54:13.220Z | Downloaded version_check v0.9.5 |
391 | 2025-01-09T19:54:13.223Z | Downloaded pest_derive v2.7.14 |
392 | 2025-01-09T19:54:13.225Z | Downloaded thiserror v1.0.69 |
393 | 2025-01-09T19:54:13.229Z | Downloaded sha2 v0.10.8 |
394 | 2025-01-09T19:54:13.231Z | Downloaded cargo_toml v0.20.5 |
395 | 2025-01-09T19:54:13.234Z | Downloaded scroll v0.12.0 |
396 | 2025-01-09T19:54:13.236Z | Downloaded clap v4.5.21 |
397 | 2025-01-09T19:54:13.245Z | Downloaded textwrap v0.16.1 |
398 | 2025-01-09T19:54:13.247Z | Downloaded camino v1.1.9 |
399 | 2025-01-09T19:54:13.249Z | Downloaded anyhow v1.0.93 |
400 | 2025-01-09T19:54:13.253Z | Downloaded unicode-ident v1.0.13 |
401 | 2025-01-09T19:54:13.255Z | Downloaded typenum v1.17.0 |
402 | 2025-01-09T19:54:13.258Z | Downloaded ryu v1.0.18 |
403 | 2025-01-09T19:54:13.260Z | Downloaded semver v1.0.23 |
404 | 2025-01-09T19:54:13.263Z | Downloaded toml v0.8.19 |
405 | 2025-01-09T19:54:13.266Z | Downloaded pest_meta v2.7.14 |
406 | 2025-01-09T19:54:13.268Z | Downloaded thiserror-impl v1.0.69 |
407 | 2025-01-09T19:54:13.271Z | Downloaded bitflags v2.6.0 |
408 | 2025-01-09T19:54:13.273Z | Downloaded ucd-trie v0.1.7 |
409 | 2025-01-09T19:54:13.276Z | Downloaded proc-macro2 v1.0.89 |
410 | 2025-01-09T19:54:13.276Z | Downloaded proc-macro-error v1.0.4 |
411 | 2025-01-09T19:54:13.280Z | Downloaded serde_derive v1.0.215 |
412 | 2025-01-09T19:54:13.283Z | Downloaded log v0.4.22 |
413 | 2025-01-09T19:54:13.294Z | Downloaded serde v1.0.215 |
414 | 2025-01-09T19:54:13.297Z | Downloaded papergrid v0.11.0 |
415 | 2025-01-09T19:54:13.302Z | Downloaded indexmap v2.6.0 |
416 | 2025-01-09T19:54:13.306Z | Downloaded memchr v2.7.4 |
417 | 2025-01-09T19:54:13.320Z | Downloaded toml_edit v0.22.22 |
418 | 2025-01-09T19:54:13.350Z | Downloaded hashbrown v0.15.1 |
419 | 2025-01-09T19:54:13.367Z | Downloaded serde_json v1.0.133 |
420 | 2025-01-09T19:54:13.374Z | Downloaded zerocopy v0.7.35 |
421 | 2025-01-09T19:54:13.387Z | Downloaded winnow v0.6.20 |
422 | 2025-01-09T19:54:13.394Z | Downloaded clap_builder v4.5.21 |
423 | 2025-01-09T19:54:13.400Z | Downloaded tabled v0.15.0 |
424 | 2025-01-09T19:54:13.414Z | Downloaded goblin v0.8.2 |
425 | 2025-01-09T19:54:13.419Z | Downloaded syn v1.0.109 |
426 | 2025-01-09T19:54:13.428Z | Downloaded pest v2.7.14 |
427 | 2025-01-09T19:54:13.433Z | Downloaded unicode-width v0.1.14 |
428 | 2025-01-09T19:54:13.438Z | Downloaded syn v2.0.87 |
429 | 2025-01-09T19:54:13.448Z | Downloaded rustix v0.38.37 |
430 | 2025-01-09T19:54:13.495Z | Downloaded libc v0.2.162 |
431 | 2025-01-09T19:54:13.802Z | Compiling proc-macro2 v1.0.89 |
432 | 2025-01-09T19:54:13.802Z | Compiling unicode-ident v1.0.13 |
433 | 2025-01-09T19:54:13.802Z | Compiling version_check v0.9.5 |
434 | 2025-01-09T19:54:13.805Z | Compiling serde v1.0.215 |
435 | 2025-01-09T19:54:13.805Z | Compiling memchr v2.7.4 |
436 | 2025-01-09T19:54:13.805Z | Compiling thiserror v1.0.69 |
437 | 2025-01-09T19:54:13.805Z | Compiling libc v0.2.162 |
438 | 2025-01-09T19:54:13.839Z | Compiling ucd-trie v0.1.7 |
439 | 2025-01-09T19:54:14.058Z | Compiling ryu v1.0.18 |
440 | 2025-01-09T19:54:14.408Z | Compiling itoa v1.0.11 |
441 | 2025-01-09T19:54:14.537Z | Compiling once_cell v1.20.2 |
442 | 2025-01-09T19:54:14.607Z | Compiling byteorder v1.5.0 |
443 | 2025-01-09T19:54:14.847Z | Compiling rustix v0.38.37 |
444 | 2025-01-09T19:54:15.224Z | Compiling serde_json v1.0.133 |
445 | 2025-01-09T19:54:16.110Z | Compiling bitflags v2.6.0 |
446 | 2025-01-09T19:54:16.203Z | Compiling proc-macro-error-attr v1.0.4 |
447 | 2025-01-09T19:54:16.245Z | Compiling usdt-impl v0.5.0 |
448 | 2025-01-09T19:54:16.269Z | Compiling syn v1.0.109 |
449 | 2025-01-09T19:54:16.478Z | Compiling proc-macro-error v1.0.4 |
450 | 2025-01-09T19:54:16.530Z | Compiling hashbrown v0.15.1 |
451 | 2025-01-09T19:54:16.600Z | Compiling camino v1.1.9 |
452 | 2025-01-09T19:54:16.711Z | Compiling plain v0.2.3 |
453 | 2025-01-09T19:54:16.737Z | Compiling equivalent v1.0.1 |
454 | 2025-01-09T19:54:16.850Z | Compiling log v0.4.22 |
455 | 2025-01-09T19:54:16.877Z | Compiling thread-id v4.2.2 |
456 | 2025-01-09T19:54:16.951Z | Compiling utf8parse v0.2.2 |
457 | 2025-01-09T19:54:17.114Z | Compiling quote v1.0.37 |
458 | 2025-01-09T19:54:17.135Z | Compiling anstyle-parse v0.2.5 |
459 | 2025-01-09T19:54:17.259Z | Compiling semver v1.0.23 |
460 | 2025-01-09T19:54:17.286Z | Compiling winnow v0.6.20 |
461 | 2025-01-09T19:54:17.330Z | Compiling unicode-width v0.1.14 |
462 | 2025-01-09T19:54:17.475Z | Compiling syn v2.0.87 |
463 | 2025-01-09T19:54:17.647Z | Compiling errno v0.3.9 |
464 | 2025-01-09T19:54:17.738Z | Compiling indexmap v2.6.0 |
465 | 2025-01-09T19:54:17.848Z | Compiling is_terminal_polyfill v1.70.1 |
466 | 2025-01-09T19:54:17.873Z | Compiling anstyle v1.0.10 |
467 | 2025-01-09T19:54:17.992Z | Compiling pretty-hex v0.4.1 |
468 | 2025-01-09T19:54:18.199Z | Compiling autocfg v1.4.0 |
469 | 2025-01-09T19:54:18.327Z | Compiling anstyle-query v1.1.1 |
470 | 2025-01-09T19:54:18.486Z | Compiling colorchoice v1.0.2 |
471 | 2025-01-09T19:54:18.650Z | Compiling anstream v0.6.15 |
472 | 2025-01-09T19:54:19.309Z | Compiling heck v0.5.0 |
473 | 2025-01-09T19:54:19.339Z | Compiling fs-err v2.11.0 |
474 | 2025-01-09T19:54:19.421Z | Compiling bytecount v0.6.8 |
475 | 2025-01-09T19:54:19.447Z | Compiling strsim v0.11.1 |
476 | 2025-01-09T19:54:19.616Z | Compiling cfg-if v1.0.0 |
477 | 2025-01-09T19:54:19.642Z | Compiling heck v0.4.1 |
478 | 2025-01-09T19:54:19.713Z | Compiling anyhow v1.0.93 |
479 | 2025-01-09T19:54:19.817Z | Compiling clap_lex v0.7.2 |
480 | 2025-01-09T19:54:20.125Z | Compiling terminal_size v0.4.0 |
481 | 2025-01-09T19:54:20.347Z | Compiling fnv v1.0.7 |
482 | 2025-01-09T19:54:20.370Z | Compiling fastrand v2.1.1 |
483 | 2025-01-09T19:54:20.503Z | Compiling papergrid v0.11.0 |
484 | 2025-01-09T19:54:20.765Z | Compiling tempfile v3.13.0 |
485 | 2025-01-09T19:54:20.798Z | Compiling clap_builder v4.5.21 |
486 | 2025-01-09T19:54:21.099Z | Compiling memmap v0.7.0 |
487 | 2025-01-09T19:54:21.189Z | Compiling smawk v0.3.2 |
488 | 2025-01-09T19:54:21.421Z | Compiling unicode-linebreak v0.1.5 |
489 | 2025-01-09T19:54:21.691Z | Compiling swrite v0.1.0 |
490 | 2025-01-09T19:54:21.822Z | Compiling textwrap v0.16.1 |
491 | 2025-01-09T19:54:23.269Z | Compiling tabled_derive v0.7.0 |
492 | 2025-01-09T19:54:24.779Z | Compiling tabled v0.15.0 |
493 | 2025-01-09T19:54:26.270Z | Compiling serde_derive v1.0.215 |
494 | 2025-01-09T19:54:26.270Z | Compiling thiserror-impl v1.0.69 |
495 | 2025-01-09T19:54:26.272Z | Compiling zerocopy-derive v0.7.35 |
496 | 2025-01-09T19:54:26.272Z | Compiling scroll_derive v0.12.0 |
497 | 2025-01-09T19:54:26.407Z | Compiling clap_derive v4.5.18 |
498 | 2025-01-09T19:54:27.776Z | Compiling scroll v0.12.0 |
499 | 2025-01-09T19:54:28.319Z | Compiling zerocopy v0.7.35 |
500 | 2025-01-09T19:54:28.346Z | Compiling goblin v0.8.2 |
501 | 2025-01-09T19:54:28.944Z | Compiling pest v2.7.14 |
502 | 2025-01-09T19:54:30.411Z | Compiling clap v4.5.21 |
503 | 2025-01-09T19:54:31.268Z | Compiling pest_meta v2.7.14 |
504 | 2025-01-09T19:54:32.133Z | Compiling pest_generator v2.7.14 |
505 | 2025-01-09T19:54:34.088Z | Compiling pest_derive v2.7.14 |
506 | 2025-01-09T19:54:34.692Z | Compiling dtrace-parser v0.2.0 |
507 | 2025-01-09T19:54:36.603Z | Compiling serde_spanned v0.6.8 |
508 | 2025-01-09T19:54:36.603Z | Compiling toml_datetime v0.6.8 |
509 | 2025-01-09T19:54:36.606Z | Compiling cargo-platform v0.1.8 |
510 | 2025-01-09T19:54:36.965Z | Compiling serde_tokenstream v0.2.2 |
511 | 2025-01-09T19:54:37.023Z | Compiling toml_edit v0.22.22 |
512 | 2025-01-09T19:54:37.158Z | Compiling macaddr v1.0.1 |
513 | 2025-01-09T19:54:37.350Z | Compiling camino-tempfile v1.1.1 |
514 | 2025-01-09T19:54:38.092Z | Compiling dof v0.3.0 |
515 | 2025-01-09T19:54:38.092Z | Compiling cargo_metadata v0.18.1 |
516 | 2025-01-09T19:54:39.765Z | Compiling toml v0.8.19 |
517 | 2025-01-09T19:54:40.161Z | Compiling usdt-macro v0.5.0 |
518 | 2025-01-09T19:54:40.327Z | Compiling usdt-attr-macro v0.5.0 |
519 | 2025-01-09T19:54:40.640Z | Compiling cargo_toml v0.20.5 |
520 | 2025-01-09T19:54:41.694Z | Compiling usdt v0.5.0 |
521 | 2025-01-09T19:54:44.183Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
522 | 2025-01-09T19:54:48.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.74s |
523 | 2025-01-09T19:54:48.561Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
524 | 2025-01-09T19:54:49.083Z | Downloading crates ... |
525 | 2025-01-09T19:54:49.239Z | Downloaded aead v0.5.2 |
526 | 2025-01-09T19:54:49.243Z | Downloaded addr2line v0.24.2 |
527 | 2025-01-09T19:54:49.252Z | Downloaded atty v0.2.14 |
528 | 2025-01-09T19:54:49.260Z | Downloaded ciborium-io v0.2.2 |
529 | 2025-01-09T19:54:49.264Z | Downloaded cfg_aliases v0.1.1 |
530 | 2025-01-09T19:54:49.264Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-01-09T19:54:49.264Z | Downloaded cstr-argument v0.1.2 |
532 | 2025-01-09T19:54:49.268Z | Downloaded crunchy v0.2.2 |
533 | 2025-01-09T19:54:49.276Z | Downloaded cfg_aliases v0.2.1 |
534 | 2025-01-09T19:54:49.283Z | Downloaded atomicwrites v0.4.4 |
535 | 2025-01-09T19:54:49.287Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2025-01-09T19:54:49.298Z | Downloaded adler2 v2.0.0 |
537 | 2025-01-09T19:54:49.302Z | Downloaded atomic-waker v1.1.2 |
538 | 2025-01-09T19:54:49.305Z | Downloaded ascii-canvas v3.0.0 |
539 | 2025-01-09T19:54:49.305Z | Downloaded async-recursion v1.1.1 |
540 | 2025-01-09T19:54:49.309Z | Downloaded async-stream v0.3.6 |
541 | 2025-01-09T19:54:49.313Z | Downloaded cmake v0.1.51 |
542 | 2025-01-09T19:54:49.313Z | Downloaded bb8 v0.8.5 |
543 | 2025-01-09T19:54:49.313Z | Downloaded crc-catalog v2.4.0 |
544 | 2025-01-09T19:54:49.318Z | Downloaded cexpr v0.6.0 |
545 | 2025-01-09T19:54:49.318Z | Downloaded darling v0.20.10 |
546 | 2025-01-09T19:54:49.322Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2025-01-09T19:54:49.326Z | Downloaded convert_case v0.4.0 |
548 | 2025-01-09T19:54:49.326Z | Downloaded constant_time_eq v0.3.1 |
549 | 2025-01-09T19:54:49.326Z | Downloaded colored v2.1.0 |
550 | 2025-01-09T19:54:49.331Z | Downloaded ctr v0.9.2 |
551 | 2025-01-09T19:54:49.334Z | Downloaded crossbeam-deque v0.8.5 |
552 | 2025-01-09T19:54:49.334Z | Downloaded crc v3.2.1 |
553 | 2025-01-09T19:54:49.334Z | Downloaded hostname v0.3.1 |
554 | 2025-01-09T19:54:49.338Z | Downloaded headers-core v0.3.0 |
555 | 2025-01-09T19:54:49.338Z | Downloaded humantime v2.1.0 |
556 | 2025-01-09T19:54:49.342Z | Downloaded http-body-util v0.1.2 |
557 | 2025-01-09T19:54:49.342Z | Downloaded cipher v0.4.4 |
558 | 2025-01-09T19:54:49.345Z | Downloaded highway v1.2.0 |
559 | 2025-01-09T19:54:49.346Z | Downloaded chrono-tz-build v0.4.0 |
560 | 2025-01-09T19:54:49.350Z | Downloaded http v1.1.0 |
561 | 2025-01-09T19:54:49.354Z | Downloaded http-body v1.0.1 |
562 | 2025-01-09T19:54:49.354Z | Downloaded progenitor-client v0.8.0 |
563 | 2025-01-09T19:54:49.358Z | Downloaded buf-list v1.0.3 |
564 | 2025-01-09T19:54:49.358Z | Downloaded hyper v1.5.0 |
565 | 2025-01-09T19:54:49.368Z | Downloaded icu_locid_transform_data v1.5.0 |
566 | 2025-01-09T19:54:49.373Z | Downloaded hyper-tls v0.6.0 |
567 | 2025-01-09T19:54:49.374Z | Downloaded iana-time-zone v0.1.61 |
568 | 2025-01-09T19:54:49.374Z | Downloaded async-bb8-diesel v0.2.1 |
569 | 2025-01-09T19:54:49.378Z | Downloaded instant v0.1.13 |
570 | 2025-01-09T19:54:49.378Z | Downloaded ident_case v1.0.1 |
571 | 2025-01-09T19:54:49.382Z | Downloaded icu_provider_macros v1.5.0 |
572 | 2025-01-09T19:54:49.382Z | Downloaded icu_normalizer v1.5.0 |
573 | 2025-01-09T19:54:49.385Z | Downloaded is_ci v1.2.0 |
574 | 2025-01-09T19:54:49.389Z | Downloaded console v0.15.8 |
575 | 2025-01-09T19:54:49.393Z | Downloaded base64ct v1.6.0 |
576 | 2025-01-09T19:54:49.393Z | Downloaded indent_write v2.2.0 |
577 | 2025-01-09T19:54:49.397Z | Downloaded const_format_proc_macros v0.2.33 |
578 | 2025-01-09T19:54:49.404Z | Downloaded impl-trait-for-tuples v0.2.2 |
579 | 2025-01-09T19:54:49.404Z | Downloaded idna_adapter v1.2.0 |
580 | 2025-01-09T19:54:49.407Z | Downloaded argon2 v0.5.3 |
581 | 2025-01-09T19:54:49.407Z | Downloaded icu_provider v1.5.0 |
582 | 2025-01-09T19:54:49.412Z | Downloaded hubpack_derive v0.1.1 |
583 | 2025-01-09T19:54:49.412Z | Downloaded cookie_store v0.21.0 |
584 | 2025-01-09T19:54:49.416Z | Downloaded http-range v0.1.5 |
585 | 2025-01-09T19:54:49.416Z | Downloaded chacha20 v0.9.1 |
586 | 2025-01-09T19:54:49.416Z | Downloaded hyper-util v0.1.10 |
587 | 2025-01-09T19:54:49.420Z | Downloaded kstat-rs v0.2.4 |
588 | 2025-01-09T19:54:49.424Z | Downloaded ciborium-ll v0.2.2 |
589 | 2025-01-09T19:54:49.428Z | Downloaded radium v0.7.0 |
590 | 2025-01-09T19:54:49.428Z | Downloaded icu_locid_transform v1.5.0 |
591 | 2025-01-09T19:54:49.428Z | Downloaded hyper-staticfile v0.10.1 |
592 | 2025-01-09T19:54:49.433Z | Downloaded md5 v0.7.0 |
593 | 2025-01-09T19:54:49.437Z | Downloaded matches v0.1.10 |
594 | 2025-01-09T19:54:49.437Z | Downloaded sync_wrapper v1.0.1 |
595 | 2025-01-09T19:54:49.437Z | Downloaded sync-ptr v0.1.1 |
596 | 2025-01-09T19:54:49.437Z | Downloaded arc-swap v1.7.1 |
597 | 2025-01-09T19:54:49.440Z | Downloaded tinyvec_macros v0.1.1 |
598 | 2025-01-09T19:54:49.443Z | Downloaded vte_generate_state_changes v0.1.2 |
599 | 2025-01-09T19:54:49.444Z | Downloaded lazycell v1.3.0 |
600 | 2025-01-09T19:54:49.446Z | Downloaded ipnetwork v0.20.0 |
601 | 2025-01-09T19:54:49.446Z | Downloaded hex v0.4.3 |
602 | 2025-01-09T19:54:49.449Z | Downloaded r2d2 v0.8.10 |
603 | 2025-01-09T19:54:49.452Z | Downloaded crc32fast v1.4.2 |
604 | 2025-01-09T19:54:49.455Z | Downloaded write16 v1.0.0 |
605 | 2025-01-09T19:54:49.455Z | Downloaded rustfmt-wrapper v0.2.1 |
606 | 2025-01-09T19:54:49.455Z | Downloaded clang-sys v1.8.1 |
607 | 2025-01-09T19:54:49.458Z | Downloaded lru-cache v0.1.2 |
608 | 2025-01-09T19:54:49.463Z | Downloaded lru v0.12.5 |
609 | 2025-01-09T19:54:49.463Z | Downloaded lazy_static v1.5.0 |
610 | 2025-01-09T19:54:49.468Z | Downloaded heck v0.3.3 |
611 | 2025-01-09T19:54:49.468Z | Downloaded linked-hash-map v0.5.6 |
612 | 2025-01-09T19:54:49.473Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2025-01-09T19:54:49.473Z | Downloaded zone_cfg_derive v0.1.2 |
614 | 2025-01-09T19:54:49.473Z | Downloaded const-oid v0.9.6 |
615 | 2025-01-09T19:54:49.478Z | Downloaded endian-type v0.1.2 |
616 | 2025-01-09T19:54:49.478Z | Downloaded zone_cfg_derive v0.3.0 |
617 | 2025-01-09T19:54:49.478Z | Downloaded indexmap v1.9.3 |
618 | 2025-01-09T19:54:49.481Z | Downloaded foreign-types v0.3.2 |
619 | 2025-01-09T19:54:49.481Z | Downloaded serde_path_to_error v0.1.16 |
620 | 2025-01-09T19:54:49.484Z | Downloaded signal-hook-mio v0.2.4 |
621 | 2025-01-09T19:54:49.484Z | Downloaded shlex v1.3.0 |
622 | 2025-01-09T19:54:49.486Z | Downloaded mime v0.3.17 |
623 | 2025-01-09T19:54:49.489Z | Downloaded md-5 v0.10.6 |
624 | 2025-01-09T19:54:49.489Z | Downloaded maplit v1.0.2 |
625 | 2025-01-09T19:54:49.493Z | Downloaded libefi-sys v0.1.0 |
626 | 2025-01-09T19:54:49.493Z | Downloaded httparse v1.9.5 |
627 | 2025-01-09T19:54:49.495Z | Downloaded slog-stdlog v4.1.1 |
628 | 2025-01-09T19:54:49.498Z | Downloaded slog-bunyan v2.5.0 |
629 | 2025-01-09T19:54:49.498Z | Downloaded hickory-client v0.24.1 |
630 | 2025-01-09T19:54:49.501Z | Downloaded num-conv v0.1.0 |
631 | 2025-01-09T19:54:49.504Z | Downloaded universal-hash v0.5.1 |
632 | 2025-01-09T19:54:49.508Z | Downloaded supports-color v3.0.1 |
633 | 2025-01-09T19:54:49.508Z | Downloaded icu_locid v1.5.0 |
634 | 2025-01-09T19:54:49.512Z | Downloaded openssl-probe v0.1.5 |
635 | 2025-01-09T19:54:49.516Z | Downloaded icu_properties v1.5.1 |
636 | 2025-01-09T19:54:49.519Z | Downloaded xz2 v0.1.7 |
637 | 2025-01-09T19:54:49.523Z | Downloaded utf8_iter v1.0.4 |
638 | 2025-01-09T19:54:49.523Z | Downloaded memmap2 v0.9.5 |
639 | 2025-01-09T19:54:49.528Z | Downloaded indicatif v0.17.9 |
640 | 2025-01-09T19:54:49.532Z | Downloaded mockall v0.13.0 |
641 | 2025-01-09T19:54:49.532Z | Downloaded crc-any v2.5.0 |
642 | 2025-01-09T19:54:49.535Z | Downloaded chacha20poly1305 v0.10.1 |
643 | 2025-01-09T19:54:49.538Z | Downloaded dirs-sys-next v0.1.2 |
644 | 2025-01-09T19:54:49.538Z | Downloaded tracing-attributes v0.1.27 |
645 | 2025-01-09T19:54:49.540Z | Downloaded zone v0.3.0 |
646 | 2025-01-09T19:54:49.544Z | Downloaded oso-derive v0.27.3 |
647 | 2025-01-09T19:54:49.544Z | Downloaded zone v0.1.8 |
648 | 2025-01-09T19:54:49.549Z | Downloaded dunce v1.0.5 |
649 | 2025-01-09T19:54:49.549Z | Downloaded serde-big-array v0.5.1 |
650 | 2025-01-09T19:54:49.549Z | Downloaded subtle v2.6.1 |
651 | 2025-01-09T19:54:49.552Z | Downloaded base64 v0.21.7 |
652 | 2025-01-09T19:54:49.554Z | Downloaded rustls-pemfile v2.2.0 |
653 | 2025-01-09T19:54:49.557Z | Downloaded pretty-hex v0.2.1 |
654 | 2025-01-09T19:54:49.559Z | Downloaded cookie v0.18.1 |
655 | 2025-01-09T19:54:49.562Z | Downloaded base64 v0.13.1 |
656 | 2025-01-09T19:54:49.565Z | Downloaded structmeta v0.2.0 |
657 | 2025-01-09T19:54:49.567Z | Downloaded openssl-macros v0.1.1 |
658 | 2025-01-09T19:54:49.567Z | Downloaded typify v0.2.0 |
659 | 2025-01-09T19:54:49.570Z | Downloaded diesel_table_macro_syntax v0.2.0 |
660 | 2025-01-09T19:54:49.572Z | Downloaded dhcproto-macros v0.1.0 |
661 | 2025-01-09T19:54:49.572Z | Downloaded darling_macro v0.20.10 |
662 | 2025-01-09T19:54:49.575Z | Downloaded futures-core v0.3.31 |
663 | 2025-01-09T19:54:49.577Z | Downloaded rand_xorshift v0.3.0 |
664 | 2025-01-09T19:54:49.577Z | Downloaded pkg-config v0.3.31 |
665 | 2025-01-09T19:54:49.580Z | Downloaded fragile v2.0.0 |
666 | 2025-01-09T19:54:49.582Z | Downloaded ena v0.14.3 |
667 | 2025-01-09T19:54:49.585Z | Downloaded prettyplease v0.2.25 |
668 | 2025-01-09T19:54:49.587Z | Downloaded rustls-pki-types v1.10.0 |
669 | 2025-01-09T19:54:49.591Z | Downloaded zopfli v0.8.1 |
670 | 2025-01-09T19:54:49.593Z | Downloaded compact_str v0.8.0 |
671 | 2025-01-09T19:54:49.598Z | Downloaded sec1 v0.7.3 |
672 | 2025-01-09T19:54:49.601Z | Downloaded rustc-demangle v0.1.24 |
673 | 2025-01-09T19:54:49.605Z | Downloaded rand_seeder v0.3.0 |
674 | 2025-01-09T19:54:49.608Z | Downloaded signal-hook-tokio v0.3.1 |
675 | 2025-01-09T19:54:49.608Z | Downloaded semver v0.1.20 |
676 | 2025-01-09T19:54:49.608Z | Downloaded owo-colors v4.1.0 |
677 | 2025-01-09T19:54:49.611Z | Downloaded tiny-keccak v2.0.2 |
678 | 2025-01-09T19:54:49.613Z | Downloaded thiserror-impl-no-std v2.0.2 |
679 | 2025-01-09T19:54:49.616Z | Downloaded structmeta-derive v0.2.0 |
680 | 2025-01-09T19:54:49.620Z | Downloaded tokio-native-tls v0.3.1 |
681 | 2025-01-09T19:54:49.623Z | Downloaded fxhash v0.2.1 |
682 | 2025-01-09T19:54:49.623Z | Downloaded signal-hook-registry v1.4.2 |
683 | 2025-01-09T19:54:49.634Z | Downloaded take_mut v0.2.2 |
684 | 2025-01-09T19:54:49.638Z | Downloaded backtrace v0.3.74 |
685 | 2025-01-09T19:54:49.641Z | Downloaded tungstenite v0.21.0 |
686 | 2025-01-09T19:54:49.644Z | Downloaded heapless v0.8.0 |
687 | 2025-01-09T19:54:49.650Z | Downloaded num-complex v0.4.6 |
688 | 2025-01-09T19:54:49.653Z | Downloaded crypto-bigint v0.5.5 |
689 | 2025-01-09T19:54:49.660Z | Downloaded darling_core v0.20.10 |
690 | 2025-01-09T19:54:49.665Z | Downloaded siphasher v0.3.11 |
691 | 2025-01-09T19:54:49.668Z | Downloaded dsl_auto_type v0.1.2 |
692 | 2025-01-09T19:54:49.671Z | Downloaded termtree v0.4.1 |
693 | 2025-01-09T19:54:49.674Z | Downloaded flagset v0.4.6 |
694 | 2025-01-09T19:54:49.674Z | Downloaded filetime v0.2.25 |
695 | 2025-01-09T19:54:49.677Z | Downloaded fallible-iterator v0.3.0 |
696 | 2025-01-09T19:54:49.679Z | Downloaded nodrop v0.1.14 |
697 | 2025-01-09T19:54:49.679Z | Downloaded time-core v0.1.2 |
698 | 2025-01-09T19:54:49.679Z | Downloaded postcard v1.0.10 |
699 | 2025-01-09T19:54:49.682Z | Downloaded num-integer v0.1.46 |
700 | 2025-01-09T19:54:49.685Z | Downloaded difflib v0.4.0 |
701 | 2025-01-09T19:54:49.687Z | Downloaded phf_generator v0.11.2 |
702 | 2025-01-09T19:54:49.688Z | Downloaded num-iter v0.1.45 |
703 | 2025-01-09T19:54:49.691Z | Downloaded num-derive v0.4.2 |
704 | 2025-01-09T19:54:49.694Z | Downloaded pin-utils v0.1.0 |
705 | 2025-01-09T19:54:49.694Z | Downloaded heapless v0.7.17 |
706 | 2025-01-09T19:54:49.699Z | Downloaded foreign-types-shared v0.1.1 |
707 | 2025-01-09T19:54:49.701Z | Downloaded quick-error v1.2.3 |
708 | 2025-01-09T19:54:49.701Z | Downloaded tokio-stream v0.1.16 |
709 | 2025-01-09T19:54:49.707Z | Downloaded foreign-types-shared v0.3.1 |
710 | 2025-01-09T19:54:49.709Z | Downloaded hickory-server v0.24.1 |
711 | 2025-01-09T19:54:49.715Z | Downloaded resolv-conf v0.7.0 |
712 | 2025-01-09T19:54:49.719Z | Downloaded rsa v0.9.6 |
713 | 2025-01-09T19:54:49.723Z | Downloaded number_prefix v0.4.0 |
714 | 2025-01-09T19:54:49.726Z | Downloaded structmeta-derive v0.3.0 |
715 | 2025-01-09T19:54:49.726Z | Downloaded num_threads v0.1.7 |
716 | 2025-01-09T19:54:49.730Z | Downloaded minimal-lexical v0.2.1 |
717 | 2025-01-09T19:54:49.733Z | Downloaded russh-cryptovec v0.7.3 |
718 | 2025-01-09T19:54:49.735Z | Downloaded rpassword v7.3.1 |
719 | 2025-01-09T19:54:49.735Z | Downloaded multimap v0.10.0 |
720 | 2025-01-09T19:54:49.738Z | Downloaded walkdir v2.5.0 |
721 | 2025-01-09T19:54:49.741Z | Downloaded zerovec-derive v0.10.3 |
722 | 2025-01-09T19:54:49.743Z | Downloaded unicode-xid v0.2.6 |
723 | 2025-01-09T19:54:49.744Z | Downloaded zeroize v1.8.1 |
724 | 2025-01-09T19:54:49.746Z | Downloaded slog v2.7.0 |
725 | 2025-01-09T19:54:49.750Z | Downloaded zeroize_derive v1.4.2 |
726 | 2025-01-09T19:54:49.750Z | Downloaded unarray v0.1.4 |
727 | 2025-01-09T19:54:49.753Z | Downloaded rayon-core v1.12.1 |
728 | 2025-01-09T19:54:49.757Z | Downloaded strum v0.26.3 |
729 | 2025-01-09T19:54:49.757Z | Downloaded password-hash v0.4.2 |
730 | 2025-01-09T19:54:49.764Z | Downloaded group v0.13.0 |
731 | 2025-01-09T19:54:49.764Z | Downloaded zerocopy-derive v0.8.10 |
732 | 2025-01-09T19:54:49.773Z | Downloaded form_urlencoded v1.2.1 |
733 | 2025-01-09T19:54:49.773Z | Downloaded pkcs8 v0.10.2 |
734 | 2025-01-09T19:54:49.773Z | Downloaded itertools v0.12.1 |
735 | 2025-01-09T19:54:49.780Z | Downloaded olpc-cjson v0.1.4 |
736 | 2025-01-09T19:54:49.798Z | Downloaded itertools v0.10.5 |
737 | 2025-01-09T19:54:49.798Z | Downloaded polyval v0.6.2 |
738 | 2025-01-09T19:54:49.798Z | Downloaded aes v0.8.4 |
739 | 2025-01-09T19:54:49.806Z | Downloaded rustc-hash v2.0.0 |
740 | 2025-01-09T19:54:49.806Z | Downloaded rustc-hash v1.1.0 |
741 | 2025-01-09T19:54:49.806Z | Downloaded float-ord v0.3.2 |
742 | 2025-01-09T19:54:49.806Z | Downloaded num-traits v0.2.19 |
743 | 2025-01-09T19:54:49.806Z | Downloaded derive_builder_macro v0.20.2 |
744 | 2025-01-09T19:54:49.806Z | Downloaded num_enum_derive v0.5.11 |
745 | 2025-01-09T19:54:49.806Z | Downloaded hashbrown v0.13.2 |
746 | 2025-01-09T19:54:49.809Z | Downloaded slog-json v2.6.1 |
747 | 2025-01-09T19:54:49.809Z | Downloaded rtoolbox v0.0.2 |
748 | 2025-01-09T19:54:49.809Z | Downloaded time-macros v0.2.18 |
749 | 2025-01-09T19:54:49.809Z | Downloaded rcgen v0.12.1 |
750 | 2025-01-09T19:54:49.812Z | Downloaded pkcs5 v0.7.1 |
751 | 2025-01-09T19:54:49.814Z | Downloaded tinystr v0.7.6 |
752 | 2025-01-09T19:54:49.817Z | Downloaded parse-size v1.1.0 |
753 | 2025-01-09T19:54:49.817Z | Downloaded libm v0.2.8 |
754 | 2025-01-09T19:54:49.826Z | Downloaded newtype_derive v0.1.6 |
755 | 2025-01-09T19:54:49.831Z | Downloaded dhcproto v0.12.0 |
756 | 2025-01-09T19:54:49.831Z | Downloaded tracing-core v0.1.32 |
757 | 2025-01-09T19:54:49.833Z | Downloaded poly1305 v0.8.0 |
758 | 2025-01-09T19:54:49.836Z | Downloaded unicode-properties v0.1.3 |
759 | 2025-01-09T19:54:49.840Z | Downloaded diesel_derives v2.2.3 |
760 | 2025-01-09T19:54:49.843Z | Downloaded idna v1.0.3 |
761 | 2025-01-09T19:54:49.845Z | Downloaded which v4.4.2 |
762 | 2025-01-09T19:54:49.848Z | Downloaded data-encoding v2.6.0 |
763 | 2025-01-09T19:54:49.852Z | Downloaded pin-project-lite v0.2.14 |
764 | 2025-01-09T19:54:49.855Z | Downloaded similar v2.6.0 |
765 | 2025-01-09T19:54:49.858Z | Downloaded normalize-line-endings v0.3.0 |
766 | 2025-01-09T19:54:49.861Z | Downloaded nibble_vec v0.1.0 |
767 | 2025-01-09T19:54:49.861Z | Downloaded tokio-util v0.7.12 |
768 | 2025-01-09T19:54:49.870Z | Downloaded thiserror v2.0.3 |
769 | 2025-01-09T19:54:49.875Z | Downloaded powerfmt v0.2.0 |
770 | 2025-01-09T19:54:49.879Z | Downloaded paste v1.0.15 |
771 | 2025-01-09T19:54:49.879Z | Downloaded toolchain_find v0.4.0 |
772 | 2025-01-09T19:54:49.886Z | Downloaded tokio-macros v2.4.0 |
773 | 2025-01-09T19:54:49.886Z | Downloaded shell-words v1.1.0 |
774 | 2025-01-09T19:54:49.886Z | Downloaded progenitor v0.8.0 |
775 | 2025-01-09T19:54:49.886Z | Downloaded predicates-tree v1.0.11 |
776 | 2025-01-09T19:54:49.889Z | Downloaded wyz v0.5.1 |
777 | 2025-01-09T19:54:49.889Z | Downloaded thread_local v1.1.8 |
778 | 2025-01-09T19:54:49.889Z | Downloaded rustc_version v0.4.1 |
779 | 2025-01-09T19:54:49.889Z | Downloaded rustc_version v0.1.7 |
780 | 2025-01-09T19:54:49.889Z | Downloaded embedded-io v0.4.0 |
781 | 2025-01-09T19:54:49.892Z | Downloaded tokio-rustls v0.26.0 |
782 | 2025-01-09T19:54:49.895Z | Downloaded spin v0.9.8 |
783 | 2025-01-09T19:54:49.897Z | Downloaded parse-display v0.10.0 |
784 | 2025-01-09T19:54:49.897Z | Downloaded tracing v0.1.40 |
785 | 2025-01-09T19:54:49.901Z | Downloaded downcast v0.11.0 |
786 | 2025-01-09T19:54:49.904Z | Downloaded derive_builder_core v0.20.2 |
787 | 2025-01-09T19:54:49.907Z | Downloaded env_filter v0.1.2 |
788 | 2025-01-09T19:54:49.907Z | Downloaded libxml v0.3.3 |
789 | 2025-01-09T19:54:49.913Z | Downloaded value-bag v1.9.0 |
790 | 2025-01-09T19:54:49.916Z | Downloaded ppv-lite86 v0.2.20 |
791 | 2025-01-09T19:54:49.918Z | Downloaded pin-project v1.1.6 |
792 | 2025-01-09T19:54:49.930Z | Downloaded serde-hex v0.1.0 |
793 | 2025-01-09T19:54:49.932Z | Downloaded phf_shared v0.11.2 |
794 | 2025-01-09T19:54:49.932Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2025-01-09T19:54:49.941Z | Downloaded packed_struct v0.10.1 |
796 | 2025-01-09T19:54:49.941Z | Downloaded scrypt v0.11.0 |
797 | 2025-01-09T19:54:49.941Z | Downloaded strum_macros v0.25.3 |
798 | 2025-01-09T19:54:49.941Z | Downloaded defmt-macros v0.3.9 |
799 | 2025-01-09T19:54:49.945Z | Downloaded defmt v0.3.8 |
800 | 2025-01-09T19:54:49.948Z | Downloaded strum_macros v0.24.3 |
801 | 2025-01-09T19:54:49.948Z | Downloaded unicode_categories v0.1.1 |
802 | 2025-01-09T19:54:49.955Z | Downloaded fs_extra v1.3.0 |
803 | 2025-01-09T19:54:49.958Z | Downloaded scopeguard v1.2.0 |
804 | 2025-01-09T19:54:49.958Z | Downloaded derive_builder v0.20.2 |
805 | 2025-01-09T19:54:49.958Z | Downloaded snafu-derive v0.8.5 |
806 | 2025-01-09T19:54:49.962Z | Downloaded vergen v8.3.2 |
807 | 2025-01-09T19:54:49.965Z | Downloaded twox-hash v1.6.3 |
808 | 2025-01-09T19:54:49.965Z | Downloaded ecdsa v0.16.9 |
809 | 2025-01-09T19:54:49.967Z | Downloaded new_debug_unreachable v1.0.6 |
810 | 2025-01-09T19:54:49.967Z | Downloaded der v0.7.9 |
811 | 2025-01-09T19:54:49.972Z | Downloaded fd-lock v4.0.2 |
812 | 2025-01-09T19:54:49.975Z | Downloaded parking_lot v0.11.2 |
813 | 2025-01-09T19:54:49.978Z | Downloaded futures-io v0.3.31 |
814 | 2025-01-09T19:54:49.981Z | Downloaded itertools v0.13.0 |
815 | 2025-01-09T19:54:49.986Z | Downloaded precomputed-hash v0.1.1 |
816 | 2025-01-09T19:54:49.989Z | Downloaded phf_shared v0.10.0 |
817 | 2025-01-09T19:54:49.989Z | Downloaded try-lock v0.2.5 |
818 | 2025-01-09T19:54:49.989Z | Downloaded peg v0.8.4 |
819 | 2025-01-09T19:54:49.992Z | Downloaded untrusted v0.7.1 |
820 | 2025-01-09T19:54:49.995Z | Downloaded hash32 v0.2.1 |
821 | 2025-01-09T19:54:50.000Z | Downloaded term v0.7.0 |
822 | 2025-01-09T19:54:50.003Z | Downloaded pem v3.0.4 |
823 | 2025-01-09T19:54:50.003Z | Downloaded peg-runtime v0.8.3 |
824 | 2025-01-09T19:54:50.003Z | Downloaded serde_repr v0.1.19 |
825 | 2025-01-09T19:54:50.009Z | Downloaded progenitor-macro v0.8.0 |
826 | 2025-01-09T19:54:50.009Z | Downloaded predicates-core v1.0.8 |
827 | 2025-01-09T19:54:50.009Z | Downloaded aho-corasick v1.1.3 |
828 | 2025-01-09T19:54:50.014Z | Downloaded sqlparser_derive v0.2.2 |
829 | 2025-01-09T19:54:50.019Z | Downloaded uzers v0.12.1 |
830 | 2025-01-09T19:54:50.020Z | Downloaded whoami v1.5.2 |
831 | 2025-01-09T19:54:50.020Z | Downloaded path-slash v0.1.5 |
832 | 2025-01-09T19:54:50.024Z | Downloaded zerofrom v0.1.4 |
833 | 2025-01-09T19:54:50.024Z | Downloaded ref-cast-impl v1.0.23 |
834 | 2025-01-09T19:54:50.024Z | Downloaded opaque-debug v0.3.1 |
835 | 2025-01-09T19:54:50.024Z | Downloaded env_logger v0.11.5 |
836 | 2025-01-09T19:54:50.027Z | Downloaded toml v0.7.8 |
837 | 2025-01-09T19:54:50.029Z | Downloaded tabwriter v1.4.0 |
838 | 2025-01-09T19:54:50.029Z | Downloaded postgres-types v0.2.8 |
839 | 2025-01-09T19:54:50.034Z | Downloaded reedline v0.35.0 |
840 | 2025-01-09T19:54:50.039Z | Downloaded tower-service v0.3.3 |
841 | 2025-01-09T19:54:50.042Z | Downloaded pbkdf2 v0.11.0 |
842 | 2025-01-09T19:54:50.042Z | Downloaded headers v0.4.0 |
843 | 2025-01-09T19:54:50.047Z | Downloaded thiserror-no-std v2.0.2 |
844 | 2025-01-09T19:54:50.050Z | Downloaded tui-tree-widget v0.22.0 |
845 | 2025-01-09T19:54:50.054Z | Downloaded glob v0.3.1 |
846 | 2025-01-09T19:54:50.057Z | Downloaded futures-channel v0.3.31 |
847 | 2025-01-09T19:54:50.057Z | Downloaded num v0.4.3 |
848 | 2025-01-09T19:54:50.057Z | Downloaded debug-ignore v1.0.5 |
849 | 2025-01-09T19:54:50.060Z | Downloaded psl-types v2.0.11 |
850 | 2025-01-09T19:54:50.060Z | Downloaded phf_codegen v0.11.2 |
851 | 2025-01-09T19:54:50.063Z | Downloaded unsafe-libyaml v0.2.11 |
852 | 2025-01-09T19:54:50.066Z | Downloaded uuid v1.11.0 |
853 | 2025-01-09T19:54:50.069Z | Downloaded dropshot_endpoint v0.13.0 |
854 | 2025-01-09T19:54:50.072Z | Downloaded aws-lc-rs v1.10.0 |
855 | 2025-01-09T19:54:50.079Z | Downloaded fallible-streaming-iterator v0.1.9 |
856 | 2025-01-09T19:54:50.081Z | Downloaded fallible-iterator v0.2.0 |
857 | 2025-01-09T19:54:50.081Z | Downloaded thiserror-impl v2.0.3 |
858 | 2025-01-09T19:54:50.084Z | Downloaded zerofrom-derive v0.1.4 |
859 | 2025-01-09T19:54:50.084Z | Downloaded hkdf v0.12.4 |
860 | 2025-01-09T19:54:50.087Z | Downloaded termios v0.3.3 |
861 | 2025-01-09T19:54:50.089Z | Downloaded hash32 v0.3.1 |
862 | 2025-01-09T19:54:50.089Z | Downloaded ron v0.8.1 |
863 | 2025-01-09T19:54:50.095Z | Downloaded untrusted v0.9.0 |
864 | 2025-01-09T19:54:50.098Z | Downloaded displaydoc v0.2.5 |
865 | 2025-01-09T19:54:50.098Z | Downloaded percent-encoding v2.3.1 |
866 | 2025-01-09T19:54:50.101Z | Downloaded icu_properties_data v1.5.0 |
867 | 2025-01-09T19:54:50.109Z | Downloaded sigpipe v0.1.3 |
868 | 2025-01-09T19:54:50.111Z | Downloaded blake3 v1.5.4 |
869 | 2025-01-09T19:54:50.117Z | Downloaded multer v3.1.0 |
870 | 2025-01-09T19:54:50.120Z | Downloaded predicates v3.1.2 |
871 | 2025-01-09T19:54:50.123Z | Downloaded ssh-cipher v0.2.0 |
872 | 2025-01-09T19:54:50.125Z | Downloaded schemars_derive v0.8.21 |
873 | 2025-01-09T19:54:50.128Z | Downloaded scheduled-thread-pool v0.2.7 |
874 | 2025-01-09T19:54:50.128Z | Downloaded ron v0.7.1 |
875 | 2025-01-09T19:54:50.132Z | Downloaded ff v0.13.0 |
876 | 2025-01-09T19:54:50.134Z | Downloaded salsa20 v0.10.2 |
877 | 2025-01-09T19:54:50.134Z | Downloaded funty v2.0.0 |
878 | 2025-01-09T19:54:50.136Z | Downloaded elliptic-curve v0.13.8 |
879 | 2025-01-09T19:54:50.139Z | Downloaded des v0.8.1 |
880 | 2025-01-09T19:54:50.142Z | Downloaded rand v0.8.5 |
881 | 2025-01-09T19:54:50.144Z | Downloaded ed25519-dalek v2.1.1 |
882 | 2025-01-09T19:54:50.147Z | Downloaded simd-adler32 v0.3.7 |
883 | 2025-01-09T19:54:50.150Z | Downloaded serde_urlencoded v0.7.1 |
884 | 2025-01-09T19:54:50.150Z | Downloaded utf-8 v0.7.6 |
885 | 2025-01-09T19:54:50.153Z | Downloaded peg-macros v0.8.4 |
886 | 2025-01-09T19:54:50.153Z | Downloaded unicode-normalization v0.1.24 |
887 | 2025-01-09T19:54:50.157Z | Downloaded float-cmp v0.9.0 |
888 | 2025-01-09T19:54:50.162Z | Downloaded deranged v0.3.11 |
889 | 2025-01-09T19:54:50.162Z | Downloaded static_assertions v1.1.0 |
890 | 2025-01-09T19:54:50.165Z | Downloaded futures-macro v0.3.31 |
891 | 2025-01-09T19:54:50.165Z | Downloaded newline-converter v0.3.0 |
892 | 2025-01-09T19:54:50.165Z | Downloaded xattr v1.3.1 |
893 | 2025-01-09T19:54:50.165Z | Downloaded stable_deref_trait v1.2.0 |
894 | 2025-01-09T19:54:50.169Z | Downloaded tungstenite v0.24.0 |
895 | 2025-01-09T19:54:50.173Z | Downloaded x509-cert v0.2.5 |
896 | 2025-01-09T19:54:50.176Z | Downloaded zerocopy v0.6.6 |
897 | 2025-01-09T19:54:50.179Z | Downloaded snafu v0.8.5 |
898 | 2025-01-09T19:54:50.182Z | Downloaded derive_more v0.99.18 |
899 | 2025-01-09T19:54:50.187Z | Downloaded yoke v0.7.4 |
900 | 2025-01-09T19:54:50.190Z | Downloaded signature v2.2.0 |
901 | 2025-01-09T19:54:50.192Z | Downloaded progenitor-impl v0.8.0 |
902 | 2025-01-09T19:54:50.192Z | Downloaded ssh-key v0.6.6 |
903 | 2025-01-09T19:54:50.200Z | Downloaded nu-ansi-term v0.50.1 |
904 | 2025-01-09T19:54:50.202Z | Downloaded tungstenite v0.23.0 |
905 | 2025-01-09T19:54:50.205Z | Downloaded tar v0.4.42 |
906 | 2025-01-09T19:54:50.210Z | Downloaded typed-path v0.9.3 |
907 | 2025-01-09T19:54:50.214Z | Downloaded parking_lot_core v0.9.10 |
908 | 2025-01-09T19:54:50.217Z | Downloaded globset v0.4.15 |
909 | 2025-01-09T19:54:50.217Z | Downloaded omicron-zone-package v0.12.0 |
910 | 2025-01-09T19:54:50.219Z | Downloaded mockall_derive v0.13.0 |
911 | 2025-01-09T19:54:50.222Z | Downloaded futures-util v0.3.31 |
912 | 2025-01-09T19:54:50.233Z | Downloaded yasna v0.5.2 |
913 | 2025-01-09T19:54:50.236Z | Downloaded quinn v0.11.5 |
914 | 2025-01-09T19:54:50.238Z | Downloaded p256 v0.13.2 |
915 | 2025-01-09T19:54:50.243Z | Downloaded half v2.4.1 |
916 | 2025-01-09T19:54:50.247Z | Downloaded parking_lot v0.12.3 |
917 | 2025-01-09T19:54:50.251Z | Downloaded futures v0.3.31 |
918 | 2025-01-09T19:54:50.253Z | Downloaded time v0.3.36 |
919 | 2025-01-09T19:54:50.261Z | Downloaded getrandom v0.2.15 |
920 | 2025-01-09T19:54:50.264Z | Downloaded bindgen v0.69.5 |
921 | 2025-01-09T19:54:50.268Z | Downloaded reqwest v0.12.9 |
922 | 2025-01-09T19:54:50.277Z | Downloaded fatfs v0.3.6 |
923 | 2025-01-09T19:54:50.280Z | Downloaded publicsuffix v2.2.3 |
924 | 2025-01-09T19:54:50.283Z | Downloaded hashbrown v0.14.5 |
925 | 2025-01-09T19:54:50.288Z | Downloaded rustls-webpki v0.101.7 |
926 | 2025-01-09T19:54:50.303Z | Downloaded url v2.5.3 |
927 | 2025-01-09T19:54:50.309Z | Downloaded idna v0.5.0 |
928 | 2025-01-09T19:54:50.314Z | Downloaded nom v7.1.3 |
929 | 2025-01-09T19:54:50.319Z | Downloaded quick-xml v0.33.0 |
930 | 2025-01-09T19:54:50.325Z | Downloaded rusqlite v0.32.1 |
931 | 2025-01-09T19:54:50.333Z | Downloaded idna v0.4.0 |
932 | 2025-01-09T19:54:50.340Z | Downloaded petname v2.0.2 |
933 | 2025-01-09T19:54:50.347Z | Downloaded idna v0.3.0 |
934 | 2025-01-09T19:54:50.351Z | Downloaded idna v0.2.3 |
935 | 2025-01-09T19:54:50.358Z | Downloaded steno v0.4.1 |
936 | 2025-01-09T19:54:50.362Z | Downloaded tokio-postgres v0.7.12 |
937 | 2025-01-09T19:54:50.367Z | Downloaded webpki-roots v0.26.6 |
938 | 2025-01-09T19:54:50.372Z | Downloaded toml_edit v0.19.15 |
939 | 2025-01-09T19:54:50.394Z | Downloaded zerovec v0.10.4 |
940 | 2025-01-09T19:54:50.402Z | Downloaded rustyline v14.0.0 |
941 | 2025-01-09T19:54:50.409Z | Downloaded tough v0.19.0 |
942 | 2025-01-09T19:54:50.423Z | Downloaded p521 v0.13.3 |
943 | 2025-01-09T19:54:50.427Z | Downloaded winnow v0.5.40 |
944 | 2025-01-09T19:54:50.438Z | Downloaded nix v0.28.0 |
945 | 2025-01-09T19:54:50.451Z | Downloaded serde_with v3.11.0 |
946 | 2025-01-09T19:54:50.459Z | Downloaded salty v0.3.0 |
947 | 2025-01-09T19:54:50.468Z | Downloaded object v0.30.4 |
948 | 2025-01-09T19:54:50.476Z | Downloaded quinn-proto v0.11.8 |
949 | 2025-01-09T19:54:50.484Z | Downloaded polar-core v0.27.3 |
950 | 2025-01-09T19:54:50.495Z | Downloaded vcpkg v0.2.15 |
951 | 2025-01-09T19:54:50.532Z | Downloaded h2 v0.4.6 |
952 | 2025-01-09T19:54:50.538Z | Downloaded p384 v0.13.0 |
953 | 2025-01-09T19:54:50.544Z | Downloaded regress v0.9.1 |
954 | 2025-01-09T19:54:50.555Z | Downloaded zerocopy v0.8.10 |
955 | 2025-01-09T19:54:50.578Z | Downloaded object v0.36.5 |
956 | 2025-01-09T19:54:50.589Z | Downloaded rustls v0.21.12 |
957 | 2025-01-09T19:54:50.600Z | Downloaded radix_trie v0.2.1 |
958 | 2025-01-09T19:54:50.607Z | Downloaded git2 v0.19.0 |
959 | 2025-01-09T19:54:50.614Z | Downloaded typify-impl v0.2.0 |
960 | 2025-01-09T19:54:50.629Z | Downloaded regex-syntax v0.8.5 |
961 | 2025-01-09T19:54:50.637Z | Downloaded regex v1.11.1 |
962 | 2025-01-09T19:54:50.648Z | Downloaded rustls v0.23.19 |
963 | 2025-01-09T19:54:50.661Z | Downloaded regex-syntax v0.6.29 |
964 | 2025-01-09T19:54:50.668Z | Downloaded dropshot v0.12.0 |
965 | 2025-01-09T19:54:50.687Z | Downloaded ratatui v0.28.1 |
966 | 2025-01-09T19:54:50.704Z | Downloaded nix v0.29.0 |
967 | 2025-01-09T19:54:50.714Z | Downloaded dropshot v0.13.0 |
968 | 2025-01-09T19:54:50.734Z | Downloaded zerocopy-derive v0.6.6 |
969 | 2025-01-09T19:54:50.743Z | Downloaded rustls v0.22.4 |
970 | 2025-01-09T19:54:50.755Z | Downloaded openapiv3 v2.0.0 |
971 | 2025-01-09T19:54:50.766Z | Downloaded sled v0.34.7 |
972 | 2025-01-09T19:54:50.777Z | Downloaded diesel v2.2.6 |
973 | 2025-01-09T19:54:50.795Z | Downloaded trust-dns-proto v0.22.0 |
974 | 2025-01-09T19:54:50.807Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2025-01-09T19:54:50.819Z | Downloaded chrono-tz v0.10.0 |
976 | 2025-01-09T19:54:50.827Z | Downloaded bstr v1.10.0 |
977 | 2025-01-09T19:54:50.837Z | Downloaded nix v0.27.1 |
978 | 2025-01-09T19:54:50.849Z | Downloaded lzma-sys v0.1.20 |
979 | 2025-01-09T19:54:50.876Z | Downloaded libz-sys v1.1.20 |
980 | 2025-01-09T19:54:50.897Z | Downloaded regress v0.10.1 |
981 | 2025-01-09T19:54:50.904Z | Downloaded regex-automata v0.4.8 |
982 | 2025-01-09T19:54:50.921Z | Downloaded tokio v1.40.0 |
983 | 2025-01-09T19:54:50.957Z | Downloaded petgraph v0.6.5 |
984 | 2025-01-09T19:54:50.974Z | Downloaded smoltcp v0.11.0 |
985 | 2025-01-09T19:54:50.985Z | Downloaded hickory-proto v0.24.1 |
986 | 2025-01-09T19:54:51.002Z | Downloaded sqlparser v0.45.0 |
987 | 2025-01-09T19:54:51.009Z | Downloaded csv v1.3.0 |
988 | 2025-01-09T19:54:51.024Z | Downloaded proptest v1.5.0 |
989 | 2025-01-09T19:54:51.036Z | Downloaded openssl v0.10.66 |
990 | 2025-01-09T19:54:51.043Z | Downloaded curve25519-dalek v4.1.3 |
991 | 2025-01-09T19:54:51.053Z | Downloaded portable-atomic v1.9.0 |
992 | 2025-01-09T19:54:51.059Z | Downloaded sha3 v0.10.8 |
993 | 2025-01-09T19:54:51.064Z | Downloaded unicode-width v0.2.0 |
994 | 2025-01-09T19:54:51.071Z | Downloaded rustls-webpki v0.102.8 |
995 | 2025-01-09T19:54:51.089Z | Downloaded gimli v0.31.1 |
996 | 2025-01-09T19:54:51.097Z | Downloaded smoltcp v0.9.1 |
997 | 2025-01-09T19:54:51.107Z | Downloaded russh v0.45.0 |
998 | 2025-01-09T19:54:51.112Z | Downloaded chrono v0.4.38 |
999 | 2025-01-09T19:54:51.119Z | Downloaded bitvec v1.0.1 |
1000 | 2025-01-09T19:54:51.136Z | Downloaded zip v0.6.6 |
1001 | 2025-01-09T19:54:51.139Z | Downloaded serde_yaml v0.9.34+deprecated |
1002 | 2025-01-09T19:54:51.142Z | Downloaded hashbrown v0.12.3 |
1003 | 2025-01-09T19:54:51.146Z | Downloaded rayon v1.10.0 |
1004 | 2025-01-09T19:54:51.154Z | Downloaded lalrpop v0.19.12 |
1005 | 2025-01-09T19:54:51.165Z | Downloaded strum_macros v0.26.4 |
1006 | 2025-01-09T19:54:51.167Z | Downloaded serde_with_macros v3.11.0 |
1007 | 2025-01-09T19:54:51.170Z | Downloaded yoke-derive v0.7.4 |
1008 | 2025-01-09T19:54:51.170Z | Downloaded string_cache v0.8.7 |
1009 | 2025-01-09T19:54:51.173Z | Downloaded rfc6979 v0.4.0 |
1010 | 2025-01-09T19:54:51.173Z | Downloaded topological-sort v0.2.2 |
1011 | 2025-01-09T19:54:51.173Z | Downloaded num_enum v0.5.11 |
1012 | 2025-01-09T19:54:51.176Z | Downloaded native-tls v0.2.12 |
1013 | 2025-01-09T19:54:51.179Z | Downloaded serde_derive_internals v0.29.1 |
1014 | 2025-01-09T19:54:51.182Z | Downloaded flume v0.11.1 |
1015 | 2025-01-09T19:54:51.184Z | Downloaded parse-zoneinfo v0.3.1 |
1016 | 2025-01-09T19:54:51.186Z | Downloaded dropshot_endpoint v0.12.0 |
1017 | 2025-01-09T19:54:51.189Z | Downloaded socket2 v0.5.7 |
1018 | 2025-01-09T19:54:51.191Z | Downloaded derive-where v1.2.7 |
1019 | 2025-01-09T19:54:51.194Z | Downloaded expectorate v1.1.0 |
1020 | 2025-01-09T19:54:51.197Z | Downloaded encoding_rs v0.8.34 |
1021 | 2025-01-09T19:54:51.217Z | Downloaded tokio-rustls v0.24.1 |
1022 | 2025-01-09T19:54:51.221Z | Downloaded display-error-chain v0.2.2 |
1023 | 2025-01-09T19:54:51.221Z | Downloaded pbkdf2 v0.12.2 |
1024 | 2025-01-09T19:54:51.221Z | Downloaded num-bigint-dig v0.8.4 |
1025 | 2025-01-09T19:54:51.224Z | Downloaded flate2 v1.0.34 |
1026 | 2025-01-09T19:54:51.229Z | Downloaded tokio-rustls v0.25.0 |
1027 | 2025-01-09T19:54:51.232Z | Downloaded termcolor v1.4.1 |
1028 | 2025-01-09T19:54:51.232Z | Downloaded slog-envlogger v2.2.0 |
1029 | 2025-01-09T19:54:51.235Z | Downloaded ssh-encoding v0.2.0 |
1030 | 2025-01-09T19:54:51.235Z | Downloaded sct v0.7.1 |
1031 | 2025-01-09T19:54:51.238Z | Downloaded defmt-parser v0.3.4 |
1032 | 2025-01-09T19:54:51.240Z | Downloaded unicode-segmentation v1.12.0 |
1033 | 2025-01-09T19:54:51.242Z | Downloaded russh-keys v0.45.0 |
1034 | 2025-01-09T19:54:51.245Z | Downloaded writeable v0.5.5 |
1035 | 2025-01-09T19:54:51.245Z | Downloaded test-strategy v0.3.1 |
1036 | 2025-01-09T19:54:51.249Z | Downloaded miniz_oxide v0.8.0 |
1037 | 2025-01-09T19:54:51.252Z | Downloaded unicode-bidi v0.3.17 |
1038 | 2025-01-09T19:54:51.254Z | Downloaded tokio-tungstenite v0.23.1 |
1039 | 2025-01-09T19:54:51.257Z | Downloaded crossterm v0.28.1 |
1040 | 2025-01-09T19:54:51.261Z | Downloaded enum-as-inner v0.6.1 |
1041 | 2025-01-09T19:54:51.263Z | Downloaded ed25519 v2.2.3 |
1042 | 2025-01-09T19:54:51.264Z | Downloaded dyn-clone v1.0.17 |
1043 | 2025-01-09T19:54:51.266Z | Downloaded slog-scope v4.4.0 |
1044 | 2025-01-09T19:54:51.266Z | Downloaded num-bigint v0.4.6 |
1045 | 2025-01-09T19:54:51.271Z | Downloaded mio v1.0.2 |
1046 | 2025-01-09T19:54:51.276Z | Downloaded rustversion v1.0.17 |
1047 | 2025-01-09T19:54:51.279Z | Downloaded parse-display-derive v0.10.0 |
1048 | 2025-01-09T19:54:51.284Z | Downloaded newtype-uuid v1.1.3 |
1049 | 2025-01-09T19:54:51.284Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1050 | 2025-01-09T19:54:51.343Z | Downloaded foreign-types-macros v0.2.3 |
1051 | 2025-01-09T19:54:51.346Z | Downloaded foreign-types v0.5.0 |
1052 | 2025-01-09T19:54:51.346Z | Downloaded foldhash v0.1.3 |
1053 | 2025-01-09T19:54:51.346Z | Downloaded hashlink v0.9.1 |
1054 | 2025-01-09T19:54:51.350Z | Downloaded pin-project-internal v1.1.6 |
1055 | 2025-01-09T19:54:51.350Z | Downloaded diff v0.1.13 |
1056 | 2025-01-09T19:54:51.352Z | Downloaded zip v2.1.3 |
1057 | 2025-01-09T19:54:51.356Z | Downloaded aes-gcm v0.10.3 |
1058 | 2025-01-09T19:54:51.359Z | Downloaded pem-rfc7468 v0.7.0 |
1059 | 2025-01-09T19:54:51.361Z | Downloaded tap v1.0.1 |
1060 | 2025-01-09T19:54:51.361Z | Downloaded env_logger v0.10.2 |
1061 | 2025-01-09T19:54:51.364Z | Downloaded either v1.13.0 |
1062 | 2025-01-09T19:54:51.366Z | Downloaded vte v0.11.1 |
1063 | 2025-01-09T19:54:51.368Z | Downloaded schemars v0.8.21 |
1064 | 2025-01-09T19:54:51.379Z | Downloaded hickory-resolver v0.24.1 |
1065 | 2025-01-09T19:54:51.384Z | Downloaded unicase v2.7.0 |
1066 | 2025-01-09T19:54:51.386Z | Downloaded tls_codec_derive v0.4.1 |
1067 | 2025-01-09T19:54:51.389Z | Downloaded pkcs1 v0.7.5 |
1068 | 2025-01-09T19:54:51.392Z | Downloaded password-hash v0.5.0 |
1069 | 2025-01-09T19:54:51.396Z | Downloaded parking_lot_core v0.8.6 |
1070 | 2025-01-09T19:54:51.396Z | Downloaded num-rational v0.4.2 |
1071 | 2025-01-09T19:54:51.399Z | Downloaded sqlformat v0.2.6 |
1072 | 2025-01-09T19:54:51.399Z | Downloaded sha1 v0.10.6 |
1073 | 2025-01-09T19:54:51.401Z | Downloaded der_derive v0.7.3 |
1074 | 2025-01-09T19:54:51.402Z | Downloaded vsss-rs v3.3.4 |
1075 | 2025-01-09T19:54:51.405Z | Downloaded qorb v0.2.1 |
1076 | 2025-01-09T19:54:51.408Z | Downloaded slog-dtrace v0.3.0 |
1077 | 2025-01-09T19:54:51.411Z | Downloaded slab v0.4.9 |
1078 | 2025-01-09T19:54:51.411Z | Downloaded rustls-pemfile v1.0.4 |
1079 | 2025-01-09T19:54:51.414Z | Downloaded openssl-sys v0.9.103 |
1080 | 2025-01-09T19:54:51.418Z | Downloaded slog-async v2.8.0 |
1081 | 2025-01-09T19:54:51.420Z | Downloaded primeorder v0.13.6 |
1082 | 2025-01-09T19:54:51.423Z | Downloaded oso v0.27.3 |
1083 | 2025-01-09T19:54:51.425Z | Downloaded nanorand v0.7.0 |
1084 | 2025-01-09T19:54:51.429Z | Downloaded futures-task v0.3.31 |
1085 | 2025-01-09T19:54:51.429Z | Downloaded futures-sink v0.3.31 |
1086 | 2025-01-09T19:54:51.432Z | Downloaded fixedbitset v0.4.2 |
1087 | 2025-01-09T19:54:51.433Z | Downloaded rusty-fork v0.3.0 |
1088 | 2025-01-09T19:54:51.433Z | Downloaded gethostname v0.5.0 |
1089 | 2025-01-09T19:54:51.435Z | Downloaded unicode-truncate v1.1.0 |
1090 | 2025-01-09T19:54:51.435Z | Downloaded tokio-tungstenite v0.21.0 |
1091 | 2025-01-09T19:54:51.438Z | Downloaded samael v0.0.17 |
1092 | 2025-01-09T19:54:51.442Z | Downloaded crossbeam-channel v0.5.13 |
1093 | 2025-01-09T19:54:51.447Z | Downloaded cc v1.1.30 |
1094 | 2025-01-09T19:54:51.449Z | Downloaded bumpalo v3.16.0 |
1095 | 2025-01-09T19:54:51.453Z | Downloaded icu_collections v1.5.0 |
1096 | 2025-01-09T19:54:51.458Z | Downloaded stringprep v0.1.5 |
1097 | 2025-01-09T19:54:51.460Z | Downloaded spki v0.7.3 |
1098 | 2025-01-09T19:54:51.463Z | Downloaded rand_core v0.6.4 |
1099 | 2025-01-09T19:54:51.463Z | Downloaded postgres-protocol v0.6.7 |
1100 | 2025-01-09T19:54:51.466Z | Downloaded tinyvec v1.8.0 |
1101 | 2025-01-09T19:54:51.470Z | Downloaded subprocess v0.2.9 |
1102 | 2025-01-09T19:54:51.472Z | Downloaded signal-hook v0.3.17 |
1103 | 2025-01-09T19:54:51.475Z | Downloaded embedded-io v0.6.1 |
1104 | 2025-01-09T19:54:51.475Z | Downloaded diesel-dtrace v0.4.2 |
1105 | 2025-01-09T19:54:51.477Z | Downloaded rand_chacha v0.3.1 |
1106 | 2025-01-09T19:54:51.478Z | Downloaded proc-macro-crate v1.3.1 |
1107 | 2025-01-09T19:54:51.480Z | Downloaded slog-term v2.9.1 |
1108 | 2025-01-09T19:54:51.482Z | Downloaded structmeta v0.3.0 |
1109 | 2025-01-09T19:54:51.482Z | Downloaded strip-ansi-escapes v0.2.0 |
1110 | 2025-01-09T19:54:51.482Z | Downloaded base64 v0.22.1 |
1111 | 2025-01-09T19:54:51.486Z | Downloaded smallvec v1.13.2 |
1112 | 2025-01-09T19:54:51.488Z | Downloaded const_format v0.2.33 |
1113 | 2025-01-09T19:54:51.494Z | Downloaded bytes v1.8.0 |
1114 | 2025-01-09T19:54:51.497Z | Downloaded want v0.3.1 |
1115 | 2025-01-09T19:54:51.500Z | Downloaded waitgroup v0.1.2 |
1116 | 2025-01-09T19:54:51.500Z | Downloaded phf v0.11.2 |
1117 | 2025-01-09T19:54:51.502Z | Downloaded futures-executor v0.3.31 |
1118 | 2025-01-09T19:54:51.502Z | Downloaded tls_codec v0.4.1 |
1119 | 2025-01-09T19:54:51.504Z | Downloaded synstructure v0.13.1 |
1120 | 2025-01-09T19:54:51.507Z | Downloaded utf16_iter v1.0.5 |
1121 | 2025-01-09T19:54:51.507Z | Downloaded serde_plain v1.0.2 |
1122 | 2025-01-09T19:54:51.510Z | Downloaded ref-cast v1.0.23 |
1123 | 2025-01-09T19:54:51.510Z | Downloaded tokio-tungstenite v0.24.0 |
1124 | 2025-01-09T19:54:51.512Z | Downloaded hmac v0.12.1 |
1125 | 2025-01-09T19:54:51.514Z | Downloaded ghash v0.5.1 |
1126 | 2025-01-09T19:54:51.518Z | Downloaded enum-as-inner v0.5.1 |
1127 | 2025-01-09T19:54:51.518Z | Downloaded mime_guess v2.0.5 |
1128 | 2025-01-09T19:54:51.523Z | Downloaded memoffset v0.9.1 |
1129 | 2025-01-09T19:54:51.523Z | Downloaded mirai-annotations v1.12.0 |
1130 | 2025-01-09T19:54:51.523Z | Downloaded dirs-next v2.0.0 |
1131 | 2025-01-09T19:54:51.523Z | Downloaded lock_api v0.4.12 |
1132 | 2025-01-09T19:54:51.525Z | Downloaded libloading v0.8.5 |
1133 | 2025-01-09T19:54:51.525Z | Downloaded wait-timeout v0.2.0 |
1134 | 2025-01-09T19:54:51.525Z | Downloaded typify-macro v0.2.0 |
1135 | 2025-01-09T19:54:51.528Z | Downloaded smf v0.2.3 |
1136 | 2025-01-09T19:54:51.528Z | Downloaded smallvec v0.6.14 |
1137 | 2025-01-09T19:54:51.528Z | Downloaded allocator-api2 v0.2.18 |
1138 | 2025-01-09T19:54:51.531Z | Downloaded ipnet v2.10.1 |
1139 | 2025-01-09T19:54:51.534Z | Downloaded crossbeam-utils v0.8.20 |
1140 | 2025-01-09T19:54:51.537Z | Downloaded ciborium v0.2.2 |
1141 | 2025-01-09T19:54:51.541Z | Downloaded secrecy v0.8.0 |
1142 | 2025-01-09T19:54:51.541Z | Downloaded same-file v1.0.6 |
1143 | 2025-01-09T19:54:51.541Z | Downloaded maybe-uninit v2.0.0 |
1144 | 2025-01-09T19:54:51.544Z | Downloaded litemap v0.7.3 |
1145 | 2025-01-09T19:54:51.547Z | Downloaded blake2 v0.10.6 |
1146 | 2025-01-09T19:54:51.547Z | Downloaded cancel-safe-futures v0.1.5 |
1147 | 2025-01-09T19:54:51.550Z | Downloaded jobserver v0.1.32 |
1148 | 2025-01-09T19:54:51.553Z | Downloaded indoc v1.0.9 |
1149 | 2025-01-09T19:54:51.556Z | Downloaded bzip2 v0.4.4 |
1150 | 2025-01-09T19:54:51.556Z | Downloaded hubpack v0.1.2 |
1151 | 2025-01-09T19:54:51.559Z | Downloaded hex-literal v0.4.1 |
1152 | 2025-01-09T19:54:51.559Z | Downloaded match_cfg v0.1.0 |
1153 | 2025-01-09T19:54:51.559Z | Downloaded managed v0.8.0 |
1154 | 2025-01-09T19:54:51.562Z | Downloaded lockfree-object-pool v0.1.6 |
1155 | 2025-01-09T19:54:51.564Z | Downloaded linear-map v1.2.0 |
1156 | 2025-01-09T19:54:51.564Z | Downloaded libsw v3.3.1 |
1157 | 2025-01-09T19:54:51.567Z | Downloaded lalrpop-util v0.19.12 |
1158 | 2025-01-09T19:54:51.567Z | Downloaded internet-checksum v0.2.1 |
1159 | 2025-01-09T19:54:51.567Z | Downloaded httpdate v1.0.3 |
1160 | 2025-01-09T19:54:51.571Z | Downloaded crossbeam-epoch v0.9.18 |
1161 | 2025-01-09T19:54:51.573Z | Downloaded ahash v0.8.11 |
1162 | 2025-01-09T19:54:51.573Z | Downloaded quinn-udp v0.5.5 |
1163 | 2025-01-09T19:54:51.576Z | Downloaded keccak v0.1.5 |
1164 | 2025-01-09T19:54:51.580Z | Downloaded is-terminal v0.4.13 |
1165 | 2025-01-09T19:54:51.580Z | Downloaded instability v0.3.2 |
1166 | 2025-01-09T19:54:51.580Z | Downloaded inout v0.1.3 |
1167 | 2025-01-09T19:54:51.584Z | Downloaded csv-core v0.1.11 |
1168 | 2025-01-09T19:54:51.584Z | Downloaded bcs v0.1.6 |
1169 | 2025-01-09T19:54:51.587Z | Downloaded cassowary v0.3.0 |
1170 | 2025-01-09T19:54:51.587Z | Downloaded async-trait v0.1.83 |
1171 | 2025-01-09T19:54:51.590Z | Downloaded hyper-rustls v0.27.3 |
1172 | 2025-01-09T19:54:51.592Z | Downloaded backoff v0.4.0 |
1173 | 2025-01-09T19:54:51.592Z | Downloaded assert_matches v1.5.0 |
1174 | 2025-01-09T19:54:51.595Z | Downloaded arrayvec v0.7.6 |
1175 | 2025-01-09T19:54:51.597Z | Downloaded array-init v0.0.4 |
1176 | 2025-01-09T19:54:51.597Z | Downloaded hostname v0.4.0 |
1177 | 2025-01-09T19:54:51.601Z | Downloaded bitflags v1.3.2 |
1178 | 2025-01-09T19:54:51.606Z | Downloaded bcrypt-pbkdf v0.10.0 |
1179 | 2025-01-09T19:54:51.606Z | Downloaded home v0.5.9 |
1180 | 2025-01-09T19:54:51.606Z | Downloaded blowfish v0.9.1 |
1181 | 2025-01-09T19:54:51.606Z | Downloaded cobs v0.2.3 |
1182 | 2025-01-09T19:54:51.609Z | Downloaded cbc v0.1.2 |
1183 | 2025-01-09T19:54:51.610Z | Downloaded castaway v0.2.3 |
1184 | 2025-01-09T19:54:51.610Z | Downloaded block-padding v0.3.3 |
1185 | 2025-01-09T19:54:51.610Z | Downloaded bitfield-struct v0.6.2 |
1186 | 2025-01-09T19:54:51.613Z | Downloaded bitfield v0.14.0 |
1187 | 2025-01-09T19:54:51.613Z | Downloaded bit-vec v0.6.3 |
1188 | 2025-01-09T19:54:51.613Z | Downloaded bit-set v0.5.3 |
1189 | 2025-01-09T19:54:51.613Z | Downloaded base16ct v0.2.0 |
1190 | 2025-01-09T19:54:51.615Z | Downloaded arrayref v0.3.9 |
1191 | 2025-01-09T19:54:51.682Z | Downloaded ring v0.17.8 |
1192 | 2025-01-09T19:54:51.754Z | Downloaded libsqlite3-sys v0.30.1 |
1193 | 2025-01-09T19:54:52.088Z | Downloaded aws-lc-sys v0.22.0 |
1194 | 2025-01-09T19:54:52.382Z | Compiling serde v1.0.215 |
1195 | 2025-01-09T19:54:52.382Z | Compiling lock_api v0.4.12 |
1196 | 2025-01-09T19:54:52.382Z | Compiling scopeguard v1.2.0 |
1197 | 2025-01-09T19:54:52.388Z | Compiling value-bag v1.9.0 |
1198 | 2025-01-09T19:54:52.388Z | Compiling typenum v1.17.0 |
1199 | 2025-01-09T19:54:52.388Z | Compiling generic-array v0.14.7 |
1200 | 2025-01-09T19:54:52.545Z | Compiling syn v2.0.87 |
1201 | 2025-01-09T19:54:52.556Z | Compiling getrandom v0.2.15 |
1202 | 2025-01-09T19:54:52.678Z | Compiling shlex v1.3.0 |
1203 | 2025-01-09T19:54:52.814Z | Compiling rand_core v0.6.4 |
1204 | 2025-01-09T19:54:53.045Z | Compiling subtle v2.6.1 |
1205 | 2025-01-09T19:54:53.090Z | Compiling log v0.4.22 |
1206 | 2025-01-09T19:54:53.109Z | Compiling jobserver v0.1.32 |
1207 | 2025-01-09T19:54:53.170Z | Compiling const-oid v0.9.6 |
1208 | 2025-01-09T19:54:53.352Z | Compiling smallvec v1.13.2 |
1209 | 2025-01-09T19:54:53.385Z | Compiling pin-project-lite v0.2.14 |
1210 | 2025-01-09T19:54:53.464Z | Compiling cc v1.1.30 |
1211 | 2025-01-09T19:54:53.551Z | Compiling spin v0.9.8 |
1212 | 2025-01-09T19:54:53.785Z | Compiling rustix v0.38.37 |
1213 | 2025-01-09T19:54:53.961Z | Compiling parking_lot_core v0.9.10 |
1214 | 2025-01-09T19:54:54.030Z | Compiling futures-core v0.3.31 |
1215 | 2025-01-09T19:54:54.060Z | Compiling signal-hook-registry v1.4.2 |
1216 | 2025-01-09T19:54:54.272Z | Compiling mio v1.0.2 |
1217 | 2025-01-09T19:54:54.649Z | Compiling aho-corasick v1.1.3 |
1218 | 2025-01-09T19:54:54.853Z | Compiling parking_lot v0.12.3 |
1219 | 2025-01-09T19:54:55.063Z | Compiling regex-syntax v0.8.5 |
1220 | 2025-01-09T19:54:55.130Z | Compiling either v1.13.0 |
1221 | 2025-01-09T19:54:55.185Z | Compiling cpufeatures v0.2.14 |
1222 | 2025-01-09T19:54:55.287Z | Compiling lazy_static v1.5.0 |
1223 | 2025-01-09T19:54:55.531Z | Compiling futures-sink v0.3.31 |
1224 | 2025-01-09T19:54:55.551Z | Compiling glob v0.3.1 |
1225 | 2025-01-09T19:54:55.678Z | Compiling stable_deref_trait v1.2.0 |
1226 | 2025-01-09T19:54:55.696Z | Compiling socket2 v0.5.7 |
1227 | 2025-01-09T19:54:55.794Z | Compiling slab v0.4.9 |
1228 | 2025-01-09T19:54:55.853Z | Compiling prettyplease v0.2.25 |
1229 | 2025-01-09T19:54:56.178Z | Compiling minimal-lexical v0.2.1 |
1230 | 2025-01-09T19:54:56.210Z | Compiling serde_json v1.0.133 |
1231 | 2025-01-09T19:54:56.634Z | Compiling clang-sys v1.8.1 |
1232 | 2025-01-09T19:54:56.726Z | Compiling nom v7.1.3 |
1233 | 2025-01-09T19:54:56.729Z | Compiling libloading v0.8.5 |
1234 | 2025-01-09T19:54:56.858Z | Compiling bindgen v0.69.5 |
1235 | 2025-01-09T19:54:57.195Z | Compiling home v0.5.9 |
1236 | 2025-01-09T19:54:57.496Z | Compiling futures-channel v0.3.31 |
1237 | 2025-01-09T19:54:57.712Z | Compiling itertools v0.12.1 |
1238 | 2025-01-09T19:54:57.942Z | Compiling lazycell v1.3.0 |
1239 | 2025-01-09T19:54:57.993Z | Compiling libm v0.2.8 |
1240 | 2025-01-09T19:54:58.117Z | Compiling foldhash v0.1.3 |
1241 | 2025-01-09T19:54:58.365Z | Compiling pin-utils v0.1.0 |
1242 | 2025-01-09T19:54:58.460Z | Compiling allocator-api2 v0.2.18 |
1243 | 2025-01-09T19:54:58.479Z | Compiling futures-task v0.3.31 |
1244 | 2025-01-09T19:54:58.773Z | Compiling futures-io v0.3.31 |
1245 | 2025-01-09T19:54:59.100Z | Compiling regex-automata v0.4.8 |
1246 | 2025-01-09T19:54:59.242Z | Compiling rustc-hash v1.1.0 |
1247 | 2025-01-09T19:54:59.387Z | Compiling hashbrown v0.15.1 |
1248 | 2025-01-09T19:55:00.488Z | Compiling synstructure v0.13.1 |
1249 | 2025-01-09T19:55:00.761Z | Compiling cexpr v0.6.0 |
1250 | 2025-01-09T19:55:01.044Z | Compiling cmake v0.1.51 |
1251 | 2025-01-09T19:55:02.124Z | Compiling num-traits v0.2.19 |
1252 | 2025-01-09T19:55:02.280Z | Compiling dunce v1.0.5 |
1253 | 2025-01-09T19:55:02.319Z | Compiling fs_extra v1.3.0 |
1254 | 2025-01-09T19:55:02.409Z | Compiling tinyvec_macros v0.1.1 |
1255 | 2025-01-09T19:55:02.426Z | Compiling pkg-config v0.3.31 |
1256 | 2025-01-09T19:55:02.504Z | Compiling tinyvec v1.8.0 |
1257 | 2025-01-09T19:55:02.954Z | Compiling ring v0.17.8 |
1258 | 2025-01-09T19:55:04.076Z | Compiling unicode-normalization v0.1.24 |
1259 | 2025-01-09T19:55:04.095Z | Compiling base64ct v1.6.0 |
1260 | 2025-01-09T19:55:04.141Z | Compiling litemap v0.7.3 |
1261 | 2025-01-09T19:55:04.380Z | Compiling unicode-bidi v0.3.17 |
1262 | 2025-01-09T19:55:04.540Z | Compiling writeable v0.5.5 |
1263 | 2025-01-09T19:55:04.701Z | Compiling paste v1.0.15 |
1264 | 2025-01-09T19:55:05.175Z | Compiling regex v1.11.1 |
1265 | 2025-01-09T19:55:05.237Z | Compiling pem-rfc7468 v0.7.0 |
1266 | 2025-01-09T19:55:05.888Z | Compiling flagset v0.4.6 |
1267 | 2025-01-09T19:55:05.982Z | Compiling aws-lc-rs v1.10.0 |
1268 | 2025-01-09T19:55:06.083Z | Compiling httparse v1.9.5 |
1269 | 2025-01-09T19:55:06.219Z | Compiling tracing-core v0.1.32 |
1270 | 2025-01-09T19:55:06.404Z | Compiling icu_locid_transform_data v1.5.0 |
1271 | 2025-01-09T19:55:06.519Z | Compiling crossbeam-utils v0.8.20 |
1272 | 2025-01-09T19:55:06.865Z | Compiling rustls-pki-types v1.10.0 |
1273 | 2025-01-09T19:55:07.104Z | Compiling percent-encoding v2.3.1 |
1274 | 2025-01-09T19:55:07.484Z | Compiling untrusted v0.9.0 |
1275 | 2025-01-09T19:55:07.597Z | Compiling serde_derive v1.0.215 |
1276 | 2025-01-09T19:55:07.653Z | Compiling zeroize_derive v1.4.2 |
1277 | 2025-01-09T19:55:07.670Z | Compiling zerocopy-derive v0.7.35 |
1278 | 2025-01-09T19:55:07.963Z | Compiling tokio-macros v2.4.0 |
1279 | 2025-01-09T19:55:08.027Z | Compiling zerofrom-derive v0.1.4 |
1280 | 2025-01-09T19:55:09.181Z | Compiling zeroize v1.8.1 |
1281 | 2025-01-09T19:55:09.619Z | Compiling thiserror-impl v1.0.69 |
1282 | 2025-01-09T19:55:09.777Z | Compiling yoke-derive v0.7.4 |
1283 | 2025-01-09T19:55:10.016Z | Compiling zerocopy v0.7.35 |
1284 | 2025-01-09T19:55:11.067Z | Compiling crypto-common v0.1.6 |
1285 | 2025-01-09T19:55:11.256Z | Compiling block-buffer v0.10.4 |
1286 | 2025-01-09T19:55:11.530Z | Compiling digest v0.10.7 |
1287 | 2025-01-09T19:55:11.808Z | Compiling zerovec-derive v0.10.3 |
1288 | 2025-01-09T19:55:12.030Z | Compiling hmac v0.12.1 |
1289 | 2025-01-09T19:55:12.227Z | Compiling zerofrom v0.1.4 |
1290 | 2025-01-09T19:55:12.256Z | Compiling futures-macro v0.3.31 |
1291 | 2025-01-09T19:55:12.434Z | Compiling block-padding v0.3.3 |
1292 | 2025-01-09T19:55:12.653Z | Compiling displaydoc v0.2.5 |
1293 | 2025-01-09T19:55:12.700Z | Compiling inout v0.1.3 |
1294 | 2025-01-09T19:55:12.845Z | Compiling yoke v0.7.4 |
1295 | 2025-01-09T19:55:12.967Z | Compiling cipher v0.4.4 |
1296 | 2025-01-09T19:55:13.032Z | Compiling thiserror v1.0.69 |
1297 | 2025-01-09T19:55:13.180Z | Compiling sha2 v0.10.8 |
1298 | 2025-01-09T19:55:13.208Z | Compiling ppv-lite86 v0.2.20 |
1299 | 2025-01-09T19:55:13.510Z | Compiling der_derive v0.7.3 |
1300 | 2025-01-09T19:55:14.035Z | Compiling icu_provider_macros v1.5.0 |
1301 | 2025-01-09T19:55:14.292Z | Compiling futures-util v0.3.31 |
1302 | 2025-01-09T19:55:14.365Z | Compiling rand_chacha v0.3.1 |
1303 | 2025-01-09T19:55:14.434Z | Compiling zerovec v0.10.4 |
1304 | 2025-01-09T19:55:15.147Z | Compiling tracing-attributes v0.1.27 |
1305 | 2025-01-09T19:55:16.107Z | Compiling der v0.7.9 |
1306 | 2025-01-09T19:55:16.477Z | Compiling tinystr v0.7.6 |
1307 | 2025-01-09T19:55:16.709Z | Compiling icu_collections v1.5.0 |
1308 | 2025-01-09T19:55:16.757Z | Compiling rand v0.8.5 |
1309 | 2025-01-09T19:55:16.914Z | Compiling icu_locid v1.5.0 |
1310 | 2025-01-09T19:55:18.276Z | Compiling icu_provider v1.5.0 |
1311 | 2025-01-09T19:55:18.894Z | Compiling spki v0.7.3 |
1312 | 2025-01-09T19:55:19.071Z | Compiling tracing v0.1.40 |
1313 | 2025-01-09T19:55:19.273Z | Compiling icu_locid_transform v1.5.0 |
1314 | 2025-01-09T19:55:19.341Z | Compiling salsa20 v0.10.2 |
1315 | 2025-01-09T19:55:19.389Z | Compiling pest v2.7.14 |
1316 | 2025-01-09T19:55:19.431Z | Compiling pbkdf2 v0.12.2 |
1317 | 2025-01-09T19:55:19.546Z | Compiling untrusted v0.7.1 |
1318 | 2025-01-09T19:55:19.578Z | Compiling mirai-annotations v1.12.0 |
1319 | 2025-01-09T19:55:19.580Z | Compiling vcpkg v0.2.15 |
1320 | 2025-01-09T19:55:19.736Z | Compiling icu_properties_data v1.5.0 |
1321 | 2025-01-09T19:55:19.790Z | Compiling time-core v0.1.2 |
1322 | 2025-01-09T19:55:19.975Z | Compiling powerfmt v0.2.0 |
1323 | 2025-01-09T19:55:20.001Z | Compiling num-conv v0.1.0 |
1324 | 2025-01-09T19:55:20.296Z | Compiling time-macros v0.2.18 |
1325 | 2025-01-09T19:55:20.371Z | Compiling icu_properties v1.5.1 |
1326 | 2025-01-09T19:55:20.402Z | Compiling deranged v0.3.11 |
1327 | 2025-01-09T19:55:21.824Z | Compiling openssl-sys v0.9.103 |
1328 | 2025-01-09T19:55:21.861Z | Compiling scrypt v0.11.0 |
1329 | 2025-01-09T19:55:22.326Z | Compiling bitflags v2.6.0 |
1330 | 2025-01-09T19:55:22.407Z | Compiling bytes v1.8.0 |
1331 | 2025-01-09T19:55:22.545Z | Compiling indexmap v2.6.0 |
1332 | 2025-01-09T19:55:22.947Z | Compiling semver v1.0.23 |
1333 | 2025-01-09T19:55:23.700Z | Compiling tokio v1.40.0 |
1334 | 2025-01-09T19:55:23.782Z | Compiling http v1.1.0 |
1335 | 2025-01-09T19:55:23.801Z | Compiling rustc_version v0.4.1 |
1336 | 2025-01-09T19:55:24.060Z | Compiling pest_meta v2.7.14 |
1337 | 2025-01-09T19:55:24.642Z | Compiling cbc v0.1.2 |
1338 | 2025-01-09T19:55:24.879Z | Compiling aes v0.8.4 |
1339 | 2025-01-09T19:55:24.899Z | Compiling scroll_derive v0.12.0 |
1340 | 2025-01-09T19:55:25.812Z | Compiling write16 v1.0.0 |
1341 | 2025-01-09T19:55:25.955Z | Compiling atomic-waker v1.1.2 |
1342 | 2025-01-09T19:55:26.142Z | Compiling num_threads v0.1.7 |
1343 | 2025-01-09T19:55:26.275Z | Compiling utf16_iter v1.0.5 |
1344 | 2025-01-09T19:55:26.324Z | Compiling utf8_iter v1.0.4 |
1345 | 2025-01-09T19:55:26.471Z | Compiling icu_normalizer_data v1.5.0 |
1346 | 2025-01-09T19:55:26.491Z | Compiling scroll v0.12.0 |
1347 | 2025-01-09T19:55:26.557Z | Compiling icu_normalizer v1.5.0 |
1348 | 2025-01-09T19:55:26.582Z | Compiling time v0.3.36 |
1349 | 2025-01-09T19:55:26.649Z | Compiling pkcs5 v0.7.1 |
1350 | 2025-01-09T19:55:27.082Z | Compiling which v4.4.2 |
1351 | 2025-01-09T19:55:27.823Z | Compiling pest_generator v2.7.14 |
1352 | 2025-01-09T19:55:27.884Z | Compiling http-body v1.0.1 |
1353 | 2025-01-09T19:55:28.292Z | Compiling form_urlencoded v1.2.1 |
1354 | 2025-01-09T19:55:28.376Z | Compiling try-lock v0.2.5 |
1355 | 2025-01-09T19:55:28.534Z | Compiling slog v2.7.0 |
1356 | 2025-01-09T19:55:28.622Z | Compiling goblin v0.8.2 |
1357 | 2025-01-09T19:55:28.622Z | Compiling want v0.3.1 |
1358 | 2025-01-09T19:55:28.917Z | Compiling idna_adapter v1.2.0 |
1359 | 2025-01-09T19:55:29.128Z | Compiling pkcs8 v0.10.2 |
1360 | 2025-01-09T19:55:29.147Z | Compiling uuid v1.11.0 |
1361 | 2025-01-09T19:55:29.342Z | Compiling iana-time-zone v0.1.61 |
1362 | 2025-01-09T19:55:29.824Z | Compiling httpdate v1.0.3 |
1363 | 2025-01-09T19:55:29.895Z | Compiling chrono v0.4.38 |
1364 | 2025-01-09T19:55:29.897Z | Compiling pest_derive v2.7.14 |
1365 | 2025-01-09T19:55:30.531Z | Compiling idna v1.0.3 |
1366 | 2025-01-09T19:55:30.734Z | Compiling dtrace-parser v0.2.0 |
1367 | 2025-01-09T19:55:31.301Z | Compiling serde_spanned v0.6.8 |
1368 | 2025-01-09T19:55:31.542Z | Compiling toml_datetime v0.6.8 |
1369 | 2025-01-09T19:55:31.952Z | Compiling serde_tokenstream v0.2.2 |
1370 | 2025-01-09T19:55:32.071Z | Compiling adler2 v2.0.0 |
1371 | 2025-01-09T19:55:32.284Z | Compiling foreign-types-shared v0.1.1 |
1372 | 2025-01-09T19:55:32.398Z | Compiling tokio-util v0.7.12 |
1373 | 2025-01-09T19:55:32.419Z | Compiling tower-service v0.3.3 |
1374 | 2025-01-09T19:55:32.546Z | Compiling rustversion v1.0.17 |
1375 | 2025-01-09T19:55:32.581Z | Compiling base64 v0.22.1 |
1376 | 2025-01-09T19:55:33.003Z | Compiling openssl v0.10.66 |
1377 | 2025-01-09T19:55:33.296Z | Compiling match_cfg v0.1.0 |
1378 | 2025-01-09T19:55:33.344Z | Compiling h2 v0.4.6 |
1379 | 2025-01-09T19:55:33.392Z | Compiling hostname v0.3.1 |
1380 | 2025-01-09T19:55:33.528Z | Compiling foreign-types v0.3.2 |
1381 | 2025-01-09T19:55:33.629Z | Compiling miniz_oxide v0.8.0 |
1382 | 2025-01-09T19:55:33.652Z | Compiling url v2.5.3 |
1383 | 2025-01-09T19:55:33.805Z | Compiling async-trait v0.1.83 |
1384 | 2025-01-09T19:55:35.144Z | Compiling dof v0.3.0 |
1385 | 2025-01-09T19:55:35.199Z | Compiling openssl-macros v0.1.1 |
1386 | 2025-01-09T19:55:35.732Z | Compiling serde_derive_internals v0.29.1 |
1387 | 2025-01-09T19:55:36.020Z | Compiling usdt-impl v0.5.0 |
1388 | 2025-01-09T19:55:36.566Z | Compiling dirs-sys-next v0.1.2 |
1389 | 2025-01-09T19:55:37.234Z | Compiling native-tls v0.2.12 |
1390 | 2025-01-09T19:55:37.432Z | Compiling syn v1.0.109 |
1391 | 2025-01-09T19:55:37.555Z | Compiling siphasher v0.3.11 |
1392 | 2025-01-09T19:55:37.607Z | Compiling rustls v0.22.4 |
1393 | 2025-01-09T19:55:37.870Z | Compiling data-encoding v2.6.0 |
1394 | 2025-01-09T19:55:37.924Z | Compiling rustls v0.23.19 |
1395 | 2025-01-09T19:55:38.068Z | Compiling schemars v0.8.21 |
1396 | 2025-01-09T19:55:38.313Z | Compiling dirs-next v2.0.0 |
1397 | 2025-01-09T19:55:38.539Z | Compiling schemars_derive v0.8.21 |
1398 | 2025-01-09T19:55:39.208Z | Compiling http-body-util v0.1.2 |
1399 | 2025-01-09T19:55:39.695Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2025-01-09T19:55:39.755Z | Compiling heapless v0.7.17 |
1401 | 2025-01-09T19:55:39.975Z | Compiling signature v2.2.0 |
1402 | 2025-01-09T19:55:40.194Z | Compiling sha1 v0.10.6 |
1403 | 2025-01-09T19:55:40.272Z | Compiling hyper v1.5.0 |
1404 | 2025-01-09T19:55:40.292Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1405 | 2025-01-09T19:55:40.484Z | Compiling thread_local v1.1.8 |
1406 | 2025-01-09T19:55:40.680Z | Compiling cookie v0.18.1 |
1407 | 2025-01-09T19:55:40.844Z | Compiling encoding_rs v0.8.34 |
1408 | 2025-01-09T19:55:40.961Z | Compiling multer v3.1.0 |
1409 | 2025-01-09T19:55:41.116Z | Compiling mime v0.3.17 |
1410 | 2025-01-09T19:55:41.237Z | Compiling dyn-clone v1.0.17 |
1411 | 2025-01-09T19:55:41.456Z | Compiling slog-async v2.8.0 |
1412 | 2025-01-09T19:55:41.734Z | Compiling ipnet v2.10.1 |
1413 | 2025-01-09T19:55:41.997Z | Compiling rayon-core v1.12.1 |
1414 | 2025-01-09T19:55:42.105Z | Compiling gimli v0.31.1 |
1415 | 2025-01-09T19:55:42.257Z | Compiling unicode-properties v0.1.3 |
1416 | 2025-01-09T19:55:42.652Z | Compiling signal-hook v0.3.17 |
1417 | 2025-01-09T19:55:42.916Z | Compiling hyper-util v0.1.10 |
1418 | 2025-01-09T19:55:43.023Z | Compiling openssl-probe v0.1.5 |
1419 | 2025-01-09T19:55:43.427Z | Compiling stringprep v0.1.5 |
1420 | 2025-01-09T19:55:44.768Z | Compiling toml_edit v0.22.22 |
1421 | 2025-01-09T19:55:45.511Z | Compiling crossbeam-deque v0.8.5 |
1422 | 2025-01-09T19:55:45.868Z | Compiling usdt-attr-macro v0.5.0 |
1423 | 2025-01-09T19:55:46.159Z | Compiling usdt-macro v0.5.0 |
1424 | 2025-01-09T19:55:47.033Z | Compiling addr2line v0.24.2 |
1425 | 2025-01-09T19:55:47.266Z | Compiling term v0.7.0 |
1426 | 2025-01-09T19:55:47.465Z | Compiling slog-json v2.6.1 |
1427 | 2025-01-09T19:55:47.659Z | Compiling serde_urlencoded v0.7.1 |
1428 | 2025-01-09T19:55:47.772Z | Compiling crossbeam-channel v0.5.13 |
1429 | 2025-01-09T19:55:47.856Z | Compiling curve25519-dalek v4.1.3 |
1430 | 2025-01-09T19:55:47.929Z | Compiling futures-executor v0.3.31 |
1431 | 2025-01-09T19:55:48.222Z | Compiling md-5 v0.10.6 |
1432 | 2025-01-09T19:55:48.480Z | Compiling async-stream-impl v0.3.6 |
1433 | 2025-01-09T19:55:48.499Z | Compiling enum-as-inner v0.6.1 |
1434 | 2025-01-09T19:55:48.522Z | Compiling rustls-pemfile v2.2.0 |
1435 | 2025-01-09T19:55:48.768Z | Compiling num-integer v0.1.46 |
1436 | 2025-01-09T19:55:48.836Z | Compiling idna v0.4.0 |
1437 | 2025-01-09T19:55:48.870Z | Compiling idna v0.3.0 |
1438 | 2025-01-09T19:55:49.578Z | Compiling hash32 v0.2.1 |
1439 | 2025-01-09T19:55:49.580Z | Compiling ff v0.13.0 |
1440 | 2025-01-09T19:55:49.835Z | Compiling is-terminal v0.4.13 |
1441 | 2025-01-09T19:55:49.856Z | Compiling object v0.36.5 |
1442 | 2025-01-09T19:55:49.969Z | Compiling dropshot v0.12.0 |
1443 | 2025-01-09T19:55:49.972Z | Compiling utf-8 v0.7.6 |
1444 | 2025-01-09T19:55:50.242Z | Compiling num-bigint-dig v0.8.4 |
1445 | 2025-01-09T19:55:50.328Z | Compiling base16ct v0.2.0 |
1446 | 2025-01-09T19:55:50.517Z | Compiling take_mut v0.2.2 |
1447 | 2025-01-09T19:55:50.555Z | Compiling anyhow v1.0.93 |
1448 | 2025-01-09T19:55:50.606Z | Compiling portable-atomic v1.9.0 |
1449 | 2025-01-09T19:55:50.677Z | Compiling smoltcp v0.9.1 |
1450 | 2025-01-09T19:55:50.694Z | Compiling linked-hash-map v0.5.6 |
1451 | 2025-01-09T19:55:51.082Z | Compiling rustc-demangle v0.1.24 |
1452 | 2025-01-09T19:55:51.210Z | Compiling psl-types v2.0.11 |
1453 | 2025-01-09T19:55:51.411Z | Compiling fallible-iterator v0.2.0 |
1454 | 2025-01-09T19:55:51.434Z | Compiling quick-error v1.2.3 |
1455 | 2025-01-09T19:55:51.582Z | Compiling resolv-conf v0.7.0 |
1456 | 2025-01-09T19:55:51.825Z | Compiling publicsuffix v2.2.3 |
1457 | 2025-01-09T19:55:52.083Z | Compiling lru-cache v0.1.2 |
1458 | 2025-01-09T19:55:52.157Z | Compiling postgres-protocol v0.6.7 |
1459 | 2025-01-09T19:55:52.392Z | Compiling sec1 v0.7.3 |
1460 | 2025-01-09T19:55:52.570Z | Compiling tungstenite v0.24.0 |
1461 | 2025-01-09T19:55:52.982Z | Compiling slog-term v2.9.1 |
1462 | 2025-01-09T19:55:53.513Z | Compiling async-stream v0.3.6 |
1463 | 2025-01-09T19:55:53.532Z | Compiling usdt v0.5.0 |
1464 | 2025-01-09T19:55:53.814Z | Compiling group v0.13.0 |
1465 | 2025-01-09T19:55:54.038Z | Compiling hickory-proto v0.24.1 |
1466 | 2025-01-09T19:55:54.152Z | Compiling num-iter v0.1.45 |
1467 | 2025-01-09T19:55:54.347Z | Compiling futures v0.3.31 |
1468 | 2025-01-09T19:55:54.434Z | Compiling toml v0.8.19 |
1469 | 2025-01-09T19:55:54.474Z | Compiling slog-bunyan v2.5.0 |
1470 | 2025-01-09T19:55:55.842Z | Compiling camino v1.1.9 |
1471 | 2025-01-09T19:55:56.071Z | Compiling tokio-native-tls v0.3.1 |
1472 | 2025-01-09T19:55:56.358Z | Compiling phf_shared v0.11.2 |
1473 | 2025-01-09T19:55:56.519Z | Compiling dropshot_endpoint v0.12.0 |
1474 | 2025-01-09T19:55:56.736Z | Compiling terminal_size v0.4.0 |
1475 | 2025-01-09T19:55:56.845Z | Compiling waitgroup v0.1.2 |
1476 | 2025-01-09T19:55:56.958Z | Compiling openapiv3 v2.0.0 |
1477 | 2025-01-09T19:55:57.079Z | Compiling backtrace v0.3.74 |
1478 | 2025-01-09T19:55:57.236Z | Compiling serde_path_to_error v0.1.16 |
1479 | 2025-01-09T19:55:57.781Z | Compiling hkdf v0.12.4 |
1480 | 2025-01-09T19:55:58.033Z | Compiling crypto-bigint v0.5.5 |
1481 | 2025-01-09T19:55:58.104Z | Compiling zerocopy-derive v0.6.6 |
1482 | 2025-01-09T19:56:00.368Z | Compiling curve25519-dalek-derive v0.1.1 |
1483 | 2025-01-09T19:56:00.897Z | Compiling webpki-roots v0.26.6 |
1484 | 2025-01-09T19:56:01.115Z | Compiling idna v0.5.0 |
1485 | 2025-01-09T19:56:01.221Z | Compiling hostname v0.4.0 |
1486 | 2025-01-09T19:56:01.501Z | Compiling crc32fast v1.4.2 |
1487 | 2025-01-09T19:56:01.521Z | Compiling ahash v0.8.11 |
1488 | 2025-01-09T19:56:01.832Z | Compiling fs-err v2.11.0 |
1489 | 2025-01-09T19:56:01.876Z | Compiling bitflags v1.3.2 |
1490 | 2025-01-09T19:56:01.913Z | Compiling winnow v0.5.40 |
1491 | 2025-01-09T19:56:01.980Z | Compiling debug-ignore v1.0.5 |
1492 | 2025-01-09T19:56:02.050Z | Compiling hubpack_derive v0.1.1 |
1493 | 2025-01-09T19:56:02.096Z | Compiling newtype-uuid v1.1.3 |
1494 | 2025-01-09T19:56:02.122Z | Compiling managed v0.8.0 |
1495 | 2025-01-09T19:56:02.360Z | Compiling clap_builder v4.5.21 |
1496 | 2025-01-09T19:56:02.945Z | Compiling console v0.15.8 |
1497 | 2025-01-09T19:56:02.964Z | Compiling hubpack v0.1.2 |
1498 | 2025-01-09T19:56:03.399Z | Compiling cookie_store v0.21.0 |
1499 | 2025-01-09T19:56:04.642Z | Compiling strum_macros v0.25.3 |
1500 | 2025-01-09T19:56:04.848Z | Compiling flate2 v1.0.34 |
1501 | 2025-01-09T19:56:04.864Z | Compiling elliptic-curve v0.13.8 |
1502 | 2025-01-09T19:56:05.070Z | Compiling zerocopy v0.6.6 |
1503 | 2025-01-09T19:56:05.735Z | Compiling toml_edit v0.19.15 |
1504 | 2025-01-09T19:56:05.886Z | Compiling hickory-resolver v0.24.1 |
1505 | 2025-01-09T19:56:06.004Z | Compiling phf v0.11.2 |
1506 | 2025-01-09T19:56:06.320Z | Compiling signal-hook-mio v0.2.4 |
1507 | 2025-01-09T19:56:06.483Z | Compiling hyper-tls v0.6.0 |
1508 | 2025-01-09T19:56:06.898Z | Compiling rayon v1.10.0 |
1509 | 2025-01-09T19:56:06.917Z | Compiling bzip2 v0.4.4 |
1510 | 2025-01-09T19:56:08.892Z | Compiling tokio-tungstenite v0.24.0 |
1511 | 2025-01-09T19:56:09.418Z | Compiling postgres-types v0.2.8 |
1512 | 2025-01-09T19:56:11.856Z | Compiling ed25519 v2.2.3 |
1513 | 2025-01-09T19:56:11.880Z | Compiling phf_shared v0.10.0 |
1514 | 2025-01-09T19:56:12.297Z | Compiling tokio-stream v0.1.16 |
1515 | 2025-01-09T19:56:12.425Z | Compiling pkcs1 v0.7.5 |
1516 | 2025-01-09T19:56:12.599Z | Compiling serde-big-array v0.5.1 |
1517 | 2025-01-09T19:56:12.777Z | Compiling rfc6979 v0.4.0 |
1518 | 2025-01-09T19:56:12.839Z | Compiling clap_derive v4.5.18 |
1519 | 2025-01-09T19:56:12.968Z | Compiling derive-where v1.2.7 |
1520 | 2025-01-09T19:56:13.392Z | Compiling serde_repr v0.1.19 |
1521 | 2025-01-09T19:56:13.462Z | Compiling float-cmp v0.9.0 |
1522 | 2025-01-09T19:56:13.689Z | Compiling bstr v1.10.0 |
1523 | 2025-01-09T19:56:13.692Z | Compiling sync_wrapper v1.0.1 |
1524 | 2025-01-09T19:56:13.862Z | Compiling bit-vec v0.6.3 |
1525 | 2025-01-09T19:56:13.993Z | Compiling new_debug_unreachable v1.0.6 |
1526 | 2025-01-09T19:56:14.086Z | Compiling normalize-line-endings v0.3.0 |
1527 | 2025-01-09T19:56:14.231Z | Compiling whoami v1.5.2 |
1528 | 2025-01-09T19:56:14.329Z | Compiling static_assertions v1.1.0 |
1529 | 2025-01-09T19:56:14.430Z | Compiling number_prefix v0.4.0 |
1530 | 2025-01-09T19:56:14.604Z | Compiling unicode-segmentation v1.12.0 |
1531 | 2025-01-09T19:56:14.666Z | Compiling predicates-core v1.0.8 |
1532 | 2025-01-09T19:56:14.902Z | Compiling fixedbitset v0.4.2 |
1533 | 2025-01-09T19:56:15.031Z | Compiling precomputed-hash v0.1.1 |
1534 | 2025-01-09T19:56:15.152Z | Compiling difflib v0.4.0 |
1535 | 2025-01-09T19:56:15.370Z | Compiling unicode-width v0.2.0 |
1536 | 2025-01-09T19:56:15.507Z | Compiling similar v2.6.0 |
1537 | 2025-01-09T19:56:15.527Z | Compiling petgraph v0.6.5 |
1538 | 2025-01-09T19:56:15.892Z | Compiling indicatif v0.17.9 |
1539 | 2025-01-09T19:56:16.693Z | Compiling predicates v3.1.2 |
1540 | 2025-01-09T19:56:16.882Z | Compiling string_cache v0.8.7 |
1541 | 2025-01-09T19:56:17.372Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1542 | 2025-01-09T19:56:17.990Z | Compiling tokio-postgres v0.7.12 |
1543 | 2025-01-09T19:56:18.043Z | Compiling clap v4.5.21 |
1544 | 2025-01-09T19:56:18.151Z | Compiling bit-set v0.5.3 |
1545 | 2025-01-09T19:56:18.170Z | Compiling ecdsa v0.16.9 |
1546 | 2025-01-09T19:56:18.699Z | Compiling rsa v0.9.6 |
1547 | 2025-01-09T19:56:18.706Z | Compiling ed25519-dalek v2.1.1 |
1548 | 2025-01-09T19:56:19.084Z | Compiling toml v0.7.8 |
1549 | 2025-01-09T19:56:19.798Z | Compiling zip v0.6.6 |
1550 | 2025-01-09T19:56:19.836Z | Compiling crossterm v0.28.1 |
1551 | 2025-01-09T19:56:21.925Z | Compiling hex v0.4.3 |
1552 | 2025-01-09T19:56:21.956Z | Compiling x509-cert v0.2.5 |
1553 | 2025-01-09T19:56:22.205Z | Compiling itertools v0.10.5 |
1554 | 2025-01-09T19:56:22.587Z | Compiling unicode-xid v0.2.6 |
1555 | 2025-01-09T19:56:22.769Z | Compiling lalrpop-util v0.19.12 |
1556 | 2025-01-09T19:56:23.137Z | Compiling peg-runtime v0.8.3 |
1557 | 2025-01-09T19:56:23.786Z | Compiling strum_macros v0.26.4 |
1558 | 2025-01-09T19:56:23.846Z | Compiling xattr v1.3.1 |
1559 | 2025-01-09T19:56:23.866Z | Compiling filetime v0.2.25 |
1560 | 2025-01-09T19:56:24.120Z | Compiling tar v0.4.42 |
1561 | 2025-01-09T19:56:29.053Z | Compiling strum v0.26.3 |
1562 | 2025-01-09T19:56:30.980Z | Compiling aws-lc-sys v0.22.0 |
1563 | 2025-01-09T19:57:08.125Z | Compiling rustls-webpki v0.102.8 |
1564 | 2025-01-09T19:57:11.481Z | Compiling tokio-rustls v0.25.0 |
1565 | 2025-01-09T19:57:13.146Z | Compiling tokio-rustls v0.26.0 |
1566 | 2025-01-09T19:57:13.387Z | Compiling hyper-rustls v0.27.3 |
1567 | 2025-01-09T19:57:13.889Z | Compiling reqwest v0.12.9 |
1568 | 2025-01-09T19:57:14.833Z | Compiling qorb v0.2.1 |
1569 | 2025-01-09T19:57:19.955Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1570 | 2025-01-09T19:57:20.195Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1571 | 2025-01-09T19:57:25.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
1572 | 2025-01-09T19:57:26.034Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1573 | 2025-01-09T19:57:27.091Z | Jan 09 19:57:25.066 INFO Starting download, target: Cockroach |
1574 | 2025-01-09T19:57:27.091Z | Jan 09 19:57:25.067 INFO Starting download, target: Clickhouse |
1575 | 2025-01-09T19:57:27.091Z | Jan 09 19:57:25.067 INFO Starting download, target: Console |
1576 | 2025-01-09T19:57:27.091Z | Jan 09 19:57:25.067 INFO Starting download, target: DendriteOpenapi |
1577 | 2025-01-09T19:57:27.100Z | Jan 09 19:57:25.067 INFO Starting download, target: DendriteStub |
1578 | 2025-01-09T19:57:27.100Z | Jan 09 19:57:25.067 INFO Starting download, target: MaghemiteMgd |
1579 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.067 INFO Starting download, target: TransceiverControl |
1580 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.067 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1581 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.067 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1582 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1583 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.068 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1584 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.068 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1585 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1586 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.068 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1587 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.304 INFO Download complete, target: DendriteOpenapi |
1588 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.588 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1589 | 2025-01-09T19:57:27.101Z | Jan 09 19:57:25.906 INFO Download complete, target: Console |
1590 | 2025-01-09T19:57:27.102Z | Jan 09 19:57:25.960 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1591 | 2025-01-09T19:57:27.102Z | Jan 09 19:57:26.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1592 | 2025-01-09T19:57:27.219Z | Jan 09 19:57:26.207 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1593 | 2025-01-09T19:57:27.723Z | Jan 09 19:57:26.706 INFO Download complete, target: TransceiverControl |
1594 | 2025-01-09T19:57:27.823Z | Jan 09 19:57:26.811 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1595 | 2025-01-09T19:57:27.824Z | Jan 09 19:57:26.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1596 | 2025-01-09T19:57:28.012Z | Jan 09 19:57:26.999 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1597 | 2025-01-09T19:57:30.041Z | Jan 09 19:57:29.028 INFO Download complete, target: MaghemiteMgd |
1598 | 2025-01-09T19:57:30.129Z | Jan 09 19:57:29.114 INFO Download complete, target: DendriteStub |
1599 | 2025-01-09T19:57:35.395Z | Jan 09 19:57:34.382 INFO Checking that binary works, target: Cockroach |
1600 | 2025-01-09T19:57:35.556Z | Jan 09 19:57:34.543 INFO Download complete, target: Cockroach |
1601 | 2025-01-09T19:57:40.737Z | Jan 09 19:57:39.724 INFO Checking that binary works, target: Clickhouse |
1602 | 2025-01-09T19:57:41.475Z | Jan 09 19:57:40.462 INFO Download complete, target: Clickhouse |
1603 | 2025-01-09T19:57:41.591Z | All builder prerequisites installed successfully, and PATH looks valid |
1604 | 2025-01-09T19:57:41.593Z | |
1605 | 2025-01-09T19:57:41.593Z | real 7:15.203912448 |
1606 | 2025-01-09T19:57:41.593Z | user 16:42.949051094 |
1607 | 2025-01-09T19:57:41.594Z | sys 3:18.482079801 |
1608 | 2025-01-09T19:57:41.594Z | trap 0.548940351 |
1609 | 2025-01-09T19:57:41.594Z | tflt 9.223583336 |
1610 | 2025-01-09T19:57:41.594Z | dflt 8.596226227 |
1611 | 2025-01-09T19:57:41.594Z | kflt 0.172416041 |
1612 | 2025-01-09T19:57:41.594Z | lock 30:09.421702808 |
1613 | 2025-01-09T19:57:41.594Z | slp 1:08:43.320258064 |
1614 | 2025-01-09T19:57:41.594Z | lat 53.679356168 |
1615 | 2025-01-09T19:57:41.594Z | stop 2:13.053180882 |
1616 | 2025-01-09T19:57:41.594Z | + banner hack-check |
1617 | 2025-01-09T19:57:41.597Z | |
1618 | 2025-01-09T19:57:41.597Z | # # ## #### # # #### # # ###### #### # # |
1619 | 2025-01-09T19:57:41.597Z | # # # # # # # # # # # # # # # # # |
1620 | 2025-01-09T19:57:41.597Z | ###### # # # #### ##### # ###### ##### # #### |
1621 | 2025-01-09T19:57:41.597Z | # # ###### # # # # # # # # # # |
1622 | 2025-01-09T19:57:41.597Z | # # # # # # # # # # # # # # # # # |
1623 | 2025-01-09T19:57:41.597Z | # # # # #### # # #### # # ###### #### # # |
1624 | 2025-01-09T19:57:41.597Z | |
1625 | 2025-01-09T19:57:41.597Z | + export CARGO_INCREMENTAL=0 |
1626 | 2025-01-09T19:57:41.597Z | + CARGO_INCREMENTAL=0 |
1627 | 2025-01-09T19:57:41.597Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1628 | 2025-01-09T19:57:42.115Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1629 | 2025-01-09T19:57:45.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
1630 | 2025-01-09T19:57:45.645Z | Running `target/debug/xtask check-features --ci` |
1631 | 2025-01-09T19:57:45.666Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1632 | 2025-01-09T19:57:45.666Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1633 | 2025-01-09T19:57:46.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1634 | 2025-01-09T19:57:46.143Z | Running `target/debug/xtask download cargo-hack` |
1635 | 2025-01-09T19:57:46.962Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1636 | 2025-01-09T19:57:47.328Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1637 | 2025-01-09T19:57:52.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
1638 | 2025-01-09T19:57:52.442Z | Running `target/debug/xtask-downloader cargo-hack` |
1639 | 2025-01-09T19:57:52.478Z | Jan 09 19:57:51.463 INFO Starting download, target: CargoHack |
1640 | 2025-01-09T19:57:52.482Z | Jan 09 19:57:51.464 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1641 | 2025-01-09T19:57:52.958Z | Jan 09 19:57:51.944 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1642 | 2025-01-09T19:57:53.046Z | Jan 09 19:57:52.032 INFO Download complete, target: CargoHack |
1643 | 2025-01-09T19:57:53.050Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1644 | 2025-01-09T19:57:53.065Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1645 | 2025-01-09T19:57:53.234Z | info: running `cargo check --bins` on api_identity (1/176) |
1646 | 2025-01-09T19:57:53.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2025-01-09T19:57:53.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2025-01-09T19:57:53.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2025-01-09T19:57:53.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1650 | 2025-01-09T19:57:53.826Z | |
1651 | 2025-01-09T19:57:53.826Z | info: running `cargo check --bins` on bootstore (2/176) |
1652 | 2025-01-09T19:57:54.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2025-01-09T19:57:54.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2025-01-09T19:57:54.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2025-01-09T19:57:54.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1656 | 2025-01-09T19:57:54.461Z | |
1657 | 2025-01-09T19:57:54.461Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1658 | 2025-01-09T19:57:55.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2025-01-09T19:57:55.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2025-01-09T19:57:55.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2025-01-09T19:57:55.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1662 | 2025-01-09T19:57:55.088Z | |
1663 | 2025-01-09T19:57:55.088Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1664 | 2025-01-09T19:57:55.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2025-01-09T19:57:55.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2025-01-09T19:57:55.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2025-01-09T19:57:55.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1668 | 2025-01-09T19:57:55.702Z | |
1669 | 2025-01-09T19:57:55.702Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1670 | 2025-01-09T19:57:56.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-01-09T19:57:56.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-01-09T19:57:56.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-01-09T19:57:56.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1674 | 2025-01-09T19:57:56.126Z | |
1675 | 2025-01-09T19:57:56.126Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1676 | 2025-01-09T19:57:56.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-01-09T19:57:56.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-01-09T19:57:56.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-01-09T19:57:56.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1680 | 2025-01-09T19:57:56.550Z | |
1681 | 2025-01-09T19:57:56.550Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1682 | 2025-01-09T19:57:56.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-01-09T19:57:56.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-01-09T19:57:56.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-01-09T19:57:56.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1686 | 2025-01-09T19:57:56.968Z | |
1687 | 2025-01-09T19:57:56.968Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1688 | 2025-01-09T19:57:57.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-01-09T19:57:57.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-01-09T19:57:57.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-01-09T19:57:57.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1692 | 2025-01-09T19:57:57.393Z | |
1693 | 2025-01-09T19:57:57.393Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1694 | 2025-01-09T19:57:57.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-01-09T19:57:57.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-01-09T19:57:57.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-01-09T19:57:57.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1698 | 2025-01-09T19:57:57.808Z | |
1699 | 2025-01-09T19:57:57.808Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1700 | 2025-01-09T19:57:58.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-01-09T19:57:58.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-01-09T19:57:58.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-01-09T19:57:58.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1704 | 2025-01-09T19:57:58.237Z | |
1705 | 2025-01-09T19:57:58.237Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1706 | 2025-01-09T19:57:58.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-01-09T19:57:58.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-01-09T19:57:58.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-01-09T19:57:58.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1710 | 2025-01-09T19:57:58.656Z | |
1711 | 2025-01-09T19:57:58.656Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1712 | 2025-01-09T19:57:59.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-01-09T19:57:59.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-01-09T19:57:59.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-01-09T19:57:59.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1716 | 2025-01-09T19:57:59.083Z | |
1717 | 2025-01-09T19:57:59.083Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1718 | 2025-01-09T19:57:59.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-01-09T19:57:59.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-01-09T19:57:59.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-01-09T19:57:59.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1722 | 2025-01-09T19:57:59.509Z | |
1723 | 2025-01-09T19:57:59.509Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1724 | 2025-01-09T19:57:59.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-01-09T19:57:59.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-01-09T19:57:59.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-01-09T19:57:59.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1728 | 2025-01-09T19:57:59.927Z | |
1729 | 2025-01-09T19:57:59.927Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1730 | 2025-01-09T19:58:00.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-01-09T19:58:00.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-01-09T19:58:00.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-01-09T19:58:00.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1734 | 2025-01-09T19:58:00.359Z | |
1735 | 2025-01-09T19:58:00.359Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1736 | 2025-01-09T19:58:00.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-01-09T19:58:00.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-01-09T19:58:00.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-01-09T19:58:00.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1740 | 2025-01-09T19:58:00.800Z | |
1741 | 2025-01-09T19:58:00.800Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1742 | 2025-01-09T19:58:01.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-01-09T19:58:01.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-01-09T19:58:01.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-01-09T19:58:01.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1746 | 2025-01-09T19:58:01.247Z | |
1747 | 2025-01-09T19:58:01.247Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1748 | 2025-01-09T19:58:01.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-01-09T19:58:01.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-01-09T19:58:01.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-01-09T19:58:01.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2025-01-09T19:58:01.680Z | |
1753 | 2025-01-09T19:58:01.680Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1754 | 2025-01-09T19:58:02.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-01-09T19:58:02.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-01-09T19:58:02.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-01-09T19:58:02.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1758 | 2025-01-09T19:58:02.106Z | |
1759 | 2025-01-09T19:58:02.106Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1760 | 2025-01-09T19:58:02.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-01-09T19:58:02.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-01-09T19:58:02.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-01-09T19:58:02.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1764 | 2025-01-09T19:58:02.540Z | |
1765 | 2025-01-09T19:58:02.540Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1766 | 2025-01-09T19:58:02.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-01-09T19:58:02.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-01-09T19:58:02.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-01-09T19:58:02.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1770 | 2025-01-09T19:58:02.955Z | |
1771 | 2025-01-09T19:58:02.955Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1772 | 2025-01-09T19:58:03.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-01-09T19:58:03.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-01-09T19:58:03.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-01-09T19:58:03.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1776 | 2025-01-09T19:58:03.384Z | |
1777 | 2025-01-09T19:58:03.384Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1778 | 2025-01-09T19:58:03.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-01-09T19:58:03.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-01-09T19:58:03.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-01-09T19:58:03.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1782 | 2025-01-09T19:58:03.815Z | |
1783 | 2025-01-09T19:58:03.815Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1784 | 2025-01-09T19:58:04.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-01-09T19:58:04.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-01-09T19:58:04.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-01-09T19:58:04.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1788 | 2025-01-09T19:58:04.247Z | |
1789 | 2025-01-09T19:58:04.247Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1790 | 2025-01-09T19:58:04.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-01-09T19:58:04.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-01-09T19:58:04.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-01-09T19:58:04.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1794 | 2025-01-09T19:58:04.877Z | |
1795 | 2025-01-09T19:58:04.877Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1796 | 2025-01-09T19:58:05.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-01-09T19:58:05.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-01-09T19:58:05.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-01-09T19:58:05.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1800 | 2025-01-09T19:58:05.508Z | |
1801 | 2025-01-09T19:58:05.508Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1802 | 2025-01-09T19:58:06.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-01-09T19:58:06.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-01-09T19:58:06.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-01-09T19:58:06.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1806 | 2025-01-09T19:58:06.145Z | |
1807 | 2025-01-09T19:58:06.145Z | info: running `cargo check --bins` on oxlog (28/176) |
1808 | 2025-01-09T19:58:06.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-01-09T19:58:06.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-01-09T19:58:06.759Z | Checking cfg-if v1.0.0 |
1811 | 2025-01-09T19:58:06.769Z | Checking libc v0.2.162 |
1812 | 2025-01-09T19:58:06.868Z | Checking serde v1.0.215 |
1813 | 2025-01-09T19:58:06.877Z | Checking zeroize v1.8.1 |
1814 | 2025-01-09T19:58:06.897Z | Checking memchr v2.7.4 |
1815 | 2025-01-09T19:58:06.899Z | Checking typenum v1.17.0 |
1816 | 2025-01-09T19:58:06.899Z | Checking scopeguard v1.2.0 |
1817 | 2025-01-09T19:58:06.921Z | Checking subtle v2.6.1 |
1818 | 2025-01-09T19:58:06.933Z | Checking value-bag v1.9.0 |
1819 | 2025-01-09T19:58:07.041Z | Checking lock_api v0.4.12 |
1820 | 2025-01-09T19:58:07.127Z | Checking const-oid v0.9.6 |
1821 | 2025-01-09T19:58:07.167Z | Checking smallvec v1.13.2 |
1822 | 2025-01-09T19:58:07.363Z | Checking log v0.4.22 |
1823 | 2025-01-09T19:58:07.497Z | Checking itoa v1.0.11 |
1824 | 2025-01-09T19:58:07.520Z | Checking pin-project-lite v0.2.14 |
1825 | 2025-01-09T19:58:07.633Z | Checking byteorder v1.5.0 |
1826 | 2025-01-09T19:58:07.716Z | Checking futures-core v0.3.31 |
1827 | 2025-01-09T19:58:07.796Z | Checking once_cell v1.20.2 |
1828 | 2025-01-09T19:58:07.898Z | Checking cpufeatures v0.2.14 |
1829 | 2025-01-09T19:58:07.930Z | Checking stable_deref_trait v1.2.0 |
1830 | 2025-01-09T19:58:07.986Z | Checking futures-sink v0.3.31 |
1831 | 2025-01-09T19:58:08.001Z | Checking getrandom v0.2.15 |
1832 | 2025-01-09T19:58:08.024Z | Checking signal-hook-registry v1.4.2 |
1833 | 2025-01-09T19:58:08.039Z | Checking parking_lot_core v0.9.10 |
1834 | 2025-01-09T19:58:08.089Z | Checking mio v1.0.2 |
1835 | 2025-01-09T19:58:08.124Z | Checking socket2 v0.5.7 |
1836 | 2025-01-09T19:58:08.140Z | Checking generic-array v0.14.7 |
1837 | 2025-01-09T19:58:08.217Z | Checking rand_core v0.6.4 |
1838 | 2025-01-09T19:58:08.261Z | Checking spin v0.9.8 |
1839 | 2025-01-09T19:58:08.382Z | Checking parking_lot v0.12.3 |
1840 | 2025-01-09T19:58:08.518Z | Checking zerocopy v0.7.35 |
1841 | 2025-01-09T19:58:08.589Z | Checking slab v0.4.9 |
1842 | 2025-01-09T19:58:08.627Z | Checking zerofrom v0.1.4 |
1843 | 2025-01-09T19:58:08.683Z | Checking futures-channel v0.3.31 |
1844 | 2025-01-09T19:58:08.725Z | Checking futures-io v0.3.31 |
1845 | 2025-01-09T19:58:08.829Z | Checking yoke v0.7.4 |
1846 | 2025-01-09T19:58:08.859Z | Checking equivalent v1.0.1 |
1847 | 2025-01-09T19:58:08.914Z | Checking pin-utils v0.1.0 |
1848 | 2025-01-09T19:58:08.960Z | Checking foldhash v0.1.3 |
1849 | 2025-01-09T19:58:08.973Z | Checking allocator-api2 v0.2.18 |
1850 | 2025-01-09T19:58:08.995Z | Checking futures-task v0.3.31 |
1851 | 2025-01-09T19:58:09.027Z | Checking ryu v1.0.18 |
1852 | 2025-01-09T19:58:09.138Z | Checking zerovec v0.10.4 |
1853 | 2025-01-09T19:58:09.166Z | Checking tinyvec_macros v0.1.1 |
1854 | 2025-01-09T19:58:09.239Z | Checking futures-util v0.3.31 |
1855 | 2025-01-09T19:58:09.255Z | Checking tinyvec v1.8.0 |
1856 | 2025-01-09T19:58:09.258Z | Checking fnv v1.0.7 |
1857 | 2025-01-09T19:58:09.287Z | Checking crypto-common v0.1.6 |
1858 | 2025-01-09T19:58:09.384Z | Checking block-buffer v0.10.4 |
1859 | 2025-01-09T19:58:09.461Z | Checking block-padding v0.3.3 |
1860 | 2025-01-09T19:58:09.594Z | Checking hashbrown v0.15.1 |
1861 | 2025-01-09T19:58:09.610Z | Checking digest v0.10.7 |
1862 | 2025-01-09T19:58:09.682Z | Checking inout v0.1.3 |
1863 | 2025-01-09T19:58:09.905Z | Checking cipher v0.4.4 |
1864 | 2025-01-09T19:58:09.998Z | Checking hmac v0.12.1 |
1865 | 2025-01-09T19:58:10.016Z | Checking sha2 v0.10.8 |
1866 | 2025-01-09T19:58:10.202Z | Checking libm v0.2.8 |
1867 | 2025-01-09T19:58:10.279Z | Checking litemap v0.7.3 |
1868 | 2025-01-09T19:58:10.557Z | Checking writeable v0.5.5 |
1869 | 2025-01-09T19:58:10.621Z | Checking unicode-bidi v0.3.17 |
1870 | 2025-01-09T19:58:10.640Z | Checking unicode-normalization v0.1.24 |
1871 | 2025-01-09T19:58:10.741Z | Checking base64ct v1.6.0 |
1872 | 2025-01-09T19:58:10.798Z | Checking tinystr v0.7.6 |
1873 | 2025-01-09T19:58:10.874Z | Checking ppv-lite86 v0.2.20 |
1874 | 2025-01-09T19:58:11.112Z | Checking num-traits v0.2.19 |
1875 | 2025-01-09T19:58:11.149Z | Checking icu_locid v1.5.0 |
1876 | 2025-01-09T19:58:11.191Z | Checking pem-rfc7468 v0.7.0 |
1877 | 2025-01-09T19:58:11.225Z | Checking flagset v0.4.6 |
1878 | 2025-01-09T19:58:11.423Z | Checking tracing-core v0.1.32 |
1879 | 2025-01-09T19:58:11.465Z | Checking der v0.7.9 |
1880 | 2025-01-09T19:58:11.574Z | Checking thiserror v1.0.69 |
1881 | 2025-01-09T19:58:11.671Z | Checking rand_chacha v0.3.1 |
1882 | 2025-01-09T19:58:11.708Z | Checking rustls-pki-types v1.10.0 |
1883 | 2025-01-09T19:58:12.031Z | Checking bytes v1.8.0 |
1884 | 2025-01-09T19:58:12.076Z | Checking indexmap v2.6.0 |
1885 | 2025-01-09T19:58:12.100Z | Checking serde_json v1.0.133 |
1886 | 2025-01-09T19:58:12.140Z | Checking icu_provider v1.5.0 |
1887 | 2025-01-09T19:58:12.287Z | Checking bitflags v2.6.0 |
1888 | 2025-01-09T19:58:12.599Z | Checking icu_locid_transform_data v1.5.0 |
1889 | 2025-01-09T19:58:12.701Z | Checking percent-encoding v2.3.1 |
1890 | 2025-01-09T19:58:12.811Z | Checking icu_locid_transform v1.5.0 |
1891 | 2025-01-09T19:58:12.844Z | Checking tokio v1.40.0 |
1892 | 2025-01-09T19:58:12.913Z | Checking http v1.1.0 |
1893 | 2025-01-09T19:58:12.929Z | Checking tracing v0.1.40 |
1894 | 2025-01-09T19:58:13.263Z | Checking rand v0.8.5 |
1895 | 2025-01-09T19:58:13.296Z | Checking spki v0.7.3 |
1896 | 2025-01-09T19:58:13.312Z | Checking icu_collections v1.5.0 |
1897 | 2025-01-09T19:58:13.591Z | Checking salsa20 v0.10.2 |
1898 | 2025-01-09T19:58:13.778Z | Checking pbkdf2 v0.12.2 |
1899 | 2025-01-09T19:58:13.803Z | Checking aws-lc-sys v0.22.0 |
1900 | 2025-01-09T19:58:13.830Z | Checking httparse v1.9.5 |
1901 | 2025-01-09T19:58:13.937Z | Checking untrusted v0.7.1 |
1902 | 2025-01-09T19:58:13.955Z | Checking powerfmt v0.2.0 |
1903 | 2025-01-09T19:58:14.102Z | Checking untrusted v0.9.0 |
1904 | 2025-01-09T19:58:14.222Z | Checking mirai-annotations v1.12.0 |
1905 | 2025-01-09T19:58:14.254Z | Checking icu_properties_data v1.5.0 |
1906 | 2025-01-09T19:58:14.270Z | Checking ring v0.17.8 |
1907 | 2025-01-09T19:58:14.356Z | Checking deranged v0.3.11 |
1908 | 2025-01-09T19:58:14.393Z | Checking scrypt v0.11.0 |
1909 | 2025-01-09T19:58:14.408Z | Checking aes v0.8.4 |
1910 | 2025-01-09T19:58:14.478Z | Checking icu_properties v1.5.1 |
1911 | 2025-01-09T19:58:14.575Z | Checking cbc v0.1.2 |
1912 | 2025-01-09T19:58:14.598Z | Checking crossbeam-utils v0.8.20 |
1913 | 2025-01-09T19:58:14.783Z | Checking atomic-waker v1.1.2 |
1914 | 2025-01-09T19:58:14.925Z | Checking icu_normalizer_data v1.5.0 |
1915 | 2025-01-09T19:58:15.023Z | Checking utf16_iter v1.0.5 |
1916 | 2025-01-09T19:58:15.185Z | Checking num_threads v0.1.7 |
1917 | 2025-01-09T19:58:15.300Z | Checking num-conv v0.1.0 |
1918 | 2025-01-09T19:58:15.329Z | Checking utf8_iter v1.0.4 |
1919 | 2025-01-09T19:58:15.359Z | Checking write16 v1.0.0 |
1920 | 2025-01-09T19:58:15.486Z | Checking time-core v0.1.2 |
1921 | 2025-01-09T19:58:15.530Z | Checking pkcs5 v0.7.1 |
1922 | 2025-01-09T19:58:15.543Z | Checking http-body v1.0.1 |
1923 | 2025-01-09T19:58:15.637Z | Checking form_urlencoded v1.2.1 |
1924 | 2025-01-09T19:58:15.737Z | Checking try-lock v0.2.5 |
1925 | 2025-01-09T19:58:15.832Z | Checking uuid v1.11.0 |
1926 | 2025-01-09T19:58:15.862Z | Checking want v0.3.1 |
1927 | 2025-01-09T19:58:16.033Z | Checking pkcs8 v0.10.2 |
1928 | 2025-01-09T19:58:16.051Z | Checking httpdate v1.0.3 |
1929 | 2025-01-09T19:58:16.168Z | Checking unicode-ident v1.0.13 |
1930 | 2025-01-09T19:58:16.236Z | Checking time v0.3.36 |
1931 | 2025-01-09T19:58:16.295Z | Checking serde_spanned v0.6.8 |
1932 | 2025-01-09T19:58:16.321Z | Checking toml_datetime v0.6.8 |
1933 | 2025-01-09T19:58:16.334Z | Checking proc-macro2 v1.0.89 |
1934 | 2025-01-09T19:58:16.474Z | Checking slog v2.7.0 |
1935 | 2025-01-09T19:58:16.492Z | Checking scroll v0.12.0 |
1936 | 2025-01-09T19:58:16.548Z | Checking aws-lc-rs v1.10.0 |
1937 | 2025-01-09T19:58:16.597Z | Checking plain v0.2.3 |
1938 | 2025-01-09T19:58:16.745Z | Checking ucd-trie v0.1.7 |
1939 | 2025-01-09T19:58:16.941Z | Checking foreign-types-shared v0.1.1 |
1940 | 2025-01-09T19:58:16.965Z | Checking adler2 v2.0.0 |
1941 | 2025-01-09T19:58:16.982Z | Checking iana-time-zone v0.1.61 |
1942 | 2025-01-09T19:58:17.026Z | Checking base64 v0.22.1 |
1943 | 2025-01-09T19:58:17.041Z | Checking tower-service v0.3.3 |
1944 | 2025-01-09T19:58:17.105Z | Checking match_cfg v0.1.0 |
1945 | 2025-01-09T19:58:17.125Z | Checking chrono v0.4.38 |
1946 | 2025-01-09T19:58:17.148Z | Checking miniz_oxide v0.8.0 |
1947 | 2025-01-09T19:58:17.190Z | Checking hostname v0.3.1 |
1948 | 2025-01-09T19:58:17.314Z | Checking foreign-types v0.3.2 |
1949 | 2025-01-09T19:58:17.402Z | Checking quote v1.0.37 |
1950 | 2025-01-09T19:58:17.492Z | Checking goblin v0.8.2 |
1951 | 2025-01-09T19:58:17.761Z | Checking pest v2.7.14 |
1952 | 2025-01-09T19:58:17.808Z | Checking icu_normalizer v1.5.0 |
1953 | 2025-01-09T19:58:17.868Z | Checking openssl-sys v0.9.103 |
1954 | 2025-01-09T19:58:18.397Z | Checking rustls-webpki v0.102.8 |
1955 | 2025-01-09T19:58:18.527Z | Checking idna_adapter v1.2.0 |
1956 | 2025-01-09T19:58:18.716Z | Checking idna v1.0.3 |
1957 | 2025-01-09T19:58:18.747Z | Checking errno v0.3.9 |
1958 | 2025-01-09T19:58:18.928Z | Checking dirs-sys-next v0.1.2 |
1959 | 2025-01-09T19:58:19.104Z | Checking aho-corasick v1.1.3 |
1960 | 2025-01-09T19:58:19.121Z | Checking regex-syntax v0.8.5 |
1961 | 2025-01-09T19:58:19.193Z | Checking siphasher v0.3.11 |
1962 | 2025-01-09T19:58:19.211Z | Checking url v2.5.3 |
1963 | 2025-01-09T19:58:19.231Z | Checking pretty-hex v0.4.1 |
1964 | 2025-01-09T19:58:19.402Z | Checking data-encoding v2.6.0 |
1965 | 2025-01-09T19:58:19.476Z | Compiling newtype-uuid v1.1.3 |
1966 | 2025-01-09T19:58:19.769Z | Checking openssl v0.10.66 |
1967 | 2025-01-09T19:58:20.011Z | Checking dirs-next v2.0.0 |
1968 | 2025-01-09T19:58:20.094Z | Checking rustix v0.38.37 |
1969 | 2025-01-09T19:58:20.146Z | Checking syn v2.0.87 |
1970 | 2025-01-09T19:58:20.243Z | Checking tokio-util v0.7.12 |
1971 | 2025-01-09T19:58:20.289Z | Checking dtrace-parser v0.2.0 |
1972 | 2025-01-09T19:58:20.735Z | Checking http-body-util v0.1.2 |
1973 | 2025-01-09T19:58:20.752Z | Checking crossbeam-epoch v0.9.18 |
1974 | 2025-01-09T19:58:21.184Z | Checking h2 v0.4.6 |
1975 | 2025-01-09T19:58:21.200Z | Checking signature v2.2.0 |
1976 | 2025-01-09T19:58:21.229Z | Checking sha1 v0.10.6 |
1977 | 2025-01-09T19:58:21.379Z | Checking lazy_static v1.5.0 |
1978 | 2025-01-09T19:58:21.497Z | Checking thread_local v1.1.8 |
1979 | 2025-01-09T19:58:21.529Z | Checking thread-id v4.2.2 |
1980 | 2025-01-09T19:58:21.636Z | Checking encoding_rs v0.8.34 |
1981 | 2025-01-09T19:58:21.775Z | Checking either v1.13.0 |
1982 | 2025-01-09T19:58:22.204Z | Checking mime v0.3.17 |
1983 | 2025-01-09T19:58:22.506Z | Checking regex-automata v0.4.8 |
1984 | 2025-01-09T19:58:22.534Z | Checking openssl-probe v0.1.5 |
1985 | 2025-01-09T19:58:22.620Z | Checking dof v0.3.0 |
1986 | 2025-01-09T19:58:22.686Z | Checking winnow v0.6.20 |
1987 | 2025-01-09T19:58:23.227Z | Checking gimli v0.31.1 |
1988 | 2025-01-09T19:58:23.525Z | Checking anstyle v1.0.10 |
1989 | 2025-01-09T19:58:23.885Z | Checking utf8parse v0.2.2 |
1990 | 2025-01-09T19:58:23.901Z | Checking ipnet v2.10.1 |
1991 | 2025-01-09T19:58:24.038Z | Checking unicode-properties v0.1.3 |
1992 | 2025-01-09T19:58:24.362Z | Checking anstyle-parse v0.2.5 |
1993 | 2025-01-09T19:58:24.398Z | Checking stringprep v0.1.5 |
1994 | 2025-01-09T19:58:24.619Z | Checking crossbeam-deque v0.8.5 |
1995 | 2025-01-09T19:58:24.679Z | Checking term v0.7.0 |
1996 | 2025-01-09T19:58:24.957Z | Checking rustls v0.23.19 |
1997 | 2025-01-09T19:58:25.112Z | Checking rustls v0.22.4 |
1998 | 2025-01-09T19:58:25.334Z | Checking native-tls v0.2.12 |
1999 | 2025-01-09T19:58:25.648Z | Checking slog-json v2.6.1 |
2000 | 2025-01-09T19:58:25.771Z | Checking toml_edit v0.22.22 |
2001 | 2025-01-09T19:58:25.914Z | Checking serde_urlencoded v0.7.1 |
2002 | 2025-01-09T19:58:26.368Z | Checking crossbeam-channel v0.5.13 |
2003 | 2025-01-09T19:58:26.709Z | Checking usdt-impl v0.5.0 |
2004 | 2025-01-09T19:58:27.131Z | Checking futures-executor v0.3.31 |
2005 | 2025-01-09T19:58:27.223Z | Checking num-integer v0.1.46 |
2006 | 2025-01-09T19:58:27.270Z | Checking rustls-pemfile v2.2.0 |
2007 | 2025-01-09T19:58:27.286Z | Checking addr2line v0.24.2 |
2008 | 2025-01-09T19:58:27.355Z | Checking idna v0.3.0 |
2009 | 2025-01-09T19:58:27.414Z | Checking hyper v1.5.0 |
2010 | 2025-01-09T19:58:27.487Z | Checking idna v0.4.0 |
2011 | 2025-01-09T19:58:27.713Z | Checking md-5 v0.10.6 |
2012 | 2025-01-09T19:58:27.797Z | Checking ff v0.13.0 |
2013 | 2025-01-09T19:58:27.921Z | Checking hash32 v0.2.1 |
2014 | 2025-01-09T19:58:28.003Z | Checking memmap v0.7.0 |
2015 | 2025-01-09T19:58:28.204Z | Checking is-terminal v0.4.13 |
2016 | 2025-01-09T19:58:28.210Z | Checking object v0.36.5 |
2017 | 2025-01-09T19:58:28.235Z | Checking linked-hash-map v0.5.6 |
2018 | 2025-01-09T19:58:28.321Z | Checking take_mut v0.2.2 |
2019 | 2025-01-09T19:58:28.336Z | Checking anstyle-query v1.1.1 |
2020 | 2025-01-09T19:58:28.386Z | Checking base16ct v0.2.0 |
2021 | 2025-01-09T19:58:28.464Z | Checking utf-8 v0.7.6 |
2022 | 2025-01-09T19:58:28.464Z | Checking is_terminal_polyfill v1.70.1 |
2023 | 2025-01-09T19:58:28.558Z | Checking psl-types v2.0.11 |
2024 | 2025-01-09T19:58:28.574Z | Checking fallible-iterator v0.2.0 |
2025 | 2025-01-09T19:58:28.592Z | Checking rustc-demangle v0.1.24 |
2026 | 2025-01-09T19:58:28.663Z | Checking dyn-clone v1.0.17 |
2027 | 2025-01-09T19:58:28.700Z | Checking quick-error v1.2.3 |
2028 | 2025-01-09T19:58:28.729Z | Checking colorchoice v1.0.2 |
2029 | 2025-01-09T19:58:28.804Z | Checking schemars v0.8.21 |
2030 | 2025-01-09T19:58:28.835Z | Checking resolv-conf v0.7.0 |
2031 | 2025-01-09T19:58:28.862Z | Checking anstream v0.6.15 |
2032 | 2025-01-09T19:58:29.009Z | Checking publicsuffix v2.2.3 |
2033 | 2025-01-09T19:58:29.162Z | Checking tokio-rustls v0.25.0 |
2034 | 2025-01-09T19:58:29.184Z | Checking postgres-protocol v0.6.7 |
2035 | 2025-01-09T19:58:29.235Z | Checking tungstenite v0.24.0 |
2036 | 2025-01-09T19:58:29.250Z | Checking lru-cache v0.1.2 |
2037 | 2025-01-09T19:58:29.434Z | Checking sec1 v0.7.3 |
2038 | 2025-01-09T19:58:29.515Z | Checking hyper-util v0.1.10 |
2039 | 2025-01-09T19:58:29.545Z | Checking slog-async v2.8.0 |
2040 | 2025-01-09T19:58:29.830Z | Checking toml v0.8.19 |
2041 | 2025-01-09T19:58:29.845Z | Checking hickory-proto v0.24.1 |
2042 | 2025-01-09T19:58:29.858Z | Checking slog-term v2.9.1 |
2043 | 2025-01-09T19:58:30.178Z | Checking heapless v0.7.17 |
2044 | 2025-01-09T19:58:30.353Z | Checking usdt v0.5.0 |
2045 | 2025-01-09T19:58:30.492Z | Checking group v0.13.0 |
2046 | 2025-01-09T19:58:30.524Z | Checking tokio-rustls v0.26.0 |
2047 | 2025-01-09T19:58:30.550Z | Checking num-iter v0.1.45 |
2048 | 2025-01-09T19:58:30.599Z | Checking futures v0.3.31 |
2049 | 2025-01-09T19:58:30.705Z | Checking slog-bunyan v2.5.0 |
2050 | 2025-01-09T19:58:30.705Z | Checking tokio-native-tls v0.3.1 |
2051 | 2025-01-09T19:58:30.750Z | Checking rayon-core v1.12.1 |
2052 | 2025-01-09T19:58:30.882Z | Checking multer v3.1.0 |
2053 | 2025-01-09T19:58:30.905Z | Checking terminal_size v0.4.0 |
2054 | 2025-01-09T19:58:31.078Z | Checking phf_shared v0.11.2 |
2055 | 2025-01-09T19:58:31.217Z | Checking cookie v0.18.1 |
2056 | 2025-01-09T19:58:31.231Z | Checking async-stream v0.3.6 |
2057 | 2025-01-09T19:58:31.272Z | Checking bzip2-sys v0.1.11+1.0.8 |
2058 | 2025-01-09T19:58:31.370Z | Checking camino v1.1.9 |
2059 | 2025-01-09T19:58:31.391Z | Checking signal-hook v0.3.17 |
2060 | 2025-01-09T19:58:31.419Z | Checking waitgroup v0.1.2 |
2061 | 2025-01-09T19:58:31.445Z | Checking openapiv3 v2.0.0 |
2062 | 2025-01-09T19:58:31.540Z | Checking webpki-roots v0.26.6 |
2063 | 2025-01-09T19:58:31.556Z | Checking serde_path_to_error v0.1.16 |
2064 | 2025-01-09T19:58:31.666Z | Checking idna v0.5.0 |
2065 | 2025-01-09T19:58:31.721Z | Checking hkdf v0.12.4 |
2066 | 2025-01-09T19:58:31.754Z | Checking crypto-bigint v0.5.5 |
2067 | 2025-01-09T19:58:31.939Z | Checking hostname v0.4.0 |
2068 | 2025-01-09T19:58:31.983Z | Checking crc32fast v1.4.2 |
2069 | 2025-01-09T19:58:32.076Z | Checking bitflags v1.3.2 |
2070 | 2025-01-09T19:58:32.181Z | Checking managed v0.8.0 |
2071 | 2025-01-09T19:58:32.197Z | Checking debug-ignore v1.0.5 |
2072 | 2025-01-09T19:58:32.221Z | Checking strsim v0.11.1 |
2073 | 2025-01-09T19:58:32.338Z | Checking clap_lex v0.7.2 |
2074 | 2025-01-09T19:58:32.520Z | Checking unicode-width v0.1.14 |
2075 | 2025-01-09T19:58:32.523Z | Checking winnow v0.5.40 |
2076 | 2025-01-09T19:58:32.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2077 | 2025-01-09T19:58:32.597Z | Checking clap_builder v4.5.21 |
2078 | 2025-01-09T19:58:32.848Z | Checking smoltcp v0.9.1 |
2079 | 2025-01-09T19:58:33.014Z | Checking console v0.15.8 |
2080 | 2025-01-09T19:58:33.613Z | Checking cookie_store v0.21.0 |
2081 | 2025-01-09T19:58:34.351Z | Checking flate2 v1.0.34 |
2082 | 2025-01-09T19:58:34.420Z | Checking hyper-rustls v0.27.3 |
2083 | 2025-01-09T19:58:34.599Z | Checking elliptic-curve v0.13.8 |
2084 | 2025-01-09T19:58:34.618Z | Checking hickory-resolver v0.24.1 |
2085 | 2025-01-09T19:58:34.751Z | Checking backtrace v0.3.74 |
2086 | 2025-01-09T19:58:34.772Z | Checking signal-hook-mio v0.2.4 |
2087 | 2025-01-09T19:58:34.912Z | Checking hyper-tls v0.6.0 |
2088 | 2025-01-09T19:58:34.966Z | Checking dropshot v0.12.0 |
2089 | 2025-01-09T19:58:34.998Z | Checking rayon v1.10.0 |
2090 | 2025-01-09T19:58:35.205Z | Checking bzip2 v0.4.4 |
2091 | 2025-01-09T19:58:35.230Z | Checking phf v0.11.2 |
2092 | 2025-01-09T19:58:35.310Z | Checking anyhow v1.0.93 |
2093 | 2025-01-09T19:58:35.485Z | Checking num-bigint-dig v0.8.4 |
2094 | 2025-01-09T19:58:35.511Z | Checking tokio-tungstenite v0.24.0 |
2095 | 2025-01-09T19:58:35.658Z | Checking toml_edit v0.19.15 |
2096 | 2025-01-09T19:58:35.660Z | Checking postgres-types v0.2.8 |
2097 | 2025-01-09T19:58:35.697Z | Checking regex v1.11.1 |
2098 | 2025-01-09T19:58:35.970Z | Checking bstr v1.10.0 |
2099 | 2025-01-09T19:58:36.244Z | Checking ed25519 v2.2.3 |
2100 | 2025-01-09T19:58:36.352Z | Checking tokio-stream v0.1.16 |
2101 | 2025-01-09T19:58:36.448Z | Checking phf_shared v0.10.0 |
2102 | 2025-01-09T19:58:36.552Z | Checking zerocopy v0.6.6 |
2103 | 2025-01-09T19:58:36.740Z | Checking curve25519-dalek v4.1.3 |
2104 | 2025-01-09T19:58:36.907Z | Checking pkcs1 v0.7.5 |
2105 | 2025-01-09T19:58:37.245Z | Checking hubpack v0.1.2 |
2106 | 2025-01-09T19:58:37.298Z | Checking portable-atomic v1.9.0 |
2107 | 2025-01-09T19:58:37.334Z | Checking float-cmp v0.9.0 |
2108 | 2025-01-09T19:58:37.520Z | Checking serde-big-array v0.5.1 |
2109 | 2025-01-09T19:58:37.550Z | Checking rfc6979 v0.4.0 |
2110 | 2025-01-09T19:58:37.655Z | Checking sync_wrapper v1.0.1 |
2111 | 2025-01-09T19:58:37.721Z | Checking precomputed-hash v0.1.1 |
2112 | 2025-01-09T19:58:37.741Z | Checking static_assertions v1.1.0 |
2113 | 2025-01-09T19:58:37.795Z | Checking new_debug_unreachable v1.0.6 |
2114 | 2025-01-09T19:58:37.832Z | Checking predicates-core v1.0.8 |
2115 | 2025-01-09T19:58:37.835Z | Checking normalize-line-endings v0.3.0 |
2116 | 2025-01-09T19:58:37.881Z | Checking minimal-lexical v0.2.1 |
2117 | 2025-01-09T19:58:37.955Z | Checking difflib v0.4.0 |
2118 | 2025-01-09T19:58:38.008Z | Checking unicode-segmentation v1.12.0 |
2119 | 2025-01-09T19:58:38.127Z | Checking unicode-width v0.2.0 |
2120 | 2025-01-09T19:58:38.259Z | Checking number_prefix v0.4.0 |
2121 | 2025-01-09T19:58:38.273Z | Checking bit-vec v0.6.3 |
2122 | 2025-01-09T19:58:38.335Z | Checking fixedbitset v0.4.2 |
2123 | 2025-01-09T19:58:38.441Z | Checking whoami v1.5.2 |
2124 | 2025-01-09T19:58:38.583Z | Checking nom v7.1.3 |
2125 | 2025-01-09T19:58:38.585Z | Checking ed25519-dalek v2.1.1 |
2126 | 2025-01-09T19:58:38.611Z | Checking petgraph v0.6.5 |
2127 | 2025-01-09T19:58:38.616Z | Checking bit-set v0.5.3 |
2128 | 2025-01-09T19:58:38.679Z | Checking similar v2.6.0 |
2129 | 2025-01-09T19:58:38.683Z | Checking qorb v0.2.1 |
2130 | 2025-01-09T19:58:38.733Z | Checking tokio-postgres v0.7.12 |
2131 | 2025-01-09T19:58:38.873Z | Checking predicates v3.1.2 |
2132 | 2025-01-09T19:58:38.936Z | Checking indicatif v0.17.9 |
2133 | 2025-01-09T19:58:38.982Z | Checking toml v0.7.8 |
2134 | 2025-01-09T19:58:39.513Z | Checking string_cache v0.8.7 |
2135 | 2025-01-09T19:58:39.532Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2136 | 2025-01-09T19:58:39.708Z | Checking reqwest v0.12.9 |
2137 | 2025-01-09T19:58:39.711Z | Checking ecdsa v0.16.9 |
2138 | 2025-01-09T19:58:39.786Z | Checking rsa v0.9.6 |
2139 | 2025-01-09T19:58:40.446Z | Checking clap v4.5.21 |
2140 | 2025-01-09T19:58:40.569Z | Checking zip v0.6.6 |
2141 | 2025-01-09T19:58:40.808Z | Checking crossterm v0.28.1 |
2142 | 2025-01-09T19:58:41.304Z | Checking itertools v0.12.1 |
2143 | 2025-01-09T19:58:41.323Z | Checking itertools v0.10.5 |
2144 | 2025-01-09T19:58:41.463Z | Checking fs-err v2.11.0 |
2145 | 2025-01-09T19:58:41.615Z | Checking ahash v0.8.11 |
2146 | 2025-01-09T19:58:41.859Z | Checking x509-cert v0.2.5 |
2147 | 2025-01-09T19:58:41.968Z | Checking hex v0.4.3 |
2148 | 2025-01-09T19:58:42.054Z | Checking semver v1.0.23 |
2149 | 2025-01-09T19:58:42.200Z | Checking lalrpop-util v0.19.12 |
2150 | 2025-01-09T19:58:42.496Z | Checking peg-runtime v0.8.3 |
2151 | 2025-01-09T19:58:42.511Z | Checking sigpipe v0.1.3 |
2152 | 2025-01-09T19:58:44.277Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2153 | 2025-01-09T19:58:44.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s |
2154 | 2025-01-09T19:58:44.749Z | |
2155 | 2025-01-09T19:58:44.749Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2156 | 2025-01-09T19:58:45.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2025-01-09T19:58:45.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2025-01-09T19:58:45.412Z | Compiling hashbrown v0.14.5 |
2159 | 2025-01-09T19:58:45.531Z | Checking heck v0.5.0 |
2160 | 2025-01-09T19:58:45.543Z | Compiling unsafe-libyaml v0.2.11 |
2161 | 2025-01-09T19:58:45.558Z | Checking ipnetwork v0.20.0 |
2162 | 2025-01-09T19:58:45.570Z | Compiling ident_case v1.0.1 |
2163 | 2025-01-09T19:58:45.586Z | Checking progenitor-client v0.8.0 |
2164 | 2025-01-09T19:58:45.600Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2165 | 2025-01-09T19:58:45.687Z | Checking newtype-uuid v1.1.3 |
2166 | 2025-01-09T19:58:45.741Z | Compiling darling_core v0.20.10 |
2167 | 2025-01-09T19:58:45.910Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2025-01-09T19:58:45.936Z | Compiling proc-macro-crate v1.3.1 |
2169 | 2025-01-09T19:58:45.939Z | Compiling structmeta-derive v0.3.0 |
2170 | 2025-01-09T19:58:45.954Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2171 | 2025-01-09T19:58:46.217Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2172 | 2025-01-09T19:58:46.281Z | Compiling lzma-sys v0.1.20 |
2173 | 2025-01-09T19:58:46.660Z | Checking regress v0.10.1 |
2174 | 2025-01-09T19:58:47.052Z | Compiling serde_yaml v0.9.34+deprecated |
2175 | 2025-01-09T19:58:47.104Z | Compiling num_enum_derive v0.5.11 |
2176 | 2025-01-09T19:58:47.390Z | Compiling foreign-types-macros v0.2.3 |
2177 | 2025-01-09T19:58:47.484Z | Compiling dropshot v0.13.0 |
2178 | 2025-01-09T19:58:47.771Z | Checking foreign-types-shared v0.3.1 |
2179 | 2025-01-09T19:58:47.892Z | Checking arc-swap v1.7.1 |
2180 | 2025-01-09T19:58:48.338Z | Checking slog-scope v4.4.0 |
2181 | 2025-01-09T19:58:48.589Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2182 | 2025-01-09T19:58:48.704Z | Checking foreign-types v0.5.0 |
2183 | 2025-01-09T19:58:48.942Z | Compiling structmeta v0.3.0 |
2184 | 2025-01-09T19:58:49.005Z | Compiling proc-macro-error v1.0.4 |
2185 | 2025-01-09T19:58:49.318Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2186 | 2025-01-09T19:58:49.421Z | Compiling parse-display-derive v0.10.0 |
2187 | 2025-01-09T19:58:49.441Z | Checking tungstenite v0.21.0 |
2188 | 2025-01-09T19:58:49.745Z | Compiling heck v0.3.3 |
2189 | 2025-01-09T19:58:49.777Z | Checking num_enum v0.5.11 |
2190 | 2025-01-09T19:58:49.932Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2191 | 2025-01-09T19:58:50.143Z | Checking typify-impl v0.2.0 |
2192 | 2025-01-09T19:58:50.187Z | Compiling dropshot_endpoint v0.13.0 |
2193 | 2025-01-09T19:58:50.412Z | Checking cstr-argument v0.1.2 |
2194 | 2025-01-09T19:58:50.755Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2195 | 2025-01-09T19:58:51.349Z | Checking instant v0.1.13 |
2196 | 2025-01-09T19:58:51.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2197 | 2025-01-09T19:58:51.541Z | Checking fastrand v2.1.1 |
2198 | 2025-01-09T19:58:51.751Z | Checking base64 v0.21.7 |
2199 | 2025-01-09T19:58:51.854Z | Checking pretty-hex v0.2.1 |
2200 | 2025-01-09T19:58:52.024Z | Checking tempfile v3.13.0 |
2201 | 2025-01-09T19:58:52.037Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2202 | 2025-01-09T19:58:52.259Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2203 | 2025-01-09T19:58:52.314Z | Checking backoff v0.4.0 |
2204 | 2025-01-09T19:58:52.391Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2205 | 2025-01-09T19:58:52.406Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2206 | 2025-01-09T19:58:52.537Z | Checking tokio-tungstenite v0.21.0 |
2207 | 2025-01-09T19:58:52.619Z | Compiling zone_cfg_derive v0.1.2 |
2208 | 2025-01-09T19:58:52.657Z | Checking strum v0.26.3 |
2209 | 2025-01-09T19:58:52.703Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2210 | 2025-01-09T19:58:52.810Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2211 | 2025-01-09T19:58:52.853Z | Compiling darling_macro v0.20.10 |
2212 | 2025-01-09T19:58:53.129Z | Checking slog-stdlog v4.1.1 |
2213 | 2025-01-09T19:58:53.215Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2214 | 2025-01-09T19:58:53.296Z | Checking regress v0.9.1 |
2215 | 2025-01-09T19:58:53.360Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2025-01-09T19:58:53.460Z | Checking colored v2.1.0 |
2217 | 2025-01-09T19:58:53.630Z | Checking macaddr v1.0.1 |
2218 | 2025-01-09T19:58:53.754Z | Checking base64 v0.13.1 |
2219 | 2025-01-09T19:58:53.785Z | Compiling darling v0.20.10 |
2220 | 2025-01-09T19:58:53.905Z | Compiling serde_with_macros v3.11.0 |
2221 | 2025-01-09T19:58:54.077Z | Checking zone v0.1.8 |
2222 | 2025-01-09T19:58:54.101Z | Checking parse-display v0.10.0 |
2223 | 2025-01-09T19:58:54.154Z | Checking ron v0.7.1 |
2224 | 2025-01-09T19:58:54.345Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2225 | 2025-01-09T19:58:54.813Z | Checking slog-envlogger v2.2.0 |
2226 | 2025-01-09T19:58:54.861Z | Checking xz2 v0.1.7 |
2227 | 2025-01-09T19:58:55.051Z | Checking tabwriter v1.4.0 |
2228 | 2025-01-09T19:58:55.160Z | Checking xattr v1.3.1 |
2229 | 2025-01-09T19:58:55.291Z | Checking pem v3.0.4 |
2230 | 2025-01-09T19:58:55.366Z | Checking yasna v0.5.2 |
2231 | 2025-01-09T19:58:55.416Z | Checking headers-core v0.3.0 |
2232 | 2025-01-09T19:58:55.568Z | Checking smf v0.2.3 |
2233 | 2025-01-09T19:58:55.586Z | Checking filetime v0.2.25 |
2234 | 2025-01-09T19:58:55.785Z | Checking same-file v1.0.6 |
2235 | 2025-01-09T19:58:55.927Z | Checking tar v0.4.42 |
2236 | 2025-01-09T19:58:55.960Z | Checking walkdir v2.5.0 |
2237 | 2025-01-09T19:58:56.044Z | Checking headers v0.4.0 |
2238 | 2025-01-09T19:58:56.254Z | Checking rcgen v0.12.1 |
2239 | 2025-01-09T19:58:56.256Z | Checking atomicwrites v0.4.4 |
2240 | 2025-01-09T19:58:56.460Z | Checking camino-tempfile v1.1.1 |
2241 | 2025-01-09T19:58:56.754Z | Checking subprocess v0.2.9 |
2242 | 2025-01-09T19:58:56.771Z | Checking serde_with v3.11.0 |
2243 | 2025-01-09T19:59:00.901Z | Compiling typify-macro v0.2.0 |
2244 | 2025-01-09T19:59:02.746Z | Compiling typify v0.2.0 |
2245 | 2025-01-09T19:59:02.812Z | Compiling progenitor-impl v0.8.0 |
2246 | 2025-01-09T19:59:06.274Z | Compiling progenitor-macro v0.8.0 |
2247 | 2025-01-09T19:59:11.466Z | Checking progenitor v0.8.0 |
2248 | 2025-01-09T19:59:11.619Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2249 | 2025-01-09T19:59:11.621Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2250 | 2025-01-09T19:59:14.282Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2251 | 2025-01-09T19:59:14.543Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2252 | 2025-01-09T19:59:21.000Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2253 | 2025-01-09T19:59:22.597Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2254 | 2025-01-09T19:59:23.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.10s |
2255 | 2025-01-09T19:59:24.031Z | |
2256 | 2025-01-09T19:59:24.031Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2257 | 2025-01-09T19:59:24.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2025-01-09T19:59:24.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2025-01-09T19:59:24.680Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2260 | 2025-01-09T19:59:26.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2261 | 2025-01-09T19:59:26.256Z | |
2262 | 2025-01-09T19:59:26.256Z | info: running `cargo check --bins` on nexus-config (31/176) |
2263 | 2025-01-09T19:59:26.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2025-01-09T19:59:26.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2025-01-09T19:59:26.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2025-01-09T19:59:26.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2267 | 2025-01-09T19:59:26.878Z | |
2268 | 2025-01-09T19:59:26.878Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2269 | 2025-01-09T19:59:27.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2025-01-09T19:59:27.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2025-01-09T19:59:27.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2272 | 2025-01-09T19:59:27.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2273 | 2025-01-09T19:59:27.486Z | |
2274 | 2025-01-09T19:59:27.486Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2275 | 2025-01-09T19:59:28.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2025-01-09T19:59:28.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2025-01-09T19:59:28.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2278 | 2025-01-09T19:59:28.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2279 | 2025-01-09T19:59:28.107Z | |
2280 | 2025-01-09T19:59:28.107Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2281 | 2025-01-09T19:59:28.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2025-01-09T19:59:28.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2025-01-09T19:59:28.795Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2284 | 2025-01-09T19:59:28.904Z | Compiling ipnetwork v0.20.0 |
2285 | 2025-01-09T19:59:28.904Z | Compiling zerocopy v0.8.10 |
2286 | 2025-01-09T19:59:28.904Z | Compiling progenitor-client v0.8.0 |
2287 | 2025-01-09T19:59:28.907Z | Compiling itertools v0.13.0 |
2288 | 2025-01-09T19:59:28.907Z | Compiling zerocopy-derive v0.8.10 |
2289 | 2025-01-09T19:59:28.907Z | Compiling heapless v0.8.0 |
2290 | 2025-01-09T19:59:28.907Z | Checking hash32 v0.3.1 |
2291 | 2025-01-09T19:59:29.092Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2292 | 2025-01-09T19:59:29.245Z | Compiling instant v0.1.13 |
2293 | 2025-01-09T19:59:29.390Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2294 | 2025-01-09T19:59:29.406Z | Compiling progenitor v0.8.0 |
2295 | 2025-01-09T19:59:29.644Z | Compiling smoltcp v0.11.0 |
2296 | 2025-01-09T19:59:29.822Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2025-01-09T19:59:29.824Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2298 | 2025-01-09T19:59:29.850Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2299 | 2025-01-09T19:59:30.155Z | Compiling backoff v0.4.0 |
2300 | 2025-01-09T19:59:30.398Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2301 | 2025-01-09T19:59:30.485Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2302 | 2025-01-09T19:59:30.571Z | Compiling dropshot v0.13.0 |
2303 | 2025-01-09T19:59:30.840Z | Compiling serde_with v3.11.0 |
2304 | 2025-01-09T19:59:30.872Z | Compiling parse-display v0.10.0 |
2305 | 2025-01-09T19:59:30.944Z | Checking num-rational v0.4.2 |
2306 | 2025-01-09T19:59:31.604Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2307 | 2025-01-09T19:59:31.776Z | Compiling regress v0.9.1 |
2308 | 2025-01-09T19:59:32.252Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2309 | 2025-01-09T19:59:33.436Z | Compiling phf_generator v0.11.2 |
2310 | 2025-01-09T19:59:33.618Z | Checking num-complex v0.4.6 |
2311 | 2025-01-09T19:59:34.792Z | Compiling macaddr v1.0.1 |
2312 | 2025-01-09T19:59:35.172Z | Checking cobs v0.2.3 |
2313 | 2025-01-09T19:59:35.274Z | Checking num v0.4.3 |
2314 | 2025-01-09T19:59:35.361Z | Checking postcard v1.0.10 |
2315 | 2025-01-09T19:59:35.384Z | Compiling phf_codegen v0.11.2 |
2316 | 2025-01-09T19:59:35.952Z | Compiling parse-zoneinfo v0.3.1 |
2317 | 2025-01-09T19:59:36.987Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2318 | 2025-01-09T19:59:37.279Z | Checking float-ord v0.3.2 |
2319 | 2025-01-09T19:59:37.426Z | Compiling convert_case v0.4.0 |
2320 | 2025-01-09T19:59:38.198Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2321 | 2025-01-09T19:59:38.283Z | Compiling chrono-tz-build v0.4.0 |
2322 | 2025-01-09T19:59:38.352Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2323 | 2025-01-09T19:59:38.431Z | Compiling derive_more v0.99.18 |
2324 | 2025-01-09T19:59:38.808Z | Compiling thiserror v2.0.3 |
2325 | 2025-01-09T19:59:39.286Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2326 | 2025-01-09T19:59:39.484Z | Compiling crucible-workspace-hack v0.1.0 |
2327 | 2025-01-09T19:59:39.663Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2328 | 2025-01-09T19:59:39.798Z | Checking newline-converter v0.3.0 |
2329 | 2025-01-09T19:59:39.839Z | Compiling chrono-tz v0.10.0 |
2330 | 2025-01-09T19:59:39.958Z | Checking prettyplease v0.2.25 |
2331 | 2025-01-09T19:59:40.393Z | Compiling thiserror-impl v2.0.3 |
2332 | 2025-01-09T19:59:40.414Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2333 | 2025-01-09T19:59:40.500Z | Compiling slog-dtrace v0.3.0 |
2334 | 2025-01-09T19:59:40.786Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2335 | 2025-01-09T19:59:40.803Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2336 | 2025-01-09T19:59:42.209Z | Checking expectorate v1.1.0 |
2337 | 2025-01-09T19:59:42.378Z | Compiling zone_cfg_derive v0.3.0 |
2338 | 2025-01-09T19:59:42.694Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2339 | 2025-01-09T19:59:42.908Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2340 | 2025-01-09T19:59:43.101Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2341 | 2025-01-09T19:59:43.468Z | Compiling const_format_proc_macros v0.2.33 |
2342 | 2025-01-09T19:59:43.875Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2343 | 2025-01-09T19:59:44.056Z | Compiling num-derive v0.4.2 |
2344 | 2025-01-09T19:59:44.145Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2345 | 2025-01-09T19:59:44.249Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2346 | 2025-01-09T19:59:44.379Z | Checking highway v1.2.0 |
2347 | 2025-01-09T19:59:44.874Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2348 | 2025-01-09T19:59:45.063Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2349 | 2025-01-09T19:59:45.186Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2350 | 2025-01-09T19:59:45.416Z | Checking zone v0.3.0 |
2351 | 2025-01-09T19:59:45.452Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2352 | 2025-01-09T19:59:45.661Z | Checking const_format v0.2.33 |
2353 | 2025-01-09T19:59:45.972Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2354 | 2025-01-09T19:59:46.151Z | Checking gethostname v0.5.0 |
2355 | 2025-01-09T19:59:46.276Z | Checking bcs v0.1.6 |
2356 | 2025-01-09T19:59:46.303Z | Compiling async-recursion v1.1.1 |
2357 | 2025-01-09T19:59:46.417Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2358 | 2025-01-09T19:59:46.464Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2359 | 2025-01-09T19:59:46.521Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2360 | 2025-01-09T19:59:48.656Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2361 | 2025-01-09T19:59:53.190Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2362 | 2025-01-09T19:59:56.564Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2363 | 2025-01-09T19:59:59.221Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2364 | 2025-01-09T20:00:00.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.36s |
2365 | 2025-01-09T20:00:00.662Z | |
2366 | 2025-01-09T20:00:00.662Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2367 | 2025-01-09T20:00:01.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2025-01-09T20:00:01.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2025-01-09T20:00:01.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2025-01-09T20:00:01.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2371 | 2025-01-09T20:00:01.329Z | |
2372 | 2025-01-09T20:00:01.329Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2373 | 2025-01-09T20:00:01.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2025-01-09T20:00:01.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2025-01-09T20:00:01.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2025-01-09T20:00:01.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2377 | 2025-01-09T20:00:02.006Z | |
2378 | 2025-01-09T20:00:02.007Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2379 | 2025-01-09T20:00:02.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2025-01-09T20:00:02.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2025-01-09T20:00:02.708Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2025-01-09T20:00:03.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
2383 | 2025-01-09T20:00:03.565Z | |
2384 | 2025-01-09T20:00:03.565Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2385 | 2025-01-09T20:00:04.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2025-01-09T20:00:04.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2025-01-09T20:00:04.276Z | Compiling cfg_aliases v0.1.1 |
2388 | 2025-01-09T20:00:04.279Z | Compiling vte_generate_state_changes v0.1.2 |
2389 | 2025-01-09T20:00:04.279Z | Checking fd-lock v4.0.2 |
2390 | 2025-01-09T20:00:04.279Z | Checking nibble_vec v0.1.0 |
2391 | 2025-01-09T20:00:04.279Z | Checking bytecount v0.6.8 |
2392 | 2025-01-09T20:00:04.279Z | Checking endian-type v0.1.2 |
2393 | 2025-01-09T20:00:04.392Z | Compiling tabled_derive v0.7.0 |
2394 | 2025-01-09T20:00:04.428Z | Compiling peg-macros v0.8.4 |
2395 | 2025-01-09T20:00:04.470Z | Compiling nix v0.28.0 |
2396 | 2025-01-09T20:00:04.547Z | Checking papergrid v0.11.0 |
2397 | 2025-01-09T20:00:04.576Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2025-01-09T20:00:04.594Z | Checking radix_trie v0.2.1 |
2399 | 2025-01-09T20:00:04.614Z | Compiling sqlparser_derive v0.2.2 |
2400 | 2025-01-09T20:00:05.009Z | Checking vte v0.11.1 |
2401 | 2025-01-09T20:00:05.028Z | Checking home v0.5.9 |
2402 | 2025-01-09T20:00:05.177Z | Checking unicode_categories v0.1.1 |
2403 | 2025-01-09T20:00:05.469Z | Checking nu-ansi-term v0.50.1 |
2404 | 2025-01-09T20:00:05.752Z | Checking sqlformat v0.2.6 |
2405 | 2025-01-09T20:00:05.767Z | Checking sqlparser v0.45.0 |
2406 | 2025-01-09T20:00:05.906Z | Checking display-error-chain v0.2.2 |
2407 | 2025-01-09T20:00:06.446Z | Checking strip-ansi-escapes v0.2.0 |
2408 | 2025-01-09T20:00:06.589Z | Checking reedline v0.35.0 |
2409 | 2025-01-09T20:00:06.853Z | Checking tabled v0.15.0 |
2410 | 2025-01-09T20:00:07.445Z | Checking peg v0.8.4 |
2411 | 2025-01-09T20:00:07.877Z | Checking rustyline v14.0.0 |
2412 | 2025-01-09T20:00:17.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s |
2413 | 2025-01-09T20:00:17.366Z | |
2414 | 2025-01-09T20:00:17.366Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2415 | 2025-01-09T20:00:17.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-01-09T20:00:17.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-01-09T20:00:18.094Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2025-01-09T20:00:23.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
2419 | 2025-01-09T20:00:23.792Z | |
2420 | 2025-01-09T20:00:23.792Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2421 | 2025-01-09T20:00:24.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-01-09T20:00:24.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-01-09T20:00:24.540Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2025-01-09T20:00:28.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
2425 | 2025-01-09T20:00:28.895Z | |
2426 | 2025-01-09T20:00:28.895Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2427 | 2025-01-09T20:00:29.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-01-09T20:00:29.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-01-09T20:00:29.617Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2025-01-09T20:00:34.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s |
2431 | 2025-01-09T20:00:35.089Z | |
2432 | 2025-01-09T20:00:35.089Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2433 | 2025-01-09T20:00:35.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-01-09T20:00:35.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-01-09T20:00:35.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2025-01-09T20:00:40.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
2437 | 2025-01-09T20:00:41.164Z | |
2438 | 2025-01-09T20:00:41.164Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2439 | 2025-01-09T20:00:41.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-01-09T20:00:41.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-01-09T20:00:41.871Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2442 | 2025-01-09T20:00:46.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s |
2443 | 2025-01-09T20:00:46.344Z | |
2444 | 2025-01-09T20:00:46.345Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2445 | 2025-01-09T20:00:46.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-01-09T20:00:46.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-01-09T20:00:47.050Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2025-01-09T20:00:51.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
2449 | 2025-01-09T20:00:51.432Z | |
2450 | 2025-01-09T20:00:51.433Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2451 | 2025-01-09T20:00:52.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2025-01-09T20:00:52.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2025-01-09T20:00:52.159Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2025-01-09T20:00:57.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
2455 | 2025-01-09T20:00:57.780Z | |
2456 | 2025-01-09T20:00:57.781Z | info: running `cargo check --bins` on oximeter (46/176) |
2457 | 2025-01-09T20:00:58.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2025-01-09T20:00:58.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2025-01-09T20:00:58.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2025-01-09T20:00:58.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2461 | 2025-01-09T20:00:58.458Z | |
2462 | 2025-01-09T20:00:58.458Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2463 | 2025-01-09T20:00:59.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2025-01-09T20:00:59.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2025-01-09T20:00:59.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2025-01-09T20:00:59.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2025-01-09T20:00:59.096Z | |
2468 | 2025-01-09T20:00:59.096Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2469 | 2025-01-09T20:00:59.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2025-01-09T20:00:59.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2025-01-09T20:00:59.773Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2472 | 2025-01-09T20:01:02.014Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2473 | 2025-01-09T20:01:03.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
2474 | 2025-01-09T20:01:03.241Z | |
2475 | 2025-01-09T20:01:03.241Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2476 | 2025-01-09T20:01:03.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2025-01-09T20:01:03.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2025-01-09T20:01:03.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2025-01-09T20:01:03.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2480 | 2025-01-09T20:01:03.904Z | |
2481 | 2025-01-09T20:01:03.904Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2482 | 2025-01-09T20:01:04.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2025-01-09T20:01:04.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2025-01-09T20:01:04.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2025-01-09T20:01:04.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2486 | 2025-01-09T20:01:04.565Z | |
2487 | 2025-01-09T20:01:04.565Z | info: running `cargo check --bins` on oxql-types (51/176) |
2488 | 2025-01-09T20:01:05.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2025-01-09T20:01:05.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2025-01-09T20:01:05.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2025-01-09T20:01:05.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2492 | 2025-01-09T20:01:05.229Z | |
2493 | 2025-01-09T20:01:05.229Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2494 | 2025-01-09T20:01:05.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2025-01-09T20:01:05.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2025-01-09T20:01:05.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2025-01-09T20:01:05.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2498 | 2025-01-09T20:01:05.918Z | |
2499 | 2025-01-09T20:01:05.919Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2500 | 2025-01-09T20:01:06.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2025-01-09T20:01:06.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2025-01-09T20:01:06.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2025-01-09T20:01:06.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2504 | 2025-01-09T20:01:06.591Z | |
2505 | 2025-01-09T20:01:06.591Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2506 | 2025-01-09T20:01:07.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2025-01-09T20:01:07.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2025-01-09T20:01:07.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2025-01-09T20:01:07.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2510 | 2025-01-09T20:01:07.283Z | |
2511 | 2025-01-09T20:01:07.283Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2512 | 2025-01-09T20:01:07.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2025-01-09T20:01:07.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2025-01-09T20:01:07.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2025-01-09T20:01:07.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2516 | 2025-01-09T20:01:07.946Z | |
2517 | 2025-01-09T20:01:07.946Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2518 | 2025-01-09T20:01:08.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-01-09T20:01:08.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-01-09T20:01:08.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-01-09T20:01:08.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2522 | 2025-01-09T20:01:08.604Z | |
2523 | 2025-01-09T20:01:08.604Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2524 | 2025-01-09T20:01:09.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-01-09T20:01:09.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-01-09T20:01:09.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2025-01-09T20:01:09.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2528 | 2025-01-09T20:01:09.275Z | |
2529 | 2025-01-09T20:01:09.275Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2530 | 2025-01-09T20:01:09.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-01-09T20:01:09.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-01-09T20:01:09.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2025-01-09T20:01:09.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2534 | 2025-01-09T20:01:09.908Z | |
2535 | 2025-01-09T20:01:09.908Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2536 | 2025-01-09T20:01:10.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-01-09T20:01:10.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-01-09T20:01:10.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2025-01-09T20:01:10.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2540 | 2025-01-09T20:01:10.578Z | |
2541 | 2025-01-09T20:01:10.578Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2542 | 2025-01-09T20:01:11.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2025-01-09T20:01:11.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2025-01-09T20:01:11.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2025-01-09T20:01:11.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2546 | 2025-01-09T20:01:11.237Z | |
2547 | 2025-01-09T20:01:11.238Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2548 | 2025-01-09T20:01:11.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2025-01-09T20:01:11.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2025-01-09T20:01:11.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2025-01-09T20:01:11.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2025-01-09T20:01:11.893Z | |
2553 | 2025-01-09T20:01:11.893Z | info: running `cargo check --bins` on dpd-client (62/176) |
2554 | 2025-01-09T20:01:12.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2025-01-09T20:01:12.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2025-01-09T20:01:12.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2025-01-09T20:01:12.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2558 | 2025-01-09T20:01:12.543Z | |
2559 | 2025-01-09T20:01:12.543Z | info: running `cargo check --bins` on gateway-client (63/176) |
2560 | 2025-01-09T20:01:13.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-01-09T20:01:13.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-01-09T20:01:13.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2025-01-09T20:01:13.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2564 | 2025-01-09T20:01:13.176Z | |
2565 | 2025-01-09T20:01:13.176Z | info: running `cargo check --bins` on installinator-client (64/176) |
2566 | 2025-01-09T20:01:13.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-01-09T20:01:13.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-01-09T20:01:13.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-01-09T20:01:13.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2570 | 2025-01-09T20:01:13.843Z | |
2571 | 2025-01-09T20:01:13.843Z | info: running `cargo check --bins` on installinator-common (65/176) |
2572 | 2025-01-09T20:01:14.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-01-09T20:01:14.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-01-09T20:01:14.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-01-09T20:01:14.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2576 | 2025-01-09T20:01:14.512Z | |
2577 | 2025-01-09T20:01:14.512Z | info: running `cargo check --bins` on update-engine (66/176) |
2578 | 2025-01-09T20:01:15.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-09T20:01:15.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-09T20:01:15.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2025-01-09T20:01:15.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2582 | 2025-01-09T20:01:15.155Z | |
2583 | 2025-01-09T20:01:15.155Z | info: running `cargo check --bins` on nexus-client (67/176) |
2584 | 2025-01-09T20:01:15.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-09T20:01:15.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-09T20:01:15.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-09T20:01:15.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2588 | 2025-01-09T20:01:15.834Z | |
2589 | 2025-01-09T20:01:15.834Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2590 | 2025-01-09T20:01:16.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-09T20:01:16.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-09T20:01:16.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-09T20:01:16.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2594 | 2025-01-09T20:01:16.498Z | |
2595 | 2025-01-09T20:01:16.498Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2596 | 2025-01-09T20:01:17.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-09T20:01:17.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-09T20:01:17.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-09T20:01:17.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2600 | 2025-01-09T20:01:17.143Z | |
2601 | 2025-01-09T20:01:17.143Z | info: running `cargo check --bins` on nexus-types (70/176) |
2602 | 2025-01-09T20:01:17.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-09T20:01:17.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-09T20:01:17.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-09T20:01:17.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2606 | 2025-01-09T20:01:17.820Z | |
2607 | 2025-01-09T20:01:17.820Z | info: running `cargo check --bins` on oxide-client (71/176) |
2608 | 2025-01-09T20:01:18.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-09T20:01:18.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-09T20:01:18.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-09T20:01:18.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2612 | 2025-01-09T20:01:18.459Z | |
2613 | 2025-01-09T20:01:18.459Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2614 | 2025-01-09T20:01:19.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-09T20:01:19.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-09T20:01:19.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-09T20:01:19.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2618 | 2025-01-09T20:01:19.108Z | |
2619 | 2025-01-09T20:01:19.108Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2620 | 2025-01-09T20:01:19.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-09T20:01:19.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-09T20:01:19.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-09T20:01:19.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2624 | 2025-01-09T20:01:19.748Z | |
2625 | 2025-01-09T20:01:19.748Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2626 | 2025-01-09T20:01:20.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-09T20:01:20.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-09T20:01:20.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-09T20:01:20.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2630 | 2025-01-09T20:01:20.424Z | |
2631 | 2025-01-09T20:01:20.424Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2632 | 2025-01-09T20:01:21.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-09T20:01:21.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-09T20:01:21.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-09T20:01:21.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2636 | 2025-01-09T20:01:21.109Z | |
2637 | 2025-01-09T20:01:21.109Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2638 | 2025-01-09T20:01:21.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-09T20:01:21.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-09T20:01:21.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-09T20:01:21.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2642 | 2025-01-09T20:01:21.792Z | |
2643 | 2025-01-09T20:01:21.792Z | info: running `cargo check --bins` on wicket-common (77/176) |
2644 | 2025-01-09T20:01:22.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-09T20:01:22.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-09T20:01:22.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-09T20:01:22.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2648 | 2025-01-09T20:01:22.473Z | |
2649 | 2025-01-09T20:01:22.473Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2650 | 2025-01-09T20:01:23.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-09T20:01:23.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-09T20:01:23.172Z | Checking csv-core v0.1.11 |
2653 | 2025-01-09T20:01:23.173Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2654 | 2025-01-09T20:01:23.175Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2655 | 2025-01-09T20:01:23.175Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2656 | 2025-01-09T20:01:23.462Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2025-01-09T20:01:23.503Z | Checking csv v1.3.0 |
2658 | 2025-01-09T20:01:23.548Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2659 | 2025-01-09T20:01:24.107Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2660 | 2025-01-09T20:01:24.479Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2661 | 2025-01-09T20:01:26.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
2662 | 2025-01-09T20:01:26.505Z | |
2663 | 2025-01-09T20:01:26.505Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2664 | 2025-01-09T20:01:27.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-09T20:01:27.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-09T20:01:27.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-09T20:01:27.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2668 | 2025-01-09T20:01:27.145Z | |
2669 | 2025-01-09T20:01:27.145Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2670 | 2025-01-09T20:01:27.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-09T20:01:27.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-09T20:01:27.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-01-09T20:01:27.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2674 | 2025-01-09T20:01:27.778Z | |
2675 | 2025-01-09T20:01:27.778Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2676 | 2025-01-09T20:01:28.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-01-09T20:01:28.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-01-09T20:01:28.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-01-09T20:01:28.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2680 | 2025-01-09T20:01:28.500Z | |
2681 | 2025-01-09T20:01:28.500Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2682 | 2025-01-09T20:01:29.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-01-09T20:01:29.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-01-09T20:01:29.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-01-09T20:01:29.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2686 | 2025-01-09T20:01:29.217Z | |
2687 | 2025-01-09T20:01:29.217Z | info: running `cargo check --bins` on dns-server (83/176) |
2688 | 2025-01-09T20:01:29.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-01-09T20:01:29.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-01-09T20:01:29.886Z | Compiling parking_lot_core v0.8.6 |
2691 | 2025-01-09T20:01:29.886Z | Checking fxhash v0.2.1 |
2692 | 2025-01-09T20:01:29.889Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2693 | 2025-01-09T20:01:29.889Z | Checking hickory-server v0.24.1 |
2694 | 2025-01-09T20:01:29.989Z | Checking hickory-client v0.24.1 |
2695 | 2025-01-09T20:01:30.586Z | Checking parking_lot v0.11.2 |
2696 | 2025-01-09T20:01:30.722Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2697 | 2025-01-09T20:01:30.725Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2698 | 2025-01-09T20:01:30.841Z | Checking sled v0.34.7 |
2699 | 2025-01-09T20:01:32.602Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2700 | 2025-01-09T20:01:33.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2701 | 2025-01-09T20:01:34.076Z | |
2702 | 2025-01-09T20:01:34.076Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2703 | 2025-01-09T20:01:34.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-01-09T20:01:34.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-01-09T20:01:34.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-01-09T20:01:34.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2707 | 2025-01-09T20:01:34.691Z | |
2708 | 2025-01-09T20:01:34.691Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2709 | 2025-01-09T20:01:35.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-01-09T20:01:35.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-01-09T20:01:35.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-01-09T20:01:35.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2713 | 2025-01-09T20:01:35.361Z | |
2714 | 2025-01-09T20:01:35.361Z | info: running `cargo check --bins` on gateway-types (86/176) |
2715 | 2025-01-09T20:01:35.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-01-09T20:01:35.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-01-09T20:01:35.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-01-09T20:01:35.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2719 | 2025-01-09T20:01:35.980Z | |
2720 | 2025-01-09T20:01:35.980Z | info: running `cargo check --bins` on ipcc (87/176) |
2721 | 2025-01-09T20:01:36.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-01-09T20:01:36.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-01-09T20:01:36.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-01-09T20:01:36.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2725 | 2025-01-09T20:01:36.600Z | |
2726 | 2025-01-09T20:01:36.600Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2727 | 2025-01-09T20:01:37.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-01-09T20:01:37.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-01-09T20:01:37.311Z | Compiling radium v0.7.0 |
2730 | 2025-01-09T20:01:37.311Z | Compiling semver v0.1.20 |
2731 | 2025-01-09T20:01:37.428Z | Checking tap v1.0.1 |
2732 | 2025-01-09T20:01:37.431Z | Compiling maybe-uninit v2.0.0 |
2733 | 2025-01-09T20:01:37.448Z | Checking password-hash v0.5.0 |
2734 | 2025-01-09T20:01:37.451Z | Checking blake2 v0.10.6 |
2735 | 2025-01-09T20:01:37.451Z | Compiling packed_struct v0.10.1 |
2736 | 2025-01-09T20:01:37.451Z | Compiling cancel-safe-futures v0.1.5 |
2737 | 2025-01-09T20:01:37.578Z | Checking wyz v0.5.1 |
2738 | 2025-01-09T20:01:37.817Z | Compiling rustc_version v0.1.7 |
2739 | 2025-01-09T20:01:37.883Z | Checking crc-catalog v2.4.0 |
2740 | 2025-01-09T20:01:37.907Z | Checking funty v2.0.0 |
2741 | 2025-01-09T20:01:37.926Z | Compiling owo-colors v4.1.0 |
2742 | 2025-01-09T20:01:37.980Z | Checking argon2 v0.5.3 |
2743 | 2025-01-09T20:01:38.037Z | Checking crc v3.2.1 |
2744 | 2025-01-09T20:01:38.079Z | Compiling packed_struct_codegen v0.10.1 |
2745 | 2025-01-09T20:01:38.113Z | Compiling indexmap v1.9.3 |
2746 | 2025-01-09T20:01:38.230Z | Checking half v2.4.1 |
2747 | 2025-01-09T20:01:38.257Z | Checking ciborium-io v0.2.2 |
2748 | 2025-01-09T20:01:38.318Z | Compiling newtype_derive v0.1.6 |
2749 | 2025-01-09T20:01:38.539Z | Checking nodrop v0.1.14 |
2750 | 2025-01-09T20:01:38.553Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2751 | 2025-01-09T20:01:38.553Z | Checking array-init v0.0.4 |
2752 | 2025-01-09T20:01:38.645Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2753 | 2025-01-09T20:01:38.697Z | Checking ciborium-ll v0.2.2 |
2754 | 2025-01-09T20:01:38.721Z | Checking smallvec v0.6.14 |
2755 | 2025-01-09T20:01:38.774Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2756 | 2025-01-09T20:01:38.817Z | Checking bitvec v1.0.1 |
2757 | 2025-01-09T20:01:39.014Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2758 | 2025-01-09T20:01:39.155Z | Checking libsw v3.3.1 |
2759 | 2025-01-09T20:01:39.362Z | Compiling memoffset v0.9.1 |
2760 | 2025-01-09T20:01:39.429Z | Checking linear-map v1.2.0 |
2761 | 2025-01-09T20:01:39.500Z | Checking termcolor v1.4.1 |
2762 | 2025-01-09T20:01:39.583Z | Checking swrite v0.1.0 |
2763 | 2025-01-09T20:01:39.670Z | Checking indent_write v2.2.0 |
2764 | 2025-01-09T20:01:39.738Z | Checking bitfield v0.14.0 |
2765 | 2025-01-09T20:01:39.802Z | Checking hashbrown v0.12.3 |
2766 | 2025-01-09T20:01:39.958Z | Checking env_logger v0.10.2 |
2767 | 2025-01-09T20:01:40.030Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2768 | 2025-01-09T20:01:40.047Z | Checking ron v0.8.1 |
2769 | 2025-01-09T20:01:40.129Z | Checking serde-hex v0.1.0 |
2770 | 2025-01-09T20:01:40.378Z | Checking ciborium v0.2.2 |
2771 | 2025-01-09T20:01:40.424Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2772 | 2025-01-09T20:01:41.000Z | Checking steno v0.4.1 |
2773 | 2025-01-09T20:01:41.393Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2774 | 2025-01-09T20:01:41.531Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2775 | 2025-01-09T20:01:41.590Z | Checking hashbrown v0.13.2 |
2776 | 2025-01-09T20:01:41.634Z | Checking humantime v2.1.0 |
2777 | 2025-01-09T20:01:41.649Z | Checking crc-any v2.5.0 |
2778 | 2025-01-09T20:01:41.921Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2779 | 2025-01-09T20:01:42.029Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2780 | 2025-01-09T20:01:42.290Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2781 | 2025-01-09T20:01:42.584Z | Checking path-slash v0.1.5 |
2782 | 2025-01-09T20:01:42.619Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2783 | 2025-01-09T20:01:42.642Z | Checking object v0.30.4 |
2784 | 2025-01-09T20:01:42.803Z | Checking nix v0.27.1 |
2785 | 2025-01-09T20:01:43.346Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2786 | 2025-01-09T20:01:43.405Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2787 | 2025-01-09T20:01:43.645Z | Checking tungstenite v0.23.0 |
2788 | 2025-01-09T20:01:44.059Z | Checking kstat-rs v0.2.4 |
2789 | 2025-01-09T20:01:44.128Z | Checking signal-hook-tokio v0.3.1 |
2790 | 2025-01-09T20:01:44.430Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2791 | 2025-01-09T20:01:44.674Z | Checking tokio-tungstenite v0.23.1 |
2792 | 2025-01-09T20:01:45.267Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2793 | 2025-01-09T20:01:45.443Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2794 | 2025-01-09T20:01:45.713Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2795 | 2025-01-09T20:01:52.235Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2796 | 2025-01-09T20:01:53.506Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2797 | 2025-01-09T20:01:56.473Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2798 | 2025-01-09T20:02:02.175Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2799 | 2025-01-09T20:02:02.887Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2800 | 2025-01-09T20:02:05.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.15s |
2801 | 2025-01-09T20:02:05.942Z | |
2802 | 2025-01-09T20:02:05.943Z | info: running `cargo check --bins` on gateway-api (89/176) |
2803 | 2025-01-09T20:02:06.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-01-09T20:02:06.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-01-09T20:02:06.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-01-09T20:02:06.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2807 | 2025-01-09T20:02:06.583Z | |
2808 | 2025-01-09T20:02:06.583Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2809 | 2025-01-09T20:02:07.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-01-09T20:02:07.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-01-09T20:02:07.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-01-09T20:02:07.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2813 | 2025-01-09T20:02:07.216Z | |
2814 | 2025-01-09T20:02:07.216Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2815 | 2025-01-09T20:02:07.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-01-09T20:02:07.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-01-09T20:02:07.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-01-09T20:02:07.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2819 | 2025-01-09T20:02:07.860Z | |
2820 | 2025-01-09T20:02:07.860Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2821 | 2025-01-09T20:02:08.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-01-09T20:02:08.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-01-09T20:02:08.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-01-09T20:02:08.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2825 | 2025-01-09T20:02:08.499Z | |
2826 | 2025-01-09T20:02:08.499Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2827 | 2025-01-09T20:02:09.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-09T20:02:09.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-09T20:02:09.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-09T20:02:09.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2831 | 2025-01-09T20:02:09.149Z | |
2832 | 2025-01-09T20:02:09.149Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2833 | 2025-01-09T20:02:09.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-09T20:02:09.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-09T20:02:09.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-09T20:02:09.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2837 | 2025-01-09T20:02:09.798Z | |
2838 | 2025-01-09T20:02:09.798Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2839 | 2025-01-09T20:02:10.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-09T20:02:10.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-09T20:02:10.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-01-09T20:02:10.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2843 | 2025-01-09T20:02:10.436Z | |
2844 | 2025-01-09T20:02:10.436Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2845 | 2025-01-09T20:02:10.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-01-09T20:02:10.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-01-09T20:02:10.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-01-09T20:02:10.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2849 | 2025-01-09T20:02:11.065Z | |
2850 | 2025-01-09T20:02:11.065Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2851 | 2025-01-09T20:02:11.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-01-09T20:02:11.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-01-09T20:02:11.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-01-09T20:02:11.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2855 | 2025-01-09T20:02:11.723Z | |
2856 | 2025-01-09T20:02:11.723Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2857 | 2025-01-09T20:02:12.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-01-09T20:02:12.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-01-09T20:02:12.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-01-09T20:02:12.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2861 | 2025-01-09T20:02:12.355Z | |
2862 | 2025-01-09T20:02:12.355Z | info: running `cargo check --bins` on sp-sim (99/176) |
2863 | 2025-01-09T20:02:12.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-01-09T20:02:12.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-01-09T20:02:13.006Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2866 | 2025-01-09T20:02:13.497Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2867 | 2025-01-09T20:02:15.381Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2868 | 2025-01-09T20:02:17.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
2869 | 2025-01-09T20:02:17.396Z | |
2870 | 2025-01-09T20:02:17.397Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2871 | 2025-01-09T20:02:18.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2025-01-09T20:02:18.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2025-01-09T20:02:18.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2025-01-09T20:02:18.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2875 | 2025-01-09T20:02:18.085Z | |
2876 | 2025-01-09T20:02:18.085Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2877 | 2025-01-09T20:02:18.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2025-01-09T20:02:18.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2025-01-09T20:02:18.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2025-01-09T20:02:18.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2881 | 2025-01-09T20:02:18.790Z | |
2882 | 2025-01-09T20:02:18.790Z | info: running `cargo check --bins` on db-macros (102/176) |
2883 | 2025-01-09T20:02:19.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2025-01-09T20:02:19.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2025-01-09T20:02:19.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2025-01-09T20:02:19.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2887 | 2025-01-09T20:02:19.407Z | |
2888 | 2025-01-09T20:02:19.407Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2889 | 2025-01-09T20:02:19.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2025-01-09T20:02:19.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2025-01-09T20:02:19.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2025-01-09T20:02:19.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2893 | 2025-01-09T20:02:20.018Z | |
2894 | 2025-01-09T20:02:20.019Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2895 | 2025-01-09T20:02:20.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2025-01-09T20:02:20.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2025-01-09T20:02:20.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2025-01-09T20:02:20.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2899 | 2025-01-09T20:02:20.675Z | |
2900 | 2025-01-09T20:02:20.675Z | info: running `cargo check --bins` on authz-macros (105/176) |
2901 | 2025-01-09T20:02:21.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2025-01-09T20:02:21.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2025-01-09T20:02:21.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2025-01-09T20:02:21.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2905 | 2025-01-09T20:02:21.293Z | |
2906 | 2025-01-09T20:02:21.293Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2907 | 2025-01-09T20:02:21.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2025-01-09T20:02:21.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2025-01-09T20:02:21.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2025-01-09T20:02:21.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2911 | 2025-01-09T20:02:21.955Z | |
2912 | 2025-01-09T20:02:21.955Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2913 | 2025-01-09T20:02:22.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-01-09T20:02:22.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-01-09T20:02:22.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2025-01-09T20:02:22.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2917 | 2025-01-09T20:02:22.621Z | |
2918 | 2025-01-09T20:02:22.621Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2919 | 2025-01-09T20:02:23.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-01-09T20:02:23.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-01-09T20:02:23.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2025-01-09T20:02:23.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2923 | 2025-01-09T20:02:23.250Z | |
2924 | 2025-01-09T20:02:23.250Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2925 | 2025-01-09T20:02:23.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-01-09T20:02:23.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-01-09T20:02:23.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-01-09T20:02:23.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2929 | 2025-01-09T20:02:23.900Z | |
2930 | 2025-01-09T20:02:23.900Z | info: running `cargo check --bins` on typed-rng (110/176) |
2931 | 2025-01-09T20:02:24.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-01-09T20:02:24.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-01-09T20:02:24.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2025-01-09T20:02:24.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2935 | 2025-01-09T20:02:24.507Z | |
2936 | 2025-01-09T20:02:24.507Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2937 | 2025-01-09T20:02:25.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2025-01-09T20:02:25.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2025-01-09T20:02:25.235Z | Checking keccak v0.1.5 |
2940 | 2025-01-09T20:02:25.238Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2941 | 2025-01-09T20:02:25.238Z | Checking secrecy v0.8.0 |
2942 | 2025-01-09T20:02:25.345Z | Compiling unicase v2.7.0 |
2943 | 2025-01-09T20:02:25.356Z | Compiling same-file v1.0.6 |
2944 | 2025-01-09T20:02:25.389Z | Compiling tempfile v3.13.0 |
2945 | 2025-01-09T20:02:25.403Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2946 | 2025-01-09T20:02:25.406Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2947 | 2025-01-09T20:02:25.529Z | Compiling walkdir v2.5.0 |
2948 | 2025-01-09T20:02:25.729Z | Checking sha3 v0.10.8 |
2949 | 2025-01-09T20:02:25.735Z | Compiling thiserror-impl-no-std v2.0.2 |
2950 | 2025-01-09T20:02:25.735Z | Checking universal-hash v0.5.1 |
2951 | 2025-01-09T20:02:25.740Z | Compiling blake3 v1.5.4 |
2952 | 2025-01-09T20:02:25.818Z | Checking opaque-debug v0.3.1 |
2953 | 2025-01-09T20:02:25.887Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2954 | 2025-01-09T20:02:25.908Z | Checking poly1305 v0.8.0 |
2955 | 2025-01-09T20:02:25.990Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2956 | 2025-01-09T20:02:26.035Z | Checking chacha20 v0.9.1 |
2957 | 2025-01-09T20:02:26.166Z | Checking aead v0.5.2 |
2958 | 2025-01-09T20:02:26.275Z | Compiling memmap2 v0.9.5 |
2959 | 2025-01-09T20:02:26.331Z | Compiling arrayvec v0.7.6 |
2960 | 2025-01-09T20:02:26.383Z | Compiling constant_time_eq v0.3.1 |
2961 | 2025-01-09T20:02:26.400Z | Compiling arrayref v0.3.9 |
2962 | 2025-01-09T20:02:26.403Z | Compiling salty v0.3.0 |
2963 | 2025-01-09T20:02:26.500Z | Compiling libefi-sys v0.1.0 |
2964 | 2025-01-09T20:02:26.561Z | Checking chacha20poly1305 v0.10.1 |
2965 | 2025-01-09T20:02:26.733Z | Compiling toolchain_find v0.4.0 |
2966 | 2025-01-09T20:02:26.749Z | Compiling camino-tempfile v1.1.1 |
2967 | 2025-01-09T20:02:26.806Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2968 | 2025-01-09T20:02:26.850Z | Compiling bitfield-struct v0.6.2 |
2969 | 2025-01-09T20:02:27.112Z | Compiling topological-sort v0.2.2 |
2970 | 2025-01-09T20:02:27.211Z | Compiling mime_guess v2.0.5 |
2971 | 2025-01-09T20:02:27.337Z | Compiling rustfmt-wrapper v0.2.1 |
2972 | 2025-01-09T20:02:27.818Z | Compiling omicron-zone-package v0.12.0 |
2973 | 2025-01-09T20:02:27.912Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2974 | 2025-01-09T20:02:27.914Z | Checking primeorder v0.13.6 |
2975 | 2025-01-09T20:02:28.204Z | Checking env_filter v0.1.2 |
2976 | 2025-01-09T20:02:28.305Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2977 | 2025-01-09T20:02:28.324Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2978 | 2025-01-09T20:02:28.405Z | Checking p384 v0.13.0 |
2979 | 2025-01-09T20:02:28.422Z | Checking env_logger v0.11.5 |
2980 | 2025-01-09T20:02:28.615Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2981 | 2025-01-09T20:02:28.657Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2982 | 2025-01-09T20:02:28.677Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2983 | 2025-01-09T20:02:28.918Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2984 | 2025-01-09T20:02:28.921Z | Checking http-range v0.1.5 |
2985 | 2025-01-09T20:02:28.944Z | Checking thiserror-no-std v2.0.2 |
2986 | 2025-01-09T20:02:29.022Z | Checking bumpalo v3.16.0 |
2987 | 2025-01-09T20:02:29.060Z | Checking vsss-rs v3.3.4 |
2988 | 2025-01-09T20:02:29.113Z | Checking lockfree-object-pool v0.1.6 |
2989 | 2025-01-09T20:02:29.235Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2990 | 2025-01-09T20:02:29.351Z | Compiling zip v2.1.3 |
2991 | 2025-01-09T20:02:29.370Z | Checking simd-adler32 v0.3.7 |
2992 | 2025-01-09T20:02:29.403Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2993 | 2025-01-09T20:02:29.511Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2994 | 2025-01-09T20:02:29.704Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2995 | 2025-01-09T20:02:29.741Z | Checking zopfli v0.8.1 |
2996 | 2025-01-09T20:02:29.828Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2997 | 2025-01-09T20:02:30.245Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2998 | 2025-01-09T20:02:30.383Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2999 | 2025-01-09T20:02:30.450Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3000 | 2025-01-09T20:02:30.598Z | Checking nanorand v0.7.0 |
3001 | 2025-01-09T20:02:30.684Z | Checking atty v0.2.14 |
3002 | 2025-01-09T20:02:30.810Z | Checking glob v0.3.1 |
3003 | 2025-01-09T20:02:30.932Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3004 | 2025-01-09T20:02:30.959Z | Checking flume v0.11.1 |
3005 | 2025-01-09T20:02:30.975Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3006 | 2025-01-09T20:02:31.140Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3007 | 2025-01-09T20:02:31.532Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3008 | 2025-01-09T20:02:32.301Z | Checking hyper-staticfile v0.10.1 |
3009 | 2025-01-09T20:02:32.524Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3010 | 2025-01-09T20:02:32.715Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3011 | 2025-01-09T20:02:32.804Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3012 | 2025-01-09T20:02:32.943Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3013 | 2025-01-09T20:02:32.975Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3014 | 2025-01-09T20:02:33.282Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3015 | 2025-01-09T20:02:34.119Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3016 | 2025-01-09T20:02:34.153Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3017 | 2025-01-09T20:02:34.945Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3018 | 2025-01-09T20:02:35.105Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3019 | 2025-01-09T20:02:38.183Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3020 | 2025-01-09T20:02:38.186Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3021 | 2025-01-09T20:02:46.825Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2025-01-09T20:03:00.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s |
3023 | 2025-01-09T20:03:00.703Z | |
3024 | 2025-01-09T20:03:00.703Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3025 | 2025-01-09T20:03:01.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-01-09T20:03:01.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-01-09T20:03:01.466Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3028 | 2025-01-09T20:03:15.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s |
3029 | 2025-01-09T20:03:15.529Z | |
3030 | 2025-01-09T20:03:15.529Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3031 | 2025-01-09T20:03:16.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-01-09T20:03:16.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-01-09T20:03:16.266Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3034 | 2025-01-09T20:03:30.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s |
3035 | 2025-01-09T20:03:30.379Z | |
3036 | 2025-01-09T20:03:30.379Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3037 | 2025-01-09T20:03:30.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-01-09T20:03:30.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-01-09T20:03:31.101Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3040 | 2025-01-09T20:03:44.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3041 | 2025-01-09T20:03:44.888Z | |
3042 | 2025-01-09T20:03:44.888Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3043 | 2025-01-09T20:03:45.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-01-09T20:03:45.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-01-09T20:03:45.613Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3046 | 2025-01-09T20:03:59.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s |
3047 | 2025-01-09T20:03:59.712Z | |
3048 | 2025-01-09T20:03:59.712Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3049 | 2025-01-09T20:04:00.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-01-09T20:04:00.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-01-09T20:04:00.440Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3052 | 2025-01-09T20:04:14.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s |
3053 | 2025-01-09T20:04:14.568Z | |
3054 | 2025-01-09T20:04:14.568Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3055 | 2025-01-09T20:04:15.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-01-09T20:04:15.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-01-09T20:04:15.287Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3058 | 2025-01-09T20:04:28.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
3059 | 2025-01-09T20:04:29.087Z | |
3060 | 2025-01-09T20:04:29.087Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3061 | 2025-01-09T20:04:29.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-01-09T20:04:29.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-01-09T20:04:29.809Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3064 | 2025-01-09T20:04:43.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s |
3065 | 2025-01-09T20:04:43.489Z | |
3066 | 2025-01-09T20:04:43.489Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3067 | 2025-01-09T20:04:44.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-01-09T20:04:44.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-01-09T20:04:44.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-01-09T20:04:44.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2025-01-09T20:04:44.128Z | |
3072 | 2025-01-09T20:04:44.128Z | info: running `cargo check --bins` on key-manager (120/176) |
3073 | 2025-01-09T20:04:44.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-01-09T20:04:44.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-01-09T20:04:44.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-01-09T20:04:44.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3077 | 2025-01-09T20:04:44.740Z | |
3078 | 2025-01-09T20:04:44.740Z | info: running `cargo check --bins` on range-requests (121/176) |
3079 | 2025-01-09T20:04:45.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-01-09T20:04:45.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-01-09T20:04:45.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-01-09T20:04:45.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3083 | 2025-01-09T20:04:45.341Z | |
3084 | 2025-01-09T20:04:45.341Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3085 | 2025-01-09T20:04:45.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-01-09T20:04:45.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-01-09T20:04:45.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-01-09T20:04:45.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3089 | 2025-01-09T20:04:45.962Z | |
3090 | 2025-01-09T20:04:45.962Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3091 | 2025-01-09T20:04:46.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-01-09T20:04:46.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-01-09T20:04:46.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-01-09T20:04:46.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3095 | 2025-01-09T20:04:46.611Z | |
3096 | 2025-01-09T20:04:46.611Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3097 | 2025-01-09T20:04:47.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-01-09T20:04:47.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-01-09T20:04:47.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2025-01-09T20:04:47.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3101 | 2025-01-09T20:04:47.286Z | |
3102 | 2025-01-09T20:04:47.287Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3103 | 2025-01-09T20:04:47.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-01-09T20:04:47.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-01-09T20:04:47.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2025-01-09T20:04:47.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3107 | 2025-01-09T20:04:47.849Z | |
3108 | 2025-01-09T20:04:47.849Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3109 | 2025-01-09T20:04:48.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2025-01-09T20:04:48.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2025-01-09T20:04:48.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2025-01-09T20:04:48.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3113 | 2025-01-09T20:04:48.488Z | |
3114 | 2025-01-09T20:04:48.488Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3115 | 2025-01-09T20:04:49.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-01-09T20:04:49.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-01-09T20:04:49.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-01-09T20:04:49.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3119 | 2025-01-09T20:04:49.124Z | |
3120 | 2025-01-09T20:04:49.124Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3121 | 2025-01-09T20:04:49.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-01-09T20:04:49.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-01-09T20:04:49.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2025-01-09T20:04:49.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3125 | 2025-01-09T20:04:49.766Z | |
3126 | 2025-01-09T20:04:49.766Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3127 | 2025-01-09T20:04:50.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-01-09T20:04:50.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-01-09T20:04:50.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2025-01-09T20:04:50.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3131 | 2025-01-09T20:04:50.414Z | |
3132 | 2025-01-09T20:04:50.414Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3133 | 2025-01-09T20:04:50.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-01-09T20:04:50.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-01-09T20:04:50.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2025-01-09T20:04:50.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3137 | 2025-01-09T20:04:51.061Z | |
3138 | 2025-01-09T20:04:51.061Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3139 | 2025-01-09T20:04:51.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-01-09T20:04:51.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-01-09T20:04:51.748Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3142 | 2025-01-09T20:04:51.748Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3143 | 2025-01-09T20:04:52.614Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3144 | 2025-01-09T20:04:54.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
3145 | 2025-01-09T20:04:54.791Z | |
3146 | 2025-01-09T20:04:54.791Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3147 | 2025-01-09T20:04:55.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2025-01-09T20:04:55.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2025-01-09T20:04:55.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3150 | 2025-01-09T20:04:55.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3151 | 2025-01-09T20:04:55.404Z | |
3152 | 2025-01-09T20:04:55.404Z | info: running `cargo check --bins` on cert-dev (133/176) |
3153 | 2025-01-09T20:04:55.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2025-01-09T20:04:55.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2025-01-09T20:04:56.001Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3156 | 2025-01-09T20:04:56.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3157 | 2025-01-09T20:04:56.427Z | |
3158 | 2025-01-09T20:04:56.427Z | info: running `cargo check --bins` on clickana (134/176) |
3159 | 2025-01-09T20:04:56.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2025-01-09T20:04:56.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2025-01-09T20:04:57.059Z | Checking castaway v0.2.3 |
3162 | 2025-01-09T20:04:57.059Z | Checking unicode-truncate v1.1.0 |
3163 | 2025-01-09T20:04:57.064Z | Checking lru v0.12.5 |
3164 | 2025-01-09T20:04:57.064Z | Compiling instability v0.3.2 |
3165 | 2025-01-09T20:04:57.064Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3166 | 2025-01-09T20:04:57.064Z | Checking cassowary v0.3.0 |
3167 | 2025-01-09T20:04:57.312Z | Checking compact_str v0.8.0 |
3168 | 2025-01-09T20:04:57.922Z | Checking ratatui v0.28.1 |
3169 | 2025-01-09T20:04:58.859Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3170 | 2025-01-09T20:04:59.865Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3171 | 2025-01-09T20:05:00.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
3172 | 2025-01-09T20:05:00.873Z | |
3173 | 2025-01-09T20:05:00.873Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3174 | 2025-01-09T20:05:01.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2025-01-09T20:05:01.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2025-01-09T20:05:01.563Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3177 | 2025-01-09T20:05:01.563Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3178 | 2025-01-09T20:05:02.620Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3179 | 2025-01-09T20:05:03.128Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3180 | 2025-01-09T20:05:03.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3181 | 2025-01-09T20:05:03.708Z | |
3182 | 2025-01-09T20:05:03.708Z | info: running `cargo check --bins` on ch-dev (136/176) |
3183 | 2025-01-09T20:05:04.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-01-09T20:05:04.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-01-09T20:05:04.403Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3186 | 2025-01-09T20:05:05.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
3187 | 2025-01-09T20:05:05.333Z | |
3188 | 2025-01-09T20:05:05.333Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3189 | 2025-01-09T20:05:05.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-01-09T20:05:05.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-01-09T20:05:06.029Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3192 | 2025-01-09T20:05:06.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3193 | 2025-01-09T20:05:06.604Z | |
3194 | 2025-01-09T20:05:06.604Z | info: running `cargo check --bins` on db-dev (138/176) |
3195 | 2025-01-09T20:05:07.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-01-09T20:05:07.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-01-09T20:05:07.312Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3198 | 2025-01-09T20:05:08.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3199 | 2025-01-09T20:05:08.259Z | |
3200 | 2025-01-09T20:05:08.259Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3201 | 2025-01-09T20:05:08.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-01-09T20:05:08.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-01-09T20:05:08.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2025-01-09T20:05:08.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3205 | 2025-01-09T20:05:08.949Z | |
3206 | 2025-01-09T20:05:08.949Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3207 | 2025-01-09T20:05:09.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-01-09T20:05:09.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-01-09T20:05:09.607Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3210 | 2025-01-09T20:05:10.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3211 | 2025-01-09T20:05:10.762Z | |
3212 | 2025-01-09T20:05:10.762Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3213 | 2025-01-09T20:05:11.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-01-09T20:05:11.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-01-09T20:05:11.451Z | Checking cargo-platform v0.1.8 |
3216 | 2025-01-09T20:05:11.740Z | Checking cargo_metadata v0.18.1 |
3217 | 2025-01-09T20:05:12.823Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3218 | 2025-01-09T20:05:13.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
3219 | 2025-01-09T20:05:13.926Z | |
3220 | 2025-01-09T20:05:13.926Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3221 | 2025-01-09T20:05:14.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-01-09T20:05:14.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-01-09T20:05:14.719Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3224 | 2025-01-09T20:05:16.393Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3225 | 2025-01-09T20:05:17.087Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3226 | 2025-01-09T20:05:17.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
3227 | 2025-01-09T20:05:17.890Z | |
3228 | 2025-01-09T20:05:17.890Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3229 | 2025-01-09T20:05:18.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-01-09T20:05:18.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-01-09T20:05:18.760Z | Compiling crunchy v0.2.2 |
3232 | 2025-01-09T20:05:18.761Z | Compiling tiny-keccak v2.0.2 |
3233 | 2025-01-09T20:05:18.761Z | Compiling dsl_auto_type v0.1.2 |
3234 | 2025-01-09T20:05:18.763Z | Checking scheduled-thread-pool v0.2.7 |
3235 | 2025-01-09T20:05:18.763Z | Compiling diesel_table_macro_syntax v0.2.0 |
3236 | 2025-01-09T20:05:18.890Z | Compiling ascii-canvas v3.0.0 |
3237 | 2025-01-09T20:05:18.903Z | Compiling ena v0.14.3 |
3238 | 2025-01-09T20:05:18.906Z | Compiling diff v0.1.13 |
3239 | 2025-01-09T20:05:19.168Z | Checking r2d2 v0.8.10 |
3240 | 2025-01-09T20:05:19.194Z | Compiling regex-syntax v0.6.29 |
3241 | 2025-01-09T20:05:19.376Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3242 | 2025-01-09T20:05:19.392Z | Compiling ref-cast v1.0.23 |
3243 | 2025-01-09T20:05:19.459Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3244 | 2025-01-09T20:05:19.521Z | Compiling derive_builder_core v0.20.2 |
3245 | 2025-01-09T20:05:19.596Z | Compiling libxml v0.3.3 |
3246 | 2025-01-09T20:05:19.645Z | Compiling ref-cast-impl v1.0.23 |
3247 | 2025-01-09T20:05:19.738Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3248 | 2025-01-09T20:05:20.035Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3249 | 2025-01-09T20:05:20.054Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3250 | 2025-01-09T20:05:20.156Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3251 | 2025-01-09T20:05:20.325Z | Compiling strum_macros v0.24.3 |
3252 | 2025-01-09T20:05:20.344Z | Compiling samael v0.0.17 |
3253 | 2025-01-09T20:05:20.511Z | Compiling diesel_derives v2.2.3 |
3254 | 2025-01-09T20:05:20.610Z | Compiling indoc v1.0.9 |
3255 | 2025-01-09T20:05:21.641Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3256 | 2025-01-09T20:05:21.930Z | Compiling oso-derive v0.27.3 |
3257 | 2025-01-09T20:05:22.090Z | Compiling derive_builder_macro v0.20.2 |
3258 | 2025-01-09T20:05:22.929Z | Compiling lalrpop v0.19.12 |
3259 | 2025-01-09T20:05:22.995Z | Checking derive_builder v0.20.2 |
3260 | 2025-01-09T20:05:23.024Z | Compiling impl-trait-for-tuples v0.2.2 |
3261 | 2025-01-09T20:05:23.162Z | Checking quick-xml v0.33.0 |
3262 | 2025-01-09T20:05:23.611Z | Compiling diesel-dtrace v0.4.2 |
3263 | 2025-01-09T20:05:23.923Z | Checking maplit v1.0.2 |
3264 | 2025-01-09T20:05:24.071Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3265 | 2025-01-09T20:05:24.093Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3266 | 2025-01-09T20:05:24.396Z | Checking bb8 v0.8.5 |
3267 | 2025-01-09T20:05:24.748Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3268 | 2025-01-09T20:05:25.000Z | Checking rand_seeder v0.3.0 |
3269 | 2025-01-09T20:05:25.105Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3270 | 2025-01-09T20:05:25.267Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3271 | 2025-01-09T20:05:25.479Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3272 | 2025-01-09T20:05:25.548Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3273 | 2025-01-09T20:05:25.831Z | Checking unicode-linebreak v0.1.5 |
3274 | 2025-01-09T20:05:25.905Z | Checking smawk v0.3.2 |
3275 | 2025-01-09T20:05:26.131Z | Checking is_ci v1.2.0 |
3276 | 2025-01-09T20:05:26.275Z | Checking textwrap v0.16.1 |
3277 | 2025-01-09T20:05:26.293Z | Checking supports-color v3.0.1 |
3278 | 2025-01-09T20:05:26.537Z | Checking multimap v0.10.0 |
3279 | 2025-01-09T20:05:27.475Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3280 | 2025-01-09T20:05:30.358Z | Checking diesel v2.2.6 |
3281 | 2025-01-09T20:05:56.864Z | Compiling polar-core v0.27.3 |
3282 | 2025-01-09T20:06:00.360Z | Checking async-bb8-diesel v0.2.1 |
3283 | 2025-01-09T20:06:04.500Z | Checking oso v0.27.3 |
3284 | 2025-01-09T20:07:15.846Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3285 | 2025-01-09T20:07:21.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
3286 | 2025-01-09T20:07:22.191Z | |
3287 | 2025-01-09T20:07:22.191Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3288 | 2025-01-09T20:07:22.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-01-09T20:07:22.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-01-09T20:07:22.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-01-09T20:07:22.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3292 | 2025-01-09T20:07:22.870Z | |
3293 | 2025-01-09T20:07:22.870Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3294 | 2025-01-09T20:07:23.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-01-09T20:07:23.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-01-09T20:07:23.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-01-09T20:07:23.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3298 | 2025-01-09T20:07:23.542Z | |
3299 | 2025-01-09T20:07:23.542Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3300 | 2025-01-09T20:07:24.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-01-09T20:07:24.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-01-09T20:07:24.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-01-09T20:07:24.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3304 | 2025-01-09T20:07:24.150Z | |
3305 | 2025-01-09T20:07:24.150Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3306 | 2025-01-09T20:07:24.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-01-09T20:07:24.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-01-09T20:07:24.955Z | Compiling libz-sys v1.1.20 |
3309 | 2025-01-09T20:07:25.070Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3310 | 2025-01-09T20:07:25.083Z | Compiling vergen v8.3.2 |
3311 | 2025-01-09T20:07:25.086Z | Compiling cargo-platform v0.1.8 |
3312 | 2025-01-09T20:07:25.086Z | Compiling pin-project-internal v1.1.6 |
3313 | 2025-01-09T20:07:25.121Z | Compiling libsqlite3-sys v0.30.1 |
3314 | 2025-01-09T20:07:25.121Z | Compiling snafu-derive v0.8.5 |
3315 | 2025-01-09T20:07:25.124Z | Compiling cfg_aliases v0.2.1 |
3316 | 2025-01-09T20:07:25.264Z | Compiling rustls v0.21.12 |
3317 | 2025-01-09T20:07:25.386Z | Compiling cargo_metadata v0.18.1 |
3318 | 2025-01-09T20:07:25.525Z | Compiling buf-list v1.0.3 |
3319 | 2025-01-09T20:07:25.684Z | Compiling nix v0.29.0 |
3320 | 2025-01-09T20:07:25.720Z | Checking globset v0.4.15 |
3321 | 2025-01-09T20:07:26.007Z | Checking olpc-cjson v0.1.4 |
3322 | 2025-01-09T20:07:26.233Z | Checking rustls-webpki v0.101.7 |
3323 | 2025-01-09T20:07:26.252Z | Checking sct v0.7.1 |
3324 | 2025-01-09T20:07:26.272Z | Checking serde_plain v1.0.2 |
3325 | 2025-01-09T20:07:26.463Z | Checking typed-path v0.9.3 |
3326 | 2025-01-09T20:07:26.850Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3327 | 2025-01-09T20:07:27.054Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3328 | 2025-01-09T20:07:27.120Z | Checking hashlink v0.9.1 |
3329 | 2025-01-09T20:07:27.343Z | Checking parse-size v1.1.0 |
3330 | 2025-01-09T20:07:27.486Z | Checking fallible-streaming-iterator v0.1.9 |
3331 | 2025-01-09T20:07:27.730Z | Checking fallible-iterator v0.3.0 |
3332 | 2025-01-09T20:07:28.167Z | Checking pin-project v1.1.6 |
3333 | 2025-01-09T20:07:28.280Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3334 | 2025-01-09T20:07:28.299Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3335 | 2025-01-09T20:07:28.369Z | Checking rusqlite v0.32.1 |
3336 | 2025-01-09T20:07:28.482Z | Checking rustls-pemfile v1.0.4 |
3337 | 2025-01-09T20:07:28.693Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3338 | 2025-01-09T20:07:29.058Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3339 | 2025-01-09T20:07:29.219Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3340 | 2025-01-09T20:07:29.579Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3341 | 2025-01-09T20:07:29.588Z | Checking twox-hash v1.6.3 |
3342 | 2025-01-09T20:07:29.588Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3343 | 2025-01-09T20:07:29.863Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3344 | 2025-01-09T20:07:29.981Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3345 | 2025-01-09T20:07:30.182Z | Checking tokio-rustls v0.24.1 |
3346 | 2025-01-09T20:07:30.432Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3347 | 2025-01-09T20:07:30.536Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3348 | 2025-01-09T20:07:30.574Z | Checking fatfs v0.3.6 |
3349 | 2025-01-09T20:07:30.694Z | Checking snafu v0.8.5 |
3350 | 2025-01-09T20:07:31.199Z | Checking tough v0.19.0 |
3351 | 2025-01-09T20:07:31.526Z | Checking assert_matches v1.5.0 |
3352 | 2025-01-09T20:07:35.386Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3353 | 2025-01-09T20:07:36.746Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3354 | 2025-01-09T20:07:37.505Z | Compiling git2 v0.19.0 |
3355 | 2025-01-09T20:07:42.240Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3356 | 2025-01-09T20:08:38.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3357 | 2025-01-09T20:08:38.635Z | |
3358 | 2025-01-09T20:08:38.635Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3359 | 2025-01-09T20:08:39.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-01-09T20:08:39.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-01-09T20:08:39.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-01-09T20:08:39.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3363 | 2025-01-09T20:08:39.321Z | |
3364 | 2025-01-09T20:08:39.321Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3365 | 2025-01-09T20:08:39.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-01-09T20:08:39.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-01-09T20:08:39.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2025-01-09T20:08:39.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3369 | 2025-01-09T20:08:39.940Z | |
3370 | 2025-01-09T20:08:39.940Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3371 | 2025-01-09T20:08:40.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-01-09T20:08:40.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-01-09T20:08:40.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2025-01-09T20:08:40.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3375 | 2025-01-09T20:08:40.590Z | |
3376 | 2025-01-09T20:08:40.590Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3377 | 2025-01-09T20:08:41.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2025-01-09T20:08:41.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2025-01-09T20:08:41.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2025-01-09T20:08:41.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3381 | 2025-01-09T20:08:41.259Z | |
3382 | 2025-01-09T20:08:41.259Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3383 | 2025-01-09T20:08:41.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2025-01-09T20:08:41.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2025-01-09T20:08:41.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2025-01-09T20:08:41.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3387 | 2025-01-09T20:08:41.931Z | |
3388 | 2025-01-09T20:08:41.931Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3389 | 2025-01-09T20:08:42.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-01-09T20:08:42.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-01-09T20:08:42.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3392 | 2025-01-09T20:08:42.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3393 | 2025-01-09T20:08:42.601Z | |
3394 | 2025-01-09T20:08:42.601Z | info: running `cargo check --bins` on update-common (154/176) |
3395 | 2025-01-09T20:08:43.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2025-01-09T20:08:43.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2025-01-09T20:08:43.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3398 | 2025-01-09T20:08:43.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3399 | 2025-01-09T20:08:43.252Z | |
3400 | 2025-01-09T20:08:43.252Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3401 | 2025-01-09T20:08:43.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2025-01-09T20:08:43.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2025-01-09T20:08:43.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2025-01-09T20:08:43.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3405 | 2025-01-09T20:08:43.883Z | |
3406 | 2025-01-09T20:08:43.883Z | info: running `cargo check --bins` on tufaceous (156/176) |
3407 | 2025-01-09T20:08:44.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-01-09T20:08:44.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-01-09T20:08:44.560Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3410 | 2025-01-09T20:08:45.784Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3411 | 2025-01-09T20:08:46.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
3412 | 2025-01-09T20:08:46.839Z | |
3413 | 2025-01-09T20:08:46.839Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3414 | 2025-01-09T20:08:47.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2025-01-09T20:08:47.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2025-01-09T20:08:47.669Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3417 | 2025-01-09T20:08:47.673Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3418 | 2025-01-09T20:08:47.805Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3419 | 2025-01-09T20:08:47.810Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3420 | 2025-01-09T20:08:48.839Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3421 | 2025-01-09T20:09:15.069Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3422 | 2025-01-09T20:09:15.069Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3423 | 2025-01-09T20:09:15.072Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3424 | 2025-01-09T20:09:15.072Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3425 | 2025-01-09T20:09:15.072Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3426 | 2025-01-09T20:09:15.939Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3427 | 2025-01-09T20:09:17.280Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3428 | 2025-01-09T20:09:56.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3429 | 2025-01-09T20:09:56.987Z | |
3430 | 2025-01-09T20:09:56.987Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3431 | 2025-01-09T20:09:57.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-01-09T20:09:57.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-01-09T20:09:57.680Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3434 | 2025-01-09T20:09:57.680Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3435 | 2025-01-09T20:09:57.684Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3436 | 2025-01-09T20:09:57.806Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3437 | 2025-01-09T20:09:57.809Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3438 | 2025-01-09T20:09:57.829Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3439 | 2025-01-09T20:09:57.832Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3440 | 2025-01-09T20:09:57.843Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3441 | 2025-01-09T20:09:57.981Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3442 | 2025-01-09T20:09:58.048Z | Checking heck v0.4.1 |
3443 | 2025-01-09T20:09:58.095Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3444 | 2025-01-09T20:09:58.257Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3445 | 2025-01-09T20:09:58.518Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3446 | 2025-01-09T20:09:58.537Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3447 | 2025-01-09T20:09:59.030Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3448 | 2025-01-09T20:09:59.121Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3449 | 2025-01-09T20:09:59.295Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3450 | 2025-01-09T20:10:00.482Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3451 | 2025-01-09T20:10:01.063Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3452 | 2025-01-09T20:10:01.548Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3453 | 2025-01-09T20:10:02.158Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3454 | 2025-01-09T20:10:03.804Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3455 | 2025-01-09T20:10:03.804Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3456 | 2025-01-09T20:10:05.308Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3457 | 2025-01-09T20:10:07.007Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3458 | 2025-01-09T20:10:13.729Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3459 | 2025-01-09T20:10:13.729Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3460 | 2025-01-09T20:10:15.040Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3461 | 2025-01-09T20:10:16.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s |
3462 | 2025-01-09T20:10:16.436Z | |
3463 | 2025-01-09T20:10:16.436Z | info: running `cargo check --bins` on installinator-api (159/176) |
3464 | 2025-01-09T20:10:17.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2025-01-09T20:10:17.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2025-01-09T20:10:17.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3467 | 2025-01-09T20:10:17.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3468 | 2025-01-09T20:10:17.164Z | |
3469 | 2025-01-09T20:10:17.164Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3470 | 2025-01-09T20:10:17.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3471 | 2025-01-09T20:10:17.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3472 | 2025-01-09T20:10:17.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3473 | 2025-01-09T20:10:17.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3474 | 2025-01-09T20:10:17.968Z | |
3475 | 2025-01-09T20:10:17.968Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3476 | 2025-01-09T20:10:18.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-09T20:10:18.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-09T20:10:18.577Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3479 | 2025-01-09T20:10:18.577Z | Compiling petname v2.0.2 |
3480 | 2025-01-09T20:10:18.580Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3481 | 2025-01-09T20:10:18.580Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3482 | 2025-01-09T20:10:18.580Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3483 | 2025-01-09T20:10:18.580Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3484 | 2025-01-09T20:10:18.695Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3485 | 2025-01-09T20:10:18.709Z | Checking sync-ptr v0.1.1 |
3486 | 2025-01-09T20:10:24.175Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3487 | 2025-01-09T20:10:24.827Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3488 | 2025-01-09T20:10:26.036Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3489 | 2025-01-09T20:10:27.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.77s |
3490 | 2025-01-09T20:10:27.835Z | |
3491 | 2025-01-09T20:10:27.835Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3492 | 2025-01-09T20:10:28.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2025-01-09T20:10:28.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2025-01-09T20:10:28.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3495 | 2025-01-09T20:10:28.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3496 | 2025-01-09T20:10:28.495Z | |
3497 | 2025-01-09T20:10:28.495Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3498 | 2025-01-09T20:10:29.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2025-01-09T20:10:29.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2025-01-09T20:10:29.158Z | Checking memmap2 v0.9.5 |
3501 | 2025-01-09T20:10:29.158Z | Checking arrayref v0.3.9 |
3502 | 2025-01-09T20:10:29.158Z | Checking arrayvec v0.7.6 |
3503 | 2025-01-09T20:10:29.158Z | Checking constant_time_eq v0.3.1 |
3504 | 2025-01-09T20:10:29.161Z | Checking topological-sort v0.2.2 |
3505 | 2025-01-09T20:10:29.262Z | Checking shell-words v1.1.0 |
3506 | 2025-01-09T20:10:29.549Z | Checking blake3 v1.5.4 |
3507 | 2025-01-09T20:10:29.895Z | Checking omicron-zone-package v0.12.0 |
3508 | 2025-01-09T20:10:31.128Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3509 | 2025-01-09T20:10:32.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
3510 | 2025-01-09T20:10:32.202Z | |
3511 | 2025-01-09T20:10:32.203Z | info: running `cargo check --bins` on xtask (164/176) |
3512 | 2025-01-09T20:10:32.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-01-09T20:10:32.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-01-09T20:10:32.633Z | Checking bitflags v2.6.0 |
3515 | 2025-01-09T20:10:32.635Z | Checking serde v1.0.215 |
3516 | 2025-01-09T20:10:32.713Z | Checking thiserror v1.0.69 |
3517 | 2025-01-09T20:10:32.733Z | Checking scroll v0.12.0 |
3518 | 2025-01-09T20:10:32.738Z | Checking hashbrown v0.15.1 |
3519 | 2025-01-09T20:10:32.744Z | Checking log v0.4.22 |
3520 | 2025-01-09T20:10:32.746Z | Checking zerocopy v0.7.35 |
3521 | 2025-01-09T20:10:32.777Z | Checking syn v2.0.87 |
3522 | 2025-01-09T20:10:32.828Z | Checking pest v2.7.14 |
3523 | 2025-01-09T20:10:32.960Z | Checking rustix v0.38.37 |
3524 | 2025-01-09T20:10:33.020Z | Checking once_cell v1.20.2 |
3525 | 2025-01-09T20:10:33.214Z | Checking goblin v0.8.2 |
3526 | 2025-01-09T20:10:33.332Z | Checking fs-err v2.11.0 |
3527 | 2025-01-09T20:10:33.664Z | Checking anyhow v1.0.93 |
3528 | 2025-01-09T20:10:33.815Z | Checking indexmap v2.6.0 |
3529 | 2025-01-09T20:10:34.039Z | Checking tabled v0.15.0 |
3530 | 2025-01-09T20:10:34.996Z | Checking terminal_size v0.4.0 |
3531 | 2025-01-09T20:10:34.996Z | Checking tempfile v3.13.0 |
3532 | 2025-01-09T20:10:35.171Z | Checking clap_builder v4.5.21 |
3533 | 2025-01-09T20:10:35.284Z | Checking dtrace-parser v0.2.0 |
3534 | 2025-01-09T20:10:37.389Z | Checking clap v4.5.21 |
3535 | 2025-01-09T20:10:37.653Z | Checking serde_json v1.0.133 |
3536 | 2025-01-09T20:10:37.653Z | Checking toml_datetime v0.6.8 |
3537 | 2025-01-09T20:10:37.655Z | Checking serde_spanned v0.6.8 |
3538 | 2025-01-09T20:10:37.655Z | Checking camino v1.1.9 |
3539 | 2025-01-09T20:10:37.655Z | Checking cargo-platform v0.1.8 |
3540 | 2025-01-09T20:10:37.655Z | Checking semver v1.0.23 |
3541 | 2025-01-09T20:10:37.655Z | Checking macaddr v1.0.1 |
3542 | 2025-01-09T20:10:37.996Z | Checking toml_edit v0.22.22 |
3543 | 2025-01-09T20:10:38.118Z | Checking camino-tempfile v1.1.1 |
3544 | 2025-01-09T20:10:38.793Z | Checking dof v0.3.0 |
3545 | 2025-01-09T20:10:38.793Z | Checking cargo_metadata v0.18.1 |
3546 | 2025-01-09T20:10:39.221Z | Checking usdt-impl v0.5.0 |
3547 | 2025-01-09T20:10:39.593Z | Checking usdt v0.5.0 |
3548 | 2025-01-09T20:10:39.798Z | Checking toml v0.8.19 |
3549 | 2025-01-09T20:10:40.282Z | Checking cargo_toml v0.20.5 |
3550 | 2025-01-09T20:10:41.512Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3551 | 2025-01-09T20:10:42.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s |
3552 | 2025-01-09T20:10:42.235Z | |
3553 | 2025-01-09T20:10:42.235Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3554 | 2025-01-09T20:10:42.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2025-01-09T20:10:42.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2025-01-09T20:10:43.011Z | Checking polyval v0.6.2 |
3557 | 2025-01-09T20:10:43.126Z | Checking ctr v0.9.2 |
3558 | 2025-01-09T20:10:43.137Z | Checking ssh-encoding v0.2.0 |
3559 | 2025-01-09T20:10:43.140Z | Checking blowfish v0.9.1 |
3560 | 2025-01-09T20:10:43.160Z | Checking password-hash v0.4.2 |
3561 | 2025-01-09T20:10:43.163Z | Checking matches v0.1.10 |
3562 | 2025-01-09T20:10:43.187Z | Checking p521 v0.13.3 |
3563 | 2025-01-09T20:10:43.187Z | Checking p256 v0.13.2 |
3564 | 2025-01-09T20:10:43.256Z | Checking idna v0.2.3 |
3565 | 2025-01-09T20:10:43.357Z | Checking ghash v0.5.1 |
3566 | 2025-01-09T20:10:43.375Z | Checking bcrypt-pbkdf v0.10.0 |
3567 | 2025-01-09T20:10:43.378Z | Compiling enum-as-inner v0.5.1 |
3568 | 2025-01-09T20:10:43.449Z | Checking russh-cryptovec v0.7.3 |
3569 | 2025-01-09T20:10:43.533Z | Checking aes-gcm v0.10.3 |
3570 | 2025-01-09T20:10:43.566Z | Checking pbkdf2 v0.11.0 |
3571 | 2025-01-09T20:10:43.609Z | Checking md5 v0.7.0 |
3572 | 2025-01-09T20:10:43.652Z | Checking num-bigint v0.4.6 |
3573 | 2025-01-09T20:10:43.669Z | Checking des v0.8.1 |
3574 | 2025-01-09T20:10:43.759Z | Checking ssh-cipher v0.2.0 |
3575 | 2025-01-09T20:10:43.842Z | Checking hex-literal v0.4.1 |
3576 | 2025-01-09T20:10:43.900Z | Compiling dhcproto-macros v0.1.0 |
3577 | 2025-01-09T20:10:43.940Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3578 | 2025-01-09T20:10:43.975Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3579 | 2025-01-09T20:10:44.046Z | Checking ssh-key v0.6.6 |
3580 | 2025-01-09T20:10:44.066Z | Checking internet-checksum v0.2.1 |
3581 | 2025-01-09T20:10:44.419Z | Checking trust-dns-proto v0.22.0 |
3582 | 2025-01-09T20:10:45.414Z | Checking russh-keys v0.45.0 |
3583 | 2025-01-09T20:10:46.430Z | Checking russh v0.45.0 |
3584 | 2025-01-09T20:10:47.136Z | Checking dhcproto v0.12.0 |
3585 | 2025-01-09T20:11:04.497Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3586 | 2025-01-09T20:11:05.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.71s |
3587 | 2025-01-09T20:11:06.151Z | |
3588 | 2025-01-09T20:11:06.151Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3589 | 2025-01-09T20:11:06.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-01-09T20:11:06.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-01-09T20:11:06.780Z | Checking termios v0.3.3 |
3592 | 2025-01-09T20:11:06.998Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3593 | 2025-01-09T20:11:07.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3594 | 2025-01-09T20:11:07.950Z | |
3595 | 2025-01-09T20:11:07.950Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3596 | 2025-01-09T20:11:08.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-01-09T20:11:08.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-01-09T20:11:08.659Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3599 | 2025-01-09T20:11:08.659Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3600 | 2025-01-09T20:11:08.661Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3601 | 2025-01-09T20:11:08.661Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3602 | 2025-01-09T20:11:09.731Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3603 | 2025-01-09T20:11:11.027Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3604 | 2025-01-09T20:11:12.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
3605 | 2025-01-09T20:11:13.092Z | |
3606 | 2025-01-09T20:11:13.092Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3607 | 2025-01-09T20:11:13.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3608 | 2025-01-09T20:11:13.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3609 | 2025-01-09T20:11:13.730Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3610 | 2025-01-09T20:11:14.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3611 | 2025-01-09T20:11:14.386Z | |
3612 | 2025-01-09T20:11:14.386Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3613 | 2025-01-09T20:11:14.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3614 | 2025-01-09T20:11:14.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3615 | 2025-01-09T20:11:14.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3616 | 2025-01-09T20:11:14.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3617 | 2025-01-09T20:11:14.992Z | |
3618 | 2025-01-09T20:11:14.992Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3619 | 2025-01-09T20:11:15.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3620 | 2025-01-09T20:11:15.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3621 | 2025-01-09T20:11:15.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3622 | 2025-01-09T20:11:15.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3623 | 2025-01-09T20:11:15.593Z | |
3624 | 2025-01-09T20:11:15.593Z | info: running `cargo check --bins` on omicron-package (171/176) |
3625 | 2025-01-09T20:11:16.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3626 | 2025-01-09T20:11:16.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3627 | 2025-01-09T20:11:16.256Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3628 | 2025-01-09T20:11:17.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3629 | 2025-01-09T20:11:17.834Z | |
3630 | 2025-01-09T20:11:17.834Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3631 | 2025-01-09T20:11:18.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3632 | 2025-01-09T20:11:18.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3633 | 2025-01-09T20:11:18.529Z | Checking rtoolbox v0.0.2 |
3634 | 2025-01-09T20:11:18.530Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3635 | 2025-01-09T20:11:18.533Z | Checking tui-tree-widget v0.22.0 |
3636 | 2025-01-09T20:11:18.752Z | Checking rpassword v7.3.1 |
3637 | 2025-01-09T20:11:22.906Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3638 | 2025-01-09T20:11:25.923Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3639 | 2025-01-09T20:11:27.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
3640 | 2025-01-09T20:11:27.378Z | |
3641 | 2025-01-09T20:11:27.378Z | info: running `cargo check --bins` on wicket (173/176) |
3642 | 2025-01-09T20:11:27.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3643 | 2025-01-09T20:11:27.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3644 | 2025-01-09T20:11:28.064Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3645 | 2025-01-09T20:11:28.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3646 | 2025-01-09T20:11:28.697Z | |
3647 | 2025-01-09T20:11:28.697Z | info: running `cargo check --bins` on wicketd (174/176) |
3648 | 2025-01-09T20:11:29.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3649 | 2025-01-09T20:11:29.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3650 | 2025-01-09T20:11:29.411Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3651 | 2025-01-09T20:11:29.411Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3652 | 2025-01-09T20:11:30.271Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3653 | 2025-01-09T20:11:34.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
3654 | 2025-01-09T20:11:34.363Z | |
3655 | 2025-01-09T20:11:34.363Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3656 | 2025-01-09T20:11:34.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3657 | 2025-01-09T20:11:34.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3658 | 2025-01-09T20:11:34.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3659 | 2025-01-09T20:11:34.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3660 | 2025-01-09T20:11:34.972Z | |
3661 | 2025-01-09T20:11:34.972Z | info: running `cargo check --bins` on zone-setup (176/176) |
3662 | 2025-01-09T20:11:35.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3663 | 2025-01-09T20:11:35.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3664 | 2025-01-09T20:11:35.701Z | Checking uzers v0.12.1 |
3665 | 2025-01-09T20:11:36.046Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3666 | 2025-01-09T20:11:37.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
3667 | 2025-01-09T20:11:37.431Z | |
3668 | 2025-01-09T20:11:37.433Z | real 13:55.786562859 |
3669 | 2025-01-09T20:11:37.433Z | user 25:50.746867441 |
3670 | 2025-01-09T20:11:37.433Z | sys 5:58.332114644 |
3671 | 2025-01-09T20:11:37.433Z | trap 0.514133118 |
3672 | 2025-01-09T20:11:37.433Z | tflt 2.653558795 |
3673 | 2025-01-09T20:11:37.433Z | dflt 3.057984960 |
3674 | 2025-01-09T20:11:37.433Z | kflt 0.000858870 |
3675 | 2025-01-09T20:11:37.433Z | lock 48:49.087939053 |
3676 | 2025-01-09T20:11:37.433Z | slp 2:16:23.214410041 |
3677 | 2025-01-09T20:11:37.434Z | lat 1:03.586282917 |
3678 | 2025-01-09T20:11:37.434Z | stop 3:21.048753799 |
3679 | 2025-01-09T20:11:37.434Z | process exited: duration 1271176 ms, exit code 0 |
|
3680 | 2025-01-09T20:11:37.439Z | found 0 output files |