|
|
|
1 | 2025-01-17T07:04:51.408Z | job assigned to worker 01JHSH6YBK4JB1ZMH2K08TR5K6 [factory aws, i-0b73cfbf1a0a1b375] (queued for 47 s) |
|
2 | 2025-01-17T07:04:59.350Z | starting task 0: "setup" |
3 | 2025-01-17T07:04:59.360Z | ++ uname -s |
4 | 2025-01-17T07:04:59.363Z | + kern=SunOS |
5 | 2025-01-17T07:04:59.363Z | + case "$kern" in |
6 | 2025-01-17T07:04:59.363Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:04:59.365Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:05:01.414Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:05:01.478Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:05:01.483Z | + home_fs=zfs |
11 | 2025-01-17T07:05:01.483Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:05:01.483Z | + mkdir -p /home/build |
13 | 2025-01-17T07:05:01.483Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:05:03.484Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:05:03.487Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2025-01-17T07:05:03.492Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:05:03.497Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:05:03.497Z | ' 1.84.0 |
19 | 2025-01-17T07:05:03.497Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:05:03.497Z | ' default |
21 | 2025-01-17T07:05:03.497Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T07:05:03.498Z | * toolchain profile = "default" |
23 | 2025-01-17T07:05:03.500Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:05:03.501Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:05:03.800Z | info: downloading installer |
26 | 2025-01-17T07:05:04.992Z | info: profile set to 'default' |
27 | 2025-01-17T07:05:04.992Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:05:04.995Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:05:05.166Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:05:05.166Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:05:06.218Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:05:06.621Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:05:08.058Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:05:10.177Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:05:18.316Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:05:18.623Z | info: installing component 'cargo' |
37 | 2025-01-17T07:05:19.456Z | info: installing component 'clippy' |
38 | 2025-01-17T07:05:19.837Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:05:21.524Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:05:23.231Z | info: installing component 'rustc' |
41 | 2025-01-17T07:05:29.317Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:05:29.653Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:05:29.653Z | |
44 | 2025-01-17T07:05:30.042Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:05:30.042Z | |
46 | 2025-01-17T07:05:30.046Z | |
47 | 2025-01-17T07:05:30.046Z | Rust is installed now. Great! |
48 | 2025-01-17T07:05:30.046Z | |
49 | 2025-01-17T07:05:30.046Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:05:30.046Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:05:30.046Z | |
52 | 2025-01-17T07:05:30.046Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:05:30.046Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:05:30.046Z | |
55 | 2025-01-17T07:05:30.046Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:05:30.046Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:05:30.046Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:05:30.122Z | + rustc --version |
59 | 2025-01-17T07:05:30.192Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:05:30.195Z | process exited: duration 26700 ms, exit code 0 |
|
61 | 2025-01-17T07:05:30.201Z | starting task 2: "authentication" |
62 | 2025-01-17T07:05:30.222Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T07:05:30.227Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:05:30.233Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:05:30.235Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:05:30.271Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:05:37.906Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:05:37.906Z | + git fetch origin 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
69 | 2025-01-17T07:05:38.222Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:05:38.222Z | * branch 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 -> FETCH_HEAD |
71 | 2025-01-17T07:05:38.232Z | + [[ -n iliana/GHSA-h97m-ww89-6jmq ]] |
72 | 2025-01-17T07:05:38.235Z | ++ git branch --show-current |
73 | 2025-01-17T07:05:38.237Z | + current=main |
74 | 2025-01-17T07:05:38.237Z | + [[ main != iliana/GHSA-h97m-ww89-6jmq ]] |
75 | 2025-01-17T07:05:38.237Z | + git branch -f iliana/GHSA-h97m-ww89-6jmq 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
76 | 2025-01-17T07:05:38.240Z | + git checkout -f iliana/GHSA-h97m-ww89-6jmq |
77 | 2025-01-17T07:05:38.421Z | Switched to branch 'iliana/GHSA-h97m-ww89-6jmq' |
78 | 2025-01-17T07:05:38.424Z | + git reset --hard 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
79 | 2025-01-17T07:05:38.438Z | HEAD is now at 285d84f78 remove older versions of idna |
80 | 2025-01-17T07:05:38.440Z | process exited: duration 8210 ms, exit code 0 |
|
81 | 2025-01-17T07:05:38.446Z | starting task 4: "build" |
82 | 2025-01-17T07:05:38.451Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:05:38.451Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:05:38.451Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:05:38.453Z | + cargo --version |
86 | 2025-01-17T07:05:38.512Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:05:38.515Z | + rustc --version |
88 | 2025-01-17T07:05:38.576Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:05:38.578Z | + source ./env.sh |
90 | 2025-01-17T07:05:38.578Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-17T07:05:38.578Z | ++ set -o xtrace |
92 | 2025-01-17T07:05:38.581Z | ++++ dirname ./env.sh |
93 | 2025-01-17T07:05:38.584Z | +++ readlink -f . |
94 | 2025-01-17T07:05:38.586Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-17T07:05:38.586Z | ++ 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-17T07:05:38.586Z | ++ 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-17T07:05:38.589Z | ++ 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-17T07:05:38.589Z | ++ 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-17T07:05:38.589Z | ++ 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-17T07:05:38.589Z | ++ 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-17T07:05:38.589Z | ++ 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-17T07:05:38.589Z | ++ 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-17T07:05:38.589Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-17T07:05:38.589Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-17T07:05:38.589Z | + 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-17T07:05:38.589Z | + 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-17T07:05:38.589Z | + banner prerequisites |
108 | 2025-01-17T07:05:38.592Z | |
109 | 2025-01-17T07:05:38.592Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-17T07:05:38.592Z | # # # # # # # # # # # # # # # |
111 | 2025-01-17T07:05:38.592Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-17T07:05:38.592Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-17T07:05:38.592Z | # # # # # # # # # # # # # # # |
114 | 2025-01-17T07:05:38.592Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-17T07:05:38.592Z | |
116 | 2025-01-17T07:05:38.592Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-17T07:05:40.219Z | pkg list: illegal option -- F |
118 | 2025-01-17T07:05:40.221Z | Usage: |
119 | 2025-01-17T07:05:40.221Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-17T07:05:40.221Z | [pkg_fmri_pattern ...] |
121 | 2025-01-17T07:05:41.091Z | pkg list: illegal option -- F |
122 | 2025-01-17T07:05:41.091Z | Usage: |
123 | 2025-01-17T07:05:41.094Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-17T07:05:41.094Z | [pkg_fmri_pattern ...] |
125 | 2025-01-17T07:05:47.330Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-17T07:05:51.479Z | Startup: Caching catalogs ... Done |
127 | 2025-01-17T07:06:02.900Z | Planning: Solver setup ... Done (10.599s) |
128 | 2025-01-17T07:06:03.042Z | Planning: Running solver ... Done (0.143s) |
129 | 2025-01-17T07:06:03.157Z | Planning: Finding local manifests ... Done (0.006s) |
130 | 2025-01-17T07:06:03.170Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-17T07:06:03.909Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-17T07:06:04.021Z | Planning: Package planning ... Done (0.111s) |
133 | 2025-01-17T07:06:04.077Z | Planning: Merging actions ... Done (0.056s) |
134 | 2025-01-17T07:06:04.273Z | Planning: Checking for conflicting actions ... Done (0.196s) |
135 | 2025-01-17T07:06:06.349Z | Planning: Consolidating action changes ... Done (2.075s) |
136 | 2025-01-17T07:06:06.787Z | Planning: Evaluating mediators ... Done (0.438s) |
137 | 2025-01-17T07:06:06.871Z | Planning: Planning completed in 15.30 seconds |
138 | 2025-01-17T07:06:06.887Z | Packages to install: 4 |
139 | 2025-01-17T07:06:06.887Z | Packages to update: 3 |
140 | 2025-01-17T07:06:06.890Z | Mediators to change: 2 |
141 | 2025-01-17T07:06:06.890Z | Services to change: 1 |
142 | 2025-01-17T07:06:06.890Z | Estimated space available: 155.61 GB |
143 | 2025-01-17T07:06:06.891Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-17T07:06:06.891Z | Create boot environment: No |
145 | 2025-01-17T07:06:06.891Z | Create backup boot environment: Yes |
146 | 2025-01-17T07:06:06.891Z | Rebuild boot archive: No |
147 | 2025-01-17T07:06:06.891Z | |
148 | 2025-01-17T07:06:06.891Z | Changed mediators: |
149 | 2025-01-17T07:06:06.891Z | mediator clang: |
150 | 2025-01-17T07:06:06.891Z | version: None -> 15 (system default) |
151 | 2025-01-17T07:06:06.891Z | |
152 | 2025-01-17T07:06:06.893Z | mediator llvm: |
153 | 2025-01-17T07:06:06.893Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-17T07:06:06.893Z | |
155 | 2025-01-17T07:06:06.895Z | Changed packages: |
156 | 2025-01-17T07:06:06.895Z | helios-dev |
157 | 2025-01-17T07:06:06.895Z | developer/build-essential |
158 | 2025-01-17T07:06:06.895Z | None -> 11-2.0 |
159 | 2025-01-17T07:06:06.896Z | library/libxmlsec1 |
160 | 2025-01-17T07:06:06.896Z | None -> 1.2.35-2.0 |
161 | 2025-01-17T07:06:06.896Z | ooce/developer/clang-15 |
162 | 2025-01-17T07:06:06.896Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T07:06:06.896Z | ooce/developer/llvm-15 |
164 | 2025-01-17T07:06:06.896Z | None -> 15.0.7-2.0 |
165 | 2025-01-17T07:06:06.896Z | package/pkg |
166 | 2025-01-17T07:06:06.896Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-17T07:06:06.896Z | system/library/g++-runtime |
168 | 2025-01-17T07:06:06.896Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T07:06:06.896Z | system/library/gcc-runtime |
170 | 2025-01-17T07:06:06.896Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-17T07:06:06.897Z | |
172 | 2025-01-17T07:06:06.897Z | Services: |
173 | 2025-01-17T07:06:06.897Z | restart_fmri: |
174 | 2025-01-17T07:06:06.897Z | svc:/system/update-man-index:default |
175 | 2025-01-17T07:06:06.897Z | |
176 | 2025-01-17T07:06:06.897Z | Editable files to change: |
177 | 2025-01-17T07:06:06.897Z | Update: |
178 | 2025-01-17T07:06:06.897Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-17T07:06:06.970Z | |
180 | 2025-01-17T07:06:06.970Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-17T07:06:13.119Z | Download: 213/4301 items 1.3/225.4MB 0% complete (826k/s) |
182 | 2025-01-17T07:06:18.129Z | Download: 1195/4301 items 73.0/225.4MB 32% complete (7.1M/s) |
183 | 2025-01-17T07:06:23.132Z | Download: 1830/4301 items 117.5/225.4MB 52% complete (11.7M/s) |
184 | 2025-01-17T07:06:28.132Z | Download: 3171/4301 items 147.1/225.4MB 65% complete (7.3M/s) |
185 | 2025-01-17T07:06:33.135Z | Download: 4183/4301 items 220.4/225.4MB 97% complete (10.3M/s) |
186 | 2025-01-17T07:06:34.717Z | Download: Completed 225.42 MB in 27.74 seconds (8.1M/s) |
187 | 2025-01-17T07:06:36.817Z | Actions: 1/5122 actions (Removing old actions) |
188 | 2025-01-17T07:06:36.839Z | Actions: 194/5122 actions (Installing new actions) |
189 | 2025-01-17T07:06:41.584Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-01-17T07:06:41.954Z | Actions: Completed 5122 actions in 5.14 seconds. |
191 | 2025-01-17T07:06:42.370Z | Done (0.406s) |
192 | 2025-01-17T07:06:42.372Z | Done (0.001s) |
193 | 2025-01-17T07:06:42.971Z | Done (0.599s) |
194 | 2025-01-17T07:06:47.491Z | Done (4.288s) |
195 | 2025-01-17T07:06:47.582Z | Done (0.019s) |
196 | 2025-01-17T07:06:47.584Z | Done (0.000s) |
197 | 2025-01-17T07:06:47.749Z | Done (0.000s) |
198 | 2025-01-17T07:06:48.450Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-01-17T07:06:48.612Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-17T07:06:48.614Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-17T07:06:48.883Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-17T07:06:48.885Z | Planning: Planning completed in 0.43 seconds |
203 | 2025-01-17T07:06:48.923Z | Mediators to change: 2 |
204 | 2025-01-17T07:06:48.923Z | Create boot environment: No |
205 | 2025-01-17T07:06:48.925Z | Create backup boot environment: No |
206 | 2025-01-17T07:06:49.001Z | Done |
207 | 2025-01-17T07:06:49.001Z | Done |
208 | 2025-01-17T07:06:49.375Z | Done |
209 | 2025-01-17T07:06:53.058Z | Done |
210 | 2025-01-17T07:06:53.150Z | Done |
211 | 2025-01-17T07:06:53.155Z | Done |
212 | 2025-01-17T07:06:53.294Z | Done |
213 | 2025-01-17T07:06:53.912Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-01-17T07:06:53.915Z | Planning: Merging actions ... Done |
215 | 2025-01-17T07:06:54.107Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-01-17T07:06:54.110Z | Planning: Consolidating action changes ... Done |
217 | 2025-01-17T07:06:54.377Z | Planning: Evaluating mediators ... Done |
218 | 2025-01-17T07:06:54.433Z | Planning: Planning completed in 0.77 seconds |
219 | 2025-01-17T07:06:54.475Z | Packages to change: 1 |
220 | 2025-01-17T07:06:54.475Z | Mediators to change: 1 |
221 | 2025-01-17T07:06:54.477Z | Services to change: 1 |
222 | 2025-01-17T07:06:54.478Z | Create boot environment: No |
223 | 2025-01-17T07:06:54.478Z | Create backup boot environment: Yes |
224 | 2025-01-17T07:06:56.696Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-01-17T07:06:56.698Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2025-01-17T07:06:56.698Z | Done |
227 | 2025-01-17T07:06:56.698Z | Done |
228 | 2025-01-17T07:06:56.816Z | Done |
229 | 2025-01-17T07:07:00.469Z | Done |
230 | 2025-01-17T07:07:00.563Z | Done |
231 | 2025-01-17T07:07:00.565Z | Done |
232 | 2025-01-17T07:07:00.698Z | Done |
233 | 2025-01-17T07:07:01.136Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-01-17T07:07:01.136Z | clang system 15 system |
235 | 2025-01-17T07:07:01.136Z | csh system system illumos |
236 | 2025-01-17T07:07:01.138Z | ctags system system illumos |
237 | 2025-01-17T07:07:01.138Z | gcc vendor 12 vendor |
238 | 2025-01-17T07:07:01.139Z | gcc system 10 system |
239 | 2025-01-17T07:07:01.139Z | gcc system 7 system |
240 | 2025-01-17T07:07:01.139Z | go system 1.20 system |
241 | 2025-01-17T07:07:01.139Z | go system 1.19 system |
242 | 2025-01-17T07:07:01.139Z | llvm system 15 system |
243 | 2025-01-17T07:07:01.139Z | llvm system 14 system |
244 | 2025-01-17T07:07:01.139Z | mariadb system 10.6 system |
245 | 2025-01-17T07:07:01.139Z | mta vendor vendor dma |
246 | 2025-01-17T07:07:01.139Z | openjdk system 17 system |
247 | 2025-01-17T07:07:01.139Z | openjdk system 11 system |
248 | 2025-01-17T07:07:01.139Z | openjdk system 1.8 system |
249 | 2025-01-17T07:07:01.139Z | openssl vendor 3 vendor |
250 | 2025-01-17T07:07:01.139Z | perl system 5.36 system |
251 | 2025-01-17T07:07:01.139Z | postgresql system 15 system |
252 | 2025-01-17T07:07:01.139Z | postgresql system 13 system |
253 | 2025-01-17T07:07:01.139Z | python vendor 3 vendor |
254 | 2025-01-17T07:07:01.139Z | python system 2 system |
255 | 2025-01-17T07:07:01.139Z | python3 system 3.11 system |
256 | 2025-01-17T07:07:01.139Z | ruby system 3.0 system |
257 | 2025-01-17T07:07:01.139Z | words vendor vendor american-english |
258 | 2025-01-17T07:07:01.139Z | words system system australian-english |
259 | 2025-01-17T07:07:01.139Z | words system system british-english |
260 | 2025-01-17T07:07:01.139Z | words system system canadian-english |
261 | 2025-01-17T07:07:01.139Z | words system system french |
262 | 2025-01-17T07:07:01.140Z | words system system italian |
263 | 2025-01-17T07:07:01.140Z | words system system ngerman |
264 | 2025-01-17T07:07:01.140Z | words system system ogerman |
265 | 2025-01-17T07:07:01.140Z | words system system spanish |
266 | 2025-01-17T07:07:01.475Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-01-17T07:07:01.475Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-01-17T07:07:04.281Z | FMRI IFO |
269 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-01-17T07:07:04.281Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-01-17T07:07:04.282Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-01-17T07:07:04.282Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-01-17T07:07:04.282Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-01-17T07:07:04.282Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-01-17T07:07:04.282Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-01-17T07:07:05.046Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-01-17T07:07:05.405Z | Updating crates.io index |
286 | 2025-01-17T07:07:05.452Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
287 | 2025-01-17T07:07:05.714Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-01-17T07:07:06.243Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2025-01-17T07:07:06.521Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-01-17T07:07:06.824Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-01-17T07:07:07.128Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-01-17T07:07:08.177Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-01-17T07:07:09.775Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-01-17T07:07:10.439Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-01-17T07:07:11.166Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-01-17T07:07:11.463Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-01-17T07:07:11.913Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-01-17T07:07:12.707Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2025-01-17T07:07:13.069Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-01-17T07:07:13.378Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-01-17T07:07:13.767Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-01-17T07:07:14.047Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-01-17T07:07:14.334Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-01-17T07:07:14.717Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-01-17T07:07:15.097Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-01-17T07:07:15.462Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-01-17T07:07:15.907Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-01-17T07:07:16.171Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-01-17T07:07:16.794Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-01-17T07:07:17.106Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-01-17T07:07:17.606Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-01-17T07:07:18.265Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-01-17T07:07:18.591Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-01-17T07:07:18.885Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-01-17T07:07:19.222Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-01-17T07:07:20.918Z | Downloading crates ... |
317 | 2025-01-17T07:07:20.977Z | Downloaded anstyle-parse v0.2.5 |
318 | 2025-01-17T07:07:20.987Z | Downloaded camino v1.1.9 |
319 | 2025-01-17T07:07:20.989Z | Downloaded equivalent v1.0.1 |
320 | 2025-01-17T07:07:20.989Z | Downloaded plain v0.2.3 |
321 | 2025-01-17T07:07:21.017Z | Downloaded scroll_derive v0.12.0 |
322 | 2025-01-17T07:07:21.039Z | Downloaded usdt-macro v0.5.0 |
323 | 2025-01-17T07:07:21.049Z | Downloaded usdt-attr-macro v0.5.0 |
324 | 2025-01-17T07:07:21.051Z | Downloaded pretty-hex v0.4.1 |
325 | 2025-01-17T07:07:21.054Z | Downloaded swrite v0.1.0 |
326 | 2025-01-17T07:07:21.054Z | Downloaded dtrace-parser v0.2.0 |
327 | 2025-01-17T07:07:21.056Z | Downloaded cargo-platform v0.1.8 |
328 | 2025-01-17T07:07:21.056Z | Downloaded byteorder v1.5.0 |
329 | 2025-01-17T07:07:21.059Z | Downloaded memmap v0.7.0 |
330 | 2025-01-17T07:07:21.061Z | Downloaded digest v0.10.7 |
331 | 2025-01-17T07:07:21.064Z | Downloaded colorchoice v1.0.2 |
332 | 2025-01-17T07:07:21.064Z | Downloaded bytecount v0.6.8 |
333 | 2025-01-17T07:07:21.070Z | Downloaded serde_spanned v0.6.8 |
334 | 2025-01-17T07:07:21.072Z | Downloaded cfg-if v1.0.0 |
335 | 2025-01-17T07:07:21.074Z | Downloaded proc-macro-error-attr v1.0.4 |
336 | 2025-01-17T07:07:21.075Z | Downloaded itoa v1.0.11 |
337 | 2025-01-17T07:07:21.077Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2025-01-17T07:07:21.077Z | Downloaded fs-err v2.11.0 |
339 | 2025-01-17T07:07:21.082Z | Downloaded terminal_size v0.4.0 |
340 | 2025-01-17T07:07:21.084Z | Downloaded heck v0.4.1 |
341 | 2025-01-17T07:07:21.087Z | Downloaded fnv v1.0.7 |
342 | 2025-01-17T07:07:21.090Z | Downloaded autocfg v1.4.0 |
343 | 2025-01-17T07:07:21.092Z | Downloaded thread-id v4.2.2 |
344 | 2025-01-17T07:07:21.094Z | Downloaded block-buffer v0.10.4 |
345 | 2025-01-17T07:07:21.097Z | Downloaded thiserror v1.0.69 |
346 | 2025-01-17T07:07:21.099Z | Downloaded smawk v0.3.2 |
347 | 2025-01-17T07:07:21.101Z | Downloaded thiserror-impl v1.0.69 |
348 | 2025-01-17T07:07:21.104Z | Downloaded pest_generator v2.7.14 |
349 | 2025-01-17T07:07:21.104Z | Downloaded cpufeatures v0.2.14 |
350 | 2025-01-17T07:07:21.106Z | Downloaded macaddr v1.0.1 |
351 | 2025-01-17T07:07:21.106Z | Downloaded toml_datetime v0.6.8 |
352 | 2025-01-17T07:07:21.109Z | Downloaded crypto-common v0.1.6 |
353 | 2025-01-17T07:07:21.109Z | Downloaded heck v0.5.0 |
354 | 2025-01-17T07:07:21.111Z | Downloaded generic-array v0.14.7 |
355 | 2025-01-17T07:07:21.111Z | Downloaded clap_lex v0.7.2 |
356 | 2025-01-17T07:07:21.114Z | Downloaded cargo_metadata v0.18.1 |
357 | 2025-01-17T07:07:21.114Z | Downloaded log v0.4.22 |
358 | 2025-01-17T07:07:21.116Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2025-01-17T07:07:21.119Z | Downloaded anstyle v1.0.10 |
360 | 2025-01-17T07:07:21.122Z | Downloaded usdt v0.5.0 |
361 | 2025-01-17T07:07:21.125Z | Downloaded tabled_derive v0.7.0 |
362 | 2025-01-17T07:07:21.126Z | Downloaded scroll v0.12.0 |
363 | 2025-01-17T07:07:21.128Z | Downloaded dof v0.3.0 |
364 | 2025-01-17T07:07:21.129Z | Downloaded unicode-linebreak v0.1.5 |
365 | 2025-01-17T07:07:21.129Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-01-17T07:07:21.131Z | Downloaded fastrand v2.1.1 |
367 | 2025-01-17T07:07:21.133Z | Downloaded anstyle-query v1.1.1 |
368 | 2025-01-17T07:07:21.143Z | Downloaded utf8parse v0.2.2 |
369 | 2025-01-17T07:07:21.157Z | Downloaded quote v1.0.38 |
370 | 2025-01-17T07:07:21.160Z | Downloaded errno v0.3.9 |
371 | 2025-01-17T07:07:21.162Z | Downloaded proc-macro-error v1.0.4 |
372 | 2025-01-17T07:07:21.164Z | Downloaded version_check v0.9.5 |
373 | 2025-01-17T07:07:21.167Z | Downloaded once_cell v1.20.2 |
374 | 2025-01-17T07:07:21.169Z | Downloaded camino-tempfile v1.1.1 |
375 | 2025-01-17T07:07:21.169Z | Downloaded clap_derive v4.5.18 |
376 | 2025-01-17T07:07:21.173Z | Downloaded anstream v0.6.15 |
377 | 2025-01-17T07:07:21.175Z | Downloaded semver v1.0.24 |
378 | 2025-01-17T07:07:21.177Z | Downloaded cargo_toml v0.20.5 |
379 | 2025-01-17T07:07:21.180Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-01-17T07:07:21.182Z | Downloaded tempfile v3.13.0 |
381 | 2025-01-17T07:07:21.185Z | Downloaded strsim v0.11.1 |
382 | 2025-01-17T07:07:21.187Z | Downloaded ryu v1.0.18 |
383 | 2025-01-17T07:07:21.189Z | Downloaded pest_derive v2.7.14 |
384 | 2025-01-17T07:07:21.192Z | Downloaded unicode-ident v1.0.14 |
385 | 2025-01-17T07:07:21.194Z | Downloaded bitflags v2.6.0 |
386 | 2025-01-17T07:07:21.197Z | Downloaded typenum v1.17.0 |
387 | 2025-01-17T07:07:21.199Z | Downloaded anyhow v1.0.93 |
388 | 2025-01-17T07:07:21.203Z | Downloaded toml v0.8.19 |
389 | 2025-01-17T07:07:21.205Z | Downloaded clap v4.5.21 |
390 | 2025-01-17T07:07:21.213Z | Downloaded ucd-trie v0.1.7 |
391 | 2025-01-17T07:07:21.216Z | Downloaded papergrid v0.11.0 |
392 | 2025-01-17T07:07:21.219Z | Downloaded sha2 v0.10.8 |
393 | 2025-01-17T07:07:21.222Z | Downloaded serde_derive v1.0.217 |
394 | 2025-01-17T07:07:21.224Z | Downloaded pest_meta v2.7.14 |
395 | 2025-01-17T07:07:21.231Z | Downloaded textwrap v0.16.1 |
396 | 2025-01-17T07:07:21.234Z | Downloaded proc-macro2 v1.0.92 |
397 | 2025-01-17T07:07:21.237Z | Downloaded serde v1.0.217 |
398 | 2025-01-17T07:07:21.280Z | Downloaded toml_edit v0.22.22 |
399 | 2025-01-17T07:07:21.301Z | Downloaded memchr v2.7.4 |
400 | 2025-01-17T07:07:21.307Z | Downloaded indexmap v2.7.0 |
401 | 2025-01-17T07:07:21.312Z | Downloaded hashbrown v0.15.1 |
402 | 2025-01-17T07:07:21.332Z | Downloaded pest v2.7.14 |
403 | 2025-01-17T07:07:21.337Z | Downloaded zerocopy v0.7.35 |
404 | 2025-01-17T07:07:21.351Z | Downloaded serde_json v1.0.135 |
405 | 2025-01-17T07:07:21.357Z | Downloaded clap_builder v4.5.21 |
406 | 2025-01-17T07:07:21.363Z | Downloaded winnow v0.6.20 |
407 | 2025-01-17T07:07:21.371Z | Downloaded goblin v0.8.2 |
408 | 2025-01-17T07:07:21.376Z | Downloaded tabled v0.15.0 |
409 | 2025-01-17T07:07:21.390Z | Downloaded syn v1.0.109 |
410 | 2025-01-17T07:07:21.403Z | Downloaded unicode-width v0.1.14 |
411 | 2025-01-17T07:07:21.408Z | Downloaded syn v2.0.96 |
412 | 2025-01-17T07:07:21.419Z | Downloaded rustix v0.38.37 |
413 | 2025-01-17T07:07:21.451Z | Downloaded libc v0.2.169 |
414 | 2025-01-17T07:07:21.761Z | Compiling proc-macro2 v1.0.92 |
415 | 2025-01-17T07:07:21.761Z | Compiling unicode-ident v1.0.14 |
416 | 2025-01-17T07:07:21.765Z | Compiling serde v1.0.217 |
417 | 2025-01-17T07:07:21.765Z | Compiling version_check v0.9.5 |
418 | 2025-01-17T07:07:21.765Z | Compiling memchr v2.7.4 |
419 | 2025-01-17T07:07:21.765Z | Compiling thiserror v1.0.69 |
420 | 2025-01-17T07:07:21.765Z | Compiling libc v0.2.169 |
421 | 2025-01-17T07:07:21.797Z | Compiling itoa v1.0.11 |
422 | 2025-01-17T07:07:22.015Z | Compiling ucd-trie v0.1.7 |
423 | 2025-01-17T07:07:22.044Z | Compiling ryu v1.0.18 |
424 | 2025-01-17T07:07:22.402Z | Compiling once_cell v1.20.2 |
425 | 2025-01-17T07:07:22.537Z | Compiling byteorder v1.5.0 |
426 | 2025-01-17T07:07:22.563Z | Compiling serde_json v1.0.135 |
427 | 2025-01-17T07:07:22.787Z | Compiling rustix v0.38.37 |
428 | 2025-01-17T07:07:22.899Z | Compiling bitflags v2.6.0 |
429 | 2025-01-17T07:07:23.063Z | Compiling usdt-impl v0.5.0 |
430 | 2025-01-17T07:07:23.319Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2025-01-17T07:07:23.343Z | Compiling syn v1.0.109 |
432 | 2025-01-17T07:07:23.442Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-01-17T07:07:23.566Z | Compiling camino v1.1.9 |
434 | 2025-01-17T07:07:23.598Z | Compiling quote v1.0.38 |
435 | 2025-01-17T07:07:23.707Z | Compiling plain v0.2.3 |
436 | 2025-01-17T07:07:23.735Z | Compiling errno v0.3.9 |
437 | 2025-01-17T07:07:23.888Z | Compiling hashbrown v0.15.1 |
438 | 2025-01-17T07:07:23.981Z | Compiling syn v2.0.96 |
439 | 2025-01-17T07:07:24.008Z | Compiling equivalent v1.0.1 |
440 | 2025-01-17T07:07:24.136Z | Compiling thread-id v4.2.2 |
441 | 2025-01-17T07:07:24.163Z | Compiling log v0.4.22 |
442 | 2025-01-17T07:07:24.195Z | Compiling utf8parse v0.2.2 |
443 | 2025-01-17T07:07:24.367Z | Compiling anstyle-parse v0.2.5 |
444 | 2025-01-17T07:07:24.500Z | Compiling semver v1.0.24 |
445 | 2025-01-17T07:07:24.717Z | Compiling pretty-hex v0.4.1 |
446 | 2025-01-17T07:07:24.836Z | Compiling autocfg v1.4.0 |
447 | 2025-01-17T07:07:24.954Z | Compiling indexmap v2.7.0 |
448 | 2025-01-17T07:07:24.980Z | Compiling anstyle v1.0.10 |
449 | 2025-01-17T07:07:24.980Z | Compiling winnow v0.6.20 |
450 | 2025-01-17T07:07:25.074Z | Compiling colorchoice v1.0.2 |
451 | 2025-01-17T07:07:25.271Z | Compiling anstyle-query v1.1.1 |
452 | 2025-01-17T07:07:25.440Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2025-01-17T07:07:25.442Z | Compiling unicode-width v0.1.14 |
454 | 2025-01-17T07:07:25.616Z | Compiling anstream v0.6.15 |
455 | 2025-01-17T07:07:25.824Z | Compiling fs-err v2.11.0 |
456 | 2025-01-17T07:07:26.073Z | Compiling terminal_size v0.4.0 |
457 | 2025-01-17T07:07:26.312Z | Compiling anyhow v1.0.93 |
458 | 2025-01-17T07:07:26.338Z | Compiling bytecount v0.6.8 |
459 | 2025-01-17T07:07:26.405Z | Compiling cfg-if v1.0.0 |
460 | 2025-01-17T07:07:26.431Z | Compiling fnv v1.0.7 |
461 | 2025-01-17T07:07:26.522Z | Compiling heck v0.5.0 |
462 | 2025-01-17T07:07:26.560Z | Compiling strsim v0.11.1 |
463 | 2025-01-17T07:07:26.586Z | Compiling heck v0.4.1 |
464 | 2025-01-17T07:07:26.589Z | Compiling fastrand v2.1.1 |
465 | 2025-01-17T07:07:26.912Z | Compiling clap_lex v0.7.2 |
466 | 2025-01-17T07:07:27.349Z | Compiling clap_builder v4.5.21 |
467 | 2025-01-17T07:07:27.378Z | Compiling tempfile v3.13.0 |
468 | 2025-01-17T07:07:27.470Z | Compiling papergrid v0.11.0 |
469 | 2025-01-17T07:07:27.661Z | Compiling memmap v0.7.0 |
470 | 2025-01-17T07:07:27.698Z | Compiling smawk v0.3.2 |
471 | 2025-01-17T07:07:27.934Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-01-17T07:07:28.444Z | Compiling textwrap v0.16.1 |
473 | 2025-01-17T07:07:28.473Z | Compiling swrite v0.1.0 |
474 | 2025-01-17T07:07:29.137Z | Compiling tabled_derive v0.7.0 |
475 | 2025-01-17T07:07:30.598Z | Compiling tabled v0.15.0 |
476 | 2025-01-17T07:07:30.971Z | Compiling serde_derive v1.0.217 |
477 | 2025-01-17T07:07:30.974Z | Compiling thiserror-impl v1.0.69 |
478 | 2025-01-17T07:07:30.974Z | Compiling zerocopy-derive v0.7.35 |
479 | 2025-01-17T07:07:30.974Z | Compiling scroll_derive v0.12.0 |
480 | 2025-01-17T07:07:30.974Z | Compiling clap_derive v4.5.18 |
481 | 2025-01-17T07:07:32.366Z | Compiling scroll v0.12.0 |
482 | 2025-01-17T07:07:32.914Z | Compiling goblin v0.8.2 |
483 | 2025-01-17T07:07:33.067Z | Compiling zerocopy v0.7.35 |
484 | 2025-01-17T07:07:33.959Z | Compiling pest v2.7.14 |
485 | 2025-01-17T07:07:34.656Z | Compiling clap v4.5.21 |
486 | 2025-01-17T07:07:36.119Z | Compiling pest_meta v2.7.14 |
487 | 2025-01-17T07:07:37.017Z | Compiling pest_generator v2.7.14 |
488 | 2025-01-17T07:07:38.390Z | Compiling pest_derive v2.7.14 |
489 | 2025-01-17T07:07:39.065Z | Compiling dtrace-parser v0.2.0 |
490 | 2025-01-17T07:07:39.790Z | Compiling toml_datetime v0.6.8 |
491 | 2025-01-17T07:07:39.794Z | Compiling serde_spanned v0.6.8 |
492 | 2025-01-17T07:07:39.794Z | Compiling cargo-platform v0.1.8 |
493 | 2025-01-17T07:07:40.108Z | Compiling serde_tokenstream v0.2.2 |
494 | 2025-01-17T07:07:40.292Z | Compiling toml_edit v0.22.22 |
495 | 2025-01-17T07:07:40.322Z | Compiling macaddr v1.0.1 |
496 | 2025-01-17T07:07:40.457Z | Compiling camino-tempfile v1.1.1 |
497 | 2025-01-17T07:07:41.226Z | Compiling dof v0.3.0 |
498 | 2025-01-17T07:07:41.226Z | Compiling cargo_metadata v0.18.1 |
499 | 2025-01-17T07:07:42.790Z | Compiling usdt-macro v0.5.0 |
500 | 2025-01-17T07:07:42.790Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-17T07:07:43.156Z | Compiling toml v0.8.19 |
502 | 2025-01-17T07:07:43.944Z | Compiling usdt v0.5.0 |
503 | 2025-01-17T07:07:43.993Z | Compiling cargo_toml v0.20.5 |
504 | 2025-01-17T07:07:46.680Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2025-01-17T07:07:49.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.04s |
506 | 2025-01-17T07:07:50.149Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2025-01-17T07:07:50.694Z | Downloading crates ... |
508 | 2025-01-17T07:07:50.835Z | Downloaded adler2 v2.0.0 |
509 | 2025-01-17T07:07:50.845Z | Downloaded ciborium-io v0.2.2 |
510 | 2025-01-17T07:07:50.847Z | Downloaded async-stream-impl v0.3.6 |
511 | 2025-01-17T07:07:50.857Z | Downloaded atty v0.2.14 |
512 | 2025-01-17T07:07:50.863Z | Downloaded assert_matches v1.5.0 |
513 | 2025-01-17T07:07:50.865Z | Downloaded array-init v0.0.4 |
514 | 2025-01-17T07:07:50.871Z | Downloaded cfg_aliases v0.2.1 |
515 | 2025-01-17T07:07:50.875Z | Downloaded crunchy v0.2.2 |
516 | 2025-01-17T07:07:50.878Z | Downloaded cfg_aliases v0.1.1 |
517 | 2025-01-17T07:07:50.878Z | Downloaded atomicwrites v0.4.4 |
518 | 2025-01-17T07:07:50.887Z | Downloaded aead v0.5.2 |
519 | 2025-01-17T07:07:50.890Z | Downloaded bitflags v1.3.2 |
520 | 2025-01-17T07:07:50.894Z | Downloaded chrono-tz-build v0.4.0 |
521 | 2025-01-17T07:07:50.897Z | Downloaded chacha20 v0.9.1 |
522 | 2025-01-17T07:07:50.899Z | Downloaded darling v0.20.10 |
523 | 2025-01-17T07:07:50.903Z | Downloaded ctr v0.9.2 |
524 | 2025-01-17T07:07:50.905Z | Downloaded cstr-argument v0.1.2 |
525 | 2025-01-17T07:07:50.908Z | Downloaded crucible-workspace-hack v0.1.0 |
526 | 2025-01-17T07:07:50.908Z | Downloaded convert_case v0.4.0 |
527 | 2025-01-17T07:07:50.910Z | Downloaded base16ct v0.2.0 |
528 | 2025-01-17T07:07:50.912Z | Downloaded buf-list v1.0.3 |
529 | 2025-01-17T07:07:50.915Z | Downloaded bit-vec v0.6.3 |
530 | 2025-01-17T07:07:50.915Z | Downloaded async-stream v0.3.6 |
531 | 2025-01-17T07:07:50.917Z | Downloaded blowfish v0.9.1 |
532 | 2025-01-17T07:07:50.919Z | Downloaded constant_time_eq v0.3.1 |
533 | 2025-01-17T07:07:50.922Z | Downloaded hickory-resolver v0.24.2 |
534 | 2025-01-17T07:07:50.926Z | Downloaded atomic-waker v1.1.2 |
535 | 2025-01-17T07:07:50.928Z | Downloaded async-recursion v1.1.1 |
536 | 2025-01-17T07:07:50.931Z | Downloaded cmake v0.1.51 |
537 | 2025-01-17T07:07:50.934Z | Downloaded bcrypt-pbkdf v0.10.0 |
538 | 2025-01-17T07:07:50.937Z | Downloaded cipher v0.4.4 |
539 | 2025-01-17T07:07:50.937Z | Downloaded cobs v0.2.3 |
540 | 2025-01-17T07:07:50.940Z | Downloaded cassowary v0.3.0 |
541 | 2025-01-17T07:07:50.942Z | Downloaded bitfield-struct v0.6.2 |
542 | 2025-01-17T07:07:50.942Z | Downloaded ascii-canvas v3.0.0 |
543 | 2025-01-17T07:07:50.944Z | Downloaded cbc v0.1.2 |
544 | 2025-01-17T07:07:50.944Z | Downloaded argon2 v0.5.3 |
545 | 2025-01-17T07:07:50.947Z | Downloaded arrayref v0.3.9 |
546 | 2025-01-17T07:07:50.951Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2025-01-17T07:07:50.951Z | Downloaded colored v2.1.0 |
548 | 2025-01-17T07:07:50.955Z | Downloaded console v0.15.8 |
549 | 2025-01-17T07:07:50.955Z | Downloaded humantime v2.1.0 |
550 | 2025-01-17T07:07:50.957Z | Downloaded hickory-server v0.24.2 |
551 | 2025-01-17T07:07:50.962Z | Downloaded backoff v0.4.0 |
552 | 2025-01-17T07:07:50.965Z | Downloaded icu_provider_macros v1.5.0 |
553 | 2025-01-17T07:07:50.968Z | Downloaded hickory-proto v0.24.2 |
554 | 2025-01-17T07:07:50.984Z | Downloaded instant v0.1.13 |
555 | 2025-01-17T07:07:50.988Z | Downloaded http-body v1.0.1 |
556 | 2025-01-17T07:07:50.991Z | Downloaded icu_locid v1.5.0 |
557 | 2025-01-17T07:07:50.993Z | Downloaded csv-core v0.1.11 |
558 | 2025-01-17T07:07:50.996Z | Downloaded const_format_proc_macros v0.2.33 |
559 | 2025-01-17T07:07:50.998Z | Downloaded http-range v0.1.5 |
560 | 2025-01-17T07:07:51.002Z | Downloaded cookie_store v0.21.1 |
561 | 2025-01-17T07:07:51.007Z | Downloaded bb8 v0.8.5 |
562 | 2025-01-17T07:07:51.008Z | Downloaded crossbeam-deque v0.8.5 |
563 | 2025-01-17T07:07:51.011Z | Downloaded idna_adapter v1.2.0 |
564 | 2025-01-17T07:07:51.011Z | Downloaded semver v0.1.20 |
565 | 2025-01-17T07:07:51.011Z | Downloaded cancel-safe-futures v0.1.5 |
566 | 2025-01-17T07:07:51.013Z | Downloaded hyper-util v0.1.10 |
567 | 2025-01-17T07:07:51.016Z | Downloaded instability v0.3.2 |
568 | 2025-01-17T07:07:51.019Z | Downloaded ident_case v1.0.1 |
569 | 2025-01-17T07:07:51.019Z | Downloaded hyper-tls v0.6.0 |
570 | 2025-01-17T07:07:51.021Z | Downloaded clang-sys v1.8.1 |
571 | 2025-01-17T07:07:51.023Z | Downloaded rand_seeder v0.3.0 |
572 | 2025-01-17T07:07:51.026Z | Downloaded radium v0.7.0 |
573 | 2025-01-17T07:07:51.026Z | Downloaded is_ci v1.2.0 |
574 | 2025-01-17T07:07:51.030Z | Downloaded crc v3.2.1 |
575 | 2025-01-17T07:07:51.034Z | Downloaded sync_wrapper v1.0.1 |
576 | 2025-01-17T07:07:51.034Z | Downloaded sync-ptr v0.1.1 |
577 | 2025-01-17T07:07:51.034Z | Downloaded resolv-conf v0.7.0 |
578 | 2025-01-17T07:07:51.036Z | Downloaded bit-set v0.5.3 |
579 | 2025-01-17T07:07:51.036Z | Downloaded rfc6979 v0.4.0 |
580 | 2025-01-17T07:07:51.039Z | Downloaded new_debug_unreachable v1.0.6 |
581 | 2025-01-17T07:07:51.041Z | Downloaded md5 v0.7.0 |
582 | 2025-01-17T07:07:51.044Z | Downloaded match_cfg v0.1.0 |
583 | 2025-01-17T07:07:51.044Z | Downloaded bcs v0.1.6 |
584 | 2025-01-17T07:07:51.044Z | Downloaded async-trait v0.1.83 |
585 | 2025-01-17T07:07:51.047Z | Downloaded rustc-hash v2.0.0 |
586 | 2025-01-17T07:07:51.049Z | Downloaded internet-checksum v0.2.1 |
587 | 2025-01-17T07:07:51.052Z | Downloaded ipnetwork v0.20.0 |
588 | 2025-01-17T07:07:51.052Z | Downloaded crossbeam-utils v0.8.20 |
589 | 2025-01-17T07:07:51.055Z | Downloaded ahash v0.8.11 |
590 | 2025-01-17T07:07:51.058Z | Downloaded serde-big-array v0.5.1 |
591 | 2025-01-17T07:07:51.060Z | Downloaded rustversion v1.0.17 |
592 | 2025-01-17T07:07:51.063Z | Downloaded rusty-fork v0.3.0 |
593 | 2025-01-17T07:07:51.065Z | Downloaded newline-converter v0.3.0 |
594 | 2025-01-17T07:07:51.067Z | Downloaded siphasher v0.3.11 |
595 | 2025-01-17T07:07:51.070Z | Downloaded waitgroup v0.1.2 |
596 | 2025-01-17T07:07:51.070Z | Downloaded slab v0.4.9 |
597 | 2025-01-17T07:07:51.073Z | Downloaded const-oid v0.9.6 |
598 | 2025-01-17T07:07:51.075Z | Downloaded sha1 v0.10.6 |
599 | 2025-01-17T07:07:51.075Z | Downloaded vte_generate_state_changes v0.1.2 |
600 | 2025-01-17T07:07:51.078Z | Downloaded wait-timeout v0.2.0 |
601 | 2025-01-17T07:07:51.081Z | Downloaded linear-map v1.2.0 |
602 | 2025-01-17T07:07:51.081Z | Downloaded is-terminal v0.4.13 |
603 | 2025-01-17T07:07:51.084Z | Downloaded static_assertions v1.1.0 |
604 | 2025-01-17T07:07:51.085Z | Downloaded compact_str v0.8.0 |
605 | 2025-01-17T07:07:51.088Z | Downloaded maplit v1.0.2 |
606 | 2025-01-17T07:07:51.091Z | Downloaded synstructure v0.13.1 |
607 | 2025-01-17T07:07:51.091Z | Downloaded thread_local v1.1.8 |
608 | 2025-01-17T07:07:51.093Z | Downloaded lazy_static v1.5.0 |
609 | 2025-01-17T07:07:51.095Z | Downloaded kstat-rs v0.2.4 |
610 | 2025-01-17T07:07:51.095Z | Downloaded managed v0.8.0 |
611 | 2025-01-17T07:07:51.098Z | Downloaded linked-hash-map v0.5.6 |
612 | 2025-01-17T07:07:51.100Z | Downloaded diesel_table_macro_syntax v0.2.0 |
613 | 2025-01-17T07:07:51.100Z | Downloaded md-5 v0.10.6 |
614 | 2025-01-17T07:07:51.102Z | Downloaded thiserror-impl-no-std v2.0.2 |
615 | 2025-01-17T07:07:51.102Z | Downloaded memoffset v0.9.1 |
616 | 2025-01-17T07:07:51.105Z | Downloaded lru v0.12.5 |
617 | 2025-01-17T07:07:51.107Z | Downloaded unicode-xid v0.2.6 |
618 | 2025-01-17T07:07:51.107Z | Downloaded maybe-uninit v2.0.0 |
619 | 2025-01-17T07:07:51.109Z | Downloaded nanorand v0.7.0 |
620 | 2025-01-17T07:07:51.112Z | Downloaded crossbeam-epoch v0.9.18 |
621 | 2025-01-17T07:07:51.115Z | Downloaded allocator-api2 v0.2.18 |
622 | 2025-01-17T07:07:51.117Z | Downloaded lru-cache v0.1.2 |
623 | 2025-01-17T07:07:51.120Z | Downloaded normalize-line-endings v0.3.0 |
624 | 2025-01-17T07:07:51.122Z | Downloaded serde_with_macros v3.11.0 |
625 | 2025-01-17T07:07:51.124Z | Downloaded httparse v1.9.5 |
626 | 2025-01-17T07:07:51.128Z | Downloaded ipnet v2.10.1 |
627 | 2025-01-17T07:07:51.131Z | Downloaded zeroize v1.8.1 |
628 | 2025-01-17T07:07:51.131Z | Downloaded strum_macros v0.25.3 |
629 | 2025-01-17T07:07:51.134Z | Downloaded icu_provider v1.5.0 |
630 | 2025-01-17T07:07:51.136Z | Downloaded base64 v0.21.7 |
631 | 2025-01-17T07:07:51.139Z | Downloaded foreign-types v0.5.0 |
632 | 2025-01-17T07:07:51.142Z | Downloaded hmac v0.12.1 |
633 | 2025-01-17T07:07:51.144Z | Downloaded base64 v0.22.1 |
634 | 2025-01-17T07:07:51.147Z | Downloaded aho-corasick v1.1.3 |
635 | 2025-01-17T07:07:51.156Z | Downloaded diesel-dtrace v0.4.2 |
636 | 2025-01-17T07:07:51.158Z | Downloaded zone v0.3.0 |
637 | 2025-01-17T07:07:51.158Z | Downloaded embedded-io v0.4.0 |
638 | 2025-01-17T07:07:51.161Z | Downloaded precomputed-hash v0.1.1 |
639 | 2025-01-17T07:07:51.161Z | Downloaded mime_guess v2.0.5 |
640 | 2025-01-17T07:07:51.163Z | Downloaded memmap2 v0.9.5 |
641 | 2025-01-17T07:07:51.166Z | Downloaded indexmap v1.9.3 |
642 | 2025-01-17T07:07:51.169Z | Downloaded dunce v1.0.5 |
643 | 2025-01-17T07:07:51.171Z | Downloaded native-tls v0.2.12 |
644 | 2025-01-17T07:07:51.174Z | Downloaded icu_locid_transform_data v1.5.0 |
645 | 2025-01-17T07:07:51.176Z | Downloaded cc v1.1.30 |
646 | 2025-01-17T07:07:51.179Z | Downloaded litemap v0.7.3 |
647 | 2025-01-17T07:07:51.181Z | Downloaded tinyvec_macros v0.1.1 |
648 | 2025-01-17T07:07:51.183Z | Downloaded russh-cryptovec v0.7.3 |
649 | 2025-01-17T07:07:51.183Z | Downloaded num v0.4.3 |
650 | 2025-01-17T07:07:51.183Z | Downloaded ghash v0.5.1 |
651 | 2025-01-17T07:07:51.186Z | Downloaded multer v3.1.0 |
652 | 2025-01-17T07:07:51.188Z | Downloaded futures-core v0.3.31 |
653 | 2025-01-17T07:07:51.190Z | Downloaded vsss-rs v3.3.4 |
654 | 2025-01-17T07:07:51.193Z | Downloaded group v0.13.0 |
655 | 2025-01-17T07:07:51.195Z | Downloaded ff v0.13.0 |
656 | 2025-01-17T07:07:51.198Z | Downloaded backtrace v0.3.74 |
657 | 2025-01-17T07:07:51.201Z | Downloaded tower-service v0.3.3 |
658 | 2025-01-17T07:07:51.204Z | Downloaded glob v0.3.1 |
659 | 2025-01-17T07:07:51.206Z | Downloaded foreign-types-macros v0.2.3 |
660 | 2025-01-17T07:07:51.206Z | Downloaded rayon-core v1.12.1 |
661 | 2025-01-17T07:07:51.209Z | Downloaded pem v3.0.4 |
662 | 2025-01-17T07:07:51.222Z | Downloaded difflib v0.4.0 |
663 | 2025-01-17T07:07:51.225Z | Downloaded heapless v0.8.0 |
664 | 2025-01-17T07:07:51.228Z | Downloaded rand_xorshift v0.3.0 |
665 | 2025-01-17T07:07:51.230Z | Downloaded rand_chacha v0.3.1 |
666 | 2025-01-17T07:07:51.232Z | Downloaded powerfmt v0.2.0 |
667 | 2025-01-17T07:07:51.235Z | Downloaded ppv-lite86 v0.2.20 |
668 | 2025-01-17T07:07:51.235Z | Downloaded icu_properties v1.5.1 |
669 | 2025-01-17T07:07:51.237Z | Downloaded icu_normalizer_data v1.5.0 |
670 | 2025-01-17T07:07:51.240Z | Downloaded progenitor-client v0.8.0 |
671 | 2025-01-17T07:07:51.242Z | Downloaded slog-stdlog v4.1.1 |
672 | 2025-01-17T07:07:51.245Z | Downloaded rtoolbox v0.0.2 |
673 | 2025-01-17T07:07:51.245Z | Downloaded secrecy v0.8.0 |
674 | 2025-01-17T07:07:51.248Z | Downloaded indicatif v0.17.9 |
675 | 2025-01-17T07:07:51.250Z | Downloaded universal-hash v0.5.1 |
676 | 2025-01-17T07:07:51.253Z | Downloaded tinystr v0.7.6 |
677 | 2025-01-17T07:07:51.255Z | Downloaded opaque-debug v0.3.1 |
678 | 2025-01-17T07:07:51.255Z | Downloaded stringprep v0.1.5 |
679 | 2025-01-17T07:07:51.258Z | Downloaded serde_yaml v0.9.34+deprecated |
680 | 2025-01-17T07:07:51.261Z | Downloaded progenitor v0.8.0 |
681 | 2025-01-17T07:07:51.263Z | Downloaded supports-color v3.0.1 |
682 | 2025-01-17T07:07:51.266Z | Downloaded smallvec v0.6.14 |
683 | 2025-01-17T07:07:51.266Z | Downloaded aes v0.8.4 |
684 | 2025-01-17T07:07:51.270Z | Downloaded serde_repr v0.1.19 |
685 | 2025-01-17T07:07:51.273Z | Downloaded parking_lot_core v0.9.10 |
686 | 2025-01-17T07:07:51.276Z | Downloaded untrusted v0.7.1 |
687 | 2025-01-17T07:07:51.276Z | Downloaded topological-sort v0.2.2 |
688 | 2025-01-17T07:07:51.276Z | Downloaded globset v0.4.15 |
689 | 2025-01-17T07:07:51.279Z | Downloaded take_mut v0.2.2 |
690 | 2025-01-17T07:07:51.282Z | Downloaded dsl_auto_type v0.1.2 |
691 | 2025-01-17T07:07:51.282Z | Downloaded futures-channel v0.3.31 |
692 | 2025-01-17T07:07:51.284Z | Downloaded zerofrom-derive v0.1.4 |
693 | 2025-01-17T07:07:51.287Z | Downloaded fallible-iterator v0.2.0 |
694 | 2025-01-17T07:07:51.287Z | Downloaded num-integer v0.1.46 |
695 | 2025-01-17T07:07:51.289Z | Downloaded hex-literal v0.4.1 |
696 | 2025-01-17T07:07:51.291Z | Downloaded tungstenite v0.23.0 |
697 | 2025-01-17T07:07:51.294Z | Downloaded progenitor-client v0.9.1 |
698 | 2025-01-17T07:07:51.296Z | Downloaded flagset v0.4.6 |
699 | 2025-01-17T07:07:51.298Z | Downloaded serde-hex v0.1.0 |
700 | 2025-01-17T07:07:51.298Z | Downloaded scheduled-thread-pool v0.2.7 |
701 | 2025-01-17T07:07:51.301Z | Downloaded wyz v0.5.1 |
702 | 2025-01-17T07:07:51.301Z | Downloaded num-iter v0.1.45 |
703 | 2025-01-17T07:07:51.303Z | Downloaded predicates-tree v1.0.11 |
704 | 2025-01-17T07:07:51.306Z | Downloaded postgres-types v0.2.8 |
705 | 2025-01-17T07:07:51.308Z | Downloaded postgres-protocol v0.6.7 |
706 | 2025-01-17T07:07:51.310Z | Downloaded walkdir v2.5.0 |
707 | 2025-01-17T07:07:51.310Z | Downloaded similar v2.6.0 |
708 | 2025-01-17T07:07:51.316Z | Downloaded zone_cfg_derive v0.3.0 |
709 | 2025-01-17T07:07:51.319Z | Downloaded termtree v0.4.1 |
710 | 2025-01-17T07:07:51.319Z | Downloaded rustls-pemfile v1.0.4 |
711 | 2025-01-17T07:07:51.322Z | Downloaded rustc_version v0.1.7 |
712 | 2025-01-17T07:07:51.324Z | Downloaded progenitor v0.9.1 |
713 | 2025-01-17T07:07:51.324Z | Downloaded float-ord v0.3.2 |
714 | 2025-01-17T07:07:51.327Z | Downloaded darling_macro v0.20.10 |
715 | 2025-01-17T07:07:51.328Z | Downloaded tokio-tungstenite v0.23.1 |
716 | 2025-01-17T07:07:51.335Z | Downloaded termcolor v1.4.1 |
717 | 2025-01-17T07:07:51.335Z | Downloaded parking_lot_core v0.8.6 |
718 | 2025-01-17T07:07:51.335Z | Downloaded openssl-probe v0.1.5 |
719 | 2025-01-17T07:07:51.335Z | Downloaded progenitor-macro v0.9.1 |
720 | 2025-01-17T07:07:51.338Z | Downloaded tracing-attributes v0.1.27 |
721 | 2025-01-17T07:07:51.338Z | Downloaded term v0.7.0 |
722 | 2025-01-17T07:07:51.341Z | Downloaded unicode_categories v0.1.1 |
723 | 2025-01-17T07:07:51.343Z | Downloaded vte v0.11.1 |
724 | 2025-01-17T07:07:51.346Z | Downloaded tracing v0.1.40 |
725 | 2025-01-17T07:07:51.350Z | Downloaded progenitor-macro v0.8.0 |
726 | 2025-01-17T07:07:51.352Z | Downloaded phf_shared v0.11.2 |
727 | 2025-01-17T07:07:51.352Z | Downloaded headers-core v0.3.0 |
728 | 2025-01-17T07:07:51.355Z | Downloaded tui-tree-widget v0.22.0 |
729 | 2025-01-17T07:07:51.358Z | Downloaded foreign-types v0.3.2 |
730 | 2025-01-17T07:07:51.358Z | Downloaded zeroize_derive v1.4.2 |
731 | 2025-01-17T07:07:51.358Z | Downloaded poly1305 v0.8.0 |
732 | 2025-01-17T07:07:51.360Z | Downloaded pem-rfc7468 v0.7.0 |
733 | 2025-01-17T07:07:51.363Z | Downloaded shell-words v1.1.0 |
734 | 2025-01-17T07:07:51.365Z | Downloaded slog-scope v4.4.0 |
735 | 2025-01-17T07:07:51.367Z | Downloaded structmeta v0.2.0 |
736 | 2025-01-17T07:07:51.367Z | Downloaded diesel_derives v2.2.3 |
737 | 2025-01-17T07:07:51.371Z | Downloaded der v0.7.9 |
738 | 2025-01-17T07:07:51.377Z | Downloaded fallible-iterator v0.3.0 |
739 | 2025-01-17T07:07:51.380Z | Downloaded http v1.2.0 |
740 | 2025-01-17T07:07:51.382Z | Downloaded dropshot_endpoint v0.15.1 |
741 | 2025-01-17T07:07:51.386Z | Downloaded write16 v1.0.0 |
742 | 2025-01-17T07:07:51.389Z | Downloaded rustls-pemfile v2.2.0 |
743 | 2025-01-17T07:07:51.391Z | Downloaded yoke v0.7.4 |
744 | 2025-01-17T07:07:51.394Z | Downloaded parse-display v0.10.0 |
745 | 2025-01-17T07:07:51.394Z | Downloaded futures v0.3.31 |
746 | 2025-01-17T07:07:51.399Z | Downloaded want v0.3.1 |
747 | 2025-01-17T07:07:51.401Z | Downloaded termios v0.3.3 |
748 | 2025-01-17T07:07:51.405Z | Downloaded dropshot_endpoint v0.12.0 |
749 | 2025-01-17T07:07:51.407Z | Downloaded defmt-parser v0.3.4 |
750 | 2025-01-17T07:07:51.407Z | Downloaded pin-utils v0.1.0 |
751 | 2025-01-17T07:07:51.410Z | Downloaded defmt-macros v0.3.9 |
752 | 2025-01-17T07:07:51.413Z | Downloaded debug-ignore v1.0.5 |
753 | 2025-01-17T07:07:51.413Z | Downloaded data-encoding v2.6.0 |
754 | 2025-01-17T07:07:51.415Z | Downloaded zip v2.1.3 |
755 | 2025-01-17T07:07:51.419Z | Downloaded openssl-macros v0.1.1 |
756 | 2025-01-17T07:07:51.421Z | Downloaded p256 v0.13.2 |
757 | 2025-01-17T07:07:51.424Z | Downloaded number_prefix v0.4.0 |
758 | 2025-01-17T07:07:51.426Z | Downloaded aes-gcm v0.10.3 |
759 | 2025-01-17T07:07:51.429Z | Downloaded structmeta v0.3.0 |
760 | 2025-01-17T07:07:51.431Z | Downloaded structmeta-derive v0.2.0 |
761 | 2025-01-17T07:07:51.434Z | Downloaded oso-derive v0.27.3 |
762 | 2025-01-17T07:07:51.434Z | Downloaded foldhash v0.1.3 |
763 | 2025-01-17T07:07:51.435Z | Downloaded spki v0.7.3 |
764 | 2025-01-17T07:07:51.437Z | Downloaded scrypt v0.11.0 |
765 | 2025-01-17T07:07:51.439Z | Downloaded peg v0.8.4 |
766 | 2025-01-17T07:07:51.442Z | Downloaded hex v0.4.3 |
767 | 2025-01-17T07:07:51.445Z | Downloaded heck v0.3.3 |
768 | 2025-01-17T07:07:51.445Z | Downloaded derive_builder_macro v0.20.2 |
769 | 2025-01-17T07:07:51.447Z | Downloaded snafu-derive v0.8.5 |
770 | 2025-01-17T07:07:51.450Z | Downloaded writeable v0.5.5 |
771 | 2025-01-17T07:07:51.450Z | Downloaded hash32 v0.3.1 |
772 | 2025-01-17T07:07:51.454Z | Downloaded zerocopy v0.6.6 |
773 | 2025-01-17T07:07:51.456Z | Downloaded fallible-streaming-iterator v0.1.9 |
774 | 2025-01-17T07:07:51.456Z | Downloaded pin-project-lite v0.2.14 |
775 | 2025-01-17T07:07:51.460Z | Downloaded parse-size v1.1.0 |
776 | 2025-01-17T07:07:51.463Z | Downloaded ref-cast v1.0.23 |
777 | 2025-01-17T07:07:51.465Z | Downloaded r2d2 v0.8.10 |
778 | 2025-01-17T07:07:51.468Z | Downloaded pin-project-internal v1.1.6 |
779 | 2025-01-17T07:07:51.470Z | Downloaded futures-macro v0.3.31 |
780 | 2025-01-17T07:07:51.470Z | Downloaded signal-hook-registry v1.4.2 |
781 | 2025-01-17T07:07:51.473Z | Downloaded ref-cast-impl v1.0.23 |
782 | 2025-01-17T07:07:51.474Z | Downloaded hickory-client v0.24.2 |
783 | 2025-01-17T07:07:51.476Z | Downloaded num-bigint v0.4.6 |
784 | 2025-01-17T07:07:51.480Z | Downloaded slog-json v2.6.1 |
785 | 2025-01-17T07:07:51.484Z | Downloaded peg-runtime v0.8.3 |
786 | 2025-01-17T07:07:51.484Z | Downloaded quick-error v1.2.3 |
787 | 2025-01-17T07:07:51.486Z | Downloaded mio v1.0.2 |
788 | 2025-01-17T07:07:51.491Z | Downloaded serde_urlencoded v0.7.1 |
789 | 2025-01-17T07:07:51.493Z | Downloaded rustls-pki-types v1.10.0 |
790 | 2025-01-17T07:07:51.497Z | Downloaded progenitor-impl v0.8.0 |
791 | 2025-01-17T07:07:51.499Z | Downloaded tokio-tungstenite v0.21.0 |
792 | 2025-01-17T07:07:51.501Z | Downloaded unsafe-libyaml v0.2.11 |
793 | 2025-01-17T07:07:51.505Z | Downloaded display-error-chain v0.2.2 |
794 | 2025-01-17T07:07:51.508Z | Downloaded gethostname v0.5.0 |
795 | 2025-01-17T07:07:51.510Z | Downloaded dirs-sys-next v0.1.2 |
796 | 2025-01-17T07:07:51.510Z | Downloaded signal-hook-mio v0.2.4 |
797 | 2025-01-17T07:07:51.513Z | Downloaded des v0.8.1 |
798 | 2025-01-17T07:07:51.516Z | Downloaded pkcs5 v0.7.1 |
799 | 2025-01-17T07:07:51.519Z | Downloaded quinn-udp v0.5.5 |
800 | 2025-01-17T07:07:51.521Z | Downloaded newtype_derive v0.1.6 |
801 | 2025-01-17T07:07:51.523Z | Downloaded parking_lot v0.11.2 |
802 | 2025-01-17T07:07:51.526Z | Downloaded fragile v2.0.0 |
803 | 2025-01-17T07:07:51.526Z | Downloaded quinn v0.11.5 |
804 | 2025-01-17T07:07:51.531Z | Downloaded slog v2.7.0 |
805 | 2025-01-17T07:07:51.533Z | Downloaded steno v0.4.1 |
806 | 2025-01-17T07:07:51.538Z | Downloaded try-lock v0.2.5 |
807 | 2025-01-17T07:07:51.541Z | Downloaded toolchain_find v0.4.0 |
808 | 2025-01-17T07:07:51.541Z | Downloaded strum v0.26.3 |
809 | 2025-01-17T07:07:51.543Z | Downloaded psl-types v2.0.11 |
810 | 2025-01-17T07:07:51.545Z | Downloaded sct v0.7.1 |
811 | 2025-01-17T07:07:51.548Z | Downloaded ssh-key v0.6.6 |
812 | 2025-01-17T07:07:51.554Z | Downloaded xz2 v0.1.7 |
813 | 2025-01-17T07:07:51.557Z | Downloaded rustfmt-wrapper v0.2.1 |
814 | 2025-01-17T07:07:51.560Z | Downloaded document-features v0.2.10 |
815 | 2025-01-17T07:07:51.563Z | Downloaded rustc_version v0.4.1 |
816 | 2025-01-17T07:07:51.563Z | Downloaded uzers v0.12.1 |
817 | 2025-01-17T07:07:51.565Z | Downloaded twox-hash v1.6.3 |
818 | 2025-01-17T07:07:51.568Z | Downloaded value-bag v1.9.0 |
819 | 2025-01-17T07:07:51.570Z | Downloaded num-derive v0.4.2 |
820 | 2025-01-17T07:07:51.572Z | Downloaded zopfli v0.8.1 |
821 | 2025-01-17T07:07:51.575Z | Downloaded env_logger v0.11.5 |
822 | 2025-01-17T07:07:51.577Z | Downloaded env_logger v0.10.2 |
823 | 2025-01-17T07:07:51.581Z | Downloaded parse-display-derive v0.10.0 |
824 | 2025-01-17T07:07:51.583Z | Downloaded owo-colors v4.1.0 |
825 | 2025-01-17T07:07:51.587Z | Downloaded newtype-uuid v1.2.1 |
826 | 2025-01-17T07:07:51.589Z | Downloaded futures-sink v0.3.31 |
827 | 2025-01-17T07:07:51.589Z | Downloaded aws-lc-rs v1.10.0 |
828 | 2025-01-17T07:07:51.597Z | Downloaded predicates-core v1.0.8 |
829 | 2025-01-17T07:07:51.600Z | Downloaded enum-as-inner v0.6.1 |
830 | 2025-01-17T07:07:51.602Z | Downloaded slog-envlogger v2.2.0 |
831 | 2025-01-17T07:07:51.605Z | Downloaded peg-macros v0.8.4 |
832 | 2025-01-17T07:07:51.605Z | Downloaded dyn-clone v1.0.17 |
833 | 2025-01-17T07:07:51.608Z | Downloaded getrandom v0.2.15 |
834 | 2025-01-17T07:07:51.610Z | Downloaded phf_shared v0.10.0 |
835 | 2025-01-17T07:07:51.613Z | Downloaded downcast v0.11.0 |
836 | 2025-01-17T07:07:51.613Z | Downloaded endian-type v0.1.2 |
837 | 2025-01-17T07:07:51.616Z | Downloaded slog-dtrace v0.3.0 |
838 | 2025-01-17T07:07:51.616Z | Downloaded slog-bunyan v2.5.0 |
839 | 2025-01-17T07:07:51.616Z | Downloaded zerocopy-derive v0.8.10 |
840 | 2025-01-17T07:07:51.623Z | Downloaded tokio-native-tls v0.3.1 |
841 | 2025-01-17T07:07:51.625Z | Downloaded foreign-types-shared v0.1.1 |
842 | 2025-01-17T07:07:51.627Z | Downloaded derive_more v0.99.18 |
843 | 2025-01-17T07:07:51.631Z | Downloaded proc-macro-crate v1.3.1 |
844 | 2025-01-17T07:07:51.634Z | Downloaded ena v0.14.3 |
845 | 2025-01-17T07:07:51.637Z | Downloaded hyper v1.5.2 |
846 | 2025-01-17T07:07:51.642Z | Downloaded num_enum v0.5.11 |
847 | 2025-01-17T07:07:51.647Z | Downloaded quick-xml v0.33.0 |
848 | 2025-01-17T07:07:51.654Z | Downloaded url v2.5.3 |
849 | 2025-01-17T07:07:51.659Z | Downloaded time-core v0.1.2 |
850 | 2025-01-17T07:07:51.661Z | Downloaded path-slash v0.1.5 |
851 | 2025-01-17T07:07:51.661Z | Downloaded rpassword v7.3.1 |
852 | 2025-01-17T07:07:51.661Z | Downloaded sigpipe v0.1.3 |
853 | 2025-01-17T07:07:51.664Z | Downloaded openssl-sys v0.9.103 |
854 | 2025-01-17T07:07:51.667Z | Downloaded which v4.4.2 |
855 | 2025-01-17T07:07:51.670Z | Downloaded num-bigint-dig v0.8.4 |
856 | 2025-01-17T07:07:51.675Z | Downloaded num-conv v0.1.0 |
857 | 2025-01-17T07:07:51.677Z | Downloaded ed25519 v2.2.3 |
858 | 2025-01-17T07:07:51.678Z | Downloaded percent-encoding v2.3.1 |
859 | 2025-01-17T07:07:51.680Z | Downloaded snafu v0.8.5 |
860 | 2025-01-17T07:07:51.684Z | Downloaded toml v0.7.8 |
861 | 2025-01-17T07:07:51.688Z | Downloaded salsa20 v0.10.2 |
862 | 2025-01-17T07:07:51.691Z | Downloaded rcgen v0.12.1 |
863 | 2025-01-17T07:07:51.694Z | Downloaded pretty-hex v0.2.1 |
864 | 2025-01-17T07:07:51.697Z | Downloaded fxhash v0.2.1 |
865 | 2025-01-17T07:07:51.697Z | Downloaded packed_struct_codegen v0.10.1 |
866 | 2025-01-17T07:07:51.697Z | Downloaded typify v0.2.0 |
867 | 2025-01-17T07:07:51.699Z | Downloaded displaydoc v0.2.5 |
868 | 2025-01-17T07:07:51.702Z | Downloaded simd-adler32 v0.3.7 |
869 | 2025-01-17T07:07:51.704Z | Downloaded rustc-hash v1.1.0 |
870 | 2025-01-17T07:07:51.707Z | Downloaded futures-task v0.3.31 |
871 | 2025-01-17T07:07:51.707Z | Downloaded tiny-keccak v2.0.2 |
872 | 2025-01-17T07:07:51.710Z | Downloaded futures-io v0.3.31 |
873 | 2025-01-17T07:07:51.710Z | Downloaded deranged v0.3.11 |
874 | 2025-01-17T07:07:51.714Z | Downloaded xattr v1.3.1 |
875 | 2025-01-17T07:07:51.717Z | Downloaded idna v1.0.3 |
876 | 2025-01-17T07:07:51.719Z | Downloaded zone_cfg_derive v0.1.2 |
877 | 2025-01-17T07:07:51.719Z | Downloaded num_enum_derive v0.5.11 |
878 | 2025-01-17T07:07:51.723Z | Downloaded pkcs8 v0.10.2 |
879 | 2025-01-17T07:07:51.723Z | Downloaded sqlformat v0.2.6 |
880 | 2025-01-17T07:07:51.727Z | Downloaded tokio-stream v0.1.16 |
881 | 2025-01-17T07:07:51.729Z | Downloaded nom v7.1.3 |
882 | 2025-01-17T07:07:51.735Z | Downloaded foreign-types-shared v0.3.1 |
883 | 2025-01-17T07:07:51.738Z | Downloaded bitvec v1.0.1 |
884 | 2025-01-17T07:07:51.752Z | Downloaded paste v1.0.15 |
885 | 2025-01-17T07:07:51.755Z | Downloaded rand v0.8.5 |
886 | 2025-01-17T07:07:51.759Z | Downloaded packed_struct v0.10.1 |
887 | 2025-01-17T07:07:51.761Z | Downloaded uuid v1.11.0 |
888 | 2025-01-17T07:07:51.764Z | Downloaded sqlparser_derive v0.2.2 |
889 | 2025-01-17T07:07:51.767Z | Downloaded either v1.13.0 |
890 | 2025-01-17T07:07:51.767Z | Downloaded pbkdf2 v0.11.0 |
891 | 2025-01-17T07:07:51.769Z | Downloaded form_urlencoded v1.2.1 |
892 | 2025-01-17T07:07:51.769Z | Downloaded libxml v0.3.3 |
893 | 2025-01-17T07:07:51.775Z | Downloaded subprocess v0.2.9 |
894 | 2025-01-17T07:07:51.778Z | Downloaded rustc-demangle v0.1.24 |
895 | 2025-01-17T07:07:51.780Z | Downloaded ron v0.7.1 |
896 | 2025-01-17T07:07:51.784Z | Downloaded smf v0.2.3 |
897 | 2025-01-17T07:07:51.787Z | Downloaded predicates v3.1.2 |
898 | 2025-01-17T07:07:51.790Z | Downloaded polyval v0.6.2 |
899 | 2025-01-17T07:07:51.793Z | Downloaded derive_builder v0.20.2 |
900 | 2025-01-17T07:07:51.797Z | Downloaded futures-executor v0.3.31 |
901 | 2025-01-17T07:07:51.802Z | Downloaded tabwriter v1.4.0 |
902 | 2025-01-17T07:07:51.802Z | Downloaded subtle v2.6.1 |
903 | 2025-01-17T07:07:51.802Z | Downloaded diff v0.1.13 |
904 | 2025-01-17T07:07:51.804Z | Downloaded heapless v0.7.17 |
905 | 2025-01-17T07:07:51.807Z | Downloaded float-cmp v0.9.0 |
906 | 2025-01-17T07:07:51.810Z | Downloaded filetime v0.2.25 |
907 | 2025-01-17T07:07:51.810Z | Downloaded embedded-io v0.6.1 |
908 | 2025-01-17T07:07:51.812Z | Downloaded hashlink v0.9.1 |
909 | 2025-01-17T07:07:51.815Z | Downloaded vergen v8.3.2 |
910 | 2025-01-17T07:07:51.817Z | Downloaded russh v0.45.0 |
911 | 2025-01-17T07:07:51.822Z | Downloaded strum_macros v0.26.4 |
912 | 2025-01-17T07:07:51.826Z | Downloaded unicase v2.7.0 |
913 | 2025-01-17T07:07:51.828Z | Downloaded typify-macro v0.3.0 |
914 | 2025-01-17T07:07:51.829Z | Downloaded derive-where v1.2.7 |
915 | 2025-01-17T07:07:51.832Z | Downloaded prettyplease v0.2.25 |
916 | 2025-01-17T07:07:51.835Z | Downloaded typify-macro v0.2.0 |
917 | 2025-01-17T07:07:51.837Z | Downloaded russh-keys v0.45.0 |
918 | 2025-01-17T07:07:51.840Z | Downloaded pkg-config v0.3.31 |
919 | 2025-01-17T07:07:51.840Z | Downloaded ron v0.8.1 |
920 | 2025-01-17T07:07:51.845Z | Downloaded slog-async v2.8.0 |
921 | 2025-01-17T07:07:51.847Z | Downloaded num-traits v0.2.19 |
922 | 2025-01-17T07:07:51.851Z | Downloaded socket2 v0.5.7 |
923 | 2025-01-17T07:07:51.854Z | Downloaded parse-zoneinfo v0.3.1 |
924 | 2025-01-17T07:07:51.863Z | Downloaded bindgen v0.69.5 |
925 | 2025-01-17T07:07:51.868Z | Downloaded yasna v0.5.2 |
926 | 2025-01-17T07:07:51.868Z | Downloaded tough v0.19.0 |
927 | 2025-01-17T07:07:51.872Z | Downloaded rustyline v14.0.0 |
928 | 2025-01-17T07:07:51.878Z | Downloaded tungstenite v0.24.0 |
929 | 2025-01-17T07:07:51.882Z | Downloaded h2 v0.4.6 |
930 | 2025-01-17T07:07:51.888Z | Downloaded zip v0.6.6 |
931 | 2025-01-17T07:07:51.892Z | Downloaded hashbrown v0.13.2 |
932 | 2025-01-17T07:07:51.897Z | Downloaded fatfs v0.3.6 |
933 | 2025-01-17T07:07:51.900Z | Downloaded publicsuffix v2.3.0 |
934 | 2025-01-17T07:07:51.903Z | Downloaded chrono v0.4.38 |
935 | 2025-01-17T07:07:51.910Z | Downloaded ed25519-dalek v2.1.1 |
936 | 2025-01-17T07:07:51.913Z | Downloaded schemars v0.8.21 |
937 | 2025-01-17T07:07:51.925Z | Downloaded tokio-rustls v0.26.0 |
938 | 2025-01-17T07:07:51.928Z | Downloaded hkdf v0.12.4 |
939 | 2025-01-17T07:07:51.930Z | Downloaded toml_edit v0.19.15 |
940 | 2025-01-17T07:07:51.946Z | Downloaded git2 v0.19.0 |
941 | 2025-01-17T07:07:51.955Z | Downloaded serde_with v3.11.0 |
942 | 2025-01-17T07:07:51.964Z | Downloaded unicode-segmentation v1.12.0 |
943 | 2025-01-17T07:07:51.967Z | Downloaded tokio-postgres v0.7.12 |
944 | 2025-01-17T07:07:51.972Z | Downloaded unicode-normalization v0.1.24 |
945 | 2025-01-17T07:07:51.976Z | Downloaded reedline v0.35.0 |
946 | 2025-01-17T07:07:51.984Z | Downloaded hashbrown v0.12.3 |
947 | 2025-01-17T07:07:51.989Z | Downloaded lalrpop v0.19.12 |
948 | 2025-01-17T07:07:52.000Z | Downloaded typed-path v0.9.3 |
949 | 2025-01-17T07:07:52.007Z | Downloaded rusqlite v0.32.1 |
950 | 2025-01-17T07:07:52.013Z | Downloaded hashbrown v0.14.5 |
951 | 2025-01-17T07:07:52.019Z | Downloaded curve25519-dalek v4.1.3 |
952 | 2025-01-17T07:07:52.029Z | Downloaded unicode-width v0.2.0 |
953 | 2025-01-17T07:07:52.034Z | Downloaded zerocopy v0.8.10 |
954 | 2025-01-17T07:07:52.059Z | Downloaded icu_properties_data v1.5.0 |
955 | 2025-01-17T07:07:52.070Z | Downloaded p521 v0.13.3 |
956 | 2025-01-17T07:07:52.073Z | Downloaded rayon v1.10.0 |
957 | 2025-01-17T07:07:52.083Z | Downloaded quinn-proto v0.11.8 |
958 | 2025-01-17T07:07:52.090Z | Downloaded gimli v0.31.1 |
959 | 2025-01-17T07:07:52.098Z | Downloaded portable-atomic v1.9.0 |
960 | 2025-01-17T07:07:52.105Z | Downloaded futures-util v0.3.31 |
961 | 2025-01-17T07:07:52.117Z | Downloaded winnow v0.5.40 |
962 | 2025-01-17T07:07:52.128Z | Downloaded zerovec v0.10.4 |
963 | 2025-01-17T07:07:52.134Z | Downloaded rustls v0.22.4 |
964 | 2025-01-17T07:07:52.147Z | Downloaded salty v0.3.0 |
965 | 2025-01-17T07:07:52.154Z | Downloaded samael v0.0.17 |
966 | 2025-01-17T07:07:52.161Z | Downloaded object v0.30.4 |
967 | 2025-01-17T07:07:52.170Z | Downloaded sqlparser v0.45.0 |
968 | 2025-01-17T07:07:52.177Z | Downloaded petname v2.0.2 |
969 | 2025-01-17T07:07:52.183Z | Downloaded bstr v1.10.0 |
970 | 2025-01-17T07:07:52.194Z | Downloaded vcpkg v0.2.15 |
971 | 2025-01-17T07:07:52.232Z | Downloaded rustls v0.21.12 |
972 | 2025-01-17T07:07:52.243Z | Downloaded diesel v2.2.6 |
973 | 2025-01-17T07:07:52.262Z | Downloaded regex v1.11.1 |
974 | 2025-01-17T07:07:52.275Z | Downloaded polar-core v0.27.3 |
975 | 2025-01-17T07:07:52.284Z | Downloaded nix v0.29.0 |
976 | 2025-01-17T07:07:52.296Z | Downloaded nix v0.28.0 |
977 | 2025-01-17T07:07:52.307Z | Downloaded object v0.36.5 |
978 | 2025-01-17T07:07:52.318Z | Downloaded smoltcp v0.9.1 |
979 | 2025-01-17T07:07:52.330Z | Downloaded nix v0.27.1 |
980 | 2025-01-17T07:07:52.341Z | Downloaded regex-syntax v0.6.29 |
981 | 2025-01-17T07:07:52.349Z | Downloaded smoltcp v0.11.0 |
982 | 2025-01-17T07:07:52.361Z | Downloaded rustls v0.23.19 |
983 | 2025-01-17T07:07:52.374Z | Downloaded sled v0.34.7 |
984 | 2025-01-17T07:07:52.385Z | Downloaded regex-syntax v0.8.5 |
985 | 2025-01-17T07:07:52.392Z | Downloaded regress v0.9.1 |
986 | 2025-01-17T07:07:52.402Z | Downloaded openapiv3 v2.0.0 |
987 | 2025-01-17T07:07:52.414Z | Downloaded dropshot v0.12.0 |
988 | 2025-01-17T07:07:52.434Z | Downloaded regex-automata v0.4.8 |
989 | 2025-01-17T07:07:52.450Z | Downloaded typify-impl v0.2.0 |
990 | 2025-01-17T07:07:52.466Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
991 | 2025-01-17T07:07:52.478Z | Downloaded typify-impl v0.3.0 |
992 | 2025-01-17T07:07:52.494Z | Downloaded ratatui v0.28.1 |
993 | 2025-01-17T07:07:52.514Z | Downloaded zerocopy-derive v0.6.6 |
994 | 2025-01-17T07:07:52.522Z | Downloaded webpki-roots v0.26.6 |
995 | 2025-01-17T07:07:52.527Z | Downloaded dropshot v0.15.1 |
996 | 2025-01-17T07:07:52.546Z | Downloaded regress v0.10.1 |
997 | 2025-01-17T07:07:52.555Z | Downloaded openssl v0.10.66 |
998 | 2025-01-17T07:07:52.564Z | Downloaded p384 v0.13.0 |
999 | 2025-01-17T07:07:52.569Z | Downloaded radix_trie v0.2.1 |
1000 | 2025-01-17T07:07:52.575Z | Downloaded lzma-sys v0.1.20 |
1001 | 2025-01-17T07:07:52.604Z | Downloaded chrono-tz v0.10.0 |
1002 | 2025-01-17T07:07:52.611Z | Downloaded itertools v0.13.0 |
1003 | 2025-01-17T07:07:52.619Z | Downloaded libz-sys v1.1.20 |
1004 | 2025-01-17T07:07:52.638Z | Downloaded reqwest v0.12.9 |
1005 | 2025-01-17T07:07:52.646Z | Downloaded tokio-rustls v0.24.1 |
1006 | 2025-01-17T07:07:52.648Z | Downloaded time-macros v0.2.18 |
1007 | 2025-01-17T07:07:52.650Z | Downloaded whoami v1.5.2 |
1008 | 2025-01-17T07:07:52.654Z | Downloaded qorb v0.2.1 |
1009 | 2025-01-17T07:07:52.657Z | Downloaded petgraph v0.6.5 |
1010 | 2025-01-17T07:07:52.675Z | Downloaded tokio v1.43.0 |
1011 | 2025-01-17T07:07:52.710Z | Downloaded proptest v1.5.0 |
1012 | 2025-01-17T07:07:52.719Z | Downloaded csv v1.3.0 |
1013 | 2025-01-17T07:07:52.739Z | Downloaded sha3 v0.10.8 |
1014 | 2025-01-17T07:07:52.743Z | Downloaded rustls-webpki v0.102.8 |
1015 | 2025-01-17T07:07:52.760Z | Downloaded num_threads v0.1.7 |
1016 | 2025-01-17T07:07:52.762Z | Downloaded zerovec-derive v0.10.3 |
1017 | 2025-01-17T07:07:52.763Z | Downloaded nodrop v0.1.14 |
1018 | 2025-01-17T07:07:52.765Z | Downloaded signature v2.2.0 |
1019 | 2025-01-17T07:07:52.765Z | Downloaded derive_builder_core v0.20.2 |
1020 | 2025-01-17T07:07:52.767Z | Downloaded x509-cert v0.2.5 |
1021 | 2025-01-17T07:07:52.772Z | Downloaded flate2 v1.0.34 |
1022 | 2025-01-17T07:07:52.777Z | Downloaded schemars_derive v0.8.21 |
1023 | 2025-01-17T07:07:52.781Z | Downloaded same-file v1.0.6 |
1024 | 2025-01-17T07:07:52.784Z | Downloaded smallvec v1.13.2 |
1025 | 2025-01-17T07:07:52.784Z | Downloaded oso v0.27.3 |
1026 | 2025-01-17T07:07:52.786Z | Downloaded itertools v0.12.1 |
1027 | 2025-01-17T07:07:52.792Z | Downloaded rustls-webpki v0.101.7 |
1028 | 2025-01-17T07:07:52.806Z | Downloaded libm v0.2.8 |
1029 | 2025-01-17T07:07:52.813Z | Downloaded untrusted v0.9.0 |
1030 | 2025-01-17T07:07:52.815Z | Downloaded strum_macros v0.24.3 |
1031 | 2025-01-17T07:07:52.818Z | Downloaded ecdsa v0.16.9 |
1032 | 2025-01-17T07:07:52.820Z | Downloaded num-rational v0.4.2 |
1033 | 2025-01-17T07:07:52.821Z | Downloaded fs_extra v1.3.0 |
1034 | 2025-01-17T07:07:52.823Z | Downloaded unicode-properties v0.1.3 |
1035 | 2025-01-17T07:07:52.823Z | Downloaded darling_core v0.20.10 |
1036 | 2025-01-17T07:07:52.828Z | Downloaded primeorder v0.13.6 |
1037 | 2025-01-17T07:07:52.830Z | Downloaded nibble_vec v0.1.0 |
1038 | 2025-01-17T07:07:52.830Z | Downloaded env_filter v0.1.2 |
1039 | 2025-01-17T07:07:52.833Z | Downloaded thiserror v2.0.11 |
1040 | 2025-01-17T07:07:52.837Z | Downloaded test-strategy v0.3.1 |
1041 | 2025-01-17T07:07:52.840Z | Downloaded tls_codec v0.4.1 |
1042 | 2025-01-17T07:07:52.843Z | Downloaded structmeta-derive v0.3.0 |
1043 | 2025-01-17T07:07:52.846Z | Downloaded ssh-encoding v0.2.0 |
1044 | 2025-01-17T07:07:52.846Z | Downloaded ssh-cipher v0.2.0 |
1045 | 2025-01-17T07:07:52.849Z | Downloaded tls_codec_derive v0.4.1 |
1046 | 2025-01-17T07:07:52.849Z | Downloaded itertools v0.10.5 |
1047 | 2025-01-17T07:07:52.854Z | Downloaded pin-project v1.1.6 |
1048 | 2025-01-17T07:07:52.864Z | Downloaded tracing-core v0.1.32 |
1049 | 2025-01-17T07:07:52.867Z | Downloaded headers v0.4.0 |
1050 | 2025-01-17T07:07:52.873Z | Downloaded tokio-macros v2.5.0 |
1051 | 2025-01-17T07:07:52.875Z | Downloaded flume v0.11.1 |
1052 | 2025-01-17T07:07:52.878Z | Downloaded pbkdf2 v0.12.2 |
1053 | 2025-01-17T07:07:52.880Z | Downloaded signal-hook-tokio v0.3.1 |
1054 | 2025-01-17T07:07:52.880Z | Downloaded typify v0.3.0 |
1055 | 2025-01-17T07:07:52.883Z | Downloaded blake3 v1.5.4 |
1056 | 2025-01-17T07:07:52.890Z | Downloaded unicode-bidi v0.3.17 |
1057 | 2025-01-17T07:07:52.893Z | Downloaded half v2.4.1 |
1058 | 2025-01-17T07:07:52.896Z | Downloaded expectorate v1.1.0 |
1059 | 2025-01-17T07:07:52.898Z | Downloaded signal-hook v0.3.17 |
1060 | 2025-01-17T07:07:52.900Z | Downloaded progenitor-impl v0.9.1 |
1061 | 2025-01-17T07:07:52.903Z | Downloaded encoding_rs v0.8.34 |
1062 | 2025-01-17T07:07:52.923Z | Downloaded minimal-lexical v0.2.1 |
1063 | 2025-01-17T07:07:52.929Z | Downloaded pkcs1 v0.7.5 |
1064 | 2025-01-17T07:07:52.931Z | Downloaded tokio-util v0.7.12 |
1065 | 2025-01-17T07:07:52.936Z | Downloaded rsa v0.9.6 |
1066 | 2025-01-17T07:07:52.940Z | Downloaded tokio-tungstenite v0.24.0 |
1067 | 2025-01-17T07:07:52.943Z | Downloaded tar v0.4.42 |
1068 | 2025-01-17T07:07:52.947Z | Downloaded time v0.3.36 |
1069 | 2025-01-17T07:07:52.951Z | Downloaded omicron-zone-package v0.12.0 |
1070 | 2025-01-17T07:07:52.956Z | Downloaded sec1 v0.7.3 |
1071 | 2025-01-17T07:07:52.960Z | Downloaded scopeguard v1.2.0 |
1072 | 2025-01-17T07:07:52.960Z | Downloaded dirs-next v2.0.0 |
1073 | 2025-01-17T07:07:52.960Z | Downloaded thiserror-impl v2.0.11 |
1074 | 2025-01-17T07:07:52.963Z | Downloaded defmt v0.3.8 |
1075 | 2025-01-17T07:07:52.963Z | Downloaded password-hash v0.5.0 |
1076 | 2025-01-17T07:07:52.965Z | Downloaded password-hash v0.4.2 |
1077 | 2025-01-17T07:07:52.968Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1078 | 2025-01-17T07:07:53.023Z | Downloaded crossterm v0.28.1 |
1079 | 2025-01-17T07:07:53.029Z | Downloaded utf8_iter v1.0.4 |
1080 | 2025-01-17T07:07:53.031Z | Downloaded utf16_iter v1.0.5 |
1081 | 2025-01-17T07:07:53.032Z | Downloaded utf-8 v0.7.6 |
1082 | 2025-01-17T07:07:53.035Z | Downloaded shlex v1.3.0 |
1083 | 2025-01-17T07:07:53.035Z | Downloaded tinyvec v1.8.0 |
1084 | 2025-01-17T07:07:53.037Z | Downloaded fixedbitset v0.4.2 |
1085 | 2025-01-17T07:07:53.037Z | Downloaded tap v1.0.1 |
1086 | 2025-01-17T07:07:53.040Z | Downloaded strip-ansi-escapes v0.2.0 |
1087 | 2025-01-17T07:07:53.040Z | Downloaded olpc-cjson v0.1.4 |
1088 | 2025-01-17T07:07:53.040Z | Downloaded funty v2.0.0 |
1089 | 2025-01-17T07:07:53.043Z | Downloaded postcard v1.0.10 |
1090 | 2025-01-17T07:07:53.043Z | Downloaded elliptic-curve v0.13.8 |
1091 | 2025-01-17T07:07:53.047Z | Downloaded hash32 v0.2.1 |
1092 | 2025-01-17T07:07:53.049Z | Downloaded serde_derive_internals v0.29.1 |
1093 | 2025-01-17T07:07:53.049Z | Downloaded parking_lot v0.12.3 |
1094 | 2025-01-17T07:07:53.052Z | Downloaded string_cache v0.8.7 |
1095 | 2025-01-17T07:07:53.055Z | Downloaded slog-term v2.9.1 |
1096 | 2025-01-17T07:07:53.055Z | Downloaded tungstenite v0.21.0 |
1097 | 2025-01-17T07:07:53.059Z | Downloaded serde_plain v1.0.2 |
1098 | 2025-01-17T07:07:53.062Z | Downloaded serde_path_to_error v0.1.16 |
1099 | 2025-01-17T07:07:53.062Z | Downloaded mockall_derive v0.13.0 |
1100 | 2025-01-17T07:07:53.064Z | Downloaded miniz_oxide v0.8.0 |
1101 | 2025-01-17T07:07:53.067Z | Downloaded icu_normalizer v1.5.0 |
1102 | 2025-01-17T07:07:53.069Z | Downloaded num-complex v0.4.6 |
1103 | 2025-01-17T07:07:53.072Z | Downloaded nu-ansi-term v0.50.1 |
1104 | 2025-01-17T07:07:53.074Z | Downloaded crypto-bigint v0.5.5 |
1105 | 2025-01-17T07:07:53.080Z | Downloaded crossbeam-channel v0.5.13 |
1106 | 2025-01-17T07:07:53.083Z | Downloaded bumpalo v3.16.0 |
1107 | 2025-01-17T07:07:53.085Z | Downloaded phf_generator v0.11.2 |
1108 | 2025-01-17T07:07:53.088Z | Downloaded const_format v0.2.33 |
1109 | 2025-01-17T07:07:53.092Z | Downloaded zerofrom v0.1.4 |
1110 | 2025-01-17T07:07:53.092Z | Downloaded yoke-derive v0.7.4 |
1111 | 2025-01-17T07:07:53.095Z | Downloaded rand_core v0.6.4 |
1112 | 2025-01-17T07:07:53.095Z | Downloaded phf_codegen v0.11.2 |
1113 | 2025-01-17T07:07:53.098Z | Downloaded phf v0.11.2 |
1114 | 2025-01-17T07:07:53.098Z | Downloaded der_derive v0.7.3 |
1115 | 2025-01-17T07:07:53.098Z | Downloaded lock_api v0.4.12 |
1116 | 2025-01-17T07:07:53.100Z | Downloaded litrs v0.4.1 |
1117 | 2025-01-17T07:07:53.103Z | Downloaded fd-lock v4.0.2 |
1118 | 2025-01-17T07:07:53.105Z | Downloaded zone v0.1.8 |
1119 | 2025-01-17T07:07:53.106Z | Downloaded tokio-rustls v0.25.0 |
1120 | 2025-01-17T07:07:53.106Z | Downloaded thiserror-no-std v2.0.2 |
1121 | 2025-01-17T07:07:53.109Z | Downloaded libloading v0.8.5 |
1122 | 2025-01-17T07:07:53.111Z | Downloaded lalrpop-util v0.19.12 |
1123 | 2025-01-17T07:07:53.114Z | Downloaded jobserver v0.1.32 |
1124 | 2025-01-17T07:07:53.116Z | Downloaded hyper-staticfile v0.10.1 |
1125 | 2025-01-17T07:07:53.116Z | Downloaded spin v0.9.8 |
1126 | 2025-01-17T07:07:53.119Z | Downloaded multimap v0.10.0 |
1127 | 2025-01-17T07:07:53.121Z | Downloaded mockall v0.13.0 |
1128 | 2025-01-17T07:07:53.121Z | Downloaded mime v0.3.17 |
1129 | 2025-01-17T07:07:53.127Z | Downloaded unarray v0.1.4 |
1130 | 2025-01-17T07:07:53.128Z | Downloaded highway v1.2.0 |
1131 | 2025-01-17T07:07:53.130Z | Downloaded http-body-util v0.1.2 |
1132 | 2025-01-17T07:07:53.130Z | Downloaded unicode-truncate v1.1.0 |
1133 | 2025-01-17T07:07:53.130Z | Downloaded chacha20poly1305 v0.10.1 |
1134 | 2025-01-17T07:07:53.131Z | Downloaded base64 v0.13.1 |
1135 | 2025-01-17T07:07:53.133Z | Downloaded lockfree-object-pool v0.1.6 |
1136 | 2025-01-17T07:07:53.135Z | Downloaded lazycell v1.3.0 |
1137 | 2025-01-17T07:07:53.135Z | Downloaded home v0.5.9 |
1138 | 2025-01-17T07:07:53.138Z | Downloaded libsw v3.3.1 |
1139 | 2025-01-17T07:07:53.138Z | Downloaded libefi-sys v0.1.0 |
1140 | 2025-01-17T07:07:53.141Z | Downloaded keccak v0.1.5 |
1141 | 2025-01-17T07:07:53.143Z | Downloaded stable_deref_trait v1.2.0 |
1142 | 2025-01-17T07:07:53.143Z | Downloaded crc-any v2.5.0 |
1143 | 2025-01-17T07:07:53.148Z | Downloaded bytes v1.9.0 |
1144 | 2025-01-17T07:07:53.150Z | Downloaded blake2 v0.10.6 |
1145 | 2025-01-17T07:07:53.153Z | Downloaded indent_write v2.2.0 |
1146 | 2025-01-17T07:07:53.153Z | Downloaded impl-trait-for-tuples v0.2.2 |
1147 | 2025-01-17T07:07:53.155Z | Downloaded icu_locid_transform v1.5.0 |
1148 | 2025-01-17T07:07:53.158Z | Downloaded iana-time-zone v0.1.61 |
1149 | 2025-01-17T07:07:53.160Z | Downloaded mirai-annotations v1.12.0 |
1150 | 2025-01-17T07:07:53.160Z | Downloaded hyper-rustls v0.27.3 |
1151 | 2025-01-17T07:07:53.163Z | Downloaded cookie v0.18.1 |
1152 | 2025-01-17T07:07:53.166Z | Downloaded arrayvec v0.7.6 |
1153 | 2025-01-17T07:07:53.168Z | Downloaded inout v0.1.3 |
1154 | 2025-01-17T07:07:53.168Z | Downloaded indoc v1.0.9 |
1155 | 2025-01-17T07:07:53.171Z | Downloaded hostname v0.4.0 |
1156 | 2025-01-17T07:07:53.173Z | Downloaded hostname v0.3.1 |
1157 | 2025-01-17T07:07:53.173Z | Downloaded arc-swap v1.7.1 |
1158 | 2025-01-17T07:07:53.177Z | Downloaded bzip2 v0.4.4 |
1159 | 2025-01-17T07:07:53.180Z | Downloaded base64ct v1.6.0 |
1160 | 2025-01-17T07:07:53.182Z | Downloaded crc-catalog v2.4.0 |
1161 | 2025-01-17T07:07:53.182Z | Downloaded async-bb8-diesel v0.2.1 |
1162 | 2025-01-17T07:07:53.185Z | Downloaded icu_collections v1.5.0 |
1163 | 2025-01-17T07:07:53.189Z | Downloaded addr2line v0.24.2 |
1164 | 2025-01-17T07:07:53.194Z | Downloaded hubpack_derive v0.1.1 |
1165 | 2025-01-17T07:07:53.194Z | Downloaded hubpack v0.1.2 |
1166 | 2025-01-17T07:07:53.200Z | Downloaded httpdate v1.0.3 |
1167 | 2025-01-17T07:07:53.200Z | Downloaded crc32fast v1.4.2 |
1168 | 2025-01-17T07:07:53.200Z | Downloaded ciborium-ll v0.2.2 |
1169 | 2025-01-17T07:07:53.200Z | Downloaded ciborium v0.2.2 |
1170 | 2025-01-17T07:07:53.203Z | Downloaded cexpr v0.6.0 |
1171 | 2025-01-17T07:07:53.203Z | Downloaded castaway v0.2.3 |
1172 | 2025-01-17T07:07:53.203Z | Downloaded block-padding v0.3.3 |
1173 | 2025-01-17T07:07:53.205Z | Downloaded bitfield v0.14.0 |
1174 | 2025-01-17T07:07:53.337Z | Downloaded ring v0.17.8 |
1175 | 2025-01-17T07:07:53.416Z | Downloaded libsqlite3-sys v0.30.1 |
1176 | 2025-01-17T07:07:53.678Z | Downloaded aws-lc-sys v0.22.0 |
1177 | 2025-01-17T07:07:53.982Z | Compiling serde v1.0.217 |
1178 | 2025-01-17T07:07:53.985Z | Compiling lock_api v0.4.12 |
1179 | 2025-01-17T07:07:53.985Z | Compiling scopeguard v1.2.0 |
1180 | 2025-01-17T07:07:53.985Z | Compiling value-bag v1.9.0 |
1181 | 2025-01-17T07:07:53.985Z | Compiling typenum v1.17.0 |
1182 | 2025-01-17T07:07:53.985Z | Compiling generic-array v0.14.7 |
1183 | 2025-01-17T07:07:54.184Z | Compiling syn v2.0.96 |
1184 | 2025-01-17T07:07:54.200Z | Compiling getrandom v0.2.15 |
1185 | 2025-01-17T07:07:54.340Z | Compiling shlex v1.3.0 |
1186 | 2025-01-17T07:07:54.475Z | Compiling rand_core v0.6.4 |
1187 | 2025-01-17T07:07:54.600Z | Compiling log v0.4.22 |
1188 | 2025-01-17T07:07:54.668Z | Compiling subtle v2.6.1 |
1189 | 2025-01-17T07:07:54.687Z | Compiling jobserver v0.1.32 |
1190 | 2025-01-17T07:07:54.716Z | Compiling smallvec v1.13.2 |
1191 | 2025-01-17T07:07:54.975Z | Compiling const-oid v0.9.6 |
1192 | 2025-01-17T07:07:54.995Z | Compiling spin v0.9.8 |
1193 | 2025-01-17T07:07:54.995Z | Compiling pin-project-lite v0.2.14 |
1194 | 2025-01-17T07:07:55.111Z | Compiling cc v1.1.30 |
1195 | 2025-01-17T07:07:55.144Z | Compiling rustix v0.38.37 |
1196 | 2025-01-17T07:07:55.344Z | Compiling parking_lot_core v0.9.10 |
1197 | 2025-01-17T07:07:55.382Z | Compiling futures-core v0.3.31 |
1198 | 2025-01-17T07:07:55.526Z | Compiling signal-hook-registry v1.4.2 |
1199 | 2025-01-17T07:07:55.788Z | Compiling mio v1.0.2 |
1200 | 2025-01-17T07:07:56.075Z | Compiling aho-corasick v1.1.3 |
1201 | 2025-01-17T07:07:56.390Z | Compiling parking_lot v0.12.3 |
1202 | 2025-01-17T07:07:56.551Z | Compiling either v1.13.0 |
1203 | 2025-01-17T07:07:56.698Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2025-01-17T07:07:56.825Z | Compiling cpufeatures v0.2.14 |
1205 | 2025-01-17T07:07:56.938Z | Compiling regex-syntax v0.8.5 |
1206 | 2025-01-17T07:07:56.986Z | Compiling lazy_static v1.5.0 |
1207 | 2025-01-17T07:07:57.007Z | Compiling futures-sink v0.3.31 |
1208 | 2025-01-17T07:07:57.113Z | Compiling glob v0.3.1 |
1209 | 2025-01-17T07:07:57.159Z | Compiling socket2 v0.5.7 |
1210 | 2025-01-17T07:07:57.180Z | Compiling slab v0.4.9 |
1211 | 2025-01-17T07:07:57.265Z | Compiling prettyplease v0.2.25 |
1212 | 2025-01-17T07:07:57.636Z | Compiling minimal-lexical v0.2.1 |
1213 | 2025-01-17T07:07:57.656Z | Compiling serde_json v1.0.135 |
1214 | 2025-01-17T07:07:57.962Z | Compiling clang-sys v1.8.1 |
1215 | 2025-01-17T07:07:58.110Z | Compiling nom v7.1.3 |
1216 | 2025-01-17T07:07:58.146Z | Compiling libloading v0.8.5 |
1217 | 2025-01-17T07:07:58.321Z | Compiling home v0.5.9 |
1218 | 2025-01-17T07:07:58.545Z | Compiling bindgen v0.69.5 |
1219 | 2025-01-17T07:07:58.590Z | Compiling futures-channel v0.3.31 |
1220 | 2025-01-17T07:07:59.001Z | Compiling itertools v0.12.1 |
1221 | 2025-01-17T07:07:59.163Z | Compiling lazycell v1.3.0 |
1222 | 2025-01-17T07:07:59.352Z | Compiling pin-utils v0.1.0 |
1223 | 2025-01-17T07:07:59.422Z | Compiling rustc-hash v1.1.0 |
1224 | 2025-01-17T07:07:59.460Z | Compiling futures-task v0.3.31 |
1225 | 2025-01-17T07:07:59.596Z | Compiling libm v0.2.8 |
1226 | 2025-01-17T07:07:59.760Z | Compiling foldhash v0.1.3 |
1227 | 2025-01-17T07:07:59.917Z | Compiling allocator-api2 v0.2.18 |
1228 | 2025-01-17T07:08:00.055Z | Compiling futures-io v0.3.31 |
1229 | 2025-01-17T07:08:00.370Z | Compiling cmake v0.1.51 |
1230 | 2025-01-17T07:08:00.695Z | Compiling regex-automata v0.4.8 |
1231 | 2025-01-17T07:08:00.942Z | Compiling hashbrown v0.15.1 |
1232 | 2025-01-17T07:08:01.295Z | Compiling cexpr v0.6.0 |
1233 | 2025-01-17T07:08:01.561Z | Compiling num-traits v0.2.19 |
1234 | 2025-01-17T07:08:01.860Z | Compiling synstructure v0.13.1 |
1235 | 2025-01-17T07:08:02.193Z | Compiling dunce v1.0.5 |
1236 | 2025-01-17T07:08:02.337Z | Compiling pkg-config v0.3.31 |
1237 | 2025-01-17T07:08:02.959Z | Compiling fs_extra v1.3.0 |
1238 | 2025-01-17T07:08:03.461Z | Compiling litemap v0.7.3 |
1239 | 2025-01-17T07:08:03.494Z | Compiling writeable v0.5.5 |
1240 | 2025-01-17T07:08:03.642Z | Compiling ring v0.17.8 |
1241 | 2025-01-17T07:08:03.836Z | Compiling paste v1.0.15 |
1242 | 2025-01-17T07:08:04.058Z | Compiling base64ct v1.6.0 |
1243 | 2025-01-17T07:08:04.614Z | Compiling pem-rfc7468 v0.7.0 |
1244 | 2025-01-17T07:08:04.741Z | Compiling httparse v1.9.5 |
1245 | 2025-01-17T07:08:04.765Z | Compiling flagset v0.4.6 |
1246 | 2025-01-17T07:08:04.969Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-01-17T07:08:05.245Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2025-01-17T07:08:05.377Z | Compiling tracing-core v0.1.32 |
1249 | 2025-01-17T07:08:05.489Z | Compiling percent-encoding v2.3.1 |
1250 | 2025-01-17T07:08:05.828Z | Compiling crossbeam-utils v0.8.20 |
1251 | 2025-01-17T07:08:06.012Z | Compiling icu_properties_data v1.5.0 |
1252 | 2025-01-17T07:08:06.269Z | Compiling regex v1.11.1 |
1253 | 2025-01-17T07:08:06.324Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-01-17T07:08:06.527Z | Compiling untrusted v0.9.0 |
1255 | 2025-01-17T07:08:06.722Z | Compiling powerfmt v0.2.0 |
1256 | 2025-01-17T07:08:07.076Z | Compiling utf8_iter v1.0.4 |
1257 | 2025-01-17T07:08:07.078Z | Compiling icu_normalizer_data v1.5.0 |
1258 | 2025-01-17T07:08:07.187Z | Compiling num-conv v0.1.0 |
1259 | 2025-01-17T07:08:07.222Z | Compiling serde_derive v1.0.217 |
1260 | 2025-01-17T07:08:07.259Z | Compiling zeroize_derive v1.4.2 |
1261 | 2025-01-17T07:08:07.263Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2025-01-17T07:08:07.333Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2025-01-17T07:08:07.465Z | Compiling tokio-macros v2.5.0 |
1264 | 2025-01-17T07:08:08.663Z | Compiling zeroize v1.8.1 |
1265 | 2025-01-17T07:08:09.010Z | Compiling yoke-derive v0.7.4 |
1266 | 2025-01-17T07:08:09.206Z | Compiling zerocopy v0.7.35 |
1267 | 2025-01-17T07:08:09.324Z | Compiling zerovec-derive v0.10.3 |
1268 | 2025-01-17T07:08:10.109Z | Compiling crypto-common v0.1.6 |
1269 | 2025-01-17T07:08:10.363Z | Compiling block-buffer v0.10.4 |
1270 | 2025-01-17T07:08:10.443Z | Compiling thiserror-impl v1.0.69 |
1271 | 2025-01-17T07:08:10.513Z | Compiling futures-macro v0.3.31 |
1272 | 2025-01-17T07:08:10.679Z | Compiling digest v0.10.7 |
1273 | 2025-01-17T07:08:10.892Z | Compiling zerofrom v0.1.4 |
1274 | 2025-01-17T07:08:11.125Z | Compiling hmac v0.12.1 |
1275 | 2025-01-17T07:08:11.182Z | Compiling displaydoc v0.2.5 |
1276 | 2025-01-17T07:08:11.399Z | Compiling block-padding v0.3.3 |
1277 | 2025-01-17T07:08:11.653Z | Compiling inout v0.1.3 |
1278 | 2025-01-17T07:08:11.682Z | Compiling yoke v0.7.4 |
1279 | 2025-01-17T07:08:11.817Z | Compiling sha2 v0.10.8 |
1280 | 2025-01-17T07:08:11.863Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2025-01-17T07:08:11.938Z | Compiling cipher v0.4.4 |
1282 | 2025-01-17T07:08:12.065Z | Compiling zerovec v0.10.4 |
1283 | 2025-01-17T07:08:12.440Z | Compiling futures-util v0.3.31 |
1284 | 2025-01-17T07:08:12.461Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2025-01-17T07:08:12.719Z | Compiling der_derive v0.7.3 |
1286 | 2025-01-17T07:08:12.927Z | Compiling tracing-attributes v0.1.27 |
1287 | 2025-01-17T07:08:13.229Z | Compiling rand_chacha v0.3.1 |
1288 | 2025-01-17T07:08:13.532Z | Compiling thiserror v1.0.69 |
1289 | 2025-01-17T07:08:13.697Z | Compiling pest v2.7.14 |
1290 | 2025-01-17T07:08:14.106Z | Compiling tinystr v0.7.6 |
1291 | 2025-01-17T07:08:14.490Z | Compiling icu_locid v1.5.0 |
1292 | 2025-01-17T07:08:15.011Z | Compiling der v0.7.9 |
1293 | 2025-01-17T07:08:15.345Z | Compiling icu_collections v1.5.0 |
1294 | 2025-01-17T07:08:15.478Z | Compiling rand v0.8.5 |
1295 | 2025-01-17T07:08:16.254Z | Compiling icu_provider v1.5.0 |
1296 | 2025-01-17T07:08:16.578Z | Compiling tracing v0.1.40 |
1297 | 2025-01-17T07:08:16.751Z | Compiling salsa20 v0.10.2 |
1298 | 2025-01-17T07:08:16.850Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-01-17T07:08:16.974Z | Compiling icu_locid_transform v1.5.0 |
1300 | 2025-01-17T07:08:17.032Z | Compiling spki v0.7.3 |
1301 | 2025-01-17T07:08:17.086Z | Compiling vcpkg v0.2.15 |
1302 | 2025-01-17T07:08:17.199Z | Compiling untrusted v0.7.1 |
1303 | 2025-01-17T07:08:17.407Z | Compiling mirai-annotations v1.12.0 |
1304 | 2025-01-17T07:08:17.428Z | Compiling time-core v0.1.2 |
1305 | 2025-01-17T07:08:17.610Z | Compiling utf16_iter v1.0.5 |
1306 | 2025-01-17T07:08:17.634Z | Compiling write16 v1.0.0 |
1307 | 2025-01-17T07:08:17.636Z | Compiling time-macros v0.2.18 |
1308 | 2025-01-17T07:08:17.766Z | Compiling scrypt v0.11.0 |
1309 | 2025-01-17T07:08:17.786Z | Compiling pest_meta v2.7.14 |
1310 | 2025-01-17T07:08:17.830Z | Compiling cbc v0.1.2 |
1311 | 2025-01-17T07:08:18.008Z | Compiling aes v0.8.4 |
1312 | 2025-01-17T07:08:18.304Z | Compiling icu_properties v1.5.1 |
1313 | 2025-01-17T07:08:18.979Z | Compiling openssl-sys v0.9.103 |
1314 | 2025-01-17T07:08:19.420Z | Compiling scroll_derive v0.12.0 |
1315 | 2025-01-17T07:08:20.051Z | Compiling deranged v0.3.11 |
1316 | 2025-01-17T07:08:20.484Z | Compiling bitflags v2.6.0 |
1317 | 2025-01-17T07:08:20.712Z | Compiling bytes v1.9.0 |
1318 | 2025-01-17T07:08:20.959Z | Compiling indexmap v2.7.0 |
1319 | 2025-01-17T07:08:21.525Z | Compiling semver v1.0.24 |
1320 | 2025-01-17T07:08:21.949Z | Compiling tokio v1.43.0 |
1321 | 2025-01-17T07:08:22.238Z | Compiling http v1.2.0 |
1322 | 2025-01-17T07:08:22.294Z | Compiling rustc_version v0.4.1 |
1323 | 2025-01-17T07:08:22.316Z | Compiling icu_normalizer v1.5.0 |
1324 | 2025-01-17T07:08:22.739Z | Compiling atomic-waker v1.1.2 |
1325 | 2025-01-17T07:08:22.932Z | Compiling tinyvec_macros v0.1.1 |
1326 | 2025-01-17T07:08:22.993Z | Compiling num_threads v0.1.7 |
1327 | 2025-01-17T07:08:23.016Z | Compiling tinyvec v1.8.0 |
1328 | 2025-01-17T07:08:23.042Z | Compiling scroll v0.12.0 |
1329 | 2025-01-17T07:08:23.139Z | Compiling time v0.3.36 |
1330 | 2025-01-17T07:08:23.592Z | Compiling idna_adapter v1.2.0 |
1331 | 2025-01-17T07:08:23.681Z | Compiling http-body v1.0.1 |
1332 | 2025-01-17T07:08:23.932Z | Compiling pest_generator v2.7.14 |
1333 | 2025-01-17T07:08:23.952Z | Compiling pkcs5 v0.7.1 |
1334 | 2025-01-17T07:08:24.084Z | Compiling form_urlencoded v1.2.1 |
1335 | 2025-01-17T07:08:24.406Z | Compiling try-lock v0.2.5 |
1336 | 2025-01-17T07:08:24.427Z | Compiling which v4.4.2 |
1337 | 2025-01-17T07:08:24.503Z | Compiling slog v2.7.0 |
1338 | 2025-01-17T07:08:24.564Z | Compiling pkcs8 v0.10.2 |
1339 | 2025-01-17T07:08:25.047Z | Compiling want v0.3.1 |
1340 | 2025-01-17T07:08:25.096Z | Compiling goblin v0.8.2 |
1341 | 2025-01-17T07:08:25.195Z | Compiling idna v1.0.3 |
1342 | 2025-01-17T07:08:25.337Z | Compiling uuid v1.11.0 |
1343 | 2025-01-17T07:08:25.594Z | Compiling httpdate v1.0.3 |
1344 | 2025-01-17T07:08:25.883Z | Compiling pest_derive v2.7.14 |
1345 | 2025-01-17T07:08:26.113Z | Compiling iana-time-zone v0.1.61 |
1346 | 2025-01-17T07:08:26.519Z | Compiling chrono v0.4.38 |
1347 | 2025-01-17T07:08:26.679Z | Compiling dtrace-parser v0.2.0 |
1348 | 2025-01-17T07:08:26.827Z | Compiling serde_spanned v0.6.8 |
1349 | 2025-01-17T07:08:27.072Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2025-01-17T07:08:27.468Z | Compiling toml_datetime v0.6.8 |
1351 | 2025-01-17T07:08:27.669Z | Compiling openssl v0.10.66 |
1352 | 2025-01-17T07:08:27.895Z | Compiling adler2 v2.0.0 |
1353 | 2025-01-17T07:08:27.954Z | Compiling match_cfg v0.1.0 |
1354 | 2025-01-17T07:08:28.063Z | Compiling foreign-types-shared v0.1.1 |
1355 | 2025-01-17T07:08:28.093Z | Compiling base64 v0.22.1 |
1356 | 2025-01-17T07:08:28.119Z | Compiling rustversion v1.0.17 |
1357 | 2025-01-17T07:08:28.193Z | Compiling tower-service v0.3.3 |
1358 | 2025-01-17T07:08:28.341Z | Compiling foreign-types v0.3.2 |
1359 | 2025-01-17T07:08:28.479Z | Compiling miniz_oxide v0.8.0 |
1360 | 2025-01-17T07:08:28.613Z | Compiling hostname v0.3.1 |
1361 | 2025-01-17T07:08:28.763Z | Compiling url v2.5.3 |
1362 | 2025-01-17T07:08:28.858Z | Compiling openssl-macros v0.1.1 |
1363 | 2025-01-17T07:08:29.614Z | Compiling async-trait v0.1.83 |
1364 | 2025-01-17T07:08:29.890Z | Compiling tokio-util v0.7.12 |
1365 | 2025-01-17T07:08:29.922Z | Compiling serde_derive_internals v0.29.1 |
1366 | 2025-01-17T07:08:30.089Z | Compiling dirs-sys-next v0.1.2 |
1367 | 2025-01-17T07:08:30.537Z | Compiling schemars v0.8.21 |
1368 | 2025-01-17T07:08:30.721Z | Compiling dof v0.3.0 |
1369 | 2025-01-17T07:08:30.904Z | Compiling h2 v0.4.6 |
1370 | 2025-01-17T07:08:31.169Z | Compiling rustls v0.23.19 |
1371 | 2025-01-17T07:08:31.466Z | Compiling data-encoding v2.6.0 |
1372 | 2025-01-17T07:08:32.077Z | Compiling usdt-impl v0.5.0 |
1373 | 2025-01-17T07:08:32.345Z | Compiling native-tls v0.2.12 |
1374 | 2025-01-17T07:08:32.612Z | Compiling siphasher v0.3.11 |
1375 | 2025-01-17T07:08:32.672Z | Compiling syn v1.0.109 |
1376 | 2025-01-17T07:08:32.998Z | Compiling rustls v0.22.4 |
1377 | 2025-01-17T07:08:33.353Z | Compiling schemars_derive v0.8.21 |
1378 | 2025-01-17T07:08:33.406Z | Compiling dirs-next v2.0.0 |
1379 | 2025-01-17T07:08:33.601Z | Compiling unicode-normalization v0.1.24 |
1380 | 2025-01-17T07:08:34.406Z | Compiling http-body-util v0.1.2 |
1381 | 2025-01-17T07:08:34.721Z | Compiling heapless v0.7.17 |
1382 | 2025-01-17T07:08:34.757Z | Compiling crossbeam-epoch v0.9.18 |
1383 | 2025-01-17T07:08:34.888Z | Compiling signature v2.2.0 |
1384 | 2025-01-17T07:08:35.146Z | Compiling sha1 v0.10.6 |
1385 | 2025-01-17T07:08:35.200Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1386 | 2025-01-17T07:08:35.426Z | Compiling thread_local v1.1.8 |
1387 | 2025-01-17T07:08:35.452Z | Compiling encoding_rs v0.8.34 |
1388 | 2025-01-17T07:08:35.581Z | Compiling cookie v0.18.1 |
1389 | 2025-01-17T07:08:35.721Z | Compiling multer v3.1.0 |
1390 | 2025-01-17T07:08:35.907Z | Compiling dyn-clone v1.0.17 |
1391 | 2025-01-17T07:08:35.928Z | Compiling slog-async v2.8.0 |
1392 | 2025-01-17T07:08:35.998Z | Compiling rayon-core v1.12.1 |
1393 | 2025-01-17T07:08:36.122Z | Compiling gimli v0.31.1 |
1394 | 2025-01-17T07:08:36.275Z | Compiling unicode-properties v0.1.3 |
1395 | 2025-01-17T07:08:36.414Z | Compiling ipnet v2.10.1 |
1396 | 2025-01-17T07:08:36.482Z | Compiling unicode-bidi v0.3.17 |
1397 | 2025-01-17T07:08:36.698Z | Compiling signal-hook v0.3.17 |
1398 | 2025-01-17T07:08:36.978Z | Compiling mime v0.3.17 |
1399 | 2025-01-17T07:08:37.510Z | Compiling openssl-probe v0.1.5 |
1400 | 2025-01-17T07:08:37.531Z | Compiling stringprep v0.1.5 |
1401 | 2025-01-17T07:08:37.821Z | Compiling toml_edit v0.22.22 |
1402 | 2025-01-17T07:08:38.607Z | Compiling hyper v1.5.2 |
1403 | 2025-01-17T07:08:40.270Z | Compiling addr2line v0.24.2 |
1404 | 2025-01-17T07:08:40.966Z | Compiling hyper-util v0.1.10 |
1405 | 2025-01-17T07:08:41.106Z | Compiling crossbeam-deque v0.8.5 |
1406 | 2025-01-17T07:08:41.283Z | Compiling usdt-macro v0.5.0 |
1407 | 2025-01-17T07:08:41.307Z | Compiling usdt-attr-macro v0.5.0 |
1408 | 2025-01-17T07:08:41.474Z | Compiling term v0.7.0 |
1409 | 2025-01-17T07:08:42.504Z | Compiling slog-json v2.6.1 |
1410 | 2025-01-17T07:08:42.743Z | Compiling serde_urlencoded v0.7.1 |
1411 | 2025-01-17T07:08:42.821Z | Compiling curve25519-dalek v4.1.3 |
1412 | 2025-01-17T07:08:42.824Z | Compiling crossbeam-channel v0.5.13 |
1413 | 2025-01-17T07:08:42.857Z | Compiling enum-as-inner v0.6.1 |
1414 | 2025-01-17T07:08:43.228Z | Compiling futures-executor v0.3.31 |
1415 | 2025-01-17T07:08:43.503Z | Compiling md-5 v0.10.6 |
1416 | 2025-01-17T07:08:43.758Z | Compiling async-stream-impl v0.3.6 |
1417 | 2025-01-17T07:08:43.793Z | Compiling rustls-pemfile v2.2.0 |
1418 | 2025-01-17T07:08:43.848Z | Compiling num-integer v0.1.46 |
1419 | 2025-01-17T07:08:43.875Z | Compiling hash32 v0.2.1 |
1420 | 2025-01-17T07:08:43.893Z | Compiling ff v0.13.0 |
1421 | 2025-01-17T07:08:44.125Z | Compiling is-terminal v0.4.13 |
1422 | 2025-01-17T07:08:44.146Z | Compiling object v0.36.5 |
1423 | 2025-01-17T07:08:44.218Z | Compiling dropshot v0.12.0 |
1424 | 2025-01-17T07:08:44.260Z | Compiling portable-atomic v1.9.0 |
1425 | 2025-01-17T07:08:44.529Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2025-01-17T07:08:44.612Z | Compiling anyhow v1.0.93 |
1427 | 2025-01-17T07:08:44.829Z | Compiling quick-error v1.2.3 |
1428 | 2025-01-17T07:08:44.994Z | Compiling take_mut v0.2.2 |
1429 | 2025-01-17T07:08:45.022Z | Compiling litrs v0.4.1 |
1430 | 2025-01-17T07:08:45.164Z | Compiling utf-8 v0.7.6 |
1431 | 2025-01-17T07:08:45.216Z | Compiling fallible-iterator v0.2.0 |
1432 | 2025-01-17T07:08:45.239Z | Compiling base16ct v0.2.0 |
1433 | 2025-01-17T07:08:45.242Z | Compiling rustc-demangle v0.1.24 |
1434 | 2025-01-17T07:08:45.496Z | Compiling psl-types v2.0.11 |
1435 | 2025-01-17T07:08:45.570Z | Compiling linked-hash-map v0.5.6 |
1436 | 2025-01-17T07:08:45.759Z | Compiling smoltcp v0.9.1 |
1437 | 2025-01-17T07:08:45.878Z | Compiling postgres-protocol v0.6.7 |
1438 | 2025-01-17T07:08:45.975Z | Compiling lru-cache v0.1.2 |
1439 | 2025-01-17T07:08:46.189Z | Compiling publicsuffix v2.3.0 |
1440 | 2025-01-17T07:08:46.211Z | Compiling document-features v0.2.10 |
1441 | 2025-01-17T07:08:46.248Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-17T07:08:46.417Z | Compiling tungstenite v0.24.0 |
1443 | 2025-01-17T07:08:46.949Z | Compiling async-stream v0.3.6 |
1444 | 2025-01-17T07:08:47.088Z | Compiling resolv-conf v0.7.0 |
1445 | 2025-01-17T07:08:47.362Z | Compiling num-iter v0.1.45 |
1446 | 2025-01-17T07:08:47.383Z | Compiling slog-term v2.9.1 |
1447 | 2025-01-17T07:08:47.803Z | Compiling usdt v0.5.0 |
1448 | 2025-01-17T07:08:47.898Z | Compiling group v0.13.0 |
1449 | 2025-01-17T07:08:48.230Z | Compiling hickory-proto v0.24.2 |
1450 | 2025-01-17T07:08:48.407Z | Compiling futures v0.3.31 |
1451 | 2025-01-17T07:08:48.470Z | Compiling slog-bunyan v2.5.0 |
1452 | 2025-01-17T07:08:48.605Z | Compiling toml v0.8.19 |
1453 | 2025-01-17T07:08:49.657Z | Compiling tokio-native-tls v0.3.1 |
1454 | 2025-01-17T07:08:49.944Z | Compiling camino v1.1.9 |
1455 | 2025-01-17T07:08:50.127Z | Compiling phf_shared v0.11.2 |
1456 | 2025-01-17T07:08:50.157Z | Compiling dropshot_endpoint v0.12.0 |
1457 | 2025-01-17T07:08:50.491Z | Compiling terminal_size v0.4.0 |
1458 | 2025-01-17T07:08:50.573Z | Compiling waitgroup v0.1.2 |
1459 | 2025-01-17T07:08:50.739Z | Compiling openapiv3 v2.0.0 |
1460 | 2025-01-17T07:08:50.801Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-17T07:08:50.822Z | Compiling serde_path_to_error v0.1.16 |
1462 | 2025-01-17T07:08:51.396Z | Compiling hkdf v0.12.4 |
1463 | 2025-01-17T07:08:51.611Z | Compiling crypto-bigint v0.5.5 |
1464 | 2025-01-17T07:08:51.653Z | Compiling curve25519-dalek-derive v0.1.1 |
1465 | 2025-01-17T07:08:53.114Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2025-01-17T07:08:53.861Z | Compiling webpki-roots v0.26.6 |
1467 | 2025-01-17T07:08:54.085Z | Compiling hostname v0.4.0 |
1468 | 2025-01-17T07:08:54.305Z | Compiling ahash v0.8.11 |
1469 | 2025-01-17T07:08:54.455Z | Compiling crc32fast v1.4.2 |
1470 | 2025-01-17T07:08:54.644Z | Compiling fs-err v2.11.0 |
1471 | 2025-01-17T07:08:54.805Z | Compiling newtype-uuid v1.2.1 |
1472 | 2025-01-17T07:08:54.805Z | Compiling winnow v0.5.40 |
1473 | 2025-01-17T07:08:54.863Z | Compiling hubpack_derive v0.1.1 |
1474 | 2025-01-17T07:08:54.937Z | Compiling debug-ignore v1.0.5 |
1475 | 2025-01-17T07:08:55.096Z | Compiling bitflags v1.3.2 |
1476 | 2025-01-17T07:08:55.117Z | Compiling managed v0.8.0 |
1477 | 2025-01-17T07:08:55.166Z | Compiling clap_builder v4.5.21 |
1478 | 2025-01-17T07:08:55.212Z | Compiling console v0.15.8 |
1479 | 2025-01-17T07:08:55.735Z | Compiling hubpack v0.1.2 |
1480 | 2025-01-17T07:08:56.181Z | Compiling zerocopy v0.6.6 |
1481 | 2025-01-17T07:08:56.701Z | Compiling strum_macros v0.25.3 |
1482 | 2025-01-17T07:08:57.120Z | Compiling flate2 v1.0.34 |
1483 | 2025-01-17T07:08:57.562Z | Compiling elliptic-curve v0.13.8 |
1484 | 2025-01-17T07:08:57.593Z | Compiling hickory-resolver v0.24.2 |
1485 | 2025-01-17T07:08:58.038Z | Compiling toml_edit v0.19.15 |
1486 | 2025-01-17T07:08:58.344Z | Compiling phf v0.11.2 |
1487 | 2025-01-17T07:08:58.642Z | Compiling signal-hook-mio v0.2.4 |
1488 | 2025-01-17T07:08:58.820Z | Compiling hyper-tls v0.6.0 |
1489 | 2025-01-17T07:08:59.123Z | Compiling rayon v1.10.0 |
1490 | 2025-01-17T07:08:59.240Z | Compiling cookie_store v0.21.1 |
1491 | 2025-01-17T07:09:00.468Z | Compiling bzip2 v0.4.4 |
1492 | 2025-01-17T07:09:00.903Z | Compiling tokio-tungstenite v0.24.0 |
1493 | 2025-01-17T07:09:01.455Z | Compiling postgres-types v0.2.8 |
1494 | 2025-01-17T07:09:03.321Z | Compiling ed25519 v2.2.3 |
1495 | 2025-01-17T07:09:03.410Z | Compiling phf_shared v0.10.0 |
1496 | 2025-01-17T07:09:03.616Z | Compiling tokio-stream v0.1.16 |
1497 | 2025-01-17T07:09:03.799Z | Compiling pkcs1 v0.7.5 |
1498 | 2025-01-17T07:09:04.060Z | Compiling serde-big-array v0.5.1 |
1499 | 2025-01-17T07:09:04.305Z | Compiling clap_derive v4.5.18 |
1500 | 2025-01-17T07:09:04.558Z | Compiling rfc6979 v0.4.0 |
1501 | 2025-01-17T07:09:04.733Z | Compiling serde_repr v0.1.19 |
1502 | 2025-01-17T07:09:04.753Z | Compiling derive-where v1.2.7 |
1503 | 2025-01-17T07:09:05.163Z | Compiling bstr v1.10.0 |
1504 | 2025-01-17T07:09:05.218Z | Compiling float-cmp v0.9.0 |
1505 | 2025-01-17T07:09:05.464Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-01-17T07:09:05.627Z | Compiling predicates-core v1.0.8 |
1507 | 2025-01-17T07:09:05.649Z | Compiling fixedbitset v0.4.2 |
1508 | 2025-01-17T07:09:05.845Z | Compiling difflib v0.4.0 |
1509 | 2025-01-17T07:09:05.969Z | Compiling unicode-width v0.2.0 |
1510 | 2025-01-17T07:09:06.104Z | Compiling new_debug_unreachable v1.0.6 |
1511 | 2025-01-17T07:09:06.213Z | Compiling static_assertions v1.1.0 |
1512 | 2025-01-17T07:09:06.326Z | Compiling bit-vec v0.6.3 |
1513 | 2025-01-17T07:09:06.521Z | Compiling precomputed-hash v0.1.1 |
1514 | 2025-01-17T07:09:06.659Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2025-01-17T07:09:06.723Z | Compiling whoami v1.5.2 |
1516 | 2025-01-17T07:09:06.780Z | Compiling unicode-segmentation v1.12.0 |
1517 | 2025-01-17T07:09:06.800Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-17T07:09:07.040Z | Compiling indicatif v0.17.9 |
1519 | 2025-01-17T07:09:07.281Z | Compiling tokio-postgres v0.7.12 |
1520 | 2025-01-17T07:09:07.331Z | Compiling predicates v3.1.2 |
1521 | 2025-01-17T07:09:07.649Z | Compiling similar v2.6.0 |
1522 | 2025-01-17T07:09:08.023Z | Compiling bit-set v0.5.3 |
1523 | 2025-01-17T07:09:08.308Z | Compiling string_cache v0.8.7 |
1524 | 2025-01-17T07:09:08.739Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1525 | 2025-01-17T07:09:08.795Z | Compiling petgraph v0.6.5 |
1526 | 2025-01-17T07:09:08.951Z | Compiling clap v4.5.21 |
1527 | 2025-01-17T07:09:09.075Z | Compiling ecdsa v0.16.9 |
1528 | 2025-01-17T07:09:09.096Z | Compiling rsa v0.9.6 |
1529 | 2025-01-17T07:09:09.828Z | Compiling ed25519-dalek v2.1.1 |
1530 | 2025-01-17T07:09:09.893Z | Compiling toml v0.7.8 |
1531 | 2025-01-17T07:09:11.169Z | Compiling zip v0.6.6 |
1532 | 2025-01-17T07:09:11.463Z | Compiling crossterm v0.28.1 |
1533 | 2025-01-17T07:09:13.025Z | Compiling hex v0.4.3 |
1534 | 2025-01-17T07:09:13.314Z | Compiling x509-cert v0.2.5 |
1535 | 2025-01-17T07:09:13.355Z | Compiling itertools v0.10.5 |
1536 | 2025-01-17T07:09:13.612Z | Compiling lalrpop-util v0.19.12 |
1537 | 2025-01-17T07:09:13.966Z | Compiling peg-runtime v0.8.3 |
1538 | 2025-01-17T07:09:14.555Z | Compiling unicode-xid v0.2.6 |
1539 | 2025-01-17T07:09:14.749Z | Compiling strum_macros v0.26.4 |
1540 | 2025-01-17T07:09:14.778Z | Compiling xattr v1.3.1 |
1541 | 2025-01-17T07:09:14.827Z | Compiling filetime v0.2.25 |
1542 | 2025-01-17T07:09:15.061Z | Compiling tar v0.4.42 |
1543 | 2025-01-17T07:09:19.417Z | Compiling strum v0.26.3 |
1544 | 2025-01-17T07:09:22.361Z | Compiling aws-lc-sys v0.22.0 |
1545 | 2025-01-17T07:09:50.096Z | Compiling rustls-webpki v0.102.8 |
1546 | 2025-01-17T07:09:53.351Z | Compiling tokio-rustls v0.25.0 |
1547 | 2025-01-17T07:09:55.032Z | Compiling tokio-rustls v0.26.0 |
1548 | 2025-01-17T07:09:55.338Z | Compiling hyper-rustls v0.27.3 |
1549 | 2025-01-17T07:09:55.944Z | Compiling reqwest v0.12.9 |
1550 | 2025-01-17T07:09:57.029Z | Compiling qorb v0.2.1 |
1551 | 2025-01-17T07:10:00.136Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2025-01-17T07:10:00.389Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1553 | 2025-01-17T07:10:04.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1554 | 2025-01-17T07:10:05.084Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1555 | 2025-01-17T07:10:05.132Z | Jan 17 07:10:03.981 INFO Starting download, target: Clickhouse |
1556 | 2025-01-17T07:10:05.132Z | Jan 17 07:10:03.982 INFO Starting download, target: Cockroach |
1557 | 2025-01-17T07:10:05.132Z | Jan 17 07:10:03.982 INFO Starting download, target: Console |
1558 | 2025-01-17T07:10:05.132Z | Jan 17 07:10:03.982 INFO Starting download, target: DendriteOpenapi |
1559 | 2025-01-17T07:10:05.132Z | Jan 17 07:10:03.982 INFO Starting download, target: DendriteStub |
1560 | 2025-01-17T07:10:05.132Z | Jan 17 07:10:03.982 INFO Starting download, target: MaghemiteMgd |
1561 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.982 INFO Starting download, target: TransceiverControl |
1562 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1563 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1564 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1566 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1567 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-01-17T07:10:05.135Z | Jan 17 07:10:03.983 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1569 | 2025-01-17T07:10:05.320Z | Jan 17 07:10:04.169 INFO Download complete, target: DendriteOpenapi |
1570 | 2025-01-17T07:10:05.645Z | Jan 17 07:10:04.491 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1571 | 2025-01-17T07:10:05.702Z | Jan 17 07:10:04.549 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1572 | 2025-01-17T07:10:06.057Z | Jan 17 07:10:04.872 INFO Download complete, target: Console |
1573 | 2025-01-17T07:10:06.223Z | Jan 17 07:10:05.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1574 | 2025-01-17T07:10:06.277Z | Jan 17 07:10:05.125 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1575 | 2025-01-17T07:10:06.347Z | Jan 17 07:10:05.195 INFO Download complete, target: TransceiverControl |
1576 | 2025-01-17T07:10:06.906Z | Jan 17 07:10:05.756 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1577 | 2025-01-17T07:10:06.906Z | Jan 17 07:10:05.756 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1578 | 2025-01-17T07:10:07.550Z | Jan 17 07:10:06.399 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1579 | 2025-01-17T07:10:09.164Z | Jan 17 07:10:08.013 INFO Download complete, target: DendriteStub |
1580 | 2025-01-17T07:10:09.173Z | Jan 17 07:10:08.023 INFO Download complete, target: MaghemiteMgd |
1581 | 2025-01-17T07:10:14.259Z | Jan 17 07:10:13.107 INFO Checking that binary works, target: Cockroach |
1582 | 2025-01-17T07:10:14.563Z | Jan 17 07:10:13.412 INFO Download complete, target: Cockroach |
1583 | 2025-01-17T07:10:19.988Z | Jan 17 07:10:18.834 INFO Checking that binary works, target: Clickhouse |
1584 | 2025-01-17T07:10:20.149Z | Jan 17 07:10:18.997 INFO Download complete, target: Clickhouse |
1585 | 2025-01-17T07:10:20.171Z | All builder prerequisites installed successfully, and PATH looks valid |
1586 | 2025-01-17T07:10:20.174Z | |
1587 | 2025-01-17T07:10:20.174Z | real 4:41.552245186 |
1588 | 2025-01-17T07:10:20.174Z | user 15:53.132113054 |
1589 | 2025-01-17T07:10:20.174Z | sys 2:04.991200602 |
1590 | 2025-01-17T07:10:20.174Z | trap 0.612964170 |
1591 | 2025-01-17T07:10:20.174Z | tflt 1.516860539 |
1592 | 2025-01-17T07:10:20.174Z | dflt 1.768884191 |
1593 | 2025-01-17T07:10:20.174Z | kflt 0.026167016 |
1594 | 2025-01-17T07:10:20.174Z | lock 24:44.101846189 |
1595 | 2025-01-17T07:10:20.174Z | slp 55:20.555194624 |
1596 | 2025-01-17T07:10:20.174Z | lat 1:00.272831912 |
1597 | 2025-01-17T07:10:20.176Z | stop 2:24.996814283 |
1598 | 2025-01-17T07:10:20.176Z | + banner hack-check |
1599 | 2025-01-17T07:10:20.179Z | |
1600 | 2025-01-17T07:10:20.179Z | # # ## #### # # #### # # ###### #### # # |
1601 | 2025-01-17T07:10:20.179Z | # # # # # # # # # # # # # # # # # |
1602 | 2025-01-17T07:10:20.179Z | ###### # # # #### ##### # ###### ##### # #### |
1603 | 2025-01-17T07:10:20.179Z | # # ###### # # # # # # # # # # |
1604 | 2025-01-17T07:10:20.179Z | # # # # # # # # # # # # # # # # # |
1605 | 2025-01-17T07:10:20.179Z | # # # # #### # # #### # # ###### #### # # |
1606 | 2025-01-17T07:10:20.179Z | |
1607 | 2025-01-17T07:10:20.179Z | + export CARGO_INCREMENTAL=0 |
1608 | 2025-01-17T07:10:20.179Z | + CARGO_INCREMENTAL=0 |
1609 | 2025-01-17T07:10:20.179Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1610 | 2025-01-17T07:10:20.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1611 | 2025-01-17T07:10:23.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
1612 | 2025-01-17T07:10:23.587Z | Running `target/debug/xtask check-features --ci` |
1613 | 2025-01-17T07:10:23.607Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1614 | 2025-01-17T07:10:23.609Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1615 | 2025-01-17T07:10:24.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1616 | 2025-01-17T07:10:24.072Z | Running `target/debug/xtask download cargo-hack` |
1617 | 2025-01-17T07:10:24.908Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1618 | 2025-01-17T07:10:25.266Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1619 | 2025-01-17T07:10:29.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s |
1620 | 2025-01-17T07:10:29.273Z | Running `target/debug/xtask-downloader cargo-hack` |
1621 | 2025-01-17T07:10:29.313Z | Jan 17 07:10:28.160 INFO Starting download, target: CargoHack |
1622 | 2025-01-17T07:10:29.315Z | Jan 17 07:10:28.161 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1623 | 2025-01-17T07:10:29.995Z | Jan 17 07:10:28.840 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1624 | 2025-01-17T07:10:30.081Z | Jan 17 07:10:28.929 INFO Download complete, target: CargoHack |
1625 | 2025-01-17T07:10:30.086Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1626 | 2025-01-17T07:10:30.102Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1627 | 2025-01-17T07:10:30.282Z | info: running `cargo check --bins` on api_identity (1/197) |
1628 | 2025-01-17T07:10:30.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2025-01-17T07:10:30.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2025-01-17T07:10:30.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2025-01-17T07:10:30.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1632 | 2025-01-17T07:10:30.884Z | |
1633 | 2025-01-17T07:10:30.884Z | info: running `cargo check --bins` on bootstore (2/197) |
1634 | 2025-01-17T07:10:31.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2025-01-17T07:10:31.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2025-01-17T07:10:31.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2025-01-17T07:10:31.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1638 | 2025-01-17T07:10:31.535Z | |
1639 | 2025-01-17T07:10:31.535Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1640 | 2025-01-17T07:10:32.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2025-01-17T07:10:32.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2025-01-17T07:10:32.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2025-01-17T07:10:32.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1644 | 2025-01-17T07:10:32.150Z | |
1645 | 2025-01-17T07:10:32.150Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1646 | 2025-01-17T07:10:32.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2025-01-17T07:10:32.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2025-01-17T07:10:32.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2025-01-17T07:10:32.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1650 | 2025-01-17T07:10:32.770Z | |
1651 | 2025-01-17T07:10:32.770Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1652 | 2025-01-17T07:10:33.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2025-01-17T07:10:33.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2025-01-17T07:10:33.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2025-01-17T07:10:33.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1656 | 2025-01-17T07:10:33.192Z | |
1657 | 2025-01-17T07:10:33.192Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1658 | 2025-01-17T07:10:33.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2025-01-17T07:10:33.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2025-01-17T07:10:33.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2025-01-17T07:10:33.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1662 | 2025-01-17T07:10:33.622Z | |
1663 | 2025-01-17T07:10:33.622Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1664 | 2025-01-17T07:10:34.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2025-01-17T07:10:34.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2025-01-17T07:10:34.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2025-01-17T07:10:34.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1668 | 2025-01-17T07:10:34.046Z | |
1669 | 2025-01-17T07:10:34.046Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1670 | 2025-01-17T07:10:34.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-01-17T07:10:34.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-01-17T07:10:34.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-01-17T07:10:34.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1674 | 2025-01-17T07:10:34.472Z | |
1675 | 2025-01-17T07:10:34.472Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1676 | 2025-01-17T07:10:34.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-01-17T07:10:34.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-01-17T07:10:34.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-01-17T07:10:34.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1680 | 2025-01-17T07:10:34.895Z | |
1681 | 2025-01-17T07:10:34.895Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1682 | 2025-01-17T07:10:35.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-01-17T07:10:35.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-01-17T07:10:35.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-01-17T07:10:35.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1686 | 2025-01-17T07:10:35.338Z | |
1687 | 2025-01-17T07:10:35.338Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1688 | 2025-01-17T07:10:35.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-01-17T07:10:35.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-01-17T07:10:35.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-01-17T07:10:35.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1692 | 2025-01-17T07:10:35.765Z | |
1693 | 2025-01-17T07:10:35.765Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1694 | 2025-01-17T07:10:36.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-01-17T07:10:36.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-01-17T07:10:36.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-01-17T07:10:36.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1698 | 2025-01-17T07:10:36.190Z | |
1699 | 2025-01-17T07:10:36.190Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1700 | 2025-01-17T07:10:36.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-01-17T07:10:36.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-01-17T07:10:36.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-01-17T07:10:36.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1704 | 2025-01-17T07:10:36.617Z | |
1705 | 2025-01-17T07:10:36.617Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1706 | 2025-01-17T07:10:37.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-01-17T07:10:37.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-01-17T07:10:37.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-01-17T07:10:37.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1710 | 2025-01-17T07:10:37.112Z | |
1711 | 2025-01-17T07:10:37.112Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1712 | 2025-01-17T07:10:37.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-01-17T07:10:37.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-01-17T07:10:37.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-01-17T07:10:37.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1716 | 2025-01-17T07:10:37.487Z | |
1717 | 2025-01-17T07:10:37.487Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1718 | 2025-01-17T07:10:37.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-01-17T07:10:37.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-01-17T07:10:37.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-01-17T07:10:37.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1722 | 2025-01-17T07:10:37.912Z | |
1723 | 2025-01-17T07:10:37.912Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1724 | 2025-01-17T07:10:38.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-01-17T07:10:38.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-01-17T07:10:38.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-01-17T07:10:38.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1728 | 2025-01-17T07:10:38.388Z | |
1729 | 2025-01-17T07:10:38.388Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1730 | 2025-01-17T07:10:38.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-01-17T07:10:38.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-01-17T07:10:38.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-01-17T07:10:38.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1734 | 2025-01-17T07:10:38.829Z | |
1735 | 2025-01-17T07:10:38.829Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1736 | 2025-01-17T07:10:39.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-01-17T07:10:39.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-01-17T07:10:39.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-01-17T07:10:39.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1740 | 2025-01-17T07:10:39.212Z | |
1741 | 2025-01-17T07:10:39.212Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1742 | 2025-01-17T07:10:39.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-01-17T07:10:39.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-01-17T07:10:39.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-01-17T07:10:39.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1746 | 2025-01-17T07:10:39.645Z | |
1747 | 2025-01-17T07:10:39.646Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1748 | 2025-01-17T07:10:40.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-01-17T07:10:40.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-01-17T07:10:40.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-01-17T07:10:40.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2025-01-17T07:10:40.078Z | |
1753 | 2025-01-17T07:10:40.078Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1754 | 2025-01-17T07:10:40.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-01-17T07:10:40.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-01-17T07:10:40.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-01-17T07:10:40.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1758 | 2025-01-17T07:10:40.509Z | |
1759 | 2025-01-17T07:10:40.509Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1760 | 2025-01-17T07:10:40.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-01-17T07:10:40.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-01-17T07:10:40.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-01-17T07:10:40.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1764 | 2025-01-17T07:10:40.940Z | |
1765 | 2025-01-17T07:10:40.940Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1766 | 2025-01-17T07:10:41.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-01-17T07:10:41.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-01-17T07:10:41.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-01-17T07:10:41.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1770 | 2025-01-17T07:10:41.371Z | |
1771 | 2025-01-17T07:10:41.371Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1772 | 2025-01-17T07:10:41.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-01-17T07:10:41.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-01-17T07:10:41.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-01-17T07:10:41.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1776 | 2025-01-17T07:10:41.803Z | |
1777 | 2025-01-17T07:10:41.803Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1778 | 2025-01-17T07:10:42.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-01-17T07:10:42.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-01-17T07:10:42.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-01-17T07:10:42.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1782 | 2025-01-17T07:10:42.236Z | |
1783 | 2025-01-17T07:10:42.236Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1784 | 2025-01-17T07:10:42.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-01-17T07:10:42.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-01-17T07:10:42.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-01-17T07:10:42.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1788 | 2025-01-17T07:10:42.658Z | |
1789 | 2025-01-17T07:10:42.658Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1790 | 2025-01-17T07:10:43.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-01-17T07:10:43.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-01-17T07:10:43.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-01-17T07:10:43.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1794 | 2025-01-17T07:10:43.088Z | |
1795 | 2025-01-17T07:10:43.088Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1796 | 2025-01-17T07:10:43.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-01-17T07:10:43.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-01-17T07:10:43.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-01-17T07:10:43.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1800 | 2025-01-17T07:10:43.525Z | |
1801 | 2025-01-17T07:10:43.525Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1802 | 2025-01-17T07:10:43.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-01-17T07:10:43.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-01-17T07:10:43.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-01-17T07:10:43.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1806 | 2025-01-17T07:10:43.955Z | |
1807 | 2025-01-17T07:10:43.955Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1808 | 2025-01-17T07:10:44.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-01-17T07:10:44.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-01-17T07:10:44.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1811 | 2025-01-17T07:10:44.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1812 | 2025-01-17T07:10:44.384Z | |
1813 | 2025-01-17T07:10:44.384Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1814 | 2025-01-17T07:10:44.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1815 | 2025-01-17T07:10:44.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1816 | 2025-01-17T07:10:44.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1817 | 2025-01-17T07:10:44.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1818 | 2025-01-17T07:10:44.800Z | |
1819 | 2025-01-17T07:10:44.800Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1820 | 2025-01-17T07:10:45.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1821 | 2025-01-17T07:10:45.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1822 | 2025-01-17T07:10:45.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1823 | 2025-01-17T07:10:45.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1824 | 2025-01-17T07:10:45.230Z | |
1825 | 2025-01-17T07:10:45.230Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1826 | 2025-01-17T07:10:45.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1827 | 2025-01-17T07:10:45.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1828 | 2025-01-17T07:10:45.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1829 | 2025-01-17T07:10:45.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1830 | 2025-01-17T07:10:45.655Z | |
1831 | 2025-01-17T07:10:45.655Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1832 | 2025-01-17T07:10:46.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2025-01-17T07:10:46.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2025-01-17T07:10:46.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1835 | 2025-01-17T07:10:46.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1836 | 2025-01-17T07:10:46.075Z | |
1837 | 2025-01-17T07:10:46.075Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1838 | 2025-01-17T07:10:46.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2025-01-17T07:10:46.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2025-01-17T07:10:46.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1841 | 2025-01-17T07:10:46.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1842 | 2025-01-17T07:10:46.501Z | |
1843 | 2025-01-17T07:10:46.501Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1844 | 2025-01-17T07:10:46.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2025-01-17T07:10:46.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2025-01-17T07:10:46.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1847 | 2025-01-17T07:10:46.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1848 | 2025-01-17T07:10:46.924Z | |
1849 | 2025-01-17T07:10:46.924Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1850 | 2025-01-17T07:10:47.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2025-01-17T07:10:47.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2025-01-17T07:10:47.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1853 | 2025-01-17T07:10:47.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1854 | 2025-01-17T07:10:47.347Z | |
1855 | 2025-01-17T07:10:47.347Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1856 | 2025-01-17T07:10:47.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2025-01-17T07:10:47.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2025-01-17T07:10:47.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1859 | 2025-01-17T07:10:47.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1860 | 2025-01-17T07:10:47.778Z | |
1861 | 2025-01-17T07:10:47.778Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1862 | 2025-01-17T07:10:48.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1863 | 2025-01-17T07:10:48.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1864 | 2025-01-17T07:10:48.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1865 | 2025-01-17T07:10:48.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1866 | 2025-01-17T07:10:48.207Z | |
1867 | 2025-01-17T07:10:48.207Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1868 | 2025-01-17T07:10:48.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1869 | 2025-01-17T07:10:48.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1870 | 2025-01-17T07:10:48.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1871 | 2025-01-17T07:10:48.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1872 | 2025-01-17T07:10:48.629Z | |
1873 | 2025-01-17T07:10:48.629Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1874 | 2025-01-17T07:10:49.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1875 | 2025-01-17T07:10:49.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1876 | 2025-01-17T07:10:49.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1877 | 2025-01-17T07:10:49.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1878 | 2025-01-17T07:10:49.070Z | |
1879 | 2025-01-17T07:10:49.070Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1880 | 2025-01-17T07:10:49.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1881 | 2025-01-17T07:10:49.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1882 | 2025-01-17T07:10:49.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1883 | 2025-01-17T07:10:49.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1884 | 2025-01-17T07:10:49.516Z | |
1885 | 2025-01-17T07:10:49.516Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1886 | 2025-01-17T07:10:49.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1887 | 2025-01-17T07:10:49.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1888 | 2025-01-17T07:10:49.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1889 | 2025-01-17T07:10:49.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1890 | 2025-01-17T07:10:49.941Z | |
1891 | 2025-01-17T07:10:49.942Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1892 | 2025-01-17T07:10:50.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2025-01-17T07:10:50.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2025-01-17T07:10:50.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1895 | 2025-01-17T07:10:50.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1896 | 2025-01-17T07:10:50.571Z | |
1897 | 2025-01-17T07:10:50.571Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1898 | 2025-01-17T07:10:51.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2025-01-17T07:10:51.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2025-01-17T07:10:51.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1901 | 2025-01-17T07:10:51.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1902 | 2025-01-17T07:10:51.207Z | |
1903 | 2025-01-17T07:10:51.207Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1904 | 2025-01-17T07:10:51.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2025-01-17T07:10:51.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2025-01-17T07:10:51.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1907 | 2025-01-17T07:10:51.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1908 | 2025-01-17T07:10:51.854Z | |
1909 | 2025-01-17T07:10:51.854Z | info: running `cargo check --bins` on oxlog (48/197) |
1910 | 2025-01-17T07:10:52.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1911 | 2025-01-17T07:10:52.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1912 | 2025-01-17T07:10:52.485Z | Checking cfg-if v1.0.0 |
1913 | 2025-01-17T07:10:52.488Z | Checking libc v0.2.169 |
1914 | 2025-01-17T07:10:52.597Z | Checking serde v1.0.217 |
1915 | 2025-01-17T07:10:52.600Z | Checking zeroize v1.8.1 |
1916 | 2025-01-17T07:10:52.616Z | Checking memchr v2.7.4 |
1917 | 2025-01-17T07:10:52.618Z | Checking typenum v1.17.0 |
1918 | 2025-01-17T07:10:52.639Z | Checking scopeguard v1.2.0 |
1919 | 2025-01-17T07:10:52.641Z | Checking subtle v2.6.1 |
1920 | 2025-01-17T07:10:52.668Z | Checking value-bag v1.9.0 |
1921 | 2025-01-17T07:10:52.778Z | Checking lock_api v0.4.12 |
1922 | 2025-01-17T07:10:52.833Z | Checking smallvec v1.13.2 |
1923 | 2025-01-17T07:10:52.908Z | Checking const-oid v0.9.6 |
1924 | 2025-01-17T07:10:53.070Z | Checking log v0.4.22 |
1925 | 2025-01-17T07:10:53.131Z | Checking itoa v1.0.11 |
1926 | 2025-01-17T07:10:53.188Z | Checking pin-project-lite v0.2.14 |
1927 | 2025-01-17T07:10:53.339Z | Checking byteorder v1.5.0 |
1928 | 2025-01-17T07:10:53.357Z | Checking futures-core v0.3.31 |
1929 | 2025-01-17T07:10:53.464Z | Checking once_cell v1.20.2 |
1930 | 2025-01-17T07:10:53.535Z | Checking cpufeatures v0.2.14 |
1931 | 2025-01-17T07:10:53.562Z | Checking stable_deref_trait v1.2.0 |
1932 | 2025-01-17T07:10:53.617Z | Checking getrandom v0.2.15 |
1933 | 2025-01-17T07:10:53.639Z | Checking signal-hook-registry v1.4.2 |
1934 | 2025-01-17T07:10:53.659Z | Checking generic-array v0.14.7 |
1935 | 2025-01-17T07:10:53.675Z | Checking parking_lot_core v0.9.10 |
1936 | 2025-01-17T07:10:53.719Z | Checking mio v1.0.2 |
1937 | 2025-01-17T07:10:53.749Z | Checking futures-sink v0.3.31 |
1938 | 2025-01-17T07:10:53.857Z | Checking rand_core v0.6.4 |
1939 | 2025-01-17T07:10:53.879Z | Checking socket2 v0.5.7 |
1940 | 2025-01-17T07:10:53.897Z | Checking spin v0.9.8 |
1941 | 2025-01-17T07:10:54.003Z | Checking parking_lot v0.12.3 |
1942 | 2025-01-17T07:10:54.176Z | Checking zerocopy v0.7.35 |
1943 | 2025-01-17T07:10:54.230Z | Checking zerofrom v0.1.4 |
1944 | 2025-01-17T07:10:54.311Z | Checking slab v0.4.9 |
1945 | 2025-01-17T07:10:54.366Z | Checking futures-channel v0.3.31 |
1946 | 2025-01-17T07:10:54.366Z | Checking equivalent v1.0.1 |
1947 | 2025-01-17T07:10:54.427Z | Checking yoke v0.7.4 |
1948 | 2025-01-17T07:10:54.490Z | Checking futures-io v0.3.31 |
1949 | 2025-01-17T07:10:54.551Z | Checking foldhash v0.1.3 |
1950 | 2025-01-17T07:10:54.675Z | Checking allocator-api2 v0.2.18 |
1951 | 2025-01-17T07:10:54.743Z | Checking zerovec v0.10.4 |
1952 | 2025-01-17T07:10:54.746Z | Checking crypto-common v0.1.6 |
1953 | 2025-01-17T07:10:54.746Z | Checking block-buffer v0.10.4 |
1954 | 2025-01-17T07:10:54.761Z | Checking futures-task v0.3.31 |
1955 | 2025-01-17T07:10:54.799Z | Checking pin-utils v0.1.0 |
1956 | 2025-01-17T07:10:54.890Z | Checking block-padding v0.3.3 |
1957 | 2025-01-17T07:10:54.968Z | Checking ryu v1.0.18 |
1958 | 2025-01-17T07:10:54.985Z | Checking digest v0.10.7 |
1959 | 2025-01-17T07:10:55.008Z | Checking futures-util v0.3.31 |
1960 | 2025-01-17T07:10:55.091Z | Checking inout v0.1.3 |
1961 | 2025-01-17T07:10:55.216Z | Checking fnv v1.0.7 |
1962 | 2025-01-17T07:10:55.261Z | Checking hashbrown v0.15.1 |
1963 | 2025-01-17T07:10:55.332Z | Checking writeable v0.5.5 |
1964 | 2025-01-17T07:10:55.353Z | Checking hmac v0.12.1 |
1965 | 2025-01-17T07:10:55.353Z | Checking litemap v0.7.3 |
1966 | 2025-01-17T07:10:55.379Z | Checking sha2 v0.10.8 |
1967 | 2025-01-17T07:10:55.563Z | Checking cipher v0.4.4 |
1968 | 2025-01-17T07:10:55.668Z | Checking libm v0.2.8 |
1969 | 2025-01-17T07:10:55.685Z | Checking base64ct v1.6.0 |
1970 | 2025-01-17T07:10:55.944Z | Checking ppv-lite86 v0.2.20 |
1971 | 2025-01-17T07:10:55.969Z | Checking flagset v0.4.6 |
1972 | 2025-01-17T07:10:56.125Z | Checking pem-rfc7468 v0.7.0 |
1973 | 2025-01-17T07:10:56.163Z | Checking icu_locid_transform_data v1.5.0 |
1974 | 2025-01-17T07:10:56.271Z | Checking tracing-core v0.1.32 |
1975 | 2025-01-17T07:10:56.319Z | Checking thiserror v1.0.69 |
1976 | 2025-01-17T07:10:56.362Z | Checking tinystr v0.7.6 |
1977 | 2025-01-17T07:10:56.397Z | Checking der v0.7.9 |
1978 | 2025-01-17T07:10:56.451Z | Checking icu_collections v1.5.0 |
1979 | 2025-01-17T07:10:56.559Z | Checking num-traits v0.2.19 |
1980 | 2025-01-17T07:10:56.620Z | Checking rand_chacha v0.3.1 |
1981 | 2025-01-17T07:10:56.711Z | Checking icu_locid v1.5.0 |
1982 | 2025-01-17T07:10:56.916Z | Checking rustls-pki-types v1.10.0 |
1983 | 2025-01-17T07:10:57.014Z | Checking icu_properties_data v1.5.0 |
1984 | 2025-01-17T07:10:57.057Z | Checking bytes v1.9.0 |
1985 | 2025-01-17T07:10:57.089Z | Checking indexmap v2.7.0 |
1986 | 2025-01-17T07:10:57.255Z | Checking serde_json v1.0.135 |
1987 | 2025-01-17T07:10:57.462Z | Checking bitflags v2.6.0 |
1988 | 2025-01-17T07:10:57.658Z | Checking icu_provider v1.5.0 |
1989 | 2025-01-17T07:10:57.773Z | Checking percent-encoding v2.3.1 |
1990 | 2025-01-17T07:10:57.879Z | Checking tokio v1.43.0 |
1991 | 2025-01-17T07:10:57.995Z | Checking http v1.2.0 |
1992 | 2025-01-17T07:10:58.012Z | Checking rand v0.8.5 |
1993 | 2025-01-17T07:10:58.110Z | Checking spki v0.7.3 |
1994 | 2025-01-17T07:10:58.264Z | Checking icu_locid_transform v1.5.0 |
1995 | 2025-01-17T07:10:58.293Z | Checking tracing v0.1.40 |
1996 | 2025-01-17T07:10:58.403Z | Checking salsa20 v0.10.2 |
1997 | 2025-01-17T07:10:58.618Z | Checking pbkdf2 v0.12.2 |
1998 | 2025-01-17T07:10:58.635Z | Checking aws-lc-sys v0.22.0 |
1999 | 2025-01-17T07:10:58.790Z | Checking httparse v1.9.5 |
2000 | 2025-01-17T07:10:58.915Z | Checking icu_normalizer_data v1.5.0 |
2001 | 2025-01-17T07:10:59.022Z | Checking write16 v1.0.0 |
2002 | 2025-01-17T07:10:59.174Z | Checking untrusted v0.9.0 |
2003 | 2025-01-17T07:10:59.223Z | Checking icu_properties v1.5.1 |
2004 | 2025-01-17T07:10:59.227Z | Checking utf8_iter v1.0.4 |
2005 | 2025-01-17T07:10:59.271Z | Checking powerfmt v0.2.0 |
2006 | 2025-01-17T07:10:59.300Z | Checking untrusted v0.7.1 |
2007 | 2025-01-17T07:10:59.337Z | Checking mirai-annotations v1.12.0 |
2008 | 2025-01-17T07:10:59.436Z | Checking utf16_iter v1.0.5 |
2009 | 2025-01-17T07:10:59.474Z | Checking ring v0.17.8 |
2010 | 2025-01-17T07:10:59.520Z | Checking scrypt v0.11.0 |
2011 | 2025-01-17T07:10:59.537Z | Checking deranged v0.3.11 |
2012 | 2025-01-17T07:10:59.608Z | Checking aes v0.8.4 |
2013 | 2025-01-17T07:10:59.625Z | Checking cbc v0.1.2 |
2014 | 2025-01-17T07:10:59.769Z | Checking crossbeam-utils v0.8.20 |
2015 | 2025-01-17T07:10:59.820Z | Checking num_threads v0.1.7 |
2016 | 2025-01-17T07:10:59.949Z | Checking tinyvec_macros v0.1.1 |
2017 | 2025-01-17T07:11:00.049Z | Checking atomic-waker v1.1.2 |
2018 | 2025-01-17T07:11:00.201Z | Checking num-conv v0.1.0 |
2019 | 2025-01-17T07:11:00.444Z | Checking time-core v0.1.2 |
2020 | 2025-01-17T07:11:00.467Z | Checking pkcs5 v0.7.1 |
2021 | 2025-01-17T07:11:00.483Z | Checking tinyvec v1.8.0 |
2022 | 2025-01-17T07:11:00.599Z | Checking http-body v1.0.1 |
2023 | 2025-01-17T07:11:00.614Z | Checking aws-lc-rs v1.10.0 |
2024 | 2025-01-17T07:11:00.818Z | Checking form_urlencoded v1.2.1 |
2025 | 2025-01-17T07:11:00.947Z | Checking time v0.3.36 |
2026 | 2025-01-17T07:11:00.968Z | Checking try-lock v0.2.5 |
2027 | 2025-01-17T07:11:01.026Z | Checking pkcs8 v0.10.2 |
2028 | 2025-01-17T07:11:01.115Z | Checking want v0.3.1 |
2029 | 2025-01-17T07:11:01.213Z | Checking uuid v1.11.0 |
2030 | 2025-01-17T07:11:01.307Z | Checking unicode-ident v1.0.14 |
2031 | 2025-01-17T07:11:01.348Z | Checking httpdate v1.0.3 |
2032 | 2025-01-17T07:11:01.505Z | Checking proc-macro2 v1.0.92 |
2033 | 2025-01-17T07:11:01.622Z | Checking serde_spanned v0.6.8 |
2034 | 2025-01-17T07:11:01.791Z | Checking toml_datetime v0.6.8 |
2035 | 2025-01-17T07:11:01.832Z | Checking slog v2.7.0 |
2036 | 2025-01-17T07:11:01.856Z | Checking scroll v0.12.0 |
2037 | 2025-01-17T07:11:02.081Z | Checking tower-service v0.3.3 |
2038 | 2025-01-17T07:11:02.181Z | Checking match_cfg v0.1.0 |
2039 | 2025-01-17T07:11:02.210Z | Checking ucd-trie v0.1.7 |
2040 | 2025-01-17T07:11:02.279Z | Checking foreign-types-shared v0.1.1 |
2041 | 2025-01-17T07:11:02.295Z | Checking base64 v0.22.1 |
2042 | 2025-01-17T07:11:02.321Z | Checking rustls-webpki v0.102.8 |
2043 | 2025-01-17T07:11:02.324Z | Checking iana-time-zone v0.1.61 |
2044 | 2025-01-17T07:11:02.391Z | Checking plain v0.2.3 |
2045 | 2025-01-17T07:11:02.422Z | Checking adler2 v2.0.0 |
2046 | 2025-01-17T07:11:02.473Z | Checking icu_normalizer v1.5.0 |
2047 | 2025-01-17T07:11:02.490Z | Checking chrono v0.4.38 |
2048 | 2025-01-17T07:11:02.542Z | Checking goblin v0.8.2 |
2049 | 2025-01-17T07:11:02.587Z | Checking miniz_oxide v0.8.0 |
2050 | 2025-01-17T07:11:02.755Z | Checking pest v2.7.14 |
2051 | 2025-01-17T07:11:03.122Z | Checking foreign-types v0.3.2 |
2052 | 2025-01-17T07:11:03.221Z | Checking hostname v0.3.1 |
2053 | 2025-01-17T07:11:03.248Z | Checking idna_adapter v1.2.0 |
2054 | 2025-01-17T07:11:03.303Z | Checking quote v1.0.38 |
2055 | 2025-01-17T07:11:03.326Z | Checking openssl-sys v0.9.103 |
2056 | 2025-01-17T07:11:03.358Z | Checking errno v0.3.9 |
2057 | 2025-01-17T07:11:03.436Z | Checking idna v1.0.3 |
2058 | 2025-01-17T07:11:03.547Z | Checking dirs-sys-next v0.1.2 |
2059 | 2025-01-17T07:11:03.634Z | Checking aho-corasick v1.1.3 |
2060 | 2025-01-17T07:11:03.736Z | Checking siphasher v0.3.11 |
2061 | 2025-01-17T07:11:03.933Z | Checking url v2.5.3 |
2062 | 2025-01-17T07:11:04.050Z | Checking data-encoding v2.6.0 |
2063 | 2025-01-17T07:11:04.423Z | Checking regex-syntax v0.8.5 |
2064 | 2025-01-17T07:11:04.572Z | Checking pretty-hex v0.4.1 |
2065 | 2025-01-17T07:11:04.591Z | Compiling newtype-uuid v1.2.1 |
2066 | 2025-01-17T07:11:04.670Z | Checking tokio-util v0.7.12 |
2067 | 2025-01-17T07:11:04.758Z | Checking openssl v0.10.66 |
2068 | 2025-01-17T07:11:04.832Z | Checking dirs-next v2.0.0 |
2069 | 2025-01-17T07:11:04.879Z | Checking syn v2.0.96 |
2070 | 2025-01-17T07:11:04.966Z | Checking rustix v0.38.37 |
2071 | 2025-01-17T07:11:05.238Z | Checking unicode-normalization v0.1.24 |
2072 | 2025-01-17T07:11:05.305Z | Checking dtrace-parser v0.2.0 |
2073 | 2025-01-17T07:11:05.507Z | Checking h2 v0.4.6 |
2074 | 2025-01-17T07:11:05.833Z | Checking http-body-util v0.1.2 |
2075 | 2025-01-17T07:11:06.163Z | Checking crossbeam-epoch v0.9.18 |
2076 | 2025-01-17T07:11:06.285Z | Checking sha1 v0.10.6 |
2077 | 2025-01-17T07:11:06.570Z | Checking signature v2.2.0 |
2078 | 2025-01-17T07:11:06.592Z | Checking lazy_static v1.5.0 |
2079 | 2025-01-17T07:11:06.713Z | Checking thread_local v1.1.8 |
2080 | 2025-01-17T07:11:06.778Z | Checking thread-id v4.2.2 |
2081 | 2025-01-17T07:11:06.899Z | Checking encoding_rs v0.8.34 |
2082 | 2025-01-17T07:11:06.996Z | Checking ipnet v2.10.1 |
2083 | 2025-01-17T07:11:07.364Z | Checking dof v0.3.0 |
2084 | 2025-01-17T07:11:07.458Z | Checking openssl-probe v0.1.5 |
2085 | 2025-01-17T07:11:07.631Z | Checking utf8parse v0.2.2 |
2086 | 2025-01-17T07:11:07.654Z | Checking regex-automata v0.4.8 |
2087 | 2025-01-17T07:11:07.802Z | Checking mime v0.3.17 |
2088 | 2025-01-17T07:11:07.953Z | Checking either v1.13.0 |
2089 | 2025-01-17T07:11:08.136Z | Checking unicode-bidi v0.3.17 |
2090 | 2025-01-17T07:11:08.209Z | Checking winnow v0.6.20 |
2091 | 2025-01-17T07:11:08.343Z | Checking unicode-properties v0.1.3 |
2092 | 2025-01-17T07:11:08.703Z | Checking gimli v0.31.1 |
2093 | 2025-01-17T07:11:08.764Z | Checking anstyle v1.0.10 |
2094 | 2025-01-17T07:11:09.140Z | Checking stringprep v0.1.5 |
2095 | 2025-01-17T07:11:09.229Z | Checking anstyle-parse v0.2.5 |
2096 | 2025-01-17T07:11:09.446Z | Checking crossbeam-deque v0.8.5 |
2097 | 2025-01-17T07:11:09.502Z | Checking term v0.7.0 |
2098 | 2025-01-17T07:11:09.785Z | Checking slog-json v2.6.1 |
2099 | 2025-01-17T07:11:09.925Z | Checking native-tls v0.2.12 |
2100 | 2025-01-17T07:11:09.956Z | Checking rustls v0.22.4 |
2101 | 2025-01-17T07:11:10.022Z | Checking rustls v0.23.19 |
2102 | 2025-01-17T07:11:10.229Z | Checking serde_urlencoded v0.7.1 |
2103 | 2025-01-17T07:11:10.636Z | Checking crossbeam-channel v0.5.13 |
2104 | 2025-01-17T07:11:10.757Z | Checking usdt-impl v0.5.0 |
2105 | 2025-01-17T07:11:10.955Z | Checking toml_edit v0.22.22 |
2106 | 2025-01-17T07:11:11.313Z | Checking futures-executor v0.3.31 |
2107 | 2025-01-17T07:11:11.348Z | Checking num-integer v0.1.46 |
2108 | 2025-01-17T07:11:11.559Z | Checking rustls-pemfile v2.2.0 |
2109 | 2025-01-17T07:11:11.718Z | Checking hyper v1.5.2 |
2110 | 2025-01-17T07:11:11.792Z | Checking md-5 v0.10.6 |
2111 | 2025-01-17T07:11:11.852Z | Checking ff v0.13.0 |
2112 | 2025-01-17T07:11:12.017Z | Checking hash32 v0.2.1 |
2113 | 2025-01-17T07:11:12.033Z | Checking memmap v0.7.0 |
2114 | 2025-01-17T07:11:12.063Z | Checking is-terminal v0.4.13 |
2115 | 2025-01-17T07:11:12.186Z | Checking object v0.36.5 |
2116 | 2025-01-17T07:11:12.255Z | Checking rustc-demangle v0.1.24 |
2117 | 2025-01-17T07:11:12.303Z | Checking fallible-iterator v0.2.0 |
2118 | 2025-01-17T07:11:12.511Z | Checking addr2line v0.24.2 |
2119 | 2025-01-17T07:11:12.698Z | Checking psl-types v2.0.11 |
2120 | 2025-01-17T07:11:12.891Z | Checking dyn-clone v1.0.17 |
2121 | 2025-01-17T07:11:12.906Z | Checking base16ct v0.2.0 |
2122 | 2025-01-17T07:11:13.013Z | Checking quick-error v1.2.3 |
2123 | 2025-01-17T07:11:13.036Z | Checking take_mut v0.2.2 |
2124 | 2025-01-17T07:11:13.107Z | Checking linked-hash-map v0.5.6 |
2125 | 2025-01-17T07:11:13.155Z | Checking colorchoice v1.0.2 |
2126 | 2025-01-17T07:11:13.191Z | Checking utf-8 v0.7.6 |
2127 | 2025-01-17T07:11:13.310Z | Checking anstyle-query v1.1.1 |
2128 | 2025-01-17T07:11:13.357Z | Checking is_terminal_polyfill v1.70.1 |
2129 | 2025-01-17T07:11:13.403Z | Checking tungstenite v0.24.0 |
2130 | 2025-01-17T07:11:13.406Z | Checking lru-cache v0.1.2 |
2131 | 2025-01-17T07:11:13.444Z | Checking tokio-rustls v0.25.0 |
2132 | 2025-01-17T07:11:13.486Z | Checking anstream v0.6.15 |
2133 | 2025-01-17T07:11:13.503Z | Checking toml v0.8.19 |
2134 | 2025-01-17T07:11:13.698Z | Checking slog-async v2.8.0 |
2135 | 2025-01-17T07:11:13.701Z | Checking hyper-util v0.1.10 |
2136 | 2025-01-17T07:11:13.811Z | Checking resolv-conf v0.7.0 |
2137 | 2025-01-17T07:11:13.852Z | Checking sec1 v0.7.3 |
2138 | 2025-01-17T07:11:13.880Z | Checking schemars v0.8.21 |
2139 | 2025-01-17T07:11:14.182Z | Checking publicsuffix v2.3.0 |
2140 | 2025-01-17T07:11:14.200Z | Checking postgres-protocol v0.6.7 |
2141 | 2025-01-17T07:11:14.229Z | Checking heapless v0.7.17 |
2142 | 2025-01-17T07:11:14.263Z | Checking usdt v0.5.0 |
2143 | 2025-01-17T07:11:14.457Z | Checking slog-term v2.9.1 |
2144 | 2025-01-17T07:11:14.537Z | Checking group v0.13.0 |
2145 | 2025-01-17T07:11:14.800Z | Checking num-iter v0.1.45 |
2146 | 2025-01-17T07:11:14.870Z | Checking futures v0.3.31 |
2147 | 2025-01-17T07:11:14.957Z | Checking tokio-native-tls v0.3.1 |
2148 | 2025-01-17T07:11:14.975Z | Checking slog-bunyan v2.5.0 |
2149 | 2025-01-17T07:11:14.991Z | Checking rayon-core v1.12.1 |
2150 | 2025-01-17T07:11:15.139Z | Checking multer v3.1.0 |
2151 | 2025-01-17T07:11:15.158Z | Checking terminal_size v0.4.0 |
2152 | 2025-01-17T07:11:15.211Z | Checking hickory-proto v0.24.2 |
2153 | 2025-01-17T07:11:15.271Z | Checking tokio-rustls v0.26.0 |
2154 | 2025-01-17T07:11:15.440Z | Checking phf_shared v0.11.2 |
2155 | 2025-01-17T07:11:15.522Z | Checking cookie v0.18.1 |
2156 | 2025-01-17T07:11:15.612Z | Checking async-stream v0.3.6 |
2157 | 2025-01-17T07:11:15.628Z | Checking bzip2-sys v0.1.11+1.0.8 |
2158 | 2025-01-17T07:11:15.631Z | Checking camino v1.1.9 |
2159 | 2025-01-17T07:11:15.664Z | Checking signal-hook v0.3.17 |
2160 | 2025-01-17T07:11:15.711Z | Checking waitgroup v0.1.2 |
2161 | 2025-01-17T07:11:15.770Z | Checking openapiv3 v2.0.0 |
2162 | 2025-01-17T07:11:15.810Z | Checking webpki-roots v0.26.6 |
2163 | 2025-01-17T07:11:15.853Z | Checking serde_path_to_error v0.1.16 |
2164 | 2025-01-17T07:11:15.953Z | Checking hkdf v0.12.4 |
2165 | 2025-01-17T07:11:15.998Z | Checking crypto-bigint v0.5.5 |
2166 | 2025-01-17T07:11:16.033Z | Checking hostname v0.4.0 |
2167 | 2025-01-17T07:11:16.110Z | Checking crc32fast v1.4.2 |
2168 | 2025-01-17T07:11:16.156Z | Checking debug-ignore v1.0.5 |
2169 | 2025-01-17T07:11:16.178Z | Checking bitflags v1.3.2 |
2170 | 2025-01-17T07:11:16.279Z | Checking winnow v0.5.40 |
2171 | 2025-01-17T07:11:16.318Z | Checking clap_lex v0.7.2 |
2172 | 2025-01-17T07:11:16.344Z | Checking managed v0.8.0 |
2173 | 2025-01-17T07:11:16.443Z | Checking unicode-width v0.1.14 |
2174 | 2025-01-17T07:11:16.573Z | Checking strsim v0.11.1 |
2175 | 2025-01-17T07:11:16.721Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2176 | 2025-01-17T07:11:16.872Z | Checking clap_builder v4.5.21 |
2177 | 2025-01-17T07:11:16.960Z | Checking console v0.15.8 |
2178 | 2025-01-17T07:11:16.998Z | Checking smoltcp v0.9.1 |
2179 | 2025-01-17T07:11:17.545Z | Checking flate2 v1.0.34 |
2180 | 2025-01-17T07:11:18.168Z | Checking backtrace v0.3.74 |
2181 | 2025-01-17T07:11:18.188Z | Checking hyper-rustls v0.27.3 |
2182 | 2025-01-17T07:11:18.580Z | Checking signal-hook-mio v0.2.4 |
2183 | 2025-01-17T07:11:18.592Z | Checking cookie_store v0.21.1 |
2184 | 2025-01-17T07:11:18.592Z | Checking bzip2 v0.4.4 |
2185 | 2025-01-17T07:11:18.641Z | Checking elliptic-curve v0.13.8 |
2186 | 2025-01-17T07:11:18.737Z | Checking anyhow v1.0.93 |
2187 | 2025-01-17T07:11:18.840Z | Checking phf v0.11.2 |
2188 | 2025-01-17T07:11:18.968Z | Checking dropshot v0.12.0 |
2189 | 2025-01-17T07:11:18.986Z | Checking toml_edit v0.19.15 |
2190 | 2025-01-17T07:11:19.086Z | Checking rayon v1.10.0 |
2191 | 2025-01-17T07:11:19.114Z | Checking hyper-tls v0.6.0 |
2192 | 2025-01-17T07:11:19.208Z | Checking num-bigint-dig v0.8.4 |
2193 | 2025-01-17T07:11:19.270Z | Checking postgres-types v0.2.8 |
2194 | 2025-01-17T07:11:19.401Z | Checking tokio-tungstenite v0.24.0 |
2195 | 2025-01-17T07:11:19.810Z | Checking hickory-resolver v0.24.2 |
2196 | 2025-01-17T07:11:19.857Z | Checking regex v1.11.1 |
2197 | 2025-01-17T07:11:19.885Z | Checking bstr v1.10.0 |
2198 | 2025-01-17T07:11:19.910Z | Checking ed25519 v2.2.3 |
2199 | 2025-01-17T07:11:20.213Z | Checking tokio-stream v0.1.16 |
2200 | 2025-01-17T07:11:20.464Z | Checking phf_shared v0.10.0 |
2201 | 2025-01-17T07:11:20.734Z | Checking curve25519-dalek v4.1.3 |
2202 | 2025-01-17T07:11:20.784Z | Checking zerocopy v0.6.6 |
2203 | 2025-01-17T07:11:21.005Z | Checking hubpack v0.1.2 |
2204 | 2025-01-17T07:11:21.277Z | Checking portable-atomic v1.9.0 |
2205 | 2025-01-17T07:11:21.299Z | Checking pkcs1 v0.7.5 |
2206 | 2025-01-17T07:11:21.362Z | Checking float-cmp v0.9.0 |
2207 | 2025-01-17T07:11:21.437Z | Checking serde-big-array v0.5.1 |
2208 | 2025-01-17T07:11:21.451Z | Checking rfc6979 v0.4.0 |
2209 | 2025-01-17T07:11:21.558Z | Checking sync_wrapper v1.0.1 |
2210 | 2025-01-17T07:11:21.627Z | Checking new_debug_unreachable v1.0.6 |
2211 | 2025-01-17T07:11:21.661Z | Checking static_assertions v1.1.0 |
2212 | 2025-01-17T07:11:21.687Z | Checking difflib v0.4.0 |
2213 | 2025-01-17T07:11:21.713Z | Checking minimal-lexical v0.2.1 |
2214 | 2025-01-17T07:11:21.729Z | Checking bit-vec v0.6.3 |
2215 | 2025-01-17T07:11:21.758Z | Checking precomputed-hash v0.1.1 |
2216 | 2025-01-17T07:11:21.879Z | Checking whoami v1.5.2 |
2217 | 2025-01-17T07:11:22.026Z | Checking predicates-core v1.0.8 |
2218 | 2025-01-17T07:11:22.068Z | Checking unicode-segmentation v1.12.0 |
2219 | 2025-01-17T07:11:22.132Z | Checking number_prefix v0.4.0 |
2220 | 2025-01-17T07:11:22.175Z | Checking fixedbitset v0.4.2 |
2221 | 2025-01-17T07:11:22.221Z | Checking normalize-line-endings v0.3.0 |
2222 | 2025-01-17T07:11:22.240Z | Checking unicode-width v0.2.0 |
2223 | 2025-01-17T07:11:22.323Z | Checking tokio-postgres v0.7.12 |
2224 | 2025-01-17T07:11:22.341Z | Checking predicates v3.1.2 |
2225 | 2025-01-17T07:11:22.394Z | Checking qorb v0.2.1 |
2226 | 2025-01-17T07:11:22.426Z | Checking petgraph v0.6.5 |
2227 | 2025-01-17T07:11:22.520Z | Checking ed25519-dalek v2.1.1 |
2228 | 2025-01-17T07:11:22.591Z | Checking nom v7.1.3 |
2229 | 2025-01-17T07:11:22.710Z | Checking indicatif v0.17.9 |
2230 | 2025-01-17T07:11:22.742Z | Checking similar v2.6.0 |
2231 | 2025-01-17T07:11:22.919Z | Checking bit-set v0.5.3 |
2232 | 2025-01-17T07:11:22.955Z | Checking string_cache v0.8.7 |
2233 | 2025-01-17T07:11:23.172Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2234 | 2025-01-17T07:11:23.232Z | Checking reqwest v0.12.9 |
2235 | 2025-01-17T07:11:23.467Z | Checking rsa v0.9.6 |
2236 | 2025-01-17T07:11:23.555Z | Checking ecdsa v0.16.9 |
2237 | 2025-01-17T07:11:24.284Z | Checking toml v0.7.8 |
2238 | 2025-01-17T07:11:24.472Z | Checking clap v4.5.21 |
2239 | 2025-01-17T07:11:24.591Z | Checking zip v0.6.6 |
2240 | 2025-01-17T07:11:24.949Z | Checking crossterm v0.28.1 |
2241 | 2025-01-17T07:11:24.996Z | Checking itertools v0.10.5 |
2242 | 2025-01-17T07:11:25.018Z | Checking itertools v0.12.1 |
2243 | 2025-01-17T07:11:25.218Z | Checking fs-err v2.11.0 |
2244 | 2025-01-17T07:11:25.291Z | Checking ahash v0.8.11 |
2245 | 2025-01-17T07:11:25.398Z | Checking x509-cert v0.2.5 |
2246 | 2025-01-17T07:11:25.413Z | Checking hex v0.4.3 |
2247 | 2025-01-17T07:11:25.760Z | Checking semver v1.0.24 |
2248 | 2025-01-17T07:11:25.763Z | Checking lalrpop-util v0.19.12 |
2249 | 2025-01-17T07:11:25.898Z | Checking peg-runtime v0.8.3 |
2250 | 2025-01-17T07:11:26.071Z | Checking sigpipe v0.1.3 |
2251 | 2025-01-17T07:11:27.496Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2252 | 2025-01-17T07:11:27.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.96s |
2253 | 2025-01-17T07:11:27.983Z | |
2254 | 2025-01-17T07:11:27.983Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2255 | 2025-01-17T07:11:28.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2025-01-17T07:11:28.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2025-01-17T07:11:28.652Z | Compiling hashbrown v0.14.5 |
2258 | 2025-01-17T07:11:28.773Z | Checking heck v0.5.0 |
2259 | 2025-01-17T07:11:28.786Z | Compiling unsafe-libyaml v0.2.11 |
2260 | 2025-01-17T07:11:28.801Z | Checking ipnetwork v0.20.0 |
2261 | 2025-01-17T07:11:28.814Z | Compiling ident_case v1.0.1 |
2262 | 2025-01-17T07:11:28.828Z | Checking progenitor-client v0.8.0 |
2263 | 2025-01-17T07:11:28.841Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2264 | 2025-01-17T07:11:28.945Z | Compiling darling_core v0.20.10 |
2265 | 2025-01-17T07:11:28.996Z | Checking newtype-uuid v1.2.1 |
2266 | 2025-01-17T07:11:29.144Z | Compiling proc-macro-crate v1.3.1 |
2267 | 2025-01-17T07:11:29.167Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2268 | 2025-01-17T07:11:29.202Z | Compiling structmeta-derive v0.3.0 |
2269 | 2025-01-17T07:11:29.259Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2270 | 2025-01-17T07:11:29.546Z | Compiling thiserror v2.0.11 |
2271 | 2025-01-17T07:11:29.590Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2272 | 2025-01-17T07:11:29.777Z | Compiling regress v0.10.1 |
2273 | 2025-01-17T07:11:30.101Z | Compiling serde_yaml v0.9.34+deprecated |
2274 | 2025-01-17T07:11:30.504Z | Compiling num_enum_derive v0.5.11 |
2275 | 2025-01-17T07:11:30.673Z | Compiling lzma-sys v0.1.20 |
2276 | 2025-01-17T07:11:30.816Z | Compiling foreign-types-macros v0.2.3 |
2277 | 2025-01-17T07:11:31.397Z | Compiling thiserror-impl v2.0.11 |
2278 | 2025-01-17T07:11:31.890Z | Compiling structmeta v0.3.0 |
2279 | 2025-01-17T07:11:32.053Z | Compiling dropshot v0.15.1 |
2280 | 2025-01-17T07:11:32.275Z | Checking arc-swap v1.7.1 |
2281 | 2025-01-17T07:11:32.363Z | Checking foreign-types-shared v0.3.1 |
2282 | 2025-01-17T07:11:32.497Z | Checking foreign-types v0.5.0 |
2283 | 2025-01-17T07:11:32.686Z | Compiling parse-display-derive v0.10.0 |
2284 | 2025-01-17T07:11:32.703Z | Checking slog-scope v4.4.0 |
2285 | 2025-01-17T07:11:32.774Z | Checking num_enum v0.5.11 |
2286 | 2025-01-17T07:11:32.939Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2287 | 2025-01-17T07:11:32.962Z | Compiling proc-macro-error v1.0.4 |
2288 | 2025-01-17T07:11:33.453Z | Checking typify-impl v0.2.0 |
2289 | 2025-01-17T07:11:33.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2025-01-17T07:11:33.868Z | Checking tungstenite v0.21.0 |
2291 | 2025-01-17T07:11:33.886Z | Compiling heck v0.3.3 |
2292 | 2025-01-17T07:11:34.236Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2293 | 2025-01-17T07:11:34.616Z | Compiling dropshot_endpoint v0.15.1 |
2294 | 2025-01-17T07:11:34.808Z | Checking cstr-argument v0.1.2 |
2295 | 2025-01-17T07:11:34.826Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2296 | 2025-01-17T07:11:34.987Z | Checking instant v0.1.13 |
2297 | 2025-01-17T07:11:35.073Z | Checking pretty-hex v0.2.1 |
2298 | 2025-01-17T07:11:35.115Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2299 | 2025-01-17T07:11:35.237Z | Compiling darling_macro v0.20.10 |
2300 | 2025-01-17T07:11:35.264Z | Checking base64 v0.21.7 |
2301 | 2025-01-17T07:11:35.402Z | Checking fastrand v2.1.1 |
2302 | 2025-01-17T07:11:35.552Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2303 | 2025-01-17T07:11:35.732Z | Checking tempfile v3.13.0 |
2304 | 2025-01-17T07:11:35.753Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2305 | 2025-01-17T07:11:35.872Z | Checking backoff v0.4.0 |
2306 | 2025-01-17T07:11:35.966Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2307 | 2025-01-17T07:11:36.031Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2308 | 2025-01-17T07:11:36.089Z | Checking tokio-tungstenite v0.21.0 |
2309 | 2025-01-17T07:11:36.109Z | Compiling darling v0.20.10 |
2310 | 2025-01-17T07:11:36.124Z | Checking strum v0.26.3 |
2311 | 2025-01-17T07:11:36.160Z | Compiling zone_cfg_derive v0.1.2 |
2312 | 2025-01-17T07:11:36.227Z | Compiling serde_with_macros v3.11.0 |
2313 | 2025-01-17T07:11:36.280Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2314 | 2025-01-17T07:11:36.342Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2315 | 2025-01-17T07:11:36.661Z | Checking slog-stdlog v4.1.1 |
2316 | 2025-01-17T07:11:36.663Z | Checking parse-display v0.10.0 |
2317 | 2025-01-17T07:11:36.735Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2318 | 2025-01-17T07:11:36.840Z | Checking regress v0.9.1 |
2319 | 2025-01-17T07:11:36.897Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2025-01-17T07:11:36.933Z | Checking progenitor-client v0.9.1 |
2321 | 2025-01-17T07:11:37.037Z | Checking colored v2.1.0 |
2322 | 2025-01-17T07:11:37.204Z | Checking macaddr v1.0.1 |
2323 | 2025-01-17T07:11:37.321Z | Checking base64 v0.13.1 |
2324 | 2025-01-17T07:11:37.463Z | Checking zone v0.1.8 |
2325 | 2025-01-17T07:11:37.530Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2326 | 2025-01-17T07:11:37.742Z | Checking ron v0.7.1 |
2327 | 2025-01-17T07:11:37.986Z | Checking slog-envlogger v2.2.0 |
2328 | 2025-01-17T07:11:38.134Z | Checking xz2 v0.1.7 |
2329 | 2025-01-17T07:11:38.215Z | Checking tabwriter v1.4.0 |
2330 | 2025-01-17T07:11:38.443Z | Checking xattr v1.3.1 |
2331 | 2025-01-17T07:11:38.480Z | Checking pem v3.0.4 |
2332 | 2025-01-17T07:11:38.655Z | Checking yasna v0.5.2 |
2333 | 2025-01-17T07:11:38.742Z | Checking headers-core v0.3.0 |
2334 | 2025-01-17T07:11:38.803Z | Checking serde_with v3.11.0 |
2335 | 2025-01-17T07:11:38.846Z | Checking smf v0.2.3 |
2336 | 2025-01-17T07:11:38.894Z | Checking filetime v0.2.25 |
2337 | 2025-01-17T07:11:39.144Z | Checking same-file v1.0.6 |
2338 | 2025-01-17T07:11:39.293Z | Checking tar v0.4.42 |
2339 | 2025-01-17T07:11:39.337Z | Checking headers v0.4.0 |
2340 | 2025-01-17T07:11:39.361Z | Checking walkdir v2.5.0 |
2341 | 2025-01-17T07:11:39.536Z | Checking rcgen v0.12.1 |
2342 | 2025-01-17T07:11:39.653Z | Checking camino-tempfile v1.1.1 |
2343 | 2025-01-17T07:11:39.954Z | Checking atomicwrites v0.4.4 |
2344 | 2025-01-17T07:11:40.144Z | Checking subprocess v0.2.9 |
2345 | 2025-01-17T07:11:42.769Z | Compiling typify-macro v0.2.0 |
2346 | 2025-01-17T07:11:44.295Z | Compiling typify v0.2.0 |
2347 | 2025-01-17T07:11:44.367Z | Compiling progenitor-impl v0.8.0 |
2348 | 2025-01-17T07:11:46.782Z | Compiling progenitor-macro v0.8.0 |
2349 | 2025-01-17T07:11:50.463Z | Checking progenitor v0.8.0 |
2350 | 2025-01-17T07:11:50.592Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2351 | 2025-01-17T07:11:50.594Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2352 | 2025-01-17T07:11:53.163Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2353 | 2025-01-17T07:11:53.403Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2354 | 2025-01-17T07:11:59.436Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2355 | 2025-01-17T07:12:00.890Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2356 | 2025-01-17T07:12:02.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.11s |
2357 | 2025-01-17T07:12:02.292Z | |
2358 | 2025-01-17T07:12:02.292Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2359 | 2025-01-17T07:12:02.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2025-01-17T07:12:02.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2025-01-17T07:12:02.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2362 | 2025-01-17T07:12:04.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2363 | 2025-01-17T07:12:04.472Z | |
2364 | 2025-01-17T07:12:04.472Z | info: running `cargo check --bins` on nexus-config (51/197) |
2365 | 2025-01-17T07:12:05.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2025-01-17T07:12:05.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2025-01-17T07:12:05.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2025-01-17T07:12:05.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2369 | 2025-01-17T07:12:05.092Z | |
2370 | 2025-01-17T07:12:05.092Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2371 | 2025-01-17T07:12:05.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2025-01-17T07:12:05.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2025-01-17T07:12:05.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2025-01-17T07:12:05.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2375 | 2025-01-17T07:12:05.752Z | |
2376 | 2025-01-17T07:12:05.752Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2377 | 2025-01-17T07:12:06.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2025-01-17T07:12:06.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2025-01-17T07:12:06.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2025-01-17T07:12:06.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2381 | 2025-01-17T07:12:06.316Z | |
2382 | 2025-01-17T07:12:06.316Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2383 | 2025-01-17T07:12:06.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2025-01-17T07:12:06.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2025-01-17T07:12:07.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2386 | 2025-01-17T07:12:07.110Z | Compiling ipnetwork v0.20.0 |
2387 | 2025-01-17T07:12:07.113Z | Compiling zerocopy v0.8.10 |
2388 | 2025-01-17T07:12:07.113Z | Compiling progenitor-client v0.8.0 |
2389 | 2025-01-17T07:12:07.113Z | Compiling itertools v0.13.0 |
2390 | 2025-01-17T07:12:07.113Z | Compiling zerocopy-derive v0.8.10 |
2391 | 2025-01-17T07:12:07.113Z | Compiling heapless v0.8.0 |
2392 | 2025-01-17T07:12:07.113Z | Compiling thiserror v2.0.11 |
2393 | 2025-01-17T07:12:07.304Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2394 | 2025-01-17T07:12:07.394Z | Checking hash32 v0.3.1 |
2395 | 2025-01-17T07:12:07.579Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2396 | 2025-01-17T07:12:07.615Z | Compiling progenitor v0.8.0 |
2397 | 2025-01-17T07:12:07.824Z | Compiling instant v0.1.13 |
2398 | 2025-01-17T07:12:07.893Z | Compiling smoltcp v0.11.0 |
2399 | 2025-01-17T07:12:07.960Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2400 | 2025-01-17T07:12:07.977Z | Compiling backoff v0.4.0 |
2401 | 2025-01-17T07:12:08.001Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2402 | 2025-01-17T07:12:08.276Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2403 | 2025-01-17T07:12:08.313Z | Compiling dropshot v0.15.1 |
2404 | 2025-01-17T07:12:08.582Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2405 | 2025-01-17T07:12:08.863Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2406 | 2025-01-17T07:12:08.876Z | Compiling serde_with v3.11.0 |
2407 | 2025-01-17T07:12:09.059Z | Compiling parse-display v0.10.0 |
2408 | 2025-01-17T07:12:09.077Z | Checking num-rational v0.4.2 |
2409 | 2025-01-17T07:12:09.688Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2410 | 2025-01-17T07:12:09.723Z | Compiling progenitor-client v0.9.1 |
2411 | 2025-01-17T07:12:10.032Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2412 | 2025-01-17T07:12:10.260Z | Compiling regress v0.9.1 |
2413 | 2025-01-17T07:12:11.383Z | Compiling phf_generator v0.11.2 |
2414 | 2025-01-17T07:12:11.581Z | Checking num-complex v0.4.6 |
2415 | 2025-01-17T07:12:12.396Z | Compiling macaddr v1.0.1 |
2416 | 2025-01-17T07:12:12.650Z | Checking cobs v0.2.3 |
2417 | 2025-01-17T07:12:12.835Z | Checking num v0.4.3 |
2418 | 2025-01-17T07:12:12.853Z | Checking postcard v1.0.10 |
2419 | 2025-01-17T07:12:12.953Z | Compiling phf_codegen v0.11.2 |
2420 | 2025-01-17T07:12:13.314Z | Compiling parse-zoneinfo v0.3.1 |
2421 | 2025-01-17T07:12:13.391Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2422 | 2025-01-17T07:12:13.700Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2423 | 2025-01-17T07:12:13.870Z | Compiling convert_case v0.4.0 |
2424 | 2025-01-17T07:12:15.067Z | Compiling float-ord v0.3.2 |
2425 | 2025-01-17T07:12:15.270Z | Compiling derive_more v0.99.18 |
2426 | 2025-01-17T07:12:15.419Z | Compiling chrono-tz-build v0.4.0 |
2427 | 2025-01-17T07:12:15.682Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2428 | 2025-01-17T07:12:16.280Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2429 | 2025-01-17T07:12:16.562Z | Compiling crucible-workspace-hack v0.1.0 |
2430 | 2025-01-17T07:12:16.607Z | Compiling chrono-tz v0.10.0 |
2431 | 2025-01-17T07:12:16.625Z | Checking newline-converter v0.3.0 |
2432 | 2025-01-17T07:12:16.812Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2433 | 2025-01-17T07:12:16.865Z | Checking prettyplease v0.2.25 |
2434 | 2025-01-17T07:12:17.280Z | Compiling slog-dtrace v0.3.0 |
2435 | 2025-01-17T07:12:17.348Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2436 | 2025-01-17T07:12:17.440Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2437 | 2025-01-17T07:12:17.997Z | Checking expectorate v1.1.0 |
2438 | 2025-01-17T07:12:18.180Z | Compiling zone_cfg_derive v0.3.0 |
2439 | 2025-01-17T07:12:18.203Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2440 | 2025-01-17T07:12:18.737Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2441 | 2025-01-17T07:12:19.311Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2442 | 2025-01-17T07:12:19.531Z | Compiling const_format_proc_macros v0.2.33 |
2443 | 2025-01-17T07:12:19.563Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2444 | 2025-01-17T07:12:19.633Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2445 | 2025-01-17T07:12:19.655Z | Compiling num-derive v0.4.2 |
2446 | 2025-01-17T07:12:19.860Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2447 | 2025-01-17T07:12:20.173Z | Checking highway v1.2.0 |
2448 | 2025-01-17T07:12:20.652Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2449 | 2025-01-17T07:12:20.758Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2450 | 2025-01-17T07:12:20.905Z | Checking zone v0.3.0 |
2451 | 2025-01-17T07:12:20.972Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2452 | 2025-01-17T07:12:21.568Z | Checking const_format v0.2.33 |
2453 | 2025-01-17T07:12:21.613Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2454 | 2025-01-17T07:12:21.652Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2455 | 2025-01-17T07:12:22.063Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2456 | 2025-01-17T07:12:22.179Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2457 | 2025-01-17T07:12:22.479Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2458 | 2025-01-17T07:12:22.498Z | Checking gethostname v0.5.0 |
2459 | 2025-01-17T07:12:22.632Z | Checking bcs v0.1.6 |
2460 | 2025-01-17T07:12:22.650Z | Compiling async-recursion v1.1.1 |
2461 | 2025-01-17T07:12:22.680Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2462 | 2025-01-17T07:12:24.319Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2025-01-17T07:12:29.691Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2464 | 2025-01-17T07:12:32.896Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2465 | 2025-01-17T07:12:35.413Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2466 | 2025-01-17T07:12:36.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.22s |
2467 | 2025-01-17T07:12:36.731Z | |
2468 | 2025-01-17T07:12:36.731Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2469 | 2025-01-17T07:12:37.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2025-01-17T07:12:37.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2025-01-17T07:12:37.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2025-01-17T07:12:37.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2473 | 2025-01-17T07:12:37.367Z | |
2474 | 2025-01-17T07:12:37.367Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2475 | 2025-01-17T07:12:37.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2025-01-17T07:12:37.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2025-01-17T07:12:37.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2025-01-17T07:12:37.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2479 | 2025-01-17T07:12:37.987Z | |
2480 | 2025-01-17T07:12:37.987Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2481 | 2025-01-17T07:12:38.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2025-01-17T07:12:38.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2025-01-17T07:12:38.626Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2484 | 2025-01-17T07:12:39.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2485 | 2025-01-17T07:12:39.429Z | |
2486 | 2025-01-17T07:12:39.429Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2487 | 2025-01-17T07:12:39.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2025-01-17T07:12:39.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2025-01-17T07:12:40.083Z | Compiling cfg_aliases v0.1.1 |
2490 | 2025-01-17T07:12:40.086Z | Compiling vte_generate_state_changes v0.1.2 |
2491 | 2025-01-17T07:12:40.086Z | Checking fd-lock v4.0.2 |
2492 | 2025-01-17T07:12:40.086Z | Checking nibble_vec v0.1.0 |
2493 | 2025-01-17T07:12:40.086Z | Checking endian-type v0.1.2 |
2494 | 2025-01-17T07:12:40.187Z | Checking bytecount v0.6.8 |
2495 | 2025-01-17T07:12:40.199Z | Compiling tabled_derive v0.7.0 |
2496 | 2025-01-17T07:12:40.237Z | Compiling peg-macros v0.8.4 |
2497 | 2025-01-17T07:12:40.280Z | Compiling nix v0.28.0 |
2498 | 2025-01-17T07:12:40.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2499 | 2025-01-17T07:12:40.395Z | Compiling sqlparser_derive v0.2.2 |
2500 | 2025-01-17T07:12:40.411Z | Checking papergrid v0.11.0 |
2501 | 2025-01-17T07:12:40.415Z | Checking radix_trie v0.2.1 |
2502 | 2025-01-17T07:12:40.780Z | Checking vte v0.11.1 |
2503 | 2025-01-17T07:12:40.804Z | Checking home v0.5.9 |
2504 | 2025-01-17T07:12:40.959Z | Checking nu-ansi-term v0.50.1 |
2505 | 2025-01-17T07:12:41.384Z | Checking unicode_categories v0.1.1 |
2506 | 2025-01-17T07:12:41.428Z | Checking sqlparser v0.45.0 |
2507 | 2025-01-17T07:12:41.447Z | Checking display-error-chain v0.2.2 |
2508 | 2025-01-17T07:12:41.685Z | Checking sqlformat v0.2.6 |
2509 | 2025-01-17T07:12:42.224Z | Checking strip-ansi-escapes v0.2.0 |
2510 | 2025-01-17T07:12:42.287Z | Checking tabled v0.15.0 |
2511 | 2025-01-17T07:12:42.364Z | Checking reedline v0.35.0 |
2512 | 2025-01-17T07:12:42.750Z | Checking peg v0.8.4 |
2513 | 2025-01-17T07:12:43.179Z | Checking rustyline v14.0.0 |
2514 | 2025-01-17T07:12:51.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.28s |
2515 | 2025-01-17T07:12:51.890Z | |
2516 | 2025-01-17T07:12:51.890Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2517 | 2025-01-17T07:12:52.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2025-01-17T07:12:52.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2025-01-17T07:12:52.543Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2520 | 2025-01-17T07:12:57.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2521 | 2025-01-17T07:12:57.503Z | |
2522 | 2025-01-17T07:12:57.503Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2523 | 2025-01-17T07:12:58.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2025-01-17T07:12:58.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2025-01-17T07:12:58.157Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2526 | 2025-01-17T07:13:01.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
2527 | 2025-01-17T07:13:01.895Z | |
2528 | 2025-01-17T07:13:01.895Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2529 | 2025-01-17T07:13:02.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2025-01-17T07:13:02.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2025-01-17T07:13:02.558Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2532 | 2025-01-17T07:13:07.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
2533 | 2025-01-17T07:13:07.207Z | |
2534 | 2025-01-17T07:13:07.207Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2535 | 2025-01-17T07:13:07.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2025-01-17T07:13:07.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2025-01-17T07:13:07.867Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-01-17T07:13:12.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
2539 | 2025-01-17T07:13:12.579Z | |
2540 | 2025-01-17T07:13:12.580Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2541 | 2025-01-17T07:13:13.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2025-01-17T07:13:13.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2025-01-17T07:13:13.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2544 | 2025-01-17T07:13:16.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2545 | 2025-01-17T07:13:17.160Z | |
2546 | 2025-01-17T07:13:17.160Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2547 | 2025-01-17T07:13:17.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2025-01-17T07:13:17.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2025-01-17T07:13:17.834Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2550 | 2025-01-17T07:13:21.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2551 | 2025-01-17T07:13:21.788Z | |
2552 | 2025-01-17T07:13:21.788Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2553 | 2025-01-17T07:13:22.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-01-17T07:13:22.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-01-17T07:13:22.450Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2025-01-17T07:13:27.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2557 | 2025-01-17T07:13:27.346Z | |
2558 | 2025-01-17T07:13:27.346Z | info: running `cargo check --bins` on oximeter (66/197) |
2559 | 2025-01-17T07:13:27.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-01-17T07:13:27.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-01-17T07:13:27.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2025-01-17T07:13:27.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2563 | 2025-01-17T07:13:27.961Z | |
2564 | 2025-01-17T07:13:27.961Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2565 | 2025-01-17T07:13:28.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-01-17T07:13:28.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-01-17T07:13:28.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2025-01-17T07:13:28.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2569 | 2025-01-17T07:13:28.561Z | |
2570 | 2025-01-17T07:13:28.561Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2571 | 2025-01-17T07:13:29.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-01-17T07:13:29.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-01-17T07:13:29.192Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2574 | 2025-01-17T07:13:31.184Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2575 | 2025-01-17T07:13:32.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
2576 | 2025-01-17T07:13:32.312Z | |
2577 | 2025-01-17T07:13:32.312Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2578 | 2025-01-17T07:13:32.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-17T07:13:32.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-17T07:13:32.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2025-01-17T07:13:32.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2582 | 2025-01-17T07:13:32.933Z | |
2583 | 2025-01-17T07:13:32.933Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2584 | 2025-01-17T07:13:33.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-17T07:13:33.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-17T07:13:33.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-17T07:13:33.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2588 | 2025-01-17T07:13:33.545Z | |
2589 | 2025-01-17T07:13:33.545Z | info: running `cargo check --bins` on oxql-types (71/197) |
2590 | 2025-01-17T07:13:34.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-17T07:13:34.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-17T07:13:34.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-17T07:13:34.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2594 | 2025-01-17T07:13:34.159Z | |
2595 | 2025-01-17T07:13:34.159Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2596 | 2025-01-17T07:13:34.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-17T07:13:34.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-17T07:13:34.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-17T07:13:34.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2600 | 2025-01-17T07:13:34.801Z | |
2601 | 2025-01-17T07:13:34.801Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2602 | 2025-01-17T07:13:35.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-17T07:13:35.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-17T07:13:35.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-17T07:13:35.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2606 | 2025-01-17T07:13:35.422Z | |
2607 | 2025-01-17T07:13:35.422Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2608 | 2025-01-17T07:13:35.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-17T07:13:35.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-17T07:13:35.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-17T07:13:35.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2612 | 2025-01-17T07:13:36.059Z | |
2613 | 2025-01-17T07:13:36.060Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2614 | 2025-01-17T07:13:36.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-17T07:13:36.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-17T07:13:36.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-17T07:13:36.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2618 | 2025-01-17T07:13:36.690Z | |
2619 | 2025-01-17T07:13:36.690Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2620 | 2025-01-17T07:13:37.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-17T07:13:37.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-17T07:13:37.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-17T07:13:37.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2624 | 2025-01-17T07:13:37.330Z | |
2625 | 2025-01-17T07:13:37.330Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2626 | 2025-01-17T07:13:37.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-17T07:13:37.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-17T07:13:37.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-17T07:13:37.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2630 | 2025-01-17T07:13:37.963Z | |
2631 | 2025-01-17T07:13:37.963Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2632 | 2025-01-17T07:13:38.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-17T07:13:38.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-17T07:13:38.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-17T07:13:38.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2636 | 2025-01-17T07:13:38.573Z | |
2637 | 2025-01-17T07:13:38.573Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2638 | 2025-01-17T07:13:39.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-17T07:13:39.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-17T07:13:39.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-17T07:13:39.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2642 | 2025-01-17T07:13:39.237Z | |
2643 | 2025-01-17T07:13:39.237Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2644 | 2025-01-17T07:13:39.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-17T07:13:39.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-17T07:13:39.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-17T07:13:39.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2648 | 2025-01-17T07:13:39.863Z | |
2649 | 2025-01-17T07:13:39.863Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2650 | 2025-01-17T07:13:40.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-17T07:13:40.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-17T07:13:40.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-17T07:13:40.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2654 | 2025-01-17T07:13:40.489Z | |
2655 | 2025-01-17T07:13:40.490Z | info: running `cargo check --bins` on dpd-client (82/197) |
2656 | 2025-01-17T07:13:41.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-17T07:13:41.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-17T07:13:41.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-01-17T07:13:41.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2660 | 2025-01-17T07:13:41.106Z | |
2661 | 2025-01-17T07:13:41.106Z | info: running `cargo check --bins` on gateway-client (83/197) |
2662 | 2025-01-17T07:13:41.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-01-17T07:13:41.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-01-17T07:13:41.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-01-17T07:13:41.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2666 | 2025-01-17T07:13:41.727Z | |
2667 | 2025-01-17T07:13:41.727Z | info: running `cargo check --bins` on installinator-client (84/197) |
2668 | 2025-01-17T07:13:42.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-01-17T07:13:42.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-01-17T07:13:42.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-01-17T07:13:42.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2672 | 2025-01-17T07:13:42.365Z | |
2673 | 2025-01-17T07:13:42.365Z | info: running `cargo check --bins` on installinator-common (85/197) |
2674 | 2025-01-17T07:13:42.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-01-17T07:13:42.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-01-17T07:13:42.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-01-17T07:13:42.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2678 | 2025-01-17T07:13:43.009Z | |
2679 | 2025-01-17T07:13:43.009Z | info: running `cargo check --bins` on update-engine (86/197) |
2680 | 2025-01-17T07:13:43.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-01-17T07:13:43.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-01-17T07:13:43.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-01-17T07:13:43.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2684 | 2025-01-17T07:13:43.636Z | |
2685 | 2025-01-17T07:13:43.636Z | info: running `cargo check --bins` on nexus-client (87/197) |
2686 | 2025-01-17T07:13:44.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-01-17T07:13:44.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-01-17T07:13:44.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-01-17T07:13:44.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2690 | 2025-01-17T07:13:44.283Z | |
2691 | 2025-01-17T07:13:44.283Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2692 | 2025-01-17T07:13:44.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-01-17T07:13:44.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-01-17T07:13:44.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-01-17T07:13:44.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2696 | 2025-01-17T07:13:44.928Z | |
2697 | 2025-01-17T07:13:44.928Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2698 | 2025-01-17T07:13:45.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-01-17T07:13:45.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-01-17T07:13:45.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-01-17T07:13:45.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2702 | 2025-01-17T07:13:45.546Z | |
2703 | 2025-01-17T07:13:45.546Z | info: running `cargo check --bins` on nexus-types (90/197) |
2704 | 2025-01-17T07:13:46.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-01-17T07:13:46.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-01-17T07:13:46.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-01-17T07:13:46.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2708 | 2025-01-17T07:13:46.198Z | |
2709 | 2025-01-17T07:13:46.198Z | info: running `cargo check --bins` on oxide-client (91/197) |
2710 | 2025-01-17T07:13:46.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-01-17T07:13:46.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-01-17T07:13:46.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-01-17T07:13:46.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2714 | 2025-01-17T07:13:46.801Z | |
2715 | 2025-01-17T07:13:46.801Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2716 | 2025-01-17T07:13:47.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-01-17T07:13:47.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-01-17T07:13:47.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-01-17T07:13:47.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2720 | 2025-01-17T07:13:47.420Z | |
2721 | 2025-01-17T07:13:47.420Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2722 | 2025-01-17T07:13:47.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-01-17T07:13:47.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-01-17T07:13:47.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-01-17T07:13:47.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2726 | 2025-01-17T07:13:48.020Z | |
2727 | 2025-01-17T07:13:48.020Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2728 | 2025-01-17T07:13:48.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-01-17T07:13:48.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-01-17T07:13:48.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-01-17T07:13:48.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2732 | 2025-01-17T07:13:48.668Z | |
2733 | 2025-01-17T07:13:48.668Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2734 | 2025-01-17T07:13:49.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-01-17T07:13:49.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-01-17T07:13:49.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-01-17T07:13:49.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2738 | 2025-01-17T07:13:49.331Z | |
2739 | 2025-01-17T07:13:49.331Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2740 | 2025-01-17T07:13:49.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-01-17T07:13:49.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-01-17T07:13:49.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-01-17T07:13:49.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2744 | 2025-01-17T07:13:49.981Z | |
2745 | 2025-01-17T07:13:49.981Z | info: running `cargo check --bins` on wicket-common (97/197) |
2746 | 2025-01-17T07:13:50.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-01-17T07:13:50.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-01-17T07:13:50.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-01-17T07:13:50.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2750 | 2025-01-17T07:13:50.630Z | |
2751 | 2025-01-17T07:13:50.630Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2752 | 2025-01-17T07:13:51.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-01-17T07:13:51.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-01-17T07:13:51.279Z | Checking csv-core v0.1.11 |
2755 | 2025-01-17T07:13:51.279Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2756 | 2025-01-17T07:13:51.282Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2757 | 2025-01-17T07:13:51.282Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2758 | 2025-01-17T07:13:51.587Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2759 | 2025-01-17T07:13:51.600Z | Checking csv v1.3.0 |
2760 | 2025-01-17T07:13:51.602Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2761 | 2025-01-17T07:13:52.172Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2762 | 2025-01-17T07:13:52.513Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2763 | 2025-01-17T07:13:54.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
2764 | 2025-01-17T07:13:54.308Z | |
2765 | 2025-01-17T07:13:54.308Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2766 | 2025-01-17T07:13:54.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-01-17T07:13:54.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-01-17T07:13:54.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-01-17T07:13:54.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2770 | 2025-01-17T07:13:54.940Z | |
2771 | 2025-01-17T07:13:54.940Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2772 | 2025-01-17T07:13:55.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-01-17T07:13:55.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-01-17T07:13:55.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-01-17T07:13:55.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2776 | 2025-01-17T07:13:55.583Z | |
2777 | 2025-01-17T07:13:55.583Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2778 | 2025-01-17T07:13:56.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-01-17T07:13:56.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-01-17T07:13:56.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-01-17T07:13:56.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2782 | 2025-01-17T07:13:56.306Z | |
2783 | 2025-01-17T07:13:56.306Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2784 | 2025-01-17T07:13:56.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-01-17T07:13:56.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-01-17T07:13:56.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-01-17T07:13:56.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2788 | 2025-01-17T07:13:57.026Z | |
2789 | 2025-01-17T07:13:57.026Z | info: running `cargo check --bins` on dns-server (103/197) |
2790 | 2025-01-17T07:13:57.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-01-17T07:13:57.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-01-17T07:13:57.670Z | Compiling typify-impl v0.3.0 |
2793 | 2025-01-17T07:13:57.777Z | Compiling parking_lot_core v0.8.6 |
2794 | 2025-01-17T07:13:57.786Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2795 | 2025-01-17T07:13:57.794Z | Checking fxhash v0.2.1 |
2796 | 2025-01-17T07:13:57.797Z | Checking hickory-client v0.24.2 |
2797 | 2025-01-17T07:13:57.816Z | Checking hickory-server v0.24.2 |
2798 | 2025-01-17T07:13:58.509Z | Checking parking_lot v0.11.2 |
2799 | 2025-01-17T07:13:58.524Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2800 | 2025-01-17T07:13:58.768Z | Checking sled v0.34.7 |
2801 | 2025-01-17T07:14:03.441Z | Compiling typify-macro v0.3.0 |
2802 | 2025-01-17T07:14:04.985Z | Compiling typify v0.3.0 |
2803 | 2025-01-17T07:14:05.056Z | Compiling progenitor-impl v0.9.1 |
2804 | 2025-01-17T07:14:07.513Z | Compiling progenitor-macro v0.9.1 |
2805 | 2025-01-17T07:14:11.207Z | Checking progenitor v0.9.1 |
2806 | 2025-01-17T07:14:11.340Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2807 | 2025-01-17T07:14:11.801Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2808 | 2025-01-17T07:14:13.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.03s |
2809 | 2025-01-17T07:14:13.234Z | |
2810 | 2025-01-17T07:14:13.234Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2811 | 2025-01-17T07:14:13.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-01-17T07:14:13.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-01-17T07:14:13.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-01-17T07:14:13.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2815 | 2025-01-17T07:14:13.857Z | |
2816 | 2025-01-17T07:14:13.857Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2817 | 2025-01-17T07:14:14.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-17T07:14:14.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-17T07:14:14.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-17T07:14:14.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2821 | 2025-01-17T07:14:14.559Z | |
2822 | 2025-01-17T07:14:14.559Z | info: running `cargo check --bins` on gateway-types (106/197) |
2823 | 2025-01-17T07:14:15.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-17T07:14:15.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-17T07:14:15.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-17T07:14:15.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2827 | 2025-01-17T07:14:15.182Z | |
2828 | 2025-01-17T07:14:15.182Z | info: running `cargo check --bins` on ipcc (107/197) |
2829 | 2025-01-17T07:14:15.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-17T07:14:15.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-17T07:14:15.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-17T07:14:15.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2833 | 2025-01-17T07:14:15.819Z | |
2834 | 2025-01-17T07:14:15.819Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2835 | 2025-01-17T07:14:16.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-17T07:14:16.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-17T07:14:16.522Z | Compiling radium v0.7.0 |
2838 | 2025-01-17T07:14:16.522Z | Compiling semver v0.1.20 |
2839 | 2025-01-17T07:14:16.640Z | Compiling maybe-uninit v2.0.0 |
2840 | 2025-01-17T07:14:16.643Z | Checking tap v1.0.1 |
2841 | 2025-01-17T07:14:16.662Z | Checking password-hash v0.5.0 |
2842 | 2025-01-17T07:14:16.665Z | Checking blake2 v0.10.6 |
2843 | 2025-01-17T07:14:16.665Z | Compiling owo-colors v4.1.0 |
2844 | 2025-01-17T07:14:16.665Z | Compiling cancel-safe-futures v0.1.5 |
2845 | 2025-01-17T07:14:16.779Z | Checking wyz v0.5.1 |
2846 | 2025-01-17T07:14:16.993Z | Compiling rustc_version v0.1.7 |
2847 | 2025-01-17T07:14:16.993Z | Checking crc-catalog v2.4.0 |
2848 | 2025-01-17T07:14:17.058Z | Compiling packed_struct v0.10.1 |
2849 | 2025-01-17T07:14:17.117Z | Checking funty v2.0.0 |
2850 | 2025-01-17T07:14:17.132Z | Checking argon2 v0.5.3 |
2851 | 2025-01-17T07:14:17.188Z | Checking crc v3.2.1 |
2852 | 2025-01-17T07:14:17.279Z | Compiling packed_struct_codegen v0.10.1 |
2853 | 2025-01-17T07:14:17.337Z | Compiling indexmap v1.9.3 |
2854 | 2025-01-17T07:14:17.413Z | Compiling newtype_derive v0.1.6 |
2855 | 2025-01-17T07:14:17.435Z | Checking half v2.4.1 |
2856 | 2025-01-17T07:14:17.481Z | Checking ciborium-io v0.2.2 |
2857 | 2025-01-17T07:14:17.600Z | Checking nodrop v0.1.14 |
2858 | 2025-01-17T07:14:17.619Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2859 | 2025-01-17T07:14:17.674Z | Checking smallvec v0.6.14 |
2860 | 2025-01-17T07:14:17.730Z | Checking array-init v0.0.4 |
2861 | 2025-01-17T07:14:17.836Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2862 | 2025-01-17T07:14:17.881Z | Checking ciborium-ll v0.2.2 |
2863 | 2025-01-17T07:14:17.883Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2025-01-17T07:14:17.916Z | Checking bitvec v1.0.1 |
2865 | 2025-01-17T07:14:18.113Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2866 | 2025-01-17T07:14:18.173Z | Checking libsw v3.3.1 |
2867 | 2025-01-17T07:14:18.387Z | Compiling memoffset v0.9.1 |
2868 | 2025-01-17T07:14:18.431Z | Checking bitfield v0.14.0 |
2869 | 2025-01-17T07:14:18.546Z | Checking linear-map v1.2.0 |
2870 | 2025-01-17T07:14:18.581Z | Checking indent_write v2.2.0 |
2871 | 2025-01-17T07:14:18.698Z | Checking hashbrown v0.12.3 |
2872 | 2025-01-17T07:14:18.720Z | Checking termcolor v1.4.1 |
2873 | 2025-01-17T07:14:18.791Z | Checking swrite v0.1.0 |
2874 | 2025-01-17T07:14:18.931Z | Checking serde-hex v0.1.0 |
2875 | 2025-01-17T07:14:19.019Z | Checking ron v0.8.1 |
2876 | 2025-01-17T07:14:19.149Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2877 | 2025-01-17T07:14:19.181Z | Checking env_logger v0.10.2 |
2878 | 2025-01-17T07:14:19.518Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2879 | 2025-01-17T07:14:19.602Z | Checking ciborium v0.2.2 |
2880 | 2025-01-17T07:14:20.061Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2881 | 2025-01-17T07:14:20.314Z | Checking steno v0.4.1 |
2882 | 2025-01-17T07:14:20.332Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2883 | 2025-01-17T07:14:20.547Z | Checking hashbrown v0.13.2 |
2884 | 2025-01-17T07:14:20.580Z | Checking crc-any v2.5.0 |
2885 | 2025-01-17T07:14:20.602Z | Checking humantime v2.1.0 |
2886 | 2025-01-17T07:14:20.921Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2887 | 2025-01-17T07:14:20.967Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2888 | 2025-01-17T07:14:21.342Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2889 | 2025-01-17T07:14:21.465Z | Checking object v0.30.4 |
2890 | 2025-01-17T07:14:21.549Z | Checking path-slash v0.1.5 |
2891 | 2025-01-17T07:14:21.707Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2892 | 2025-01-17T07:14:21.732Z | Checking nix v0.27.1 |
2893 | 2025-01-17T07:14:22.443Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2894 | 2025-01-17T07:14:22.478Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2895 | 2025-01-17T07:14:22.757Z | Checking tungstenite v0.23.0 |
2896 | 2025-01-17T07:14:22.821Z | Checking kstat-rs v0.2.4 |
2897 | 2025-01-17T07:14:22.988Z | Checking signal-hook-tokio v0.3.1 |
2898 | 2025-01-17T07:14:23.174Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2899 | 2025-01-17T07:14:23.640Z | Checking tokio-tungstenite v0.23.1 |
2900 | 2025-01-17T07:14:23.724Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2901 | 2025-01-17T07:14:24.168Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2902 | 2025-01-17T07:14:24.371Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2903 | 2025-01-17T07:14:30.844Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2904 | 2025-01-17T07:14:32.222Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2905 | 2025-01-17T07:14:34.452Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2906 | 2025-01-17T07:14:39.697Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2907 | 2025-01-17T07:14:40.358Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2908 | 2025-01-17T07:14:43.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.19s |
2909 | 2025-01-17T07:14:43.211Z | |
2910 | 2025-01-17T07:14:43.211Z | info: running `cargo check --bins` on gateway-api (109/197) |
2911 | 2025-01-17T07:14:43.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2025-01-17T07:14:43.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2025-01-17T07:14:43.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2914 | 2025-01-17T07:14:43.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2915 | 2025-01-17T07:14:43.850Z | |
2916 | 2025-01-17T07:14:43.850Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2917 | 2025-01-17T07:14:44.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-01-17T07:14:44.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-01-17T07:14:44.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-01-17T07:14:44.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2921 | 2025-01-17T07:14:44.464Z | |
2922 | 2025-01-17T07:14:44.464Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2923 | 2025-01-17T07:14:45.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-01-17T07:14:45.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-01-17T07:14:45.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-01-17T07:14:45.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2927 | 2025-01-17T07:14:45.091Z | |
2928 | 2025-01-17T07:14:45.091Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2929 | 2025-01-17T07:14:45.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-01-17T07:14:45.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-01-17T07:14:45.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-01-17T07:14:45.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2933 | 2025-01-17T07:14:45.711Z | |
2934 | 2025-01-17T07:14:45.711Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2935 | 2025-01-17T07:14:46.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-01-17T07:14:46.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-01-17T07:14:46.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-01-17T07:14:46.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2939 | 2025-01-17T07:14:46.333Z | |
2940 | 2025-01-17T07:14:46.333Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2941 | 2025-01-17T07:14:46.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-01-17T07:14:46.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-01-17T07:14:46.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2025-01-17T07:14:46.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2945 | 2025-01-17T07:14:46.947Z | |
2946 | 2025-01-17T07:14:46.947Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2947 | 2025-01-17T07:14:47.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2025-01-17T07:14:47.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2025-01-17T07:14:47.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2025-01-17T07:14:47.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2951 | 2025-01-17T07:14:47.564Z | |
2952 | 2025-01-17T07:14:47.564Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2953 | 2025-01-17T07:14:48.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2025-01-17T07:14:48.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2025-01-17T07:14:48.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2025-01-17T07:14:48.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2957 | 2025-01-17T07:14:48.181Z | |
2958 | 2025-01-17T07:14:48.181Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2959 | 2025-01-17T07:14:48.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2025-01-17T07:14:48.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2025-01-17T07:14:48.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2025-01-17T07:14:48.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2963 | 2025-01-17T07:14:48.830Z | |
2964 | 2025-01-17T07:14:48.831Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2965 | 2025-01-17T07:14:49.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-01-17T07:14:49.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-01-17T07:14:49.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2025-01-17T07:14:49.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2969 | 2025-01-17T07:14:49.454Z | |
2970 | 2025-01-17T07:14:49.454Z | info: running `cargo check --bins` on sp-sim (119/197) |
2971 | 2025-01-17T07:14:49.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2025-01-17T07:14:49.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2025-01-17T07:14:50.081Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2974 | 2025-01-17T07:14:50.528Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2975 | 2025-01-17T07:14:52.217Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2976 | 2025-01-17T07:14:53.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
2977 | 2025-01-17T07:14:54.055Z | |
2978 | 2025-01-17T07:14:54.055Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2979 | 2025-01-17T07:14:54.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-01-17T07:14:54.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-01-17T07:14:54.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-01-17T07:14:54.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2983 | 2025-01-17T07:14:54.734Z | |
2984 | 2025-01-17T07:14:54.734Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2985 | 2025-01-17T07:14:55.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-17T07:14:55.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-17T07:14:55.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-01-17T07:14:55.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2989 | 2025-01-17T07:14:55.429Z | |
2990 | 2025-01-17T07:14:55.430Z | info: running `cargo check --bins` on db-macros (122/197) |
2991 | 2025-01-17T07:14:55.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-01-17T07:14:55.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-01-17T07:14:55.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-01-17T07:14:55.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2995 | 2025-01-17T07:14:56.037Z | |
2996 | 2025-01-17T07:14:56.037Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
2997 | 2025-01-17T07:14:56.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-17T07:14:56.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-17T07:14:56.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-01-17T07:14:56.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3001 | 2025-01-17T07:14:56.635Z | |
3002 | 2025-01-17T07:14:56.635Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3003 | 2025-01-17T07:14:57.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-17T07:14:57.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-17T07:14:57.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2025-01-17T07:14:57.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3007 | 2025-01-17T07:14:57.294Z | |
3008 | 2025-01-17T07:14:57.294Z | info: running `cargo check --bins` on authz-macros (125/197) |
3009 | 2025-01-17T07:14:57.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-17T07:14:57.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-17T07:14:57.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2025-01-17T07:14:57.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3013 | 2025-01-17T07:14:57.900Z | |
3014 | 2025-01-17T07:14:57.900Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3015 | 2025-01-17T07:14:58.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-17T07:14:58.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-17T07:14:58.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2025-01-17T07:14:58.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3019 | 2025-01-17T07:14:58.562Z | |
3020 | 2025-01-17T07:14:58.562Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3021 | 2025-01-17T07:14:59.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-17T07:14:59.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-17T07:14:59.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-01-17T07:14:59.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3025 | 2025-01-17T07:14:59.236Z | |
3026 | 2025-01-17T07:14:59.236Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3027 | 2025-01-17T07:14:59.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-17T07:14:59.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-17T07:14:59.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-01-17T07:14:59.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3031 | 2025-01-17T07:14:59.861Z | |
3032 | 2025-01-17T07:14:59.861Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3033 | 2025-01-17T07:15:00.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-17T07:15:00.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-17T07:15:00.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-01-17T07:15:00.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3037 | 2025-01-17T07:15:00.517Z | |
3038 | 2025-01-17T07:15:00.517Z | info: running `cargo check --bins` on typed-rng (130/197) |
3039 | 2025-01-17T07:15:01.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-17T07:15:01.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-17T07:15:01.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-01-17T07:15:01.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3043 | 2025-01-17T07:15:01.128Z | |
3044 | 2025-01-17T07:15:01.128Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3045 | 2025-01-17T07:15:01.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-17T07:15:01.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-17T07:15:01.868Z | Checking keccak v0.1.5 |
3048 | 2025-01-17T07:15:01.979Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3049 | 2025-01-17T07:15:01.982Z | Checking secrecy v0.8.0 |
3050 | 2025-01-17T07:15:01.983Z | Compiling unicase v2.7.0 |
3051 | 2025-01-17T07:15:01.983Z | Compiling same-file v1.0.6 |
3052 | 2025-01-17T07:15:02.016Z | Compiling tempfile v3.13.0 |
3053 | 2025-01-17T07:15:02.047Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3054 | 2025-01-17T07:15:02.050Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3055 | 2025-01-17T07:15:02.163Z | Compiling thiserror-impl-no-std v2.0.2 |
3056 | 2025-01-17T07:15:02.266Z | Checking sha3 v0.10.8 |
3057 | 2025-01-17T07:15:02.292Z | Compiling walkdir v2.5.0 |
3058 | 2025-01-17T07:15:02.331Z | Checking universal-hash v0.5.1 |
3059 | 2025-01-17T07:15:02.347Z | Compiling blake3 v1.5.4 |
3060 | 2025-01-17T07:15:02.514Z | Checking opaque-debug v0.3.1 |
3061 | 2025-01-17T07:15:02.534Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3062 | 2025-01-17T07:15:02.562Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3063 | 2025-01-17T07:15:02.619Z | Checking poly1305 v0.8.0 |
3064 | 2025-01-17T07:15:02.639Z | Checking chacha20 v0.9.1 |
3065 | 2025-01-17T07:15:02.804Z | Checking aead v0.5.2 |
3066 | 2025-01-17T07:15:02.832Z | Compiling memmap2 v0.9.5 |
3067 | 2025-01-17T07:15:02.943Z | Compiling constant_time_eq v0.3.1 |
3068 | 2025-01-17T07:15:02.995Z | Compiling arrayref v0.3.9 |
3069 | 2025-01-17T07:15:03.023Z | Compiling libefi-sys v0.1.0 |
3070 | 2025-01-17T07:15:03.109Z | Compiling salty v0.3.0 |
3071 | 2025-01-17T07:15:03.128Z | Compiling arrayvec v0.7.6 |
3072 | 2025-01-17T07:15:03.147Z | Checking chacha20poly1305 v0.10.1 |
3073 | 2025-01-17T07:15:03.262Z | Compiling toolchain_find v0.4.0 |
3074 | 2025-01-17T07:15:03.345Z | Compiling camino-tempfile v1.1.1 |
3075 | 2025-01-17T07:15:03.504Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3076 | 2025-01-17T07:15:03.530Z | Compiling bitfield-struct v0.6.2 |
3077 | 2025-01-17T07:15:03.711Z | Compiling topological-sort v0.2.2 |
3078 | 2025-01-17T07:15:03.772Z | Compiling mime_guess v2.0.5 |
3079 | 2025-01-17T07:15:03.951Z | Compiling rustfmt-wrapper v0.2.1 |
3080 | 2025-01-17T07:15:04.420Z | Compiling omicron-zone-package v0.12.0 |
3081 | 2025-01-17T07:15:04.475Z | Compiling progenitor v0.9.1 |
3082 | 2025-01-17T07:15:04.566Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3083 | 2025-01-17T07:15:04.705Z | Checking primeorder v0.13.6 |
3084 | 2025-01-17T07:15:04.743Z | Checking env_filter v0.1.2 |
3085 | 2025-01-17T07:15:04.856Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3086 | 2025-01-17T07:15:04.928Z | Checking thiserror-no-std v2.0.2 |
3087 | 2025-01-17T07:15:04.969Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3088 | 2025-01-17T07:15:04.987Z | Checking env_logger v0.11.5 |
3089 | 2025-01-17T07:15:05.023Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3090 | 2025-01-17T07:15:05.049Z | Checking vsss-rs v3.3.4 |
3091 | 2025-01-17T07:15:05.081Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3092 | 2025-01-17T07:15:05.158Z | Checking p384 v0.13.0 |
3093 | 2025-01-17T07:15:05.214Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3094 | 2025-01-17T07:15:05.452Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3095 | 2025-01-17T07:15:05.506Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3096 | 2025-01-17T07:15:05.607Z | Checking bumpalo v3.16.0 |
3097 | 2025-01-17T07:15:05.630Z | Checking http-range v0.1.5 |
3098 | 2025-01-17T07:15:05.774Z | Checking simd-adler32 v0.3.7 |
3099 | 2025-01-17T07:15:05.829Z | Compiling zip v2.1.3 |
3100 | 2025-01-17T07:15:05.944Z | Checking lockfree-object-pool v0.1.6 |
3101 | 2025-01-17T07:15:05.964Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3102 | 2025-01-17T07:15:06.181Z | Checking zopfli v0.8.1 |
3103 | 2025-01-17T07:15:06.197Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3104 | 2025-01-17T07:15:06.219Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3105 | 2025-01-17T07:15:06.530Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3106 | 2025-01-17T07:15:06.804Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3107 | 2025-01-17T07:15:06.859Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3108 | 2025-01-17T07:15:06.933Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3109 | 2025-01-17T07:15:07.195Z | Checking nanorand v0.7.0 |
3110 | 2025-01-17T07:15:07.325Z | Checking atty v0.2.14 |
3111 | 2025-01-17T07:15:07.352Z | Checking glob v0.3.1 |
3112 | 2025-01-17T07:15:07.424Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3113 | 2025-01-17T07:15:07.472Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3114 | 2025-01-17T07:15:07.568Z | Checking flume v0.11.1 |
3115 | 2025-01-17T07:15:07.670Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3116 | 2025-01-17T07:15:08.036Z | Checking hyper-staticfile v0.10.1 |
3117 | 2025-01-17T07:15:08.067Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3118 | 2025-01-17T07:15:08.777Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3119 | 2025-01-17T07:15:08.817Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3120 | 2025-01-17T07:15:09.213Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3121 | 2025-01-17T07:15:09.377Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3122 | 2025-01-17T07:15:09.658Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3123 | 2025-01-17T07:15:09.660Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3124 | 2025-01-17T07:15:10.177Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3125 | 2025-01-17T07:15:10.199Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3126 | 2025-01-17T07:15:10.322Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3127 | 2025-01-17T07:15:10.605Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3128 | 2025-01-17T07:15:13.614Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3129 | 2025-01-17T07:15:13.617Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3130 | 2025-01-17T07:15:21.790Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3131 | 2025-01-17T07:15:35.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.13s |
3132 | 2025-01-17T07:15:35.478Z | |
3133 | 2025-01-17T07:15:35.478Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3134 | 2025-01-17T07:15:36.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2025-01-17T07:15:36.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2025-01-17T07:15:36.219Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3137 | 2025-01-17T07:15:49.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
3138 | 2025-01-17T07:15:49.938Z | |
3139 | 2025-01-17T07:15:49.938Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3140 | 2025-01-17T07:15:50.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2025-01-17T07:15:50.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2025-01-17T07:15:50.683Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3143 | 2025-01-17T07:16:04.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
3144 | 2025-01-17T07:16:04.343Z | |
3145 | 2025-01-17T07:16:04.343Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3146 | 2025-01-17T07:16:04.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-01-17T07:16:04.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-01-17T07:16:05.070Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2025-01-17T07:16:18.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
3150 | 2025-01-17T07:16:18.680Z | |
3151 | 2025-01-17T07:16:18.680Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3152 | 2025-01-17T07:16:19.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-17T07:16:19.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-17T07:16:19.435Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3155 | 2025-01-17T07:16:32.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s |
3156 | 2025-01-17T07:16:33.055Z | |
3157 | 2025-01-17T07:16:33.055Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3158 | 2025-01-17T07:16:33.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-17T07:16:33.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-17T07:16:33.782Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3161 | 2025-01-17T07:16:47.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
3162 | 2025-01-17T07:16:47.590Z | |
3163 | 2025-01-17T07:16:47.590Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3164 | 2025-01-17T07:16:48.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-01-17T07:16:48.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-01-17T07:16:48.319Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3167 | 2025-01-17T07:17:01.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s |
3168 | 2025-01-17T07:17:01.998Z | |
3169 | 2025-01-17T07:17:01.999Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3170 | 2025-01-17T07:17:02.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2025-01-17T07:17:02.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2025-01-17T07:17:02.735Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3173 | 2025-01-17T07:17:16.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3174 | 2025-01-17T07:17:16.502Z | |
3175 | 2025-01-17T07:17:16.502Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3176 | 2025-01-17T07:17:17.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2025-01-17T07:17:17.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2025-01-17T07:17:17.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3179 | 2025-01-17T07:17:17.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3180 | 2025-01-17T07:17:17.158Z | |
3181 | 2025-01-17T07:17:17.158Z | info: running `cargo check --bins` on key-manager (140/197) |
3182 | 2025-01-17T07:17:17.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-01-17T07:17:17.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-01-17T07:17:17.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3185 | 2025-01-17T07:17:17.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3186 | 2025-01-17T07:17:17.781Z | |
3187 | 2025-01-17T07:17:17.781Z | info: running `cargo check --bins` on range-requests (141/197) |
3188 | 2025-01-17T07:17:18.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-01-17T07:17:18.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-01-17T07:17:18.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3191 | 2025-01-17T07:17:18.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3192 | 2025-01-17T07:17:18.386Z | |
3193 | 2025-01-17T07:17:18.386Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3194 | 2025-01-17T07:17:18.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-01-17T07:17:18.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-01-17T07:17:18.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2025-01-17T07:17:18.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3198 | 2025-01-17T07:17:19.017Z | |
3199 | 2025-01-17T07:17:19.017Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3200 | 2025-01-17T07:17:19.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-01-17T07:17:19.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-01-17T07:17:19.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2025-01-17T07:17:19.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3204 | 2025-01-17T07:17:19.697Z | |
3205 | 2025-01-17T07:17:19.697Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3206 | 2025-01-17T07:17:20.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-01-17T07:17:20.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-01-17T07:17:20.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2025-01-17T07:17:20.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3210 | 2025-01-17T07:17:20.303Z | |
3211 | 2025-01-17T07:17:20.303Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3212 | 2025-01-17T07:17:20.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2025-01-17T07:17:20.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2025-01-17T07:17:20.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2025-01-17T07:17:20.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3216 | 2025-01-17T07:17:20.935Z | |
3217 | 2025-01-17T07:17:20.935Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3218 | 2025-01-17T07:17:21.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-01-17T07:17:21.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-01-17T07:17:21.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2025-01-17T07:17:21.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3222 | 2025-01-17T07:17:21.574Z | |
3223 | 2025-01-17T07:17:21.574Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3224 | 2025-01-17T07:17:22.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-01-17T07:17:22.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-01-17T07:17:22.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-01-17T07:17:22.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3228 | 2025-01-17T07:17:22.221Z | |
3229 | 2025-01-17T07:17:22.221Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3230 | 2025-01-17T07:17:22.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-01-17T07:17:22.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-01-17T07:17:22.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-01-17T07:17:22.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3234 | 2025-01-17T07:17:22.871Z | |
3235 | 2025-01-17T07:17:22.871Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3236 | 2025-01-17T07:17:23.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-01-17T07:17:23.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-01-17T07:17:23.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-01-17T07:17:23.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3240 | 2025-01-17T07:17:23.524Z | |
3241 | 2025-01-17T07:17:23.524Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3242 | 2025-01-17T07:17:24.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-01-17T07:17:24.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-01-17T07:17:24.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-01-17T07:17:24.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3246 | 2025-01-17T07:17:24.174Z | |
3247 | 2025-01-17T07:17:24.174Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3248 | 2025-01-17T07:17:24.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-01-17T07:17:24.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-01-17T07:17:24.868Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3251 | 2025-01-17T07:17:24.868Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3252 | 2025-01-17T07:17:25.766Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3253 | 2025-01-17T07:17:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s |
3254 | 2025-01-17T07:17:28.088Z | |
3255 | 2025-01-17T07:17:28.088Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3256 | 2025-01-17T07:17:28.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-01-17T07:17:28.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-01-17T07:17:28.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-01-17T07:17:28.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3260 | 2025-01-17T07:17:28.764Z | |
3261 | 2025-01-17T07:17:28.764Z | info: running `cargo check --bins` on cert-dev (153/197) |
3262 | 2025-01-17T07:17:29.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-17T07:17:29.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-17T07:17:29.414Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3265 | 2025-01-17T07:17:29.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3266 | 2025-01-17T07:17:29.887Z | |
3267 | 2025-01-17T07:17:29.887Z | info: running `cargo check --bins` on clickana (154/197) |
3268 | 2025-01-17T07:17:30.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-17T07:17:30.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-17T07:17:30.601Z | Checking castaway v0.2.3 |
3271 | 2025-01-17T07:17:30.601Z | Checking unicode-truncate v1.1.0 |
3272 | 2025-01-17T07:17:30.604Z | Checking lru v0.12.5 |
3273 | 2025-01-17T07:17:30.604Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3274 | 2025-01-17T07:17:30.604Z | Compiling instability v0.3.2 |
3275 | 2025-01-17T07:17:30.604Z | Checking cassowary v0.3.0 |
3276 | 2025-01-17T07:17:30.828Z | Checking compact_str v0.8.0 |
3277 | 2025-01-17T07:17:31.479Z | Checking ratatui v0.28.1 |
3278 | 2025-01-17T07:17:32.363Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3279 | 2025-01-17T07:17:33.339Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3280 | 2025-01-17T07:17:34.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
3281 | 2025-01-17T07:17:34.336Z | |
3282 | 2025-01-17T07:17:34.336Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3283 | 2025-01-17T07:17:34.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-01-17T07:17:34.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-01-17T07:17:35.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3286 | 2025-01-17T07:17:35.004Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3287 | 2025-01-17T07:17:36.001Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3288 | 2025-01-17T07:17:36.453Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3289 | 2025-01-17T07:17:36.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
3290 | 2025-01-17T07:17:36.976Z | |
3291 | 2025-01-17T07:17:36.976Z | info: running `cargo check --bins` on ch-dev (156/197) |
3292 | 2025-01-17T07:17:37.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-01-17T07:17:37.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-01-17T07:17:37.633Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3295 | 2025-01-17T07:17:38.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3296 | 2025-01-17T07:17:38.513Z | |
3297 | 2025-01-17T07:17:38.513Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3298 | 2025-01-17T07:17:39.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-01-17T07:17:39.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-01-17T07:17:39.166Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3301 | 2025-01-17T07:17:39.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3302 | 2025-01-17T07:17:39.691Z | |
3303 | 2025-01-17T07:17:39.691Z | info: running `cargo check --bins` on db-dev (158/197) |
3304 | 2025-01-17T07:17:40.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-01-17T07:17:40.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-01-17T07:17:40.354Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3307 | 2025-01-17T07:17:41.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3308 | 2025-01-17T07:17:41.245Z | |
3309 | 2025-01-17T07:17:41.245Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3310 | 2025-01-17T07:17:41.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-17T07:17:41.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-17T07:17:41.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2025-01-17T07:17:41.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3314 | 2025-01-17T07:17:41.883Z | |
3315 | 2025-01-17T07:17:41.883Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3316 | 2025-01-17T07:17:42.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-01-17T07:17:42.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-01-17T07:17:42.484Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3319 | 2025-01-17T07:17:43.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3320 | 2025-01-17T07:17:43.520Z | |
3321 | 2025-01-17T07:17:43.520Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3322 | 2025-01-17T07:17:44.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-01-17T07:17:44.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-01-17T07:17:44.152Z | Checking cargo-platform v0.1.8 |
3325 | 2025-01-17T07:17:44.427Z | Checking cargo_metadata v0.18.1 |
3326 | 2025-01-17T07:17:45.375Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3327 | 2025-01-17T07:17:46.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
3328 | 2025-01-17T07:17:46.367Z | |
3329 | 2025-01-17T07:17:46.367Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3330 | 2025-01-17T07:17:46.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-01-17T07:17:46.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-01-17T07:17:47.070Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3333 | 2025-01-17T07:17:48.460Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3334 | 2025-01-17T07:17:49.017Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3335 | 2025-01-17T07:17:49.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
3336 | 2025-01-17T07:17:49.745Z | |
3337 | 2025-01-17T07:17:49.745Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3338 | 2025-01-17T07:17:50.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2025-01-17T07:17:50.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2025-01-17T07:17:50.519Z | Compiling crunchy v0.2.2 |
3341 | 2025-01-17T07:17:50.522Z | Compiling tiny-keccak v2.0.2 |
3342 | 2025-01-17T07:17:50.523Z | Compiling dsl_auto_type v0.1.2 |
3343 | 2025-01-17T07:17:50.523Z | Checking scheduled-thread-pool v0.2.7 |
3344 | 2025-01-17T07:17:50.523Z | Compiling diesel_table_macro_syntax v0.2.0 |
3345 | 2025-01-17T07:17:50.523Z | Compiling ascii-canvas v3.0.0 |
3346 | 2025-01-17T07:17:50.635Z | Compiling ena v0.14.3 |
3347 | 2025-01-17T07:17:50.646Z | Compiling regex-syntax v0.6.29 |
3348 | 2025-01-17T07:17:50.922Z | Compiling diff v0.1.13 |
3349 | 2025-01-17T07:17:50.941Z | Checking r2d2 v0.8.10 |
3350 | 2025-01-17T07:17:51.056Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3351 | 2025-01-17T07:17:51.074Z | Compiling ref-cast v1.0.23 |
3352 | 2025-01-17T07:17:51.129Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3353 | 2025-01-17T07:17:51.238Z | Compiling derive_builder_core v0.20.2 |
3354 | 2025-01-17T07:17:51.292Z | Compiling libxml v0.3.3 |
3355 | 2025-01-17T07:17:51.416Z | Compiling ref-cast-impl v1.0.23 |
3356 | 2025-01-17T07:17:51.446Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3357 | 2025-01-17T07:17:51.677Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3358 | 2025-01-17T07:17:51.700Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3359 | 2025-01-17T07:17:51.932Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3360 | 2025-01-17T07:17:51.953Z | Compiling strum_macros v0.24.3 |
3361 | 2025-01-17T07:17:51.982Z | Compiling samael v0.0.17 |
3362 | 2025-01-17T07:17:52.035Z | Compiling diesel_derives v2.2.3 |
3363 | 2025-01-17T07:17:52.287Z | Compiling indoc v1.0.9 |
3364 | 2025-01-17T07:17:53.134Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3365 | 2025-01-17T07:17:53.441Z | Compiling oso-derive v0.27.3 |
3366 | 2025-01-17T07:17:53.462Z | Compiling derive_builder_macro v0.20.2 |
3367 | 2025-01-17T07:17:54.263Z | Compiling lalrpop v0.19.12 |
3368 | 2025-01-17T07:17:54.330Z | Checking derive_builder v0.20.2 |
3369 | 2025-01-17T07:17:54.416Z | Compiling impl-trait-for-tuples v0.2.2 |
3370 | 2025-01-17T07:17:54.500Z | Checking quick-xml v0.33.0 |
3371 | 2025-01-17T07:17:54.839Z | Compiling diesel-dtrace v0.4.2 |
3372 | 2025-01-17T07:17:55.165Z | Checking maplit v1.0.2 |
3373 | 2025-01-17T07:17:55.334Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3374 | 2025-01-17T07:17:55.360Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3375 | 2025-01-17T07:17:55.690Z | Checking bb8 v0.8.5 |
3376 | 2025-01-17T07:17:55.946Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3377 | 2025-01-17T07:17:56.179Z | Checking rand_seeder v0.3.0 |
3378 | 2025-01-17T07:17:56.201Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3379 | 2025-01-17T07:17:56.288Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3380 | 2025-01-17T07:17:56.416Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3381 | 2025-01-17T07:17:56.625Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3382 | 2025-01-17T07:17:56.827Z | Checking is_ci v1.2.0 |
3383 | 2025-01-17T07:17:56.910Z | Checking unicode-linebreak v0.1.5 |
3384 | 2025-01-17T07:17:56.972Z | Checking smawk v0.3.2 |
3385 | 2025-01-17T07:17:57.189Z | Checking supports-color v3.0.1 |
3386 | 2025-01-17T07:17:57.358Z | Checking textwrap v0.16.1 |
3387 | 2025-01-17T07:17:57.433Z | Checking multimap v0.10.0 |
3388 | 2025-01-17T07:17:58.088Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3389 | 2025-01-17T07:18:00.353Z | Checking diesel v2.2.6 |
3390 | 2025-01-17T07:18:24.687Z | Compiling polar-core v0.27.3 |
3391 | 2025-01-17T07:18:25.572Z | Checking async-bb8-diesel v0.2.1 |
3392 | 2025-01-17T07:18:31.977Z | Checking oso v0.27.3 |
3393 | 2025-01-17T07:19:33.534Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3394 | 2025-01-17T07:19:39.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
3395 | 2025-01-17T07:19:40.098Z | |
3396 | 2025-01-17T07:19:40.098Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3397 | 2025-01-17T07:19:40.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2025-01-17T07:19:40.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2025-01-17T07:19:40.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3400 | 2025-01-17T07:19:40.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3401 | 2025-01-17T07:19:40.766Z | |
3402 | 2025-01-17T07:19:40.766Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3403 | 2025-01-17T07:19:41.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-01-17T07:19:41.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-01-17T07:19:41.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2025-01-17T07:19:41.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3407 | 2025-01-17T07:19:41.428Z | |
3408 | 2025-01-17T07:19:41.428Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3409 | 2025-01-17T07:19:41.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-17T07:19:41.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-17T07:19:41.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3412 | 2025-01-17T07:19:41.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3413 | 2025-01-17T07:19:42.030Z | |
3414 | 2025-01-17T07:19:42.030Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3415 | 2025-01-17T07:19:42.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-17T07:19:42.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-17T07:19:42.829Z | Compiling libz-sys v1.1.20 |
3418 | 2025-01-17T07:19:42.831Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3419 | 2025-01-17T07:19:42.958Z | Compiling vergen v8.3.2 |
3420 | 2025-01-17T07:19:42.961Z | Compiling cargo-platform v0.1.8 |
3421 | 2025-01-17T07:19:42.961Z | Compiling pin-project-internal v1.1.6 |
3422 | 2025-01-17T07:19:43.005Z | Compiling libsqlite3-sys v0.30.1 |
3423 | 2025-01-17T07:19:43.005Z | Compiling snafu-derive v0.8.5 |
3424 | 2025-01-17T07:19:43.008Z | Compiling rustls v0.21.12 |
3425 | 2025-01-17T07:19:43.267Z | Compiling cargo_metadata v0.18.1 |
3426 | 2025-01-17T07:19:43.332Z | Compiling cfg_aliases v0.2.1 |
3427 | 2025-01-17T07:19:43.447Z | Compiling buf-list v1.0.3 |
3428 | 2025-01-17T07:19:43.474Z | Compiling nix v0.29.0 |
3429 | 2025-01-17T07:19:43.597Z | Checking globset v0.4.15 |
3430 | 2025-01-17T07:19:43.870Z | Checking olpc-cjson v0.1.4 |
3431 | 2025-01-17T07:19:44.082Z | Checking rustls-webpki v0.101.7 |
3432 | 2025-01-17T07:19:44.100Z | Checking sct v0.7.1 |
3433 | 2025-01-17T07:19:44.103Z | Checking serde_plain v1.0.2 |
3434 | 2025-01-17T07:19:44.329Z | Checking typed-path v0.9.3 |
3435 | 2025-01-17T07:19:44.703Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3436 | 2025-01-17T07:19:44.810Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3437 | 2025-01-17T07:19:44.981Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3438 | 2025-01-17T07:19:45.091Z | Checking hashlink v0.9.1 |
3439 | 2025-01-17T07:19:45.249Z | Checking fallible-iterator v0.3.0 |
3440 | 2025-01-17T07:19:45.631Z | Checking fallible-streaming-iterator v0.1.9 |
3441 | 2025-01-17T07:19:45.697Z | Checking pin-project v1.1.6 |
3442 | 2025-01-17T07:19:45.827Z | Checking parse-size v1.1.0 |
3443 | 2025-01-17T07:19:45.863Z | Checking rusqlite v0.32.1 |
3444 | 2025-01-17T07:19:46.012Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3445 | 2025-01-17T07:19:46.219Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3446 | 2025-01-17T07:19:46.384Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3447 | 2025-01-17T07:19:46.404Z | Checking rustls-pemfile v1.0.4 |
3448 | 2025-01-17T07:19:46.621Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3449 | 2025-01-17T07:19:46.920Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3450 | 2025-01-17T07:19:46.967Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3451 | 2025-01-17T07:19:47.002Z | Checking twox-hash v1.6.3 |
3452 | 2025-01-17T07:19:47.094Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3453 | 2025-01-17T07:19:47.113Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3454 | 2025-01-17T07:19:47.666Z | Checking tokio-rustls v0.24.1 |
3455 | 2025-01-17T07:19:47.917Z | Checking snafu v0.8.5 |
3456 | 2025-01-17T07:19:47.999Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3457 | 2025-01-17T07:19:48.195Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3458 | 2025-01-17T07:19:48.198Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3459 | 2025-01-17T07:19:48.334Z | Checking tough v0.19.0 |
3460 | 2025-01-17T07:19:48.520Z | Checking fatfs v0.3.6 |
3461 | 2025-01-17T07:19:48.840Z | Checking assert_matches v1.5.0 |
3462 | 2025-01-17T07:19:52.385Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3463 | 2025-01-17T07:19:53.638Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3464 | 2025-01-17T07:19:55.104Z | Compiling git2 v0.19.0 |
3465 | 2025-01-17T07:19:59.224Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3466 | 2025-01-17T07:20:54.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3467 | 2025-01-17T07:20:54.619Z | |
3468 | 2025-01-17T07:20:54.619Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3469 | 2025-01-17T07:20:55.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2025-01-17T07:20:55.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2025-01-17T07:20:55.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3472 | 2025-01-17T07:20:55.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3473 | 2025-01-17T07:20:55.317Z | |
3474 | 2025-01-17T07:20:55.318Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3475 | 2025-01-17T07:20:55.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2025-01-17T07:20:55.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2025-01-17T07:20:55.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3478 | 2025-01-17T07:20:55.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3479 | 2025-01-17T07:20:55.931Z | |
3480 | 2025-01-17T07:20:55.931Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3481 | 2025-01-17T07:20:56.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2025-01-17T07:20:56.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2025-01-17T07:20:56.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3484 | 2025-01-17T07:20:56.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3485 | 2025-01-17T07:20:56.576Z | |
3486 | 2025-01-17T07:20:56.576Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3487 | 2025-01-17T07:20:57.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2025-01-17T07:20:57.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2025-01-17T07:20:57.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3490 | 2025-01-17T07:20:57.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3491 | 2025-01-17T07:20:57.250Z | |
3492 | 2025-01-17T07:20:57.250Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3493 | 2025-01-17T07:20:57.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2025-01-17T07:20:57.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2025-01-17T07:20:57.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3496 | 2025-01-17T07:20:57.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3497 | 2025-01-17T07:20:57.919Z | |
3498 | 2025-01-17T07:20:57.919Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3499 | 2025-01-17T07:20:58.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2025-01-17T07:20:58.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2025-01-17T07:20:58.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2025-01-17T07:20:58.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3503 | 2025-01-17T07:20:58.598Z | |
3504 | 2025-01-17T07:20:58.598Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3505 | 2025-01-17T07:20:59.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-01-17T07:20:59.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-01-17T07:20:59.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2025-01-17T07:20:59.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3509 | 2025-01-17T07:20:59.271Z | |
3510 | 2025-01-17T07:20:59.273Z | info: running `cargo check --bins` on update-common (175/197) |
3511 | 2025-01-17T07:20:59.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-01-17T07:20:59.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-01-17T07:20:59.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2025-01-17T07:20:59.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3515 | 2025-01-17T07:20:59.910Z | |
3516 | 2025-01-17T07:20:59.910Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3517 | 2025-01-17T07:21:00.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2025-01-17T07:21:00.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2025-01-17T07:21:00.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2025-01-17T07:21:00.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3521 | 2025-01-17T07:21:00.561Z | |
3522 | 2025-01-17T07:21:00.561Z | info: running `cargo check --bins` on tufaceous (177/197) |
3523 | 2025-01-17T07:21:01.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2025-01-17T07:21:01.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2025-01-17T07:21:01.234Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3526 | 2025-01-17T07:21:02.375Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3527 | 2025-01-17T07:21:03.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3528 | 2025-01-17T07:21:03.355Z | |
3529 | 2025-01-17T07:21:03.355Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3530 | 2025-01-17T07:21:04.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2025-01-17T07:21:04.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2025-01-17T07:21:04.229Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3533 | 2025-01-17T07:21:04.232Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3534 | 2025-01-17T07:21:04.371Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3535 | 2025-01-17T07:21:04.375Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3536 | 2025-01-17T07:21:05.360Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3537 | 2025-01-17T07:21:32.503Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3538 | 2025-01-17T07:21:32.506Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3539 | 2025-01-17T07:21:32.506Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3540 | 2025-01-17T07:21:32.506Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3541 | 2025-01-17T07:21:32.506Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3542 | 2025-01-17T07:21:32.506Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3543 | 2025-01-17T07:21:33.424Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3544 | 2025-01-17T07:21:34.687Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3545 | 2025-01-17T07:22:14.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3546 | 2025-01-17T07:22:14.494Z | |
3547 | 2025-01-17T07:22:14.494Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3548 | 2025-01-17T07:22:15.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2025-01-17T07:22:15.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2025-01-17T07:22:15.205Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3551 | 2025-01-17T07:22:15.205Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3552 | 2025-01-17T07:22:15.207Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3553 | 2025-01-17T07:22:15.337Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3554 | 2025-01-17T07:22:15.340Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3555 | 2025-01-17T07:22:15.363Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3556 | 2025-01-17T07:22:15.365Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3557 | 2025-01-17T07:22:15.381Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3558 | 2025-01-17T07:22:15.530Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3559 | 2025-01-17T07:22:15.571Z | Checking heck v0.4.1 |
3560 | 2025-01-17T07:22:15.636Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3561 | 2025-01-17T07:22:15.780Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3562 | 2025-01-17T07:22:15.939Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3563 | 2025-01-17T07:22:16.218Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3564 | 2025-01-17T07:22:16.604Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3565 | 2025-01-17T07:22:16.731Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3566 | 2025-01-17T07:22:17.046Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3567 | 2025-01-17T07:22:17.858Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3568 | 2025-01-17T07:22:18.376Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3569 | 2025-01-17T07:22:18.875Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3570 | 2025-01-17T07:22:19.137Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3571 | 2025-01-17T07:22:20.742Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3572 | 2025-01-17T07:22:20.742Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3573 | 2025-01-17T07:22:22.268Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3574 | 2025-01-17T07:22:23.728Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3575 | 2025-01-17T07:22:29.159Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3576 | 2025-01-17T07:22:29.159Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3577 | 2025-01-17T07:22:30.355Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3578 | 2025-01-17T07:22:31.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
3579 | 2025-01-17T07:22:31.536Z | |
3580 | 2025-01-17T07:22:31.536Z | info: running `cargo check --bins` on installinator-api (180/197) |
3581 | 2025-01-17T07:22:32.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2025-01-17T07:22:32.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2025-01-17T07:22:32.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3584 | 2025-01-17T07:22:32.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3585 | 2025-01-17T07:22:32.217Z | |
3586 | 2025-01-17T07:22:32.217Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3587 | 2025-01-17T07:22:32.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-01-17T07:22:32.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-01-17T07:22:32.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2025-01-17T07:22:32.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3591 | 2025-01-17T07:22:32.928Z | |
3592 | 2025-01-17T07:22:32.929Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3593 | 2025-01-17T07:22:33.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-01-17T07:22:33.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-01-17T07:22:33.673Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3596 | 2025-01-17T07:22:33.673Z | Compiling petname v2.0.2 |
3597 | 2025-01-17T07:22:33.675Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3598 | 2025-01-17T07:22:33.676Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3599 | 2025-01-17T07:22:33.676Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3600 | 2025-01-17T07:22:33.676Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3601 | 2025-01-17T07:22:33.780Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3602 | 2025-01-17T07:22:33.806Z | Checking sync-ptr v0.1.1 |
3603 | 2025-01-17T07:22:39.209Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3604 | 2025-01-17T07:22:39.818Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3605 | 2025-01-17T07:22:40.950Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3606 | 2025-01-17T07:22:42.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
3607 | 2025-01-17T07:22:42.647Z | |
3608 | 2025-01-17T07:22:42.647Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3609 | 2025-01-17T07:22:43.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-17T07:22:43.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-17T07:22:43.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3612 | 2025-01-17T07:22:43.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3613 | 2025-01-17T07:22:43.334Z | |
3614 | 2025-01-17T07:22:43.334Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3615 | 2025-01-17T07:22:43.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-01-17T07:22:43.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-01-17T07:22:43.997Z | Checking memmap2 v0.9.5 |
3618 | 2025-01-17T07:22:43.997Z | Checking constant_time_eq v0.3.1 |
3619 | 2025-01-17T07:22:43.999Z | Checking arrayref v0.3.9 |
3620 | 2025-01-17T07:22:43.999Z | Checking arrayvec v0.7.6 |
3621 | 2025-01-17T07:22:43.999Z | Checking topological-sort v0.2.2 |
3622 | 2025-01-17T07:22:44.000Z | Checking shell-words v1.1.0 |
3623 | 2025-01-17T07:22:44.400Z | Checking blake3 v1.5.4 |
3624 | 2025-01-17T07:22:44.740Z | Checking omicron-zone-package v0.12.0 |
3625 | 2025-01-17T07:22:45.880Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3626 | 2025-01-17T07:22:46.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
3627 | 2025-01-17T07:22:46.990Z | |
3628 | 2025-01-17T07:22:46.990Z | info: running `cargo check --bins` on xtask (185/197) |
3629 | 2025-01-17T07:22:47.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3630 | 2025-01-17T07:22:47.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3631 | 2025-01-17T07:22:47.425Z | Checking bitflags v2.6.0 |
3632 | 2025-01-17T07:22:47.428Z | Checking serde v1.0.217 |
3633 | 2025-01-17T07:22:47.428Z | Checking thiserror v1.0.69 |
3634 | 2025-01-17T07:22:47.521Z | Checking scroll v0.12.0 |
3635 | 2025-01-17T07:22:47.529Z | Checking hashbrown v0.15.1 |
3636 | 2025-01-17T07:22:47.532Z | Checking log v0.4.22 |
3637 | 2025-01-17T07:22:47.532Z | Checking zerocopy v0.7.35 |
3638 | 2025-01-17T07:22:47.564Z | Checking syn v2.0.96 |
3639 | 2025-01-17T07:22:47.630Z | Checking pest v2.7.14 |
3640 | 2025-01-17T07:22:47.738Z | Checking rustix v0.38.37 |
3641 | 2025-01-17T07:22:47.799Z | Checking once_cell v1.20.2 |
3642 | 2025-01-17T07:22:47.975Z | Checking goblin v0.8.2 |
3643 | 2025-01-17T07:22:48.101Z | Checking fs-err v2.11.0 |
3644 | 2025-01-17T07:22:48.443Z | Checking anyhow v1.0.93 |
3645 | 2025-01-17T07:22:48.465Z | Checking indexmap v2.7.0 |
3646 | 2025-01-17T07:22:48.717Z | Checking tabled v0.15.0 |
3647 | 2025-01-17T07:22:49.402Z | Checking terminal_size v0.4.0 |
3648 | 2025-01-17T07:22:49.405Z | Checking tempfile v3.13.0 |
3649 | 2025-01-17T07:22:49.594Z | Checking clap_builder v4.5.21 |
3650 | 2025-01-17T07:22:50.146Z | Checking dtrace-parser v0.2.0 |
3651 | 2025-01-17T07:22:51.381Z | Checking serde_json v1.0.135 |
3652 | 2025-01-17T07:22:51.381Z | Checking toml_datetime v0.6.8 |
3653 | 2025-01-17T07:22:51.384Z | Checking serde_spanned v0.6.8 |
3654 | 2025-01-17T07:22:51.384Z | Checking camino v1.1.9 |
3655 | 2025-01-17T07:22:51.384Z | Checking cargo-platform v0.1.8 |
3656 | 2025-01-17T07:22:51.594Z | Checking semver v1.0.24 |
3657 | 2025-01-17T07:22:51.668Z | Checking macaddr v1.0.1 |
3658 | 2025-01-17T07:22:51.723Z | Checking toml_edit v0.22.22 |
3659 | 2025-01-17T07:22:51.834Z | Checking clap v4.5.21 |
3660 | 2025-01-17T07:22:51.915Z | Checking camino-tempfile v1.1.1 |
3661 | 2025-01-17T07:22:52.592Z | Checking dof v0.3.0 |
3662 | 2025-01-17T07:22:52.593Z | Checking cargo_metadata v0.18.1 |
3663 | 2025-01-17T07:22:52.990Z | Checking usdt-impl v0.5.0 |
3664 | 2025-01-17T07:22:53.372Z | Checking usdt v0.5.0 |
3665 | 2025-01-17T07:22:53.599Z | Checking toml v0.8.19 |
3666 | 2025-01-17T07:22:54.029Z | Checking cargo_toml v0.20.5 |
3667 | 2025-01-17T07:22:55.165Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3668 | 2025-01-17T07:22:55.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
3669 | 2025-01-17T07:22:55.920Z | |
3670 | 2025-01-17T07:22:55.920Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3671 | 2025-01-17T07:22:56.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3672 | 2025-01-17T07:22:56.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3673 | 2025-01-17T07:22:56.687Z | Checking polyval v0.6.2 |
3674 | 2025-01-17T07:22:56.800Z | Checking ctr v0.9.2 |
3675 | 2025-01-17T07:22:56.812Z | Checking ssh-encoding v0.2.0 |
3676 | 2025-01-17T07:22:56.815Z | Checking blowfish v0.9.1 |
3677 | 2025-01-17T07:22:56.836Z | Checking password-hash v0.4.2 |
3678 | 2025-01-17T07:22:56.851Z | Checking p256 v0.13.2 |
3679 | 2025-01-17T07:22:56.854Z | Checking p521 v0.13.3 |
3680 | 2025-01-17T07:22:56.882Z | Checking russh-cryptovec v0.7.3 |
3681 | 2025-01-17T07:22:57.029Z | Checking ghash v0.5.1 |
3682 | 2025-01-17T07:22:57.032Z | Checking bcrypt-pbkdf v0.10.0 |
3683 | 2025-01-17T07:22:57.067Z | Checking md5 v0.7.0 |
3684 | 2025-01-17T07:22:57.085Z | Checking num-bigint v0.4.6 |
3685 | 2025-01-17T07:22:57.158Z | Checking des v0.8.1 |
3686 | 2025-01-17T07:22:57.215Z | Checking aes-gcm v0.10.3 |
3687 | 2025-01-17T07:22:57.235Z | Checking pbkdf2 v0.11.0 |
3688 | 2025-01-17T07:22:57.270Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3689 | 2025-01-17T07:22:57.298Z | Checking hex-literal v0.4.1 |
3690 | 2025-01-17T07:22:57.345Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3691 | 2025-01-17T07:22:57.438Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3692 | 2025-01-17T07:22:57.441Z | Checking ssh-cipher v0.2.0 |
3693 | 2025-01-17T07:22:57.441Z | Checking internet-checksum v0.2.1 |
3694 | 2025-01-17T07:22:57.747Z | Checking ssh-key v0.6.6 |
3695 | 2025-01-17T07:22:57.917Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3696 | 2025-01-17T07:22:58.888Z | Checking russh-keys v0.45.0 |
3697 | 2025-01-17T07:22:59.731Z | Checking russh v0.45.0 |
3698 | 2025-01-17T07:23:16.618Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3699 | 2025-01-17T07:23:17.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.05s |
3700 | 2025-01-17T07:23:18.180Z | |
3701 | 2025-01-17T07:23:18.180Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3702 | 2025-01-17T07:23:18.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3703 | 2025-01-17T07:23:18.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3704 | 2025-01-17T07:23:18.832Z | Checking termios v0.3.3 |
3705 | 2025-01-17T07:23:19.056Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3706 | 2025-01-17T07:23:19.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3707 | 2025-01-17T07:23:20.031Z | |
3708 | 2025-01-17T07:23:20.031Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3709 | 2025-01-17T07:23:20.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3710 | 2025-01-17T07:23:20.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3711 | 2025-01-17T07:23:20.741Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3712 | 2025-01-17T07:23:20.741Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3713 | 2025-01-17T07:23:20.743Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3714 | 2025-01-17T07:23:20.744Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3715 | 2025-01-17T07:23:21.755Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3716 | 2025-01-17T07:23:22.985Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3717 | 2025-01-17T07:23:24.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3718 | 2025-01-17T07:23:24.946Z | |
3719 | 2025-01-17T07:23:24.946Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3720 | 2025-01-17T07:23:25.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3721 | 2025-01-17T07:23:25.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3722 | 2025-01-17T07:23:25.600Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3723 | 2025-01-17T07:23:26.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3724 | 2025-01-17T07:23:26.253Z | |
3725 | 2025-01-17T07:23:26.254Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3726 | 2025-01-17T07:23:26.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3727 | 2025-01-17T07:23:26.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3728 | 2025-01-17T07:23:26.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3729 | 2025-01-17T07:23:26.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3730 | 2025-01-17T07:23:26.865Z | |
3731 | 2025-01-17T07:23:26.865Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3732 | 2025-01-17T07:23:27.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3733 | 2025-01-17T07:23:27.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3734 | 2025-01-17T07:23:27.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3735 | 2025-01-17T07:23:27.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3736 | 2025-01-17T07:23:27.468Z | |
3737 | 2025-01-17T07:23:27.468Z | info: running `cargo check --bins` on omicron-package (192/197) |
3738 | 2025-01-17T07:23:28.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3739 | 2025-01-17T07:23:28.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3740 | 2025-01-17T07:23:28.135Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3741 | 2025-01-17T07:23:29.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3742 | 2025-01-17T07:23:29.661Z | |
3743 | 2025-01-17T07:23:29.661Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3744 | 2025-01-17T07:23:30.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3745 | 2025-01-17T07:23:30.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3746 | 2025-01-17T07:23:30.370Z | Checking rtoolbox v0.0.2 |
3747 | 2025-01-17T07:23:30.373Z | Checking tui-tree-widget v0.22.0 |
3748 | 2025-01-17T07:23:30.373Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3749 | 2025-01-17T07:23:30.613Z | Checking rpassword v7.3.1 |
3750 | 2025-01-17T07:23:34.450Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3751 | 2025-01-17T07:23:37.290Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3752 | 2025-01-17T07:23:38.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s |
3753 | 2025-01-17T07:23:38.652Z | |
3754 | 2025-01-17T07:23:38.652Z | info: running `cargo check --bins` on wicket (194/197) |
3755 | 2025-01-17T07:23:39.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3756 | 2025-01-17T07:23:39.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3757 | 2025-01-17T07:23:39.350Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3758 | 2025-01-17T07:23:39.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3759 | 2025-01-17T07:23:39.951Z | |
3760 | 2025-01-17T07:23:39.951Z | info: running `cargo check --bins` on wicketd (195/197) |
3761 | 2025-01-17T07:23:40.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3762 | 2025-01-17T07:23:40.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3763 | 2025-01-17T07:23:40.676Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3764 | 2025-01-17T07:23:40.676Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3765 | 2025-01-17T07:23:41.482Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3766 | 2025-01-17T07:23:45.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
3767 | 2025-01-17T07:23:45.415Z | |
3768 | 2025-01-17T07:23:45.415Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3769 | 2025-01-17T07:23:45.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-01-17T07:23:45.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-01-17T07:23:45.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3772 | 2025-01-17T07:23:45.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3773 | 2025-01-17T07:23:46.028Z | |
3774 | 2025-01-17T07:23:46.028Z | info: running `cargo check --bins` on zone-setup (197/197) |
3775 | 2025-01-17T07:23:46.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3776 | 2025-01-17T07:23:46.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3777 | 2025-01-17T07:23:46.758Z | Checking uzers v0.12.1 |
3778 | 2025-01-17T07:23:47.105Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3779 | 2025-01-17T07:23:48.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
3780 | 2025-01-17T07:23:48.417Z | |
3781 | 2025-01-17T07:23:48.417Z | real 13:28.163402570 |
3782 | 2025-01-17T07:23:48.417Z | user 25:53.487593509 |
3783 | 2025-01-17T07:23:48.417Z | sys 4:14.141440857 |
3784 | 2025-01-17T07:23:48.417Z | trap 0.533701723 |
3785 | 2025-01-17T07:23:48.417Z | tflt 2.992411330 |
3786 | 2025-01-17T07:23:48.417Z | dflt 2.068944807 |
3787 | 2025-01-17T07:23:48.417Z | kflt 0.005881825 |
3788 | 2025-01-17T07:23:48.417Z | lock 45:54.959542853 |
3789 | 2025-01-17T07:23:48.420Z | slp 2:08:37.795804383 |
3790 | 2025-01-17T07:23:48.420Z | lat 1:06.690918758 |
3791 | 2025-01-17T07:23:48.420Z | stop 3:51.735684266 |
3792 | 2025-01-17T07:23:48.420Z | process exited: duration 1089870 ms, exit code 0 |
|
3793 | 2025-01-17T07:23:48.433Z | found 0 output files |