|
|
|
1 | 2024-12-20T21:11:39.409Z | job assigned to worker 01JFJYHBWK93CR2C8JH370N5SM [factory aws, i-058a553628de984a2] (queued for 54 s) |
|
2 | 2024-12-20T21:11:47.234Z | starting task 0: "setup" |
3 | 2024-12-20T21:11:47.244Z | ++ uname -s |
4 | 2024-12-20T21:11:47.247Z | + kern=SunOS |
5 | 2024-12-20T21:11:47.247Z | + case "$kern" in |
6 | 2024-12-20T21:11:47.247Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:11:47.249Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:11:49.257Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:11:49.359Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:11:49.362Z | + home_fs=zfs |
11 | 2024-12-20T21:11:49.362Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:11:49.362Z | + mkdir -p /home/build |
13 | 2024-12-20T21:11:49.364Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:11:51.365Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:11:51.368Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-12-20T21:11:51.373Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:11:51.379Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:11:51.379Z | ' 1.81.0 |
19 | 2024-12-20T21:11:51.379Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:11:51.379Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T21:11:51.379Z | * toolchain profile = "default" |
22 | 2024-12-20T21:11:51.379Z | ' default |
23 | 2024-12-20T21:11:51.382Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:11:51.382Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:11:51.477Z | info: downloading installer |
26 | 2024-12-20T21:11:52.623Z | info: profile set to 'default' |
27 | 2024-12-20T21:11:52.623Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:11:52.626Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:11:52.757Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:11:52.757Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:11:53.448Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:11:53.705Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:11:54.665Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:11:56.162Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:01.507Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:01.712Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:02.537Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:02.908Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:04.514Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:06.271Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:12.075Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:12.401Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:12.401Z | |
44 | 2024-12-20T21:12:12.762Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:12.763Z | |
46 | 2024-12-20T21:12:12.765Z | |
47 | 2024-12-20T21:12:12.765Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:12.766Z | |
49 | 2024-12-20T21:12:12.766Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:12.766Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:12.768Z | |
52 | 2024-12-20T21:12:12.768Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:12.768Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:12.768Z | |
55 | 2024-12-20T21:12:12.768Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:12.768Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:12.768Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:12.836Z | + rustc --version |
59 | 2024-12-20T21:12:12.901Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:12.904Z | process exited: duration 21537 ms, exit code 0 |
|
61 | 2024-12-20T21:12:12.909Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:12.929Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-20T21:12:12.935Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:12.939Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:12.942Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:12.986Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:12:20.218Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:12:20.218Z | + git fetch origin c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
69 | 2024-12-20T21:12:20.537Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:12:20.537Z | * branch c46392c27d4582ce1fd3e3807c4d278aebee7c46 -> FETCH_HEAD |
71 | 2024-12-20T21:12:20.548Z | + [[ -n andy/rt ]] |
72 | 2024-12-20T21:12:20.550Z | ++ git branch --show-current |
73 | 2024-12-20T21:12:20.552Z | + current=main |
74 | 2024-12-20T21:12:20.552Z | + [[ main != andy/rt ]] |
75 | 2024-12-20T21:12:20.552Z | + git branch -f andy/rt c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
76 | 2024-12-20T21:12:20.556Z | + git checkout -f andy/rt |
77 | 2024-12-20T21:12:20.588Z | Switched to branch 'andy/rt' |
78 | 2024-12-20T21:12:20.592Z | + git reset --hard c46392c27d4582ce1fd3e3807c4d278aebee7c46 |
79 | 2024-12-20T21:12:20.618Z | HEAD is now at c46392c27 install_builder_prerequisites failed after recent Helios upgrade |
80 | 2024-12-20T21:12:20.621Z | process exited: duration 7686 ms, exit code 0 |
|
81 | 2024-12-20T21:12:20.628Z | starting task 4: "build" |
82 | 2024-12-20T21:12:20.631Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:12:20.636Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:12:20.636Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:12:20.636Z | + cargo --version |
86 | 2024-12-20T21:12:20.689Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:12:20.693Z | + rustc --version |
88 | 2024-12-20T21:12:20.751Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:12:20.754Z | + source ./env.sh |
90 | 2024-12-20T21:12:20.754Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T21:12:20.754Z | ++ set -o xtrace |
92 | 2024-12-20T21:12:20.756Z | ++++ dirname ./env.sh |
93 | 2024-12-20T21:12:20.760Z | +++ readlink -f . |
94 | 2024-12-20T21:12:20.764Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ 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 | 2024-12-20T21:12:20.765Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T21:12:20.765Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T21:12:20.765Z | + 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 | 2024-12-20T21:12:20.765Z | + 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 | 2024-12-20T21:12:20.765Z | + banner prerequisites |
108 | 2024-12-20T21:12:20.768Z | |
109 | 2024-12-20T21:12:20.768Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T21:12:20.769Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T21:12:20.769Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T21:12:20.769Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T21:12:20.769Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T21:12:20.769Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T21:12:20.769Z | |
116 | 2024-12-20T21:12:20.769Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T21:12:22.410Z | pkg list: illegal option -- F |
118 | 2024-12-20T21:12:22.410Z | Usage: |
119 | 2024-12-20T21:12:22.413Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2024-12-20T21:12:22.413Z | [pkg_fmri_pattern ...] |
121 | 2024-12-20T21:12:23.254Z | pkg list: illegal option -- F |
122 | 2024-12-20T21:12:23.254Z | Usage: |
123 | 2024-12-20T21:12:23.257Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2024-12-20T21:12:23.257Z | [pkg_fmri_pattern ...] |
125 | 2024-12-20T21:12:31.681Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2024-12-20T21:12:35.565Z | Startup: Caching catalogs ... Done |
127 | 2024-12-20T21:12:46.229Z | Planning: Solver setup ... Done (9.696s) |
128 | 2024-12-20T21:12:46.367Z | Planning: Running solver ... Done (0.138s) |
129 | 2024-12-20T21:12:46.472Z | Planning: Finding local manifests ... Done (0.006s) |
130 | 2024-12-20T21:12:46.521Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2024-12-20T21:12:47.171Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2024-12-20T21:12:47.280Z | Planning: Package planning ... Done (0.109s) |
133 | 2024-12-20T21:12:47.337Z | Planning: Merging actions ... Done (0.056s) |
134 | 2024-12-20T21:12:47.708Z | Planning: Checking for conflicting actions ... Done (0.370s) |
135 | 2024-12-20T21:12:49.788Z | Planning: Consolidating action changes ... Done (2.081s) |
136 | 2024-12-20T21:12:50.239Z | Planning: Evaluating mediators ... Done (0.450s) |
137 | 2024-12-20T21:12:50.322Z | Planning: Planning completed in 14.66 seconds |
138 | 2024-12-20T21:12:50.338Z | Packages to install: 4 |
139 | 2024-12-20T21:12:50.338Z | Packages to update: 3 |
140 | 2024-12-20T21:12:50.341Z | Mediators to change: 2 |
141 | 2024-12-20T21:12:50.341Z | Services to change: 1 |
142 | 2024-12-20T21:12:50.341Z | Estimated space available: 155.63 GB |
143 | 2024-12-20T21:12:50.342Z | Estimated space to be consumed: 1.64 GB |
144 | 2024-12-20T21:12:50.342Z | Create boot environment: No |
145 | 2024-12-20T21:12:50.342Z | Create backup boot environment: Yes |
146 | 2024-12-20T21:12:50.342Z | Rebuild boot archive: No |
147 | 2024-12-20T21:12:50.342Z | |
148 | 2024-12-20T21:12:50.342Z | Changed mediators: |
149 | 2024-12-20T21:12:50.342Z | mediator clang: |
150 | 2024-12-20T21:12:50.342Z | version: None -> 15 (system default) |
151 | 2024-12-20T21:12:50.342Z | |
152 | 2024-12-20T21:12:50.342Z | mediator llvm: |
153 | 2024-12-20T21:12:50.342Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-12-20T21:12:50.342Z | |
155 | 2024-12-20T21:12:50.342Z | Changed packages: |
156 | 2024-12-20T21:12:50.342Z | helios-dev |
157 | 2024-12-20T21:12:50.342Z | developer/build-essential |
158 | 2024-12-20T21:12:50.342Z | None -> 11-2.0 |
159 | 2024-12-20T21:12:50.342Z | library/libxmlsec1 |
160 | 2024-12-20T21:12:50.342Z | None -> 1.2.35-2.0 |
161 | 2024-12-20T21:12:50.343Z | ooce/developer/clang-15 |
162 | 2024-12-20T21:12:50.343Z | None -> 15.0.7-2.0 |
163 | 2024-12-20T21:12:50.343Z | ooce/developer/llvm-15 |
164 | 2024-12-20T21:12:50.343Z | None -> 15.0.7-2.0 |
165 | 2024-12-20T21:12:50.343Z | package/pkg |
166 | 2024-12-20T21:12:50.343Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2024-12-20T21:12:50.343Z | system/library/g++-runtime |
168 | 2024-12-20T21:12:50.343Z | 13-2.0 -> 14-2.0 |
169 | 2024-12-20T21:12:50.344Z | system/library/gcc-runtime |
170 | 2024-12-20T21:12:50.344Z | 13-2.0 -> 14-2.0 |
171 | 2024-12-20T21:12:50.344Z | |
172 | 2024-12-20T21:12:50.344Z | Services: |
173 | 2024-12-20T21:12:50.344Z | restart_fmri: |
174 | 2024-12-20T21:12:50.344Z | svc:/system/update-man-index:default |
175 | 2024-12-20T21:12:50.344Z | |
176 | 2024-12-20T21:12:50.344Z | Editable files to change: |
177 | 2024-12-20T21:12:50.344Z | Update: |
178 | 2024-12-20T21:12:50.344Z | usr/share/lib/pkg/web/config.shtml |
179 | 2024-12-20T21:12:50.422Z | |
180 | 2024-12-20T21:12:50.422Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2024-12-20T21:12:55.420Z | Download: 1115/4301 items 25.2/225.4MB 11% complete (4.9M/s) |
182 | 2024-12-20T21:13:00.427Z | Download: 1571/4301 items 117.6/225.4MB 52% complete (12.0M/s) |
183 | 2024-12-20T21:13:06.518Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (10.0M/s) |
184 | 2024-12-20T21:13:11.517Z | Download: 3040/4301 items 121.4/225.4MB 53% complete (320k/s) |
185 | 2024-12-20T21:13:22.188Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (9.8M/s) |
186 | 2024-12-20T21:13:34.926Z | Download: 3285/4301 items 211.7/225.4MB 93% complete (932k/s) |
187 | 2024-12-20T21:13:39.937Z | Download: 3600/4301 items 216.0/225.4MB 95% complete (938k/s) |
188 | 2024-12-20T21:13:44.936Z | Download: 4019/4301 items 218.6/225.4MB 96% complete (700k/s) |
189 | 2024-12-20T21:13:50.363Z | Download: 4297/4301 items 224.8/225.4MB 99% complete (850k/s) |
190 | 2024-12-20T21:13:51.975Z | Download: Completed 225.42 MB in 61.57 seconds (3.7M/s) |
191 | 2024-12-20T21:13:54.082Z | Actions: 1/5122 actions (Removing old actions) |
192 | 2024-12-20T21:13:54.104Z | Actions: 194/5122 actions (Installing new actions) |
193 | 2024-12-20T21:13:58.813Z | Actions: 4267/5122 actions (Updating modified actions) |
194 | 2024-12-20T21:13:59.173Z | Actions: Completed 5122 actions in 5.09 seconds. |
195 | 2024-12-20T21:13:59.595Z | Done (0.413s) |
196 | 2024-12-20T21:13:59.597Z | Done (0.001s) |
197 | 2024-12-20T21:14:00.173Z | Done (0.576s) |
198 | 2024-12-20T21:14:04.538Z | Done (4.140s) |
199 | 2024-12-20T21:14:04.624Z | Done (0.018s) |
200 | 2024-12-20T21:14:04.627Z | Done (0.000s) |
201 | 2024-12-20T21:14:04.796Z | Done (0.000s) |
202 | 2024-12-20T21:14:05.484Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-20T21:14:05.646Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-20T21:14:05.649Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-20T21:14:05.916Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-20T21:14:05.918Z | Planning: Planning completed in 0.43 seconds |
207 | 2024-12-20T21:14:05.954Z | Mediators to change: 2 |
208 | 2024-12-20T21:14:05.954Z | Create boot environment: No |
209 | 2024-12-20T21:14:05.968Z | Create backup boot environment: No |
210 | 2024-12-20T21:14:06.032Z | Done |
211 | 2024-12-20T21:14:06.032Z | Done |
212 | 2024-12-20T21:14:06.396Z | Done |
213 | 2024-12-20T21:14:10.054Z | Done |
214 | 2024-12-20T21:14:10.144Z | Done |
215 | 2024-12-20T21:14:10.147Z | Done |
216 | 2024-12-20T21:14:10.256Z | Done |
217 | 2024-12-20T21:14:10.865Z | Planning: Evaluating mediator changes ... Done |
218 | 2024-12-20T21:14:10.868Z | Planning: Merging actions ... Done |
219 | 2024-12-20T21:14:11.054Z | Planning: Checking for conflicting actions ... Done |
220 | 2024-12-20T21:14:11.057Z | Planning: Consolidating action changes ... Done |
221 | 2024-12-20T21:14:11.318Z | Planning: Evaluating mediators ... Done |
222 | 2024-12-20T21:14:11.373Z | Planning: Planning completed in 0.75 seconds |
223 | 2024-12-20T21:14:11.416Z | Packages to change: 1 |
224 | 2024-12-20T21:14:11.416Z | Mediators to change: 1 |
225 | 2024-12-20T21:14:11.416Z | Services to change: 1 |
226 | 2024-12-20T21:14:11.418Z | Create boot environment: No |
227 | 2024-12-20T21:14:11.418Z | Create backup boot environment: Yes |
228 | 2024-12-20T21:14:13.621Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2024-12-20T21:14:13.624Z | Actions: Completed 6 actions in 0.00 seconds. |
230 | 2024-12-20T21:14:13.624Z | Done |
231 | 2024-12-20T21:14:13.624Z | Done |
232 | 2024-12-20T21:14:13.739Z | Done |
233 | 2024-12-20T21:14:17.363Z | Done |
234 | 2024-12-20T21:14:17.450Z | Done |
235 | 2024-12-20T21:14:17.452Z | Done |
236 | 2024-12-20T21:14:17.601Z | Done |
237 | 2024-12-20T21:14:18.038Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2024-12-20T21:14:18.038Z | clang system 15 system |
239 | 2024-12-20T21:14:18.038Z | csh system system illumos |
240 | 2024-12-20T21:14:18.038Z | ctags system system illumos |
241 | 2024-12-20T21:14:18.038Z | gcc vendor 12 vendor |
242 | 2024-12-20T21:14:18.038Z | gcc system 10 system |
243 | 2024-12-20T21:14:18.038Z | gcc system 7 system |
244 | 2024-12-20T21:14:18.038Z | go system 1.20 system |
245 | 2024-12-20T21:14:18.038Z | go system 1.19 system |
246 | 2024-12-20T21:14:18.038Z | llvm system 15 system |
247 | 2024-12-20T21:14:18.038Z | llvm system 14 system |
248 | 2024-12-20T21:14:18.038Z | mariadb system 10.6 system |
249 | 2024-12-20T21:14:18.038Z | mta vendor vendor dma |
250 | 2024-12-20T21:14:18.038Z | openjdk system 17 system |
251 | 2024-12-20T21:14:18.038Z | openjdk system 11 system |
252 | 2024-12-20T21:14:18.038Z | openjdk system 1.8 system |
253 | 2024-12-20T21:14:18.038Z | openssl vendor 3 vendor |
254 | 2024-12-20T21:14:18.038Z | perl system 5.36 system |
255 | 2024-12-20T21:14:18.038Z | postgresql system 15 system |
256 | 2024-12-20T21:14:18.039Z | postgresql system 13 system |
257 | 2024-12-20T21:14:18.039Z | python vendor 3 vendor |
258 | 2024-12-20T21:14:18.039Z | python system 2 system |
259 | 2024-12-20T21:14:18.039Z | python3 system 3.11 system |
260 | 2024-12-20T21:14:18.039Z | ruby system 3.0 system |
261 | 2024-12-20T21:14:18.039Z | words vendor vendor american-english |
262 | 2024-12-20T21:14:18.039Z | words system system australian-english |
263 | 2024-12-20T21:14:18.039Z | words system system british-english |
264 | 2024-12-20T21:14:18.039Z | words system system canadian-english |
265 | 2024-12-20T21:14:18.039Z | words system system french |
266 | 2024-12-20T21:14:18.039Z | words system system italian |
267 | 2024-12-20T21:14:18.039Z | words system system ngerman |
268 | 2024-12-20T21:14:18.039Z | words system system ogerman |
269 | 2024-12-20T21:14:18.039Z | words system system spanish |
270 | 2024-12-20T21:14:18.369Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2024-12-20T21:14:18.369Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2024-12-20T21:14:21.122Z | FMRI IFO |
273 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
283 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
286 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2024-12-20T21:14:21.122Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2024-12-20T21:14:21.884Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2024-12-20T21:14:22.164Z | Updating crates.io index |
290 | 2024-12-20T21:14:22.228Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2024-12-20T21:14:22.690Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2024-12-20T21:14:22.947Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2024-12-20T21:14:23.228Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2024-12-20T21:14:23.470Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2024-12-20T21:14:24.395Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-12-20T21:14:25.914Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2024-12-20T21:14:26.575Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2024-12-20T21:14:27.363Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2024-12-20T21:14:27.721Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2024-12-20T21:14:28.029Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2024-12-20T21:14:28.749Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2024-12-20T21:14:29.166Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2024-12-20T21:14:29.476Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2024-12-20T21:14:29.803Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2024-12-20T21:14:30.106Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2024-12-20T21:14:30.316Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2024-12-20T21:14:30.741Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2024-12-20T21:14:30.948Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2024-12-20T21:14:31.377Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2024-12-20T21:14:31.702Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2024-12-20T21:14:32.180Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2024-12-20T21:14:32.562Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2024-12-20T21:14:33.095Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
314 | 2024-12-20T21:14:33.454Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
315 | 2024-12-20T21:14:34.055Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
316 | 2024-12-20T21:14:34.236Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
317 | 2024-12-20T21:14:34.464Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
318 | 2024-12-20T21:14:35.889Z | Downloading crates ... |
319 | 2024-12-20T21:14:35.997Z | Downloaded anstyle-query v1.1.1 |
320 | 2024-12-20T21:14:36.036Z | Downloaded anstyle-parse v0.2.5 |
321 | 2024-12-20T21:14:36.036Z | Downloaded anstyle v1.0.10 |
322 | 2024-12-20T21:14:36.036Z | Downloaded camino-tempfile v1.1.1 |
323 | 2024-12-20T21:14:36.037Z | Downloaded byteorder v1.5.0 |
324 | 2024-12-20T21:14:36.037Z | Downloaded anyhow v1.0.93 |
325 | 2024-12-20T21:14:36.037Z | Downloaded camino v1.1.9 |
326 | 2024-12-20T21:14:36.037Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-20T21:14:36.037Z | Downloaded bitflags v2.6.0 |
328 | 2024-12-20T21:14:36.037Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-12-20T21:14:36.037Z | Downloaded anstream v0.6.15 |
330 | 2024-12-20T21:14:36.037Z | Downloaded clap v4.5.21 |
331 | 2024-12-20T21:14:36.038Z | Downloaded itoa v1.0.11 |
332 | 2024-12-20T21:14:36.038Z | Downloaded macaddr v1.0.1 |
333 | 2024-12-20T21:14:36.038Z | Downloaded dtrace-parser v0.2.0 |
334 | 2024-12-20T21:14:36.038Z | Downloaded digest v0.10.7 |
335 | 2024-12-20T21:14:36.039Z | Downloaded errno v0.3.9 |
336 | 2024-12-20T21:14:36.039Z | Downloaded cpufeatures v0.2.14 |
337 | 2024-12-20T21:14:36.039Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2024-12-20T21:14:36.039Z | Downloaded fnv v1.0.7 |
339 | 2024-12-20T21:14:36.039Z | Downloaded clap_derive v4.5.18 |
340 | 2024-12-20T21:14:36.040Z | Downloaded heck v0.4.1 |
341 | 2024-12-20T21:14:36.040Z | Downloaded equivalent v1.0.1 |
342 | 2024-12-20T21:14:36.040Z | Downloaded dof v0.3.0 |
343 | 2024-12-20T21:14:36.040Z | Downloaded crypto-common v0.1.6 |
344 | 2024-12-20T21:14:36.041Z | Downloaded colorchoice v1.0.2 |
345 | 2024-12-20T21:14:36.041Z | Downloaded clap_lex v0.7.2 |
346 | 2024-12-20T21:14:36.041Z | Downloaded cargo_toml v0.20.5 |
347 | 2024-12-20T21:14:36.041Z | Downloaded cfg-if v1.0.0 |
348 | 2024-12-20T21:14:36.041Z | Downloaded cargo_metadata v0.18.1 |
349 | 2024-12-20T21:14:36.041Z | Downloaded bytecount v0.6.8 |
350 | 2024-12-20T21:14:36.042Z | Downloaded fastrand v2.1.1 |
351 | 2024-12-20T21:14:36.042Z | Downloaded clap_builder v4.5.21 |
352 | 2024-12-20T21:14:36.042Z | Downloaded block-buffer v0.10.4 |
353 | 2024-12-20T21:14:36.112Z | Downloaded scroll_derive v0.12.0 |
354 | 2024-12-20T21:14:36.112Z | Downloaded pretty-hex v0.4.1 |
355 | 2024-12-20T21:14:36.113Z | Downloaded plain v0.2.3 |
356 | 2024-12-20T21:14:36.113Z | Downloaded usdt-attr-macro v0.5.0 |
357 | 2024-12-20T21:14:36.113Z | Downloaded generic-array v0.14.7 |
358 | 2024-12-20T21:14:36.113Z | Downloaded heck v0.5.0 |
359 | 2024-12-20T21:14:36.113Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-12-20T21:14:36.113Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-12-20T21:14:36.113Z | Downloaded memmap v0.7.0 |
362 | 2024-12-20T21:14:36.113Z | Downloaded fs-err v2.11.0 |
363 | 2024-12-20T21:14:36.113Z | Downloaded usdt-macro v0.5.0 |
364 | 2024-12-20T21:14:36.113Z | Downloaded log v0.4.22 |
365 | 2024-12-20T21:14:36.114Z | Downloaded indexmap v2.6.0 |
366 | 2024-12-20T21:14:36.114Z | Downloaded pest_generator v2.7.14 |
367 | 2024-12-20T21:14:36.114Z | Downloaded swrite v0.1.0 |
368 | 2024-12-20T21:14:36.114Z | Downloaded strsim v0.11.1 |
369 | 2024-12-20T21:14:36.114Z | Downloaded proc-macro-error-attr v1.0.4 |
370 | 2024-12-20T21:14:36.114Z | Downloaded scroll v0.12.0 |
371 | 2024-12-20T21:14:36.114Z | Downloaded thiserror-impl v1.0.69 |
372 | 2024-12-20T21:14:36.114Z | Downloaded terminal_size v0.4.0 |
373 | 2024-12-20T21:14:36.114Z | Downloaded tabled_derive v0.7.0 |
374 | 2024-12-20T21:14:36.114Z | Downloaded once_cell v1.20.2 |
375 | 2024-12-20T21:14:36.185Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-12-20T21:14:36.185Z | Downloaded version_check v0.9.5 |
377 | 2024-12-20T21:14:36.185Z | Downloaded utf8parse v0.2.2 |
378 | 2024-12-20T21:14:36.185Z | Downloaded sha2 v0.10.8 |
379 | 2024-12-20T21:14:36.185Z | Downloaded semver v1.0.23 |
380 | 2024-12-20T21:14:36.185Z | Downloaded quote v1.0.37 |
381 | 2024-12-20T21:14:36.185Z | Downloaded usdt v0.5.0 |
382 | 2024-12-20T21:14:36.185Z | Downloaded toml_datetime v0.6.8 |
383 | 2024-12-20T21:14:36.185Z | Downloaded thread-id v4.2.2 |
384 | 2024-12-20T21:14:36.185Z | Downloaded tempfile v3.13.0 |
385 | 2024-12-20T21:14:36.185Z | Downloaded thiserror v1.0.69 |
386 | 2024-12-20T21:14:36.185Z | Downloaded proc-macro-error v1.0.4 |
387 | 2024-12-20T21:14:36.186Z | Downloaded pest_derive v2.7.14 |
388 | 2024-12-20T21:14:36.186Z | Downloaded smawk v0.3.2 |
389 | 2024-12-20T21:14:36.186Z | Downloaded textwrap v0.16.1 |
390 | 2024-12-20T21:14:36.186Z | Downloaded usdt-impl v0.5.0 |
391 | 2024-12-20T21:14:36.186Z | Downloaded zerocopy-derive v0.7.35 |
392 | 2024-12-20T21:14:36.186Z | Downloaded toml v0.8.19 |
393 | 2024-12-20T21:14:36.186Z | Downloaded proc-macro2 v1.0.89 |
394 | 2024-12-20T21:14:36.187Z | Downloaded unicode-ident v1.0.13 |
395 | 2024-12-20T21:14:36.187Z | Downloaded papergrid v0.11.0 |
396 | 2024-12-20T21:14:36.187Z | Downloaded ucd-trie v0.1.7 |
397 | 2024-12-20T21:14:36.187Z | Downloaded serde_derive v1.0.215 |
398 | 2024-12-20T21:14:36.187Z | Downloaded typenum v1.17.0 |
399 | 2024-12-20T21:14:36.187Z | Downloaded ryu v1.0.18 |
400 | 2024-12-20T21:14:36.187Z | Downloaded pest_meta v2.7.14 |
401 | 2024-12-20T21:14:36.187Z | Downloaded memchr v2.7.4 |
402 | 2024-12-20T21:14:36.187Z | Downloaded serde v1.0.215 |
403 | 2024-12-20T21:14:36.249Z | Downloaded toml_edit v0.22.22 |
404 | 2024-12-20T21:14:36.249Z | Downloaded pest v2.7.14 |
405 | 2024-12-20T21:14:36.249Z | Downloaded hashbrown v0.15.1 |
406 | 2024-12-20T21:14:36.249Z | Downloaded serde_json v1.0.132 |
407 | 2024-12-20T21:14:36.249Z | Downloaded goblin v0.8.2 |
408 | 2024-12-20T21:14:36.249Z | Downloaded winnow v0.6.20 |
409 | 2024-12-20T21:14:36.249Z | Downloaded zerocopy v0.7.35 |
410 | 2024-12-20T21:14:36.279Z | Downloaded tabled v0.15.0 |
411 | 2024-12-20T21:14:36.279Z | Downloaded syn v1.0.109 |
412 | 2024-12-20T21:14:36.279Z | Downloaded unicode-width v0.1.14 |
413 | 2024-12-20T21:14:36.279Z | Downloaded syn v2.0.87 |
414 | 2024-12-20T21:14:36.279Z | Downloaded rustix v0.38.37 |
415 | 2024-12-20T21:14:36.297Z | Downloaded libc v0.2.162 |
416 | 2024-12-20T21:14:36.603Z | Compiling proc-macro2 v1.0.89 |
417 | 2024-12-20T21:14:36.603Z | Compiling unicode-ident v1.0.13 |
418 | 2024-12-20T21:14:36.607Z | Compiling version_check v0.9.5 |
419 | 2024-12-20T21:14:36.607Z | Compiling serde v1.0.215 |
420 | 2024-12-20T21:14:36.607Z | Compiling memchr v2.7.4 |
421 | 2024-12-20T21:14:36.608Z | Compiling thiserror v1.0.69 |
422 | 2024-12-20T21:14:36.608Z | Compiling libc v0.2.162 |
423 | 2024-12-20T21:14:36.679Z | Compiling ucd-trie v0.1.7 |
424 | 2024-12-20T21:14:36.841Z | Compiling itoa v1.0.11 |
425 | 2024-12-20T21:14:37.071Z | Compiling ryu v1.0.18 |
426 | 2024-12-20T21:14:37.305Z | Compiling once_cell v1.20.2 |
427 | 2024-12-20T21:14:37.407Z | Compiling byteorder v1.5.0 |
428 | 2024-12-20T21:14:37.445Z | Compiling serde_json v1.0.132 |
429 | 2024-12-20T21:14:37.671Z | Compiling rustix v0.38.37 |
430 | 2024-12-20T21:14:37.827Z | Compiling bitflags v2.6.0 |
431 | 2024-12-20T21:14:37.994Z | Compiling usdt-impl v0.5.0 |
432 | 2024-12-20T21:14:38.281Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2024-12-20T21:14:38.306Z | Compiling syn v1.0.109 |
434 | 2024-12-20T21:14:38.417Z | Compiling proc-macro-error v1.0.4 |
435 | 2024-12-20T21:14:38.490Z | Compiling quote v1.0.37 |
436 | 2024-12-20T21:14:38.614Z | Compiling plain v0.2.3 |
437 | 2024-12-20T21:14:38.669Z | Compiling camino v1.1.9 |
438 | 2024-12-20T21:14:38.698Z | Compiling hashbrown v0.15.1 |
439 | 2024-12-20T21:14:38.777Z | Compiling utf8parse v0.2.2 |
440 | 2024-12-20T21:14:38.904Z | Compiling syn v2.0.87 |
441 | 2024-12-20T21:14:38.953Z | Compiling errno v0.3.9 |
442 | 2024-12-20T21:14:39.248Z | Compiling equivalent v1.0.1 |
443 | 2024-12-20T21:14:39.281Z | Compiling log v0.4.22 |
444 | 2024-12-20T21:14:39.364Z | Compiling thread-id v4.2.2 |
445 | 2024-12-20T21:14:39.444Z | Compiling anstyle-parse v0.2.5 |
446 | 2024-12-20T21:14:39.654Z | Compiling unicode-width v0.1.14 |
447 | 2024-12-20T21:14:39.781Z | Compiling colorchoice v1.0.2 |
448 | 2024-12-20T21:14:39.920Z | Compiling indexmap v2.6.0 |
449 | 2024-12-20T21:14:39.944Z | Compiling semver v1.0.23 |
450 | 2024-12-20T21:14:39.971Z | Compiling winnow v0.6.20 |
451 | 2024-12-20T21:14:40.211Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2024-12-20T21:14:40.238Z | Compiling anstyle-query v1.1.1 |
453 | 2024-12-20T21:14:40.353Z | Compiling pretty-hex v0.4.1 |
454 | 2024-12-20T21:14:40.406Z | Compiling anstyle v1.0.10 |
455 | 2024-12-20T21:14:40.493Z | Compiling autocfg v1.4.0 |
456 | 2024-12-20T21:14:40.813Z | Compiling anstream v0.6.15 |
457 | 2024-12-20T21:14:41.005Z | Compiling fastrand v2.1.1 |
458 | 2024-12-20T21:14:41.305Z | Compiling terminal_size v0.4.0 |
459 | 2024-12-20T21:14:41.531Z | Compiling clap_lex v0.7.2 |
460 | 2024-12-20T21:14:41.568Z | Compiling heck v0.4.1 |
461 | 2024-12-20T21:14:41.594Z | Compiling fnv v1.0.7 |
462 | 2024-12-20T21:14:41.684Z | Compiling fs-err v2.11.0 |
463 | 2024-12-20T21:14:41.736Z | Compiling heck v0.5.0 |
464 | 2024-12-20T21:14:41.968Z | Compiling cfg-if v1.0.0 |
465 | 2024-12-20T21:14:42.050Z | Compiling strsim v0.11.1 |
466 | 2024-12-20T21:14:42.077Z | Compiling anyhow v1.0.93 |
467 | 2024-12-20T21:14:42.079Z | Compiling bytecount v0.6.8 |
468 | 2024-12-20T21:14:42.564Z | Compiling tempfile v3.13.0 |
469 | 2024-12-20T21:14:42.682Z | Compiling clap_builder v4.5.21 |
470 | 2024-12-20T21:14:42.975Z | Compiling papergrid v0.11.0 |
471 | 2024-12-20T21:14:43.079Z | Compiling memmap v0.7.0 |
472 | 2024-12-20T21:14:43.151Z | Compiling unicode-linebreak v0.1.5 |
473 | 2024-12-20T21:14:43.428Z | Compiling smawk v0.3.2 |
474 | 2024-12-20T21:14:43.657Z | Compiling textwrap v0.16.1 |
475 | 2024-12-20T21:14:43.801Z | Compiling swrite v0.1.0 |
476 | 2024-12-20T21:14:44.910Z | Compiling tabled_derive v0.7.0 |
477 | 2024-12-20T21:14:46.487Z | Compiling tabled v0.15.0 |
478 | 2024-12-20T21:14:47.862Z | Compiling serde_derive v1.0.215 |
479 | 2024-12-20T21:14:47.865Z | Compiling thiserror-impl v1.0.69 |
480 | 2024-12-20T21:14:47.865Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-12-20T21:14:47.865Z | Compiling scroll_derive v0.12.0 |
482 | 2024-12-20T21:14:48.179Z | Compiling clap_derive v4.5.18 |
483 | 2024-12-20T21:14:49.232Z | Compiling scroll v0.12.0 |
484 | 2024-12-20T21:14:49.681Z | Compiling goblin v0.8.2 |
485 | 2024-12-20T21:14:49.957Z | Compiling zerocopy v0.7.35 |
486 | 2024-12-20T21:14:50.715Z | Compiling pest v2.7.14 |
487 | 2024-12-20T21:14:52.115Z | Compiling clap v4.5.21 |
488 | 2024-12-20T21:14:52.932Z | Compiling pest_meta v2.7.14 |
489 | 2024-12-20T21:14:53.744Z | Compiling pest_generator v2.7.14 |
490 | 2024-12-20T21:14:55.635Z | Compiling pest_derive v2.7.14 |
491 | 2024-12-20T21:14:56.383Z | Compiling dtrace-parser v0.2.0 |
492 | 2024-12-20T21:14:58.157Z | Compiling serde_spanned v0.6.8 |
493 | 2024-12-20T21:14:58.157Z | Compiling toml_datetime v0.6.8 |
494 | 2024-12-20T21:14:58.160Z | Compiling cargo-platform v0.1.8 |
495 | 2024-12-20T21:14:58.523Z | Compiling serde_tokenstream v0.2.2 |
496 | 2024-12-20T21:14:58.705Z | Compiling toml_edit v0.22.22 |
497 | 2024-12-20T21:14:58.731Z | Compiling macaddr v1.0.1 |
498 | 2024-12-20T21:14:58.915Z | Compiling camino-tempfile v1.1.1 |
499 | 2024-12-20T21:14:59.659Z | Compiling dof v0.3.0 |
500 | 2024-12-20T21:14:59.660Z | Compiling cargo_metadata v0.18.1 |
501 | 2024-12-20T21:15:01.488Z | Compiling toml v0.8.19 |
502 | 2024-12-20T21:15:01.670Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2024-12-20T21:15:01.670Z | Compiling usdt-macro v0.5.0 |
504 | 2024-12-20T21:15:02.366Z | Compiling cargo_toml v0.20.5 |
505 | 2024-12-20T21:15:03.078Z | Compiling usdt v0.5.0 |
506 | 2024-12-20T21:15:05.893Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
507 | 2024-12-20T21:15:10.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.41s |
508 | 2024-12-20T21:15:10.315Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
509 | 2024-12-20T21:15:10.843Z | Downloading crates ... |
510 | 2024-12-20T21:15:10.954Z | Downloaded addr2line v0.24.2 |
511 | 2024-12-20T21:15:10.963Z | Downloaded adler2 v2.0.0 |
512 | 2024-12-20T21:15:10.980Z | Downloaded http-range v0.1.5 |
513 | 2024-12-20T21:15:10.988Z | Downloaded hubpack_derive v0.1.1 |
514 | 2024-12-20T21:15:10.997Z | Downloaded http-body-util v0.1.2 |
515 | 2024-12-20T21:15:11.000Z | Downloaded httpdate v1.0.3 |
516 | 2024-12-20T21:15:11.000Z | Downloaded hex-literal v0.4.1 |
517 | 2024-12-20T21:15:11.000Z | Downloaded hostname v0.3.1 |
518 | 2024-12-20T21:15:11.000Z | Downloaded matches v0.1.10 |
519 | 2024-12-20T21:15:11.003Z | Downloaded http-body v1.0.1 |
520 | 2024-12-20T21:15:11.007Z | Downloaded instant v0.1.13 |
521 | 2024-12-20T21:15:11.012Z | Downloaded mirai-annotations v1.12.0 |
522 | 2024-12-20T21:15:11.015Z | Downloaded is_ci v1.2.0 |
523 | 2024-12-20T21:15:11.023Z | Downloaded ident_case v1.0.1 |
524 | 2024-12-20T21:15:11.026Z | Downloaded match_cfg v0.1.0 |
525 | 2024-12-20T21:15:11.029Z | Downloaded md5 v0.7.0 |
526 | 2024-12-20T21:15:11.032Z | Downloaded ahash v0.8.11 |
527 | 2024-12-20T21:15:11.040Z | Downloaded highway v1.2.0 |
528 | 2024-12-20T21:15:11.046Z | Downloaded aes-gcm v0.10.3 |
529 | 2024-12-20T21:15:11.051Z | Downloaded maybe-uninit v2.0.0 |
530 | 2024-12-20T21:15:11.055Z | Downloaded async-bb8-diesel v0.2.1 |
531 | 2024-12-20T21:15:11.058Z | Downloaded ascii-canvas v3.0.0 |
532 | 2024-12-20T21:15:11.060Z | Downloaded libefi-sys v0.1.0 |
533 | 2024-12-20T21:15:11.060Z | Downloaded lazy_static v1.5.0 |
534 | 2024-12-20T21:15:11.063Z | Downloaded humantime v2.1.0 |
535 | 2024-12-20T21:15:11.063Z | Downloaded atty v0.2.14 |
536 | 2024-12-20T21:15:11.065Z | Downloaded atomicwrites v0.4.4 |
537 | 2024-12-20T21:15:11.065Z | Downloaded async-stream-impl v0.3.6 |
538 | 2024-12-20T21:15:11.068Z | Downloaded managed v0.8.0 |
539 | 2024-12-20T21:15:11.068Z | Downloaded libsw v3.3.1 |
540 | 2024-12-20T21:15:11.071Z | Downloaded md-5 v0.10.6 |
541 | 2024-12-20T21:15:11.073Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2024-12-20T21:15:11.074Z | Downloaded atomic-waker v1.1.2 |
543 | 2024-12-20T21:15:11.076Z | Downloaded backoff v0.4.0 |
544 | 2024-12-20T21:15:11.079Z | Downloaded base64ct v1.6.0 |
545 | 2024-12-20T21:15:11.082Z | Downloaded indent_write v2.2.0 |
546 | 2024-12-20T21:15:11.084Z | Downloaded mockall v0.13.0 |
547 | 2024-12-20T21:15:11.087Z | Downloaded lru-cache v0.1.2 |
548 | 2024-12-20T21:15:11.087Z | Downloaded linear-map v1.2.0 |
549 | 2024-12-20T21:15:11.090Z | Downloaded internet-checksum v0.2.1 |
550 | 2024-12-20T21:15:11.090Z | Downloaded mime v0.3.17 |
551 | 2024-12-20T21:15:11.093Z | Downloaded kstat-rs v0.2.4 |
552 | 2024-12-20T21:15:11.093Z | Downloaded cfg_aliases v0.1.1 |
553 | 2024-12-20T21:15:11.097Z | Downloaded cfg_aliases v0.2.1 |
554 | 2024-12-20T21:15:11.100Z | Downloaded hyper-tls v0.6.0 |
555 | 2024-12-20T21:15:11.100Z | Downloaded linked-hash-map v0.5.6 |
556 | 2024-12-20T21:15:11.100Z | Downloaded lalrpop-util v0.19.12 |
557 | 2024-12-20T21:15:11.103Z | Downloaded lazycell v1.3.0 |
558 | 2024-12-20T21:15:11.103Z | Downloaded bit-set v0.5.3 |
559 | 2024-12-20T21:15:11.105Z | Downloaded headers-core v0.3.0 |
560 | 2024-12-20T21:15:11.106Z | Downloaded keccak v0.1.5 |
561 | 2024-12-20T21:15:11.109Z | Downloaded indoc v1.0.9 |
562 | 2024-12-20T21:15:11.114Z | Downloaded darling v0.20.10 |
563 | 2024-12-20T21:15:11.116Z | Downloaded cstr-argument v0.1.2 |
564 | 2024-12-20T21:15:11.116Z | Downloaded memoffset v0.9.1 |
565 | 2024-12-20T21:15:11.118Z | Downloaded rand_core v0.6.4 |
566 | 2024-12-20T21:15:11.120Z | Downloaded quinn-udp v0.5.5 |
567 | 2024-12-20T21:15:11.124Z | Downloaded bitfield-struct v0.6.2 |
568 | 2024-12-20T21:15:11.127Z | Downloaded rand_chacha v0.3.1 |
569 | 2024-12-20T21:15:11.128Z | Downloaded hickory-client v0.24.1 |
570 | 2024-12-20T21:15:11.131Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2024-12-20T21:15:11.133Z | Downloaded mime_guess v2.0.5 |
572 | 2024-12-20T21:15:11.135Z | Downloaded memmap2 v0.9.5 |
573 | 2024-12-20T21:15:11.138Z | Downloaded cipher v0.4.4 |
574 | 2024-12-20T21:15:11.141Z | Downloaded icu_locid_transform v1.5.0 |
575 | 2024-12-20T21:15:11.143Z | Downloaded cbc v0.1.2 |
576 | 2024-12-20T21:15:11.147Z | Downloaded jobserver v0.1.32 |
577 | 2024-12-20T21:15:11.150Z | Downloaded blowfish v0.9.1 |
578 | 2024-12-20T21:15:11.150Z | Downloaded ipnet v2.10.1 |
579 | 2024-12-20T21:15:11.153Z | Downloaded base64 v0.13.1 |
580 | 2024-12-20T21:15:11.155Z | Downloaded termtree v0.4.1 |
581 | 2024-12-20T21:15:11.158Z | Downloaded strum v0.26.3 |
582 | 2024-12-20T21:15:11.158Z | Downloaded sync_wrapper v1.0.1 |
583 | 2024-12-20T21:15:11.158Z | Downloaded signature v2.2.0 |
584 | 2024-12-20T21:15:11.161Z | Downloaded hyper-rustls v0.27.3 |
585 | 2024-12-20T21:15:11.163Z | Downloaded ref-cast v1.0.23 |
586 | 2024-12-20T21:15:11.166Z | Downloaded crossbeam-deque v0.8.5 |
587 | 2024-12-20T21:15:11.169Z | Downloaded crc-catalog v2.4.0 |
588 | 2024-12-20T21:15:11.171Z | Downloaded curve25519-dalek-derive v0.1.1 |
589 | 2024-12-20T21:15:11.171Z | Downloaded ctr v0.9.2 |
590 | 2024-12-20T21:15:11.174Z | Downloaded const_format_proc_macros v0.2.33 |
591 | 2024-12-20T21:15:11.176Z | Downloaded toolchain_find v0.4.0 |
592 | 2024-12-20T21:15:11.179Z | Downloaded diesel_table_macro_syntax v0.2.0 |
593 | 2024-12-20T21:15:11.179Z | Downloaded darling_macro v0.20.10 |
594 | 2024-12-20T21:15:11.179Z | Downloaded write16 v1.0.0 |
595 | 2024-12-20T21:15:11.181Z | Downloaded shlex v1.3.0 |
596 | 2024-12-20T21:15:11.183Z | Downloaded foreign-types v0.3.2 |
597 | 2024-12-20T21:15:11.184Z | Downloaded httparse v1.9.5 |
598 | 2024-12-20T21:15:11.186Z | Downloaded rustc_version v0.4.1 |
599 | 2024-12-20T21:15:11.188Z | Downloaded ciborium v0.2.2 |
600 | 2024-12-20T21:15:11.191Z | Downloaded serde_plain v1.0.2 |
601 | 2024-12-20T21:15:11.195Z | Downloaded indexmap v1.9.3 |
602 | 2024-12-20T21:15:11.198Z | Downloaded buf-list v1.0.3 |
603 | 2024-12-20T21:15:11.200Z | Downloaded base64 v0.22.1 |
604 | 2024-12-20T21:15:11.204Z | Downloaded termcolor v1.4.1 |
605 | 2024-12-20T21:15:11.207Z | Downloaded static_assertions v1.1.0 |
606 | 2024-12-20T21:15:11.209Z | Downloaded stable_deref_trait v1.2.0 |
607 | 2024-12-20T21:15:11.210Z | Downloaded csv-core v0.1.11 |
608 | 2024-12-20T21:15:11.213Z | Downloaded miniz_oxide v0.8.0 |
609 | 2024-12-20T21:15:11.216Z | Downloaded libloading v0.8.5 |
610 | 2024-12-20T21:15:11.218Z | Downloaded signal-hook-tokio v0.3.1 |
611 | 2024-12-20T21:15:11.218Z | Downloaded termios v0.3.3 |
612 | 2024-12-20T21:15:11.220Z | Downloaded oso-derive v0.27.3 |
613 | 2024-12-20T21:15:11.223Z | Downloaded normalize-line-endings v0.3.0 |
614 | 2024-12-20T21:15:11.223Z | Downloaded structmeta-derive v0.3.0 |
615 | 2024-12-20T21:15:11.227Z | Downloaded progenitor-client v0.8.0 |
616 | 2024-12-20T21:15:11.227Z | Downloaded icu_provider v1.5.0 |
617 | 2024-12-20T21:15:11.231Z | Downloaded universal-hash v0.5.1 |
618 | 2024-12-20T21:15:11.231Z | Downloaded mockall_derive v0.13.0 |
619 | 2024-12-20T21:15:11.235Z | Downloaded hash32 v0.2.1 |
620 | 2024-12-20T21:15:11.235Z | Downloaded path-slash v0.1.5 |
621 | 2024-12-20T21:15:11.237Z | Downloaded crossbeam-epoch v0.9.18 |
622 | 2024-12-20T21:15:11.241Z | Downloaded topological-sort v0.2.2 |
623 | 2024-12-20T21:15:11.241Z | Downloaded console v0.15.8 |
624 | 2024-12-20T21:15:11.243Z | Downloaded writeable v0.5.5 |
625 | 2024-12-20T21:15:11.246Z | Downloaded pretty-hex v0.2.1 |
626 | 2024-12-20T21:15:11.249Z | Downloaded data-encoding v2.6.0 |
627 | 2024-12-20T21:15:11.249Z | Downloaded zerovec-derive v0.10.3 |
628 | 2024-12-20T21:15:11.251Z | Downloaded embedded-io v0.4.0 |
629 | 2024-12-20T21:15:11.256Z | Downloaded fallible-iterator v0.2.0 |
630 | 2024-12-20T21:15:11.256Z | Downloaded whoami v1.5.2 |
631 | 2024-12-20T21:15:11.260Z | Downloaded futures-executor v0.3.31 |
632 | 2024-12-20T21:15:11.260Z | Downloaded futures-core v0.3.31 |
633 | 2024-12-20T21:15:11.260Z | Downloaded progenitor-impl v0.8.0 |
634 | 2024-12-20T21:15:11.263Z | Downloaded form_urlencoded v1.2.1 |
635 | 2024-12-20T21:15:11.270Z | Downloaded clang-sys v1.8.1 |
636 | 2024-12-20T21:15:11.276Z | Downloaded snafu-derive v0.8.5 |
637 | 2024-12-20T21:15:11.276Z | Downloaded crossbeam-utils v0.8.20 |
638 | 2024-12-20T21:15:11.276Z | Downloaded crc32fast v1.4.2 |
639 | 2024-12-20T21:15:11.280Z | Downloaded crc-any v2.5.0 |
640 | 2024-12-20T21:15:11.280Z | Downloaded sync-ptr v0.1.1 |
641 | 2024-12-20T21:15:11.280Z | Downloaded r2d2 v0.8.10 |
642 | 2024-12-20T21:15:11.282Z | Downloaded take_mut v0.2.2 |
643 | 2024-12-20T21:15:11.282Z | Downloaded progenitor-macro v0.8.0 |
644 | 2024-12-20T21:15:11.282Z | Downloaded phf_shared v0.11.2 |
645 | 2024-12-20T21:15:11.282Z | Downloaded phf_generator v0.11.2 |
646 | 2024-12-20T21:15:11.285Z | Downloaded num v0.4.3 |
647 | 2024-12-20T21:15:11.287Z | Downloaded hex v0.4.3 |
648 | 2024-12-20T21:15:11.289Z | Downloaded heck v0.3.3 |
649 | 2024-12-20T21:15:11.289Z | Downloaded chacha20poly1305 v0.10.1 |
650 | 2024-12-20T21:15:11.291Z | Downloaded des v0.8.1 |
651 | 2024-12-20T21:15:11.294Z | Downloaded hickory-server v0.24.1 |
652 | 2024-12-20T21:15:11.299Z | Downloaded derive_builder_macro v0.20.2 |
653 | 2024-12-20T21:15:11.302Z | Downloaded vte_generate_state_changes v0.1.2 |
654 | 2024-12-20T21:15:11.302Z | Downloaded try-lock v0.2.5 |
655 | 2024-12-20T21:15:11.304Z | Downloaded pbkdf2 v0.11.0 |
656 | 2024-12-20T21:15:11.309Z | Downloaded env_logger v0.11.5 |
657 | 2024-12-20T21:15:11.313Z | Downloaded value-bag v1.9.0 |
658 | 2024-12-20T21:15:11.325Z | Downloaded endian-type v0.1.2 |
659 | 2024-12-20T21:15:11.326Z | Downloaded slog-async v2.8.0 |
660 | 2024-12-20T21:15:11.326Z | Downloaded rusty-fork v0.3.0 |
661 | 2024-12-20T21:15:11.330Z | Downloaded foreign-types-shared v0.3.1 |
662 | 2024-12-20T21:15:11.330Z | Downloaded foreign-types-shared v0.1.1 |
663 | 2024-12-20T21:15:11.331Z | Downloaded tabwriter v1.4.0 |
664 | 2024-12-20T21:15:11.331Z | Downloaded russh-keys v0.45.0 |
665 | 2024-12-20T21:15:11.331Z | Downloaded synstructure v0.13.1 |
666 | 2024-12-20T21:15:11.331Z | Downloaded cookie v0.18.1 |
667 | 2024-12-20T21:15:11.331Z | Downloaded slog-dtrace v0.3.0 |
668 | 2024-12-20T21:15:11.334Z | Downloaded radium v0.7.0 |
669 | 2024-12-20T21:15:11.334Z | Downloaded phf_codegen v0.11.2 |
670 | 2024-12-20T21:15:11.334Z | Downloaded rpassword v7.3.1 |
671 | 2024-12-20T21:15:11.334Z | Downloaded indicatif v0.17.9 |
672 | 2024-12-20T21:15:11.339Z | Downloaded sha1 v0.10.6 |
673 | 2024-12-20T21:15:11.341Z | Downloaded zone v0.3.0 |
674 | 2024-12-20T21:15:11.344Z | Downloaded zone v0.1.8 |
675 | 2024-12-20T21:15:11.344Z | Downloaded hyper-util v0.1.10 |
676 | 2024-12-20T21:15:11.348Z | Downloaded derive-where v1.2.7 |
677 | 2024-12-20T21:15:11.352Z | Downloaded snafu v0.8.5 |
678 | 2024-12-20T21:15:11.360Z | Downloaded tokio-macros v2.4.0 |
679 | 2024-12-20T21:15:11.362Z | Downloaded tui-tree-widget v0.22.0 |
680 | 2024-12-20T21:15:11.362Z | Downloaded ena v0.14.3 |
681 | 2024-12-20T21:15:11.365Z | Downloaded embedded-io v0.6.1 |
682 | 2024-12-20T21:15:11.369Z | Downloaded ghash v0.5.1 |
683 | 2024-12-20T21:15:11.369Z | Downloaded paste v1.0.15 |
684 | 2024-12-20T21:15:11.372Z | Downloaded sqlparser_derive v0.2.2 |
685 | 2024-12-20T21:15:11.372Z | Downloaded num-integer v0.1.46 |
686 | 2024-12-20T21:15:11.375Z | Downloaded num-derive v0.4.2 |
687 | 2024-12-20T21:15:11.378Z | Downloaded phf v0.11.2 |
688 | 2024-12-20T21:15:11.378Z | Downloaded diff v0.1.13 |
689 | 2024-12-20T21:15:11.381Z | Downloaded scrypt v0.11.0 |
690 | 2024-12-20T21:15:11.394Z | Downloaded zone_cfg_derive v0.3.0 |
691 | 2024-12-20T21:15:11.397Z | Downloaded tower-service v0.3.3 |
692 | 2024-12-20T21:15:11.397Z | Downloaded hash32 v0.3.1 |
693 | 2024-12-20T21:15:11.399Z | Downloaded fragile v2.0.0 |
694 | 2024-12-20T21:15:11.399Z | Downloaded tracing-attributes v0.1.27 |
695 | 2024-12-20T21:15:11.402Z | Downloaded cc v1.1.30 |
696 | 2024-12-20T21:15:11.406Z | Downloaded unsafe-libyaml v0.2.11 |
697 | 2024-12-20T21:15:11.410Z | Downloaded sec1 v0.7.3 |
698 | 2024-12-20T21:15:11.412Z | Downloaded derive_builder_core v0.20.2 |
699 | 2024-12-20T21:15:11.415Z | Downloaded mio v1.0.2 |
700 | 2024-12-20T21:15:11.421Z | Downloaded num-conv v0.1.0 |
701 | 2024-12-20T21:15:11.424Z | Downloaded siphasher v0.3.11 |
702 | 2024-12-20T21:15:11.427Z | Downloaded num-iter v0.1.45 |
703 | 2024-12-20T21:15:11.427Z | Downloaded smf v0.2.3 |
704 | 2024-12-20T21:15:11.431Z | Downloaded half v2.4.1 |
705 | 2024-12-20T21:15:11.434Z | Downloaded strip-ansi-escapes v0.2.0 |
706 | 2024-12-20T21:15:11.434Z | Downloaded pin-project-lite v0.2.14 |
707 | 2024-12-20T21:15:11.438Z | Downloaded rand_xorshift v0.3.0 |
708 | 2024-12-20T21:15:11.440Z | Downloaded rand_seeder v0.3.0 |
709 | 2024-12-20T21:15:11.443Z | Downloaded parking_lot v0.12.3 |
710 | 2024-12-20T21:15:11.445Z | Downloaded crossbeam-channel v0.5.13 |
711 | 2024-12-20T21:15:11.449Z | Downloaded wyz v0.5.1 |
712 | 2024-12-20T21:15:11.452Z | Downloaded zerocopy v0.6.6 |
713 | 2024-12-20T21:15:11.456Z | Downloaded time-core v0.1.2 |
714 | 2024-12-20T21:15:11.458Z | Downloaded serde_path_to_error v0.1.16 |
715 | 2024-12-20T21:15:11.460Z | Downloaded enum-as-inner v0.5.1 |
716 | 2024-12-20T21:15:11.460Z | Downloaded structmeta v0.2.0 |
717 | 2024-12-20T21:15:11.462Z | Downloaded foreign-types v0.5.0 |
718 | 2024-12-20T21:15:11.463Z | Downloaded twox-hash v1.6.3 |
719 | 2024-12-20T21:15:11.465Z | Downloaded zerofrom-derive v0.1.4 |
720 | 2024-12-20T21:15:11.465Z | Downloaded foldhash v0.1.3 |
721 | 2024-12-20T21:15:11.468Z | Downloaded waitgroup v0.1.2 |
722 | 2024-12-20T21:15:11.468Z | Downloaded schemars v0.8.21 |
723 | 2024-12-20T21:15:11.481Z | Downloaded fxhash v0.2.1 |
724 | 2024-12-20T21:15:11.483Z | Downloaded minimal-lexical v0.2.1 |
725 | 2024-12-20T21:15:11.486Z | Downloaded want v0.3.1 |
726 | 2024-12-20T21:15:11.489Z | Downloaded p256 v0.13.2 |
727 | 2024-12-20T21:15:11.492Z | Downloaded nanorand v0.7.0 |
728 | 2024-12-20T21:15:11.495Z | Downloaded slog-stdlog v4.1.1 |
729 | 2024-12-20T21:15:11.498Z | Downloaded tracing-core v0.1.32 |
730 | 2024-12-20T21:15:11.501Z | Downloaded fs_extra v1.3.0 |
731 | 2024-12-20T21:15:11.503Z | Downloaded slog-scope v4.4.0 |
732 | 2024-12-20T21:15:11.508Z | Downloaded scheduled-thread-pool v0.2.7 |
733 | 2024-12-20T21:15:11.513Z | Downloaded vte v0.11.1 |
734 | 2024-12-20T21:15:11.513Z | Downloaded vsss-rs v3.3.4 |
735 | 2024-12-20T21:15:11.516Z | Downloaded unicode-xid v0.2.6 |
736 | 2024-12-20T21:15:11.516Z | Downloaded vergen v8.3.2 |
737 | 2024-12-20T21:15:11.519Z | Downloaded utf8_iter v1.0.4 |
738 | 2024-12-20T21:15:11.520Z | Downloaded slab v0.4.9 |
739 | 2024-12-20T21:15:11.522Z | Downloaded tokio-rustls v0.24.1 |
740 | 2024-12-20T21:15:11.524Z | Downloaded rustls-pki-types v1.10.0 |
741 | 2024-12-20T21:15:11.526Z | Downloaded tinyvec_macros v0.1.1 |
742 | 2024-12-20T21:15:11.528Z | Downloaded num-rational v0.4.2 |
743 | 2024-12-20T21:15:11.529Z | Downloaded num-complex v0.4.6 |
744 | 2024-12-20T21:15:11.531Z | Downloaded yoke-derive v0.7.4 |
745 | 2024-12-20T21:15:11.533Z | Downloaded gethostname v0.5.0 |
746 | 2024-12-20T21:15:11.535Z | Downloaded qorb v0.2.1 |
747 | 2024-12-20T21:15:11.540Z | Downloaded unicode-segmentation v1.12.0 |
748 | 2024-12-20T21:15:11.543Z | Downloaded libxml v0.3.3 |
749 | 2024-12-20T21:15:11.550Z | Downloaded num_threads v0.1.7 |
750 | 2024-12-20T21:15:11.555Z | Downloaded dirs-next v2.0.0 |
751 | 2024-12-20T21:15:11.559Z | Downloaded defmt v0.3.8 |
752 | 2024-12-20T21:15:11.559Z | Downloaded yoke v0.7.4 |
753 | 2024-12-20T21:15:11.562Z | Downloaded proc-macro-crate v1.3.1 |
754 | 2024-12-20T21:15:11.562Z | Downloaded rfc6979 v0.4.0 |
755 | 2024-12-20T21:15:11.562Z | Downloaded primeorder v0.13.6 |
756 | 2024-12-20T21:15:11.565Z | Downloaded tokio-rustls v0.25.0 |
757 | 2024-12-20T21:15:11.567Z | Downloaded zerofrom v0.1.4 |
758 | 2024-12-20T21:15:11.570Z | Downloaded tokio-rustls v0.26.0 |
759 | 2024-12-20T21:15:11.573Z | Downloaded wait-timeout v0.2.0 |
760 | 2024-12-20T21:15:11.573Z | Downloaded postgres-types v0.2.8 |
761 | 2024-12-20T21:15:11.575Z | Downloaded glob v0.3.1 |
762 | 2024-12-20T21:15:11.577Z | Downloaded postgres-protocol v0.6.7 |
763 | 2024-12-20T21:15:11.579Z | Downloaded num-traits v0.2.19 |
764 | 2024-12-20T21:15:11.581Z | Downloaded downcast v0.11.0 |
765 | 2024-12-20T21:15:11.583Z | Downloaded russh-cryptovec v0.7.3 |
766 | 2024-12-20T21:15:11.586Z | Downloaded slog-term v2.9.1 |
767 | 2024-12-20T21:15:11.589Z | Downloaded slog-json v2.6.1 |
768 | 2024-12-20T21:15:11.589Z | Downloaded typify-macro v0.2.0 |
769 | 2024-12-20T21:15:11.593Z | Downloaded crossterm v0.28.1 |
770 | 2024-12-20T21:15:11.597Z | Downloaded display-error-chain v0.2.2 |
771 | 2024-12-20T21:15:11.600Z | Downloaded psl-types v2.0.11 |
772 | 2024-12-20T21:15:11.602Z | Downloaded dunce v1.0.5 |
773 | 2024-12-20T21:15:11.602Z | Downloaded zopfli v0.8.1 |
774 | 2024-12-20T21:15:11.604Z | Downloaded num_enum_derive v0.5.11 |
775 | 2024-12-20T21:15:11.607Z | Downloaded aes v0.8.4 |
776 | 2024-12-20T21:15:11.610Z | Downloaded num_enum v0.5.11 |
777 | 2024-12-20T21:15:11.615Z | Downloaded password-hash v0.5.0 |
778 | 2024-12-20T21:15:11.621Z | Downloaded rtoolbox v0.0.2 |
779 | 2024-12-20T21:15:11.624Z | Downloaded aho-corasick v1.1.3 |
780 | 2024-12-20T21:15:11.626Z | Downloaded serde-big-array v0.5.1 |
781 | 2024-12-20T21:15:11.629Z | Downloaded number_prefix v0.4.0 |
782 | 2024-12-20T21:15:11.632Z | Downloaded walkdir v2.5.0 |
783 | 2024-12-20T21:15:11.632Z | Downloaded uuid v1.11.0 |
784 | 2024-12-20T21:15:11.636Z | Downloaded newline-converter v0.3.0 |
785 | 2024-12-20T21:15:11.638Z | Downloaded tap v1.0.1 |
786 | 2024-12-20T21:15:11.638Z | Downloaded supports-color v3.0.1 |
787 | 2024-12-20T21:15:11.641Z | Downloaded dirs-sys-next v0.1.2 |
788 | 2024-12-20T21:15:11.641Z | Downloaded displaydoc v0.2.5 |
789 | 2024-12-20T21:15:11.644Z | Downloaded zone_cfg_derive v0.1.2 |
790 | 2024-12-20T21:15:11.646Z | Downloaded precomputed-hash v0.1.1 |
791 | 2024-12-20T21:15:11.646Z | Downloaded powerfmt v0.2.0 |
792 | 2024-12-20T21:15:11.649Z | Downloaded futures-macro v0.3.31 |
793 | 2024-12-20T21:15:11.649Z | Downloaded ed25519 v2.2.3 |
794 | 2024-12-20T21:15:11.651Z | Downloaded samael v0.0.17 |
795 | 2024-12-20T21:15:11.658Z | Downloaded newtype_derive v0.1.6 |
796 | 2024-12-20T21:15:11.660Z | Downloaded rustc-hash v2.0.0 |
797 | 2024-12-20T21:15:11.662Z | Downloaded strum_macros v0.25.3 |
798 | 2024-12-20T21:15:11.664Z | Downloaded zip v2.1.3 |
799 | 2024-12-20T21:15:11.669Z | Downloaded semver v0.1.20 |
800 | 2024-12-20T21:15:11.671Z | Downloaded quick-error v1.2.3 |
801 | 2024-12-20T21:15:11.671Z | Downloaded tungstenite v0.24.0 |
802 | 2024-12-20T21:15:11.677Z | Downloaded parse-size v1.1.0 |
803 | 2024-12-20T21:15:11.682Z | Downloaded itertools v0.13.0 |
804 | 2024-12-20T21:15:11.685Z | Downloaded thiserror-impl-no-std v2.0.2 |
805 | 2024-12-20T21:15:11.687Z | Downloaded thiserror-impl v2.0.3 |
806 | 2024-12-20T21:15:11.689Z | Downloaded serde-hex v0.1.0 |
807 | 2024-12-20T21:15:11.691Z | Downloaded dhcproto-macros v0.1.0 |
808 | 2024-12-20T21:15:11.691Z | Downloaded newtype-uuid v1.1.3 |
809 | 2024-12-20T21:15:11.694Z | Downloaded unicode-truncate v1.1.0 |
810 | 2024-12-20T21:15:11.696Z | Downloaded reedline v0.35.0 |
811 | 2024-12-20T21:15:11.702Z | Downloaded openssl-probe v0.1.5 |
812 | 2024-12-20T21:15:11.705Z | Downloaded strum_macros v0.24.3 |
813 | 2024-12-20T21:15:11.708Z | Downloaded pkcs8 v0.10.2 |
814 | 2024-12-20T21:15:11.711Z | Downloaded olpc-cjson v0.1.4 |
815 | 2024-12-20T21:15:11.711Z | Downloaded serde_repr v0.1.19 |
816 | 2024-12-20T21:15:11.713Z | Downloaded salsa20 v0.10.2 |
817 | 2024-12-20T21:15:11.716Z | Downloaded predicates-tree v1.0.11 |
818 | 2024-12-20T21:15:11.718Z | Downloaded openssl-macros v0.1.1 |
819 | 2024-12-20T21:15:11.718Z | Downloaded getrandom v0.2.15 |
820 | 2024-12-20T21:15:11.721Z | Downloaded parse-display-derive v0.10.0 |
821 | 2024-12-20T21:15:11.724Z | Downloaded filetime v0.2.25 |
822 | 2024-12-20T21:15:11.724Z | Downloaded ff v0.13.0 |
823 | 2024-12-20T21:15:11.726Z | Downloaded serde_derive_internals v0.29.1 |
824 | 2024-12-20T21:15:11.729Z | Downloaded blake3 v1.5.4 |
825 | 2024-12-20T21:15:11.735Z | Downloaded float-ord v0.3.2 |
826 | 2024-12-20T21:15:11.739Z | Downloaded float-cmp v0.9.0 |
827 | 2024-12-20T21:15:11.739Z | Downloaded defmt-macros v0.3.9 |
828 | 2024-12-20T21:15:11.741Z | Downloaded deranged v0.3.11 |
829 | 2024-12-20T21:15:11.744Z | Downloaded spki v0.7.3 |
830 | 2024-12-20T21:15:11.747Z | Downloaded hyper v1.5.0 |
831 | 2024-12-20T21:15:11.752Z | Downloaded peg-runtime v0.8.3 |
832 | 2024-12-20T21:15:11.755Z | Downloaded new_debug_unreachable v1.0.6 |
833 | 2024-12-20T21:15:11.755Z | Downloaded shell-words v1.1.0 |
834 | 2024-12-20T21:15:11.758Z | Downloaded tokio-native-tls v0.3.1 |
835 | 2024-12-20T21:15:11.758Z | Downloaded futures v0.3.31 |
836 | 2024-12-20T21:15:11.762Z | Downloaded flagset v0.4.6 |
837 | 2024-12-20T21:15:11.766Z | Downloaded tls_codec v0.4.1 |
838 | 2024-12-20T21:15:11.768Z | Downloaded tinystr v0.7.6 |
839 | 2024-12-20T21:15:11.771Z | Downloaded hkdf v0.12.4 |
840 | 2024-12-20T21:15:11.773Z | Downloaded sct v0.7.1 |
841 | 2024-12-20T21:15:11.775Z | Downloaded percent-encoding v2.3.1 |
842 | 2024-12-20T21:15:11.778Z | Downloaded ref-cast-impl v1.0.23 |
843 | 2024-12-20T21:15:11.779Z | Downloaded ron v0.8.1 |
844 | 2024-12-20T21:15:11.782Z | Downloaded defmt-parser v0.3.4 |
845 | 2024-12-20T21:15:11.785Z | Downloaded zeroize_derive v1.4.2 |
846 | 2024-12-20T21:15:11.785Z | Downloaded utf16_iter v1.0.5 |
847 | 2024-12-20T21:15:11.788Z | Downloaded utf-8 v0.7.6 |
848 | 2024-12-20T21:15:11.788Z | Downloaded peg-macros v0.8.4 |
849 | 2024-12-20T21:15:11.790Z | Downloaded zeroize v1.8.1 |
850 | 2024-12-20T21:15:11.793Z | Downloaded fatfs v0.3.6 |
851 | 2024-12-20T21:15:11.796Z | Downloaded untrusted v0.7.1 |
852 | 2024-12-20T21:15:11.799Z | Downloaded futures-sink v0.3.31 |
853 | 2024-12-20T21:15:11.799Z | Downloaded sigpipe v0.1.3 |
854 | 2024-12-20T21:15:11.799Z | Downloaded tokio-tungstenite v0.24.0 |
855 | 2024-12-20T21:15:11.802Z | Downloaded hashbrown v0.12.3 |
856 | 2024-12-20T21:15:11.804Z | Downloaded xz2 v0.1.7 |
857 | 2024-12-20T21:15:11.806Z | Downloaded xattr v1.3.1 |
858 | 2024-12-20T21:15:11.808Z | Downloaded env_filter v0.1.2 |
859 | 2024-12-20T21:15:11.810Z | Downloaded predicates-core v1.0.8 |
860 | 2024-12-20T21:15:11.813Z | Downloaded parse-zoneinfo v0.3.1 |
861 | 2024-12-20T21:15:11.815Z | Downloaded which v4.4.2 |
862 | 2024-12-20T21:15:11.815Z | Downloaded serde_with_macros v3.11.0 |
863 | 2024-12-20T21:15:11.818Z | Downloaded structmeta-derive v0.2.0 |
864 | 2024-12-20T21:15:11.821Z | Downloaded tokio-tungstenite v0.21.0 |
865 | 2024-12-20T21:15:11.823Z | Downloaded subtle v2.6.1 |
866 | 2024-12-20T21:15:11.823Z | Downloaded structmeta v0.3.0 |
867 | 2024-12-20T21:15:11.825Z | Downloaded der_derive v0.7.3 |
868 | 2024-12-20T21:15:11.828Z | Downloaded tough v0.19.0 |
869 | 2024-12-20T21:15:11.835Z | Downloaded unicode-properties v0.1.3 |
870 | 2024-12-20T21:15:11.837Z | Downloaded num-bigint-dig v0.8.4 |
871 | 2024-12-20T21:15:11.842Z | Downloaded yasna v0.5.2 |
872 | 2024-12-20T21:15:11.845Z | Downloaded packed_struct_codegen v0.10.1 |
873 | 2024-12-20T21:15:11.848Z | Downloaded packed_struct v0.10.1 |
874 | 2024-12-20T21:15:11.851Z | Downloaded fallible-iterator v0.3.0 |
875 | 2024-12-20T21:15:11.851Z | Downloaded parking_lot v0.11.2 |
876 | 2024-12-20T21:15:11.854Z | Downloaded serde_urlencoded v0.7.1 |
877 | 2024-12-20T21:15:11.854Z | Downloaded salty v0.3.0 |
878 | 2024-12-20T21:15:11.861Z | Downloaded oso v0.27.3 |
879 | 2024-12-20T21:15:11.864Z | Downloaded pkcs5 v0.7.1 |
880 | 2024-12-20T21:15:11.869Z | Downloaded socket2 v0.5.7 |
881 | 2024-12-20T21:15:11.871Z | Downloaded omicron-zone-package v0.11.1 |
882 | 2024-12-20T21:15:11.875Z | Downloaded chrono v0.4.38 |
883 | 2024-12-20T21:15:11.883Z | Downloaded prettyplease v0.2.25 |
884 | 2024-12-20T21:15:11.887Z | Downloaded tokio-tungstenite v0.23.1 |
885 | 2024-12-20T21:15:11.890Z | Downloaded native-tls v0.2.12 |
886 | 2024-12-20T21:15:11.892Z | Downloaded multer v3.1.0 |
887 | 2024-12-20T21:15:11.895Z | Downloaded unicode-bidi v0.3.17 |
888 | 2024-12-20T21:15:11.898Z | Downloaded heapless v0.7.17 |
889 | 2024-12-20T21:15:11.901Z | Downloaded ssh-key v0.6.6 |
890 | 2024-12-20T21:15:11.908Z | Downloaded globset v0.4.15 |
891 | 2024-12-20T21:15:11.912Z | Downloaded bitvec v1.0.1 |
892 | 2024-12-20T21:15:11.926Z | Downloaded sqlformat v0.2.6 |
893 | 2024-12-20T21:15:11.929Z | Downloaded ron v0.7.1 |
894 | 2024-12-20T21:15:11.932Z | Downloaded dropshot_endpoint v0.12.0 |
895 | 2024-12-20T21:15:11.935Z | Downloaded unicode_categories v0.1.1 |
896 | 2024-12-20T21:15:11.938Z | Downloaded rayon-core v1.12.1 |
897 | 2024-12-20T21:15:11.942Z | Downloaded p521 v0.13.3 |
898 | 2024-12-20T21:15:11.946Z | Downloaded openssl-sys v0.9.103 |
899 | 2024-12-20T21:15:11.951Z | Downloaded der v0.7.9 |
900 | 2024-12-20T21:15:11.957Z | Downloaded rand v0.8.5 |
901 | 2024-12-20T21:15:11.960Z | Downloaded url v2.5.3 |
902 | 2024-12-20T21:15:11.964Z | Downloaded rcgen v0.12.1 |
903 | 2024-12-20T21:15:11.967Z | Downloaded rustyline v14.0.0 |
904 | 2024-12-20T21:15:11.973Z | Downloaded headers v0.4.0 |
905 | 2024-12-20T21:15:11.980Z | Downloaded publicsuffix v2.2.3 |
906 | 2024-12-20T21:15:11.982Z | Downloaded winnow v0.5.40 |
907 | 2024-12-20T21:15:11.991Z | Downloaded zerocopy-derive v0.8.10 |
908 | 2024-12-20T21:15:11.998Z | Downloaded icu_properties_data v1.5.0 |
909 | 2024-12-20T21:15:12.009Z | Downloaded dropshot_endpoint v0.13.0 |
910 | 2024-12-20T21:15:12.012Z | Downloaded h2 v0.4.6 |
911 | 2024-12-20T21:15:12.019Z | Downloaded zerovec v0.10.4 |
912 | 2024-12-20T21:15:12.025Z | Downloaded quinn v0.11.5 |
913 | 2024-12-20T21:15:12.029Z | Downloaded lalrpop v0.19.12 |
914 | 2024-12-20T21:15:12.042Z | Downloaded typed-path v0.9.3 |
915 | 2024-12-20T21:15:12.047Z | Downloaded ed25519-dalek v2.1.1 |
916 | 2024-12-20T21:15:12.050Z | Downloaded rusqlite v0.32.1 |
917 | 2024-12-20T21:15:12.056Z | Downloaded reqwest v0.12.9 |
918 | 2024-12-20T21:15:12.066Z | Downloaded x509-cert v0.2.5 |
919 | 2024-12-20T21:15:12.071Z | Downloaded flate2 v1.0.34 |
920 | 2024-12-20T21:15:12.077Z | Downloaded curve25519-dalek v4.1.3 |
921 | 2024-12-20T21:15:12.086Z | Downloaded tokio-util v0.7.12 |
922 | 2024-12-20T21:15:12.092Z | Downloaded rustls-webpki v0.102.8 |
923 | 2024-12-20T21:15:12.111Z | Downloaded unicode-normalization v0.1.24 |
924 | 2024-12-20T21:15:12.114Z | Downloaded idna v0.5.0 |
925 | 2024-12-20T21:15:12.121Z | Downloaded quick-xml v0.33.0 |
926 | 2024-12-20T21:15:12.129Z | Downloaded trust-dns-proto v0.22.0 |
927 | 2024-12-20T21:15:12.141Z | Downloaded serde_with v3.11.0 |
928 | 2024-12-20T21:15:12.149Z | Downloaded proptest v1.5.0 |
929 | 2024-12-20T21:15:12.158Z | Downloaded idna v0.2.3 |
930 | 2024-12-20T21:15:12.166Z | Downloaded sqlparser v0.45.0 |
931 | 2024-12-20T21:15:12.176Z | Downloaded rayon v1.10.0 |
932 | 2024-12-20T21:15:12.181Z | Downloaded hashbrown v0.14.5 |
933 | 2024-12-20T21:15:12.187Z | Downloaded rustls v0.21.12 |
934 | 2024-12-20T21:15:12.200Z | Downloaded quinn-proto v0.11.8 |
935 | 2024-12-20T21:15:12.205Z | Downloaded regex-syntax v0.8.5 |
936 | 2024-12-20T21:15:12.213Z | Downloaded nix v0.27.1 |
937 | 2024-12-20T21:15:12.224Z | Downloaded nix v0.28.0 |
938 | 2024-12-20T21:15:12.236Z | Downloaded nix v0.29.0 |
939 | 2024-12-20T21:15:12.248Z | Downloaded smoltcp v0.9.1 |
940 | 2024-12-20T21:15:12.260Z | Downloaded radix_trie v0.2.1 |
941 | 2024-12-20T21:15:12.264Z | Downloaded unicode-width v0.2.0 |
942 | 2024-12-20T21:15:12.271Z | Downloaded diesel v2.2.6 |
943 | 2024-12-20T21:15:12.290Z | Downloaded dropshot v0.13.0 |
944 | 2024-12-20T21:15:12.311Z | Downloaded openapiv3 v2.0.0 |
945 | 2024-12-20T21:15:12.322Z | Downloaded gimli v0.31.1 |
946 | 2024-12-20T21:15:12.331Z | Downloaded rustls v0.22.4 |
947 | 2024-12-20T21:15:12.344Z | Downloaded webpki-roots v0.26.6 |
948 | 2024-12-20T21:15:12.347Z | Downloaded hickory-proto v0.24.1 |
949 | 2024-12-20T21:15:12.363Z | Downloaded regex-syntax v0.6.29 |
950 | 2024-12-20T21:15:12.370Z | Downloaded sled v0.34.7 |
951 | 2024-12-20T21:15:12.382Z | Downloaded polar-core v0.27.3 |
952 | 2024-12-20T21:15:12.389Z | Downloaded openssl v0.10.66 |
953 | 2024-12-20T21:15:12.398Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2024-12-20T21:15:12.411Z | Downloaded regress v0.10.1 |
955 | 2024-12-20T21:15:12.419Z | Downloaded object v0.36.5 |
956 | 2024-12-20T21:15:12.430Z | Downloaded regex-automata v0.4.8 |
957 | 2024-12-20T21:15:12.447Z | Downloaded rustls v0.23.19 |
958 | 2024-12-20T21:15:12.459Z | Downloaded dropshot v0.12.0 |
959 | 2024-12-20T21:15:12.501Z | Downloaded typify-impl v0.2.0 |
960 | 2024-12-20T21:15:12.520Z | Downloaded git2 v0.19.0 |
961 | 2024-12-20T21:15:12.530Z | Downloaded object v0.30.4 |
962 | 2024-12-20T21:15:12.542Z | Downloaded chrono-tz v0.10.0 |
963 | 2024-12-20T21:15:12.549Z | Downloaded bstr v1.10.0 |
964 | 2024-12-20T21:15:12.559Z | Downloaded regress v0.9.1 |
965 | 2024-12-20T21:15:12.567Z | Downloaded regex v1.11.1 |
966 | 2024-12-20T21:15:12.580Z | Downloaded ratatui v0.28.1 |
967 | 2024-12-20T21:15:12.601Z | Downloaded petgraph v0.6.5 |
968 | 2024-12-20T21:15:12.615Z | Downloaded zerocopy-derive v0.6.6 |
969 | 2024-12-20T21:15:12.627Z | Downloaded zerocopy v0.8.10 |
970 | 2024-12-20T21:15:12.647Z | Downloaded idna v0.3.0 |
971 | 2024-12-20T21:15:12.653Z | Downloaded p384 v0.13.0 |
972 | 2024-12-20T21:15:12.658Z | Downloaded csv v1.3.0 |
973 | 2024-12-20T21:15:12.677Z | Downloaded smoltcp v0.11.0 |
974 | 2024-12-20T21:15:12.689Z | Downloaded idna v0.4.0 |
975 | 2024-12-20T21:15:12.695Z | Downloaded portable-atomic v1.9.0 |
976 | 2024-12-20T21:15:12.702Z | Downloaded vcpkg v0.2.15 |
977 | 2024-12-20T21:15:12.739Z | Downloaded russh v0.45.0 |
978 | 2024-12-20T21:15:12.745Z | Downloaded futures-util v0.3.31 |
979 | 2024-12-20T21:15:12.756Z | Downloaded time v0.3.36 |
980 | 2024-12-20T21:15:12.762Z | Downloaded petname v2.0.2 |
981 | 2024-12-20T21:15:12.767Z | Downloaded rustls-webpki v0.101.7 |
982 | 2024-12-20T21:15:12.781Z | Downloaded lzma-sys v0.1.20 |
983 | 2024-12-20T21:15:12.810Z | Downloaded bindgen v0.69.5 |
984 | 2024-12-20T21:15:12.816Z | Downloaded futures-task v0.3.31 |
985 | 2024-12-20T21:15:12.819Z | Downloaded libz-sys v1.1.20 |
986 | 2024-12-20T21:15:12.838Z | Downloaded tiny-keccak v2.0.2 |
987 | 2024-12-20T21:15:12.841Z | Downloaded time-macros v0.2.18 |
988 | 2024-12-20T21:15:12.843Z | Downloaded tracing v0.1.40 |
989 | 2024-12-20T21:15:12.846Z | Downloaded hashbrown v0.13.2 |
990 | 2024-12-20T21:15:12.850Z | Downloaded aws-lc-rs v1.10.0 |
991 | 2024-12-20T21:15:12.858Z | Downloaded pkcs1 v0.7.5 |
992 | 2024-12-20T21:15:12.860Z | Downloaded tokio v1.40.0 |
993 | 2024-12-20T21:15:12.895Z | Downloaded sha3 v0.10.8 |
994 | 2024-12-20T21:15:12.899Z | Downloaded tokio-postgres v0.7.12 |
995 | 2024-12-20T21:15:12.904Z | Downloaded opaque-debug v0.3.1 |
996 | 2024-12-20T21:15:12.907Z | Downloaded hashlink v0.9.1 |
997 | 2024-12-20T21:15:12.907Z | Downloaded tinyvec v1.8.0 |
998 | 2024-12-20T21:15:12.910Z | Downloaded num-bigint v0.4.6 |
999 | 2024-12-20T21:15:12.913Z | Downloaded fd-lock v4.0.2 |
1000 | 2024-12-20T21:15:12.916Z | Downloaded slog v2.7.0 |
1001 | 2024-12-20T21:15:12.918Z | Downloaded diesel_derives v2.2.3 |
1002 | 2024-12-20T21:15:12.922Z | Downloaded smallvec v1.13.2 |
1003 | 2024-12-20T21:15:12.925Z | Downloaded tungstenite v0.23.0 |
1004 | 2024-12-20T21:15:12.927Z | Downloaded tungstenite v0.21.0 |
1005 | 2024-12-20T21:15:12.931Z | Downloaded rustc-hash v1.1.0 |
1006 | 2024-12-20T21:15:12.934Z | Downloaded tokio-stream v0.1.16 |
1007 | 2024-12-20T21:15:12.938Z | Downloaded subprocess v0.2.9 |
1008 | 2024-12-20T21:15:12.940Z | Downloaded pkg-config v0.3.31 |
1009 | 2024-12-20T21:15:12.940Z | Downloaded peg v0.8.4 |
1010 | 2024-12-20T21:15:12.943Z | Downloaded nom v7.1.3 |
1011 | 2024-12-20T21:15:12.947Z | Downloaded typify v0.2.0 |
1012 | 2024-12-20T21:15:12.952Z | Downloaded thread_local v1.1.8 |
1013 | 2024-12-20T21:15:12.955Z | Downloaded thiserror-no-std v2.0.2 |
1014 | 2024-12-20T21:15:12.957Z | Downloaded slog-envlogger v2.2.0 |
1015 | 2024-12-20T21:15:12.957Z | Downloaded ecdsa v0.16.9 |
1016 | 2024-12-20T21:15:12.960Z | Downloaded itertools v0.12.1 |
1017 | 2024-12-20T21:15:12.964Z | Downloaded unicase v2.7.0 |
1018 | 2024-12-20T21:15:12.967Z | Downloaded unarray v0.1.4 |
1019 | 2024-12-20T21:15:12.967Z | Downloaded smallvec v0.6.14 |
1020 | 2024-12-20T21:15:12.969Z | Downloaded resolv-conf v0.7.0 |
1021 | 2024-12-20T21:15:12.972Z | Downloaded pbkdf2 v0.12.2 |
1022 | 2024-12-20T21:15:12.972Z | Downloaded flume v0.11.1 |
1023 | 2024-12-20T21:15:12.975Z | Downloaded nibble_vec v0.1.0 |
1024 | 2024-12-20T21:15:12.977Z | Downloaded darling_core v0.20.10 |
1025 | 2024-12-20T21:15:12.980Z | Downloaded idna v1.0.3 |
1026 | 2024-12-20T21:15:12.984Z | Downloaded ppv-lite86 v0.2.20 |
1027 | 2024-12-20T21:15:12.987Z | Downloaded steno v0.4.1 |
1028 | 2024-12-20T21:15:12.990Z | Downloaded similar v2.6.0 |
1029 | 2024-12-20T21:15:12.994Z | Downloaded postcard v1.0.10 |
1030 | 2024-12-20T21:15:12.997Z | Downloaded password-hash v0.4.2 |
1031 | 2024-12-20T21:15:13.001Z | Downloaded toml_edit v0.19.15 |
1032 | 2024-12-20T21:15:13.015Z | Downloaded funty v2.0.0 |
1033 | 2024-12-20T21:15:13.017Z | Downloaded strum_macros v0.26.4 |
1034 | 2024-12-20T21:15:13.019Z | Downloaded itertools v0.10.5 |
1035 | 2024-12-20T21:15:13.024Z | Downloaded libm v0.2.8 |
1036 | 2024-12-20T21:15:13.033Z | Downloaded fallible-streaming-iterator v0.1.9 |
1037 | 2024-12-20T21:15:13.036Z | Downloaded difflib v0.4.0 |
1038 | 2024-12-20T21:15:13.036Z | Downloaded diesel-dtrace v0.4.2 |
1039 | 2024-12-20T21:15:13.036Z | Downloaded poly1305 v0.8.0 |
1040 | 2024-12-20T21:15:13.039Z | Downloaded pem-rfc7468 v0.7.0 |
1041 | 2024-12-20T21:15:13.041Z | Downloaded expectorate v1.1.0 |
1042 | 2024-12-20T21:15:13.044Z | Downloaded same-file v1.0.6 |
1043 | 2024-12-20T21:15:13.044Z | Downloaded multimap v0.10.0 |
1044 | 2024-12-20T21:15:13.046Z | Downloaded foreign-types-macros v0.2.3 |
1045 | 2024-12-20T21:15:13.046Z | Downloaded fixedbitset v0.4.2 |
1046 | 2024-12-20T21:15:13.048Z | Downloaded enum-as-inner v0.6.1 |
1047 | 2024-12-20T21:15:13.048Z | Downloaded predicates v3.1.2 |
1048 | 2024-12-20T21:15:13.050Z | Downloaded parking_lot_core v0.9.10 |
1049 | 2024-12-20T21:15:13.053Z | Downloaded heapless v0.8.0 |
1050 | 2024-12-20T21:15:13.056Z | Downloaded polyval v0.6.2 |
1051 | 2024-12-20T21:15:13.059Z | Downloaded pem v3.0.4 |
1052 | 2024-12-20T21:15:13.061Z | Downloaded dsl_auto_type v0.1.2 |
1053 | 2024-12-20T21:15:13.061Z | Downloaded debug-ignore v1.0.5 |
1054 | 2024-12-20T21:15:13.064Z | Downloaded encoding_rs v0.8.34 |
1055 | 2024-12-20T21:15:13.081Z | Downloaded rsa v0.9.6 |
1056 | 2024-12-20T21:15:13.086Z | Downloaded either v1.13.0 |
1057 | 2024-12-20T21:15:13.088Z | Downloaded rustls-pemfile v2.2.0 |
1058 | 2024-12-20T21:15:13.090Z | Downloaded dhcproto v0.12.0 |
1059 | 2024-12-20T21:15:13.092Z | Downloaded derive_more v0.99.18 |
1060 | 2024-12-20T21:15:13.096Z | Downloaded rustc-demangle v0.1.24 |
1061 | 2024-12-20T21:15:13.099Z | Downloaded elliptic-curve v0.13.8 |
1062 | 2024-12-20T21:15:13.102Z | Downloaded progenitor v0.8.0 |
1063 | 2024-12-20T21:15:13.104Z | Downloaded pin-project v1.1.6 |
1064 | 2024-12-20T21:15:13.127Z | Downloaded zip v0.6.6 |
1065 | 2024-12-20T21:15:13.135Z | Downloaded parking_lot_core v0.8.6 |
1066 | 2024-12-20T21:15:13.135Z | Downloaded stringprep v0.1.5 |
1067 | 2024-12-20T21:15:13.135Z | Downloaded ssh-encoding v0.2.0 |
1068 | 2024-12-20T21:15:13.135Z | Downloaded ssh-cipher v0.2.0 |
1069 | 2024-12-20T21:15:13.135Z | Downloaded pin-utils v0.1.0 |
1070 | 2024-12-20T21:15:13.135Z | Downloaded spin v0.9.8 |
1071 | 2024-12-20T21:15:13.135Z | Downloaded simd-adler32 v0.3.7 |
1072 | 2024-12-20T21:15:13.135Z | Downloaded parse-display v0.10.0 |
1073 | 2024-12-20T21:15:13.135Z | Downloaded derive_builder v0.20.2 |
1074 | 2024-12-20T21:15:13.138Z | Downloaded http v1.1.0 |
1075 | 2024-12-20T21:15:13.140Z | Downloaded rustfmt-wrapper v0.2.1 |
1076 | 2024-12-20T21:15:13.141Z | Downloaded icu_collections v1.5.0 |
1077 | 2024-12-20T21:15:13.146Z | Downloaded const_format v0.2.33 |
1078 | 2024-12-20T21:15:13.151Z | Downloaded pin-project-internal v1.1.6 |
1079 | 2024-12-20T21:15:13.153Z | Downloaded toml v0.7.8 |
1080 | 2024-12-20T21:15:13.156Z | Downloaded tar v0.4.42 |
1081 | 2024-12-20T21:15:13.159Z | Downloaded group v0.13.0 |
1082 | 2024-12-20T21:15:13.161Z | Downloaded untrusted v0.9.0 |
1083 | 2024-12-20T21:15:13.163Z | Downloaded crypto-bigint v0.5.5 |
1084 | 2024-12-20T21:15:13.167Z | Downloaded env_logger v0.10.2 |
1085 | 2024-12-20T21:15:13.170Z | Downloaded tls_codec_derive v0.4.1 |
1086 | 2024-12-20T21:15:13.172Z | Downloaded bumpalo v3.16.0 |
1087 | 2024-12-20T21:15:13.176Z | Downloaded signal-hook v0.3.17 |
1088 | 2024-12-20T21:15:13.179Z | Downloaded serde_yaml v0.9.34+deprecated |
1089 | 2024-12-20T21:15:13.182Z | Downloaded schemars_derive v0.8.21 |
1090 | 2024-12-20T21:15:13.185Z | Downloaded owo-colors v4.1.0 |
1091 | 2024-12-20T21:15:13.187Z | Downloaded nu-ansi-term v0.50.1 |
1092 | 2024-12-20T21:15:13.191Z | Downloaded rustls-pemfile v1.0.4 |
1093 | 2024-12-20T21:15:13.193Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2024-12-20T21:15:13.250Z | Downloaded compact_str v0.8.0 |
1095 | 2024-12-20T21:15:13.253Z | Downloaded string_cache v0.8.7 |
1096 | 2024-12-20T21:15:13.256Z | Downloaded spin v0.5.2 |
1097 | 2024-12-20T21:15:13.256Z | Downloaded slog-bunyan v2.5.0 |
1098 | 2024-12-20T21:15:13.259Z | Downloaded test-strategy v0.3.1 |
1099 | 2024-12-20T21:15:13.263Z | Downloaded futures-channel v0.3.31 |
1100 | 2024-12-20T21:15:13.263Z | Downloaded term v0.7.0 |
1101 | 2024-12-20T21:15:13.266Z | Downloaded dyn-clone v1.0.17 |
1102 | 2024-12-20T21:15:13.269Z | Downloaded rustc_version v0.1.7 |
1103 | 2024-12-20T21:15:13.269Z | Downloaded bytes v1.8.0 |
1104 | 2024-12-20T21:15:13.272Z | Downloaded futures-io v0.3.31 |
1105 | 2024-12-20T21:15:13.272Z | Downloaded uzers v0.12.1 |
1106 | 2024-12-20T21:15:13.275Z | Downloaded thiserror v2.0.3 |
1107 | 2024-12-20T21:15:13.279Z | Downloaded icu_normalizer v1.5.0 |
1108 | 2024-12-20T21:15:13.282Z | Downloaded nodrop v0.1.14 |
1109 | 2024-12-20T21:15:13.284Z | Downloaded icu_properties v1.5.1 |
1110 | 2024-12-20T21:15:13.289Z | Downloaded const-oid v0.9.6 |
1111 | 2024-12-20T21:15:13.289Z | Downloaded hickory-resolver v0.24.1 |
1112 | 2024-12-20T21:15:13.292Z | Downloaded blake2 v0.10.6 |
1113 | 2024-12-20T21:15:13.295Z | Downloaded phf_shared v0.10.0 |
1114 | 2024-12-20T21:15:13.295Z | Downloaded icu_normalizer_data v1.5.0 |
1115 | 2024-12-20T21:15:13.297Z | Downloaded icu_locid v1.5.0 |
1116 | 2024-12-20T21:15:13.302Z | Downloaded signal-hook-registry v1.4.2 |
1117 | 2024-12-20T21:15:13.304Z | Downloaded signal-hook-mio v0.2.4 |
1118 | 2024-12-20T21:15:13.304Z | Downloaded icu_locid_transform_data v1.5.0 |
1119 | 2024-12-20T21:15:13.309Z | Downloaded crc v3.2.1 |
1120 | 2024-12-20T21:15:13.312Z | Downloaded cookie_store v0.21.0 |
1121 | 2024-12-20T21:15:13.312Z | Downloaded backtrace v0.3.74 |
1122 | 2024-12-20T21:15:13.315Z | Downloaded base64 v0.21.7 |
1123 | 2024-12-20T21:15:13.319Z | Downloaded bzip2 v0.4.4 |
1124 | 2024-12-20T21:15:13.321Z | Downloaded scopeguard v1.2.0 |
1125 | 2024-12-20T21:15:13.324Z | Downloaded rustversion v1.0.17 |
1126 | 2024-12-20T21:15:13.328Z | Downloaded hmac v0.12.1 |
1127 | 2024-12-20T21:15:13.328Z | Downloaded chacha20 v0.9.1 |
1128 | 2024-12-20T21:15:13.331Z | Downloaded cancel-safe-futures v0.1.5 |
1129 | 2024-12-20T21:15:13.333Z | Downloaded secrecy v0.8.0 |
1130 | 2024-12-20T21:15:13.333Z | Downloaded bcs v0.1.6 |
1131 | 2024-12-20T21:15:13.336Z | Downloaded ipnetwork v0.20.0 |
1132 | 2024-12-20T21:15:13.339Z | Downloaded hyper-staticfile v0.10.1 |
1133 | 2024-12-20T21:15:13.339Z | Downloaded block-padding v0.3.3 |
1134 | 2024-12-20T21:15:13.341Z | Downloaded bit-vec v0.6.3 |
1135 | 2024-12-20T21:15:13.341Z | Downloaded castaway v0.2.3 |
1136 | 2024-12-20T21:15:13.344Z | Downloaded chrono-tz-build v0.4.0 |
1137 | 2024-12-20T21:15:13.344Z | Downloaded iana-time-zone v0.1.61 |
1138 | 2024-12-20T21:15:13.347Z | Downloaded cobs v0.2.3 |
1139 | 2024-12-20T21:15:13.348Z | Downloaded cmake v0.1.51 |
1140 | 2024-12-20T21:15:13.350Z | Downloaded cexpr v0.6.0 |
1141 | 2024-12-20T21:15:13.350Z | Downloaded cassowary v0.3.0 |
1142 | 2024-12-20T21:15:13.352Z | Downloaded litemap v0.7.3 |
1143 | 2024-12-20T21:15:13.355Z | Downloaded inout v0.1.3 |
1144 | 2024-12-20T21:15:13.355Z | Downloaded convert_case v0.4.0 |
1145 | 2024-12-20T21:15:13.357Z | Downloaded colored v2.1.0 |
1146 | 2024-12-20T21:15:13.361Z | Downloaded ciborium-ll v0.2.2 |
1147 | 2024-12-20T21:15:13.361Z | Downloaded lru v0.12.5 |
1148 | 2024-12-20T21:15:13.361Z | Downloaded lock_api v0.4.12 |
1149 | 2024-12-20T21:15:13.363Z | Downloaded constant_time_eq v0.3.1 |
1150 | 2024-12-20T21:15:13.365Z | Downloaded ciborium-io v0.2.2 |
1151 | 2024-12-20T21:15:13.365Z | Downloaded async-recursion v1.1.1 |
1152 | 2024-12-20T21:15:13.367Z | Downloaded aead v0.5.2 |
1153 | 2024-12-20T21:15:13.371Z | Downloaded bitflags v1.3.2 |
1154 | 2024-12-20T21:15:13.374Z | Downloaded crunchy v0.2.2 |
1155 | 2024-12-20T21:15:13.374Z | Downloaded crucible-workspace-hack v0.1.0 |
1156 | 2024-12-20T21:15:13.374Z | Downloaded bitfield v0.14.0 |
1157 | 2024-12-20T21:15:13.377Z | Downloaded bb8 v0.8.5 |
1158 | 2024-12-20T21:15:13.377Z | Downloaded base16ct v0.2.0 |
1159 | 2024-12-20T21:15:13.379Z | Downloaded bcrypt-pbkdf v0.10.0 |
1160 | 2024-12-20T21:15:13.379Z | Downloaded is-terminal v0.4.13 |
1161 | 2024-12-20T21:15:13.379Z | Downloaded impl-trait-for-tuples v0.2.2 |
1162 | 2024-12-20T21:15:13.383Z | Downloaded home v0.5.9 |
1163 | 2024-12-20T21:15:13.383Z | Downloaded async-stream v0.3.6 |
1164 | 2024-12-20T21:15:13.388Z | Downloaded async-trait v0.1.83 |
1165 | 2024-12-20T21:15:13.391Z | Downloaded arrayref v0.3.9 |
1166 | 2024-12-20T21:15:13.394Z | Downloaded array-init v0.0.4 |
1167 | 2024-12-20T21:15:13.394Z | Downloaded argon2 v0.5.3 |
1168 | 2024-12-20T21:15:13.394Z | Downloaded instability v0.3.2 |
1169 | 2024-12-20T21:15:13.397Z | Downloaded arrayvec v0.7.6 |
1170 | 2024-12-20T21:15:13.400Z | Downloaded assert_matches v1.5.0 |
1171 | 2024-12-20T21:15:13.400Z | Downloaded arc-swap v1.7.1 |
1172 | 2024-12-20T21:15:13.402Z | Downloaded maplit v1.0.2 |
1173 | 2024-12-20T21:15:13.403Z | Downloaded idna_adapter v1.2.0 |
1174 | 2024-12-20T21:15:13.406Z | Downloaded hubpack v0.1.2 |
1175 | 2024-12-20T21:15:13.406Z | Downloaded hostname v0.4.0 |
1176 | 2024-12-20T21:15:13.406Z | Downloaded allocator-api2 v0.2.18 |
1177 | 2024-12-20T21:15:13.636Z | Downloaded aws-lc-sys v0.22.0 |
1178 | 2024-12-20T21:15:13.953Z | Downloaded ring v0.17.8 |
1179 | 2024-12-20T21:15:14.104Z | Downloaded ring v0.16.20 |
1180 | 2024-12-20T21:15:14.188Z | Downloaded libsqlite3-sys v0.30.1 |
1181 | 2024-12-20T21:15:14.363Z | Compiling serde v1.0.215 |
1182 | 2024-12-20T21:15:14.366Z | Compiling lock_api v0.4.12 |
1183 | 2024-12-20T21:15:14.366Z | Compiling scopeguard v1.2.0 |
1184 | 2024-12-20T21:15:14.366Z | Compiling value-bag v1.9.0 |
1185 | 2024-12-20T21:15:14.366Z | Compiling typenum v1.17.0 |
1186 | 2024-12-20T21:15:14.529Z | Compiling generic-array v0.14.7 |
1187 | 2024-12-20T21:15:14.572Z | Compiling syn v2.0.87 |
1188 | 2024-12-20T21:15:14.588Z | Compiling getrandom v0.2.15 |
1189 | 2024-12-20T21:15:14.685Z | Compiling subtle v2.6.1 |
1190 | 2024-12-20T21:15:14.890Z | Compiling rand_core v0.6.4 |
1191 | 2024-12-20T21:15:14.975Z | Compiling log v0.4.22 |
1192 | 2024-12-20T21:15:15.082Z | Compiling shlex v1.3.0 |
1193 | 2024-12-20T21:15:15.091Z | Compiling jobserver v0.1.32 |
1194 | 2024-12-20T21:15:15.107Z | Compiling const-oid v0.9.6 |
1195 | 2024-12-20T21:15:15.402Z | Compiling smallvec v1.13.2 |
1196 | 2024-12-20T21:15:15.419Z | Compiling spin v0.9.8 |
1197 | 2024-12-20T21:15:15.465Z | Compiling cc v1.1.30 |
1198 | 2024-12-20T21:15:15.805Z | Compiling pin-project-lite v0.2.14 |
1199 | 2024-12-20T21:15:15.832Z | Compiling rustix v0.38.37 |
1200 | 2024-12-20T21:15:15.850Z | Compiling parking_lot_core v0.9.10 |
1201 | 2024-12-20T21:15:15.924Z | Compiling futures-core v0.3.31 |
1202 | 2024-12-20T21:15:16.014Z | Compiling signal-hook-registry v1.4.2 |
1203 | 2024-12-20T21:15:16.172Z | Compiling mio v1.0.2 |
1204 | 2024-12-20T21:15:16.755Z | Compiling parking_lot v0.12.3 |
1205 | 2024-12-20T21:15:16.844Z | Compiling aho-corasick v1.1.3 |
1206 | 2024-12-20T21:15:17.000Z | Compiling regex-syntax v0.8.5 |
1207 | 2024-12-20T21:15:17.056Z | Compiling cpufeatures v0.2.14 |
1208 | 2024-12-20T21:15:17.137Z | Compiling lazy_static v1.5.0 |
1209 | 2024-12-20T21:15:17.203Z | Compiling futures-sink v0.3.31 |
1210 | 2024-12-20T21:15:17.227Z | Compiling glob v0.3.1 |
1211 | 2024-12-20T21:15:17.381Z | Compiling either v1.13.0 |
1212 | 2024-12-20T21:15:17.393Z | Compiling stable_deref_trait v1.2.0 |
1213 | 2024-12-20T21:15:17.491Z | Compiling socket2 v0.5.7 |
1214 | 2024-12-20T21:15:17.685Z | Compiling slab v0.4.9 |
1215 | 2024-12-20T21:15:17.883Z | Compiling prettyplease v0.2.25 |
1216 | 2024-12-20T21:15:18.146Z | Compiling minimal-lexical v0.2.1 |
1217 | 2024-12-20T21:15:18.322Z | Compiling clang-sys v1.8.1 |
1218 | 2024-12-20T21:15:18.555Z | Compiling nom v7.1.3 |
1219 | 2024-12-20T21:15:18.593Z | Compiling libloading v0.8.5 |
1220 | 2024-12-20T21:15:18.672Z | Compiling bindgen v0.69.5 |
1221 | 2024-12-20T21:15:19.020Z | Compiling home v0.5.9 |
1222 | 2024-12-20T21:15:19.069Z | Compiling serde_json v1.0.132 |
1223 | 2024-12-20T21:15:19.445Z | Compiling itertools v0.10.5 |
1224 | 2024-12-20T21:15:19.522Z | Compiling futures-channel v0.3.31 |
1225 | 2024-12-20T21:15:19.823Z | Compiling lazycell v1.3.0 |
1226 | 2024-12-20T21:15:19.949Z | Compiling allocator-api2 v0.2.18 |
1227 | 2024-12-20T21:15:19.991Z | Compiling pin-utils v0.1.0 |
1228 | 2024-12-20T21:15:20.092Z | Compiling foldhash v0.1.3 |
1229 | 2024-12-20T21:15:20.433Z | Compiling futures-task v0.3.31 |
1230 | 2024-12-20T21:15:20.760Z | Compiling regex-automata v0.4.8 |
1231 | 2024-12-20T21:15:20.808Z | Compiling rustc-hash v1.1.0 |
1232 | 2024-12-20T21:15:20.958Z | Compiling futures-io v0.3.31 |
1233 | 2024-12-20T21:15:21.484Z | Compiling hashbrown v0.15.1 |
1234 | 2024-12-20T21:15:22.318Z | Compiling synstructure v0.13.1 |
1235 | 2024-12-20T21:15:22.611Z | Compiling cexpr v0.6.0 |
1236 | 2024-12-20T21:15:22.635Z | Compiling cmake v0.1.51 |
1237 | 2024-12-20T21:15:23.679Z | Compiling fs_extra v1.3.0 |
1238 | 2024-12-20T21:15:23.972Z | Compiling pkg-config v0.3.31 |
1239 | 2024-12-20T21:15:24.032Z | Compiling libm v0.2.8 |
1240 | 2024-12-20T21:15:24.291Z | Compiling tinyvec_macros v0.1.1 |
1241 | 2024-12-20T21:15:24.335Z | Compiling dunce v1.0.5 |
1242 | 2024-12-20T21:15:24.383Z | Compiling tinyvec v1.8.0 |
1243 | 2024-12-20T21:15:24.468Z | Compiling num-traits v0.2.19 |
1244 | 2024-12-20T21:15:24.966Z | Compiling ring v0.17.8 |
1245 | 2024-12-20T21:15:25.543Z | Compiling paste v1.0.15 |
1246 | 2024-12-20T21:15:25.569Z | Compiling writeable v0.5.5 |
1247 | 2024-12-20T21:15:25.898Z | Compiling unicode-normalization v0.1.24 |
1248 | 2024-12-20T21:15:25.919Z | Compiling litemap v0.7.3 |
1249 | 2024-12-20T21:15:26.071Z | Compiling base64ct v1.6.0 |
1250 | 2024-12-20T21:15:26.100Z | Compiling unicode-bidi v0.3.17 |
1251 | 2024-12-20T21:15:26.354Z | Compiling regex v1.11.1 |
1252 | 2024-12-20T21:15:26.645Z | Compiling pem-rfc7468 v0.7.0 |
1253 | 2024-12-20T21:15:27.278Z | Compiling httparse v1.9.5 |
1254 | 2024-12-20T21:15:27.444Z | Compiling flagset v0.4.6 |
1255 | 2024-12-20T21:15:27.517Z | Compiling aws-lc-rs v1.10.0 |
1256 | 2024-12-20T21:15:27.974Z | Compiling tracing-core v0.1.32 |
1257 | 2024-12-20T21:15:28.111Z | Compiling percent-encoding v2.3.1 |
1258 | 2024-12-20T21:15:28.460Z | Compiling crossbeam-utils v0.8.20 |
1259 | 2024-12-20T21:15:28.850Z | Compiling rustls-pki-types v1.10.0 |
1260 | 2024-12-20T21:15:29.052Z | Compiling icu_locid_transform_data v1.5.0 |
1261 | 2024-12-20T21:15:29.164Z | Compiling untrusted v0.9.0 |
1262 | 2024-12-20T21:15:29.276Z | Compiling icu_properties_data v1.5.0 |
1263 | 2024-12-20T21:15:29.310Z | Compiling serde_derive v1.0.215 |
1264 | 2024-12-20T21:15:29.338Z | Compiling zeroize_derive v1.4.2 |
1265 | 2024-12-20T21:15:29.524Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2024-12-20T21:15:29.808Z | Compiling tokio-macros v2.4.0 |
1267 | 2024-12-20T21:15:29.961Z | Compiling zerofrom-derive v0.1.4 |
1268 | 2024-12-20T21:15:30.882Z | Compiling zeroize v1.8.1 |
1269 | 2024-12-20T21:15:31.283Z | Compiling thiserror-impl v1.0.69 |
1270 | 2024-12-20T21:15:31.342Z | Compiling yoke-derive v0.7.4 |
1271 | 2024-12-20T21:15:31.839Z | Compiling zerocopy v0.7.35 |
1272 | 2024-12-20T21:15:31.870Z | Compiling zerovec-derive v0.10.3 |
1273 | 2024-12-20T21:15:32.737Z | Compiling crypto-common v0.1.6 |
1274 | 2024-12-20T21:15:32.989Z | Compiling block-buffer v0.10.4 |
1275 | 2024-12-20T21:15:33.271Z | Compiling digest v0.10.7 |
1276 | 2024-12-20T21:15:33.553Z | Compiling futures-macro v0.3.31 |
1277 | 2024-12-20T21:15:33.635Z | Compiling block-padding v0.3.3 |
1278 | 2024-12-20T21:15:33.780Z | Compiling hmac v0.12.1 |
1279 | 2024-12-20T21:15:33.888Z | Compiling displaydoc v0.2.5 |
1280 | 2024-12-20T21:15:34.031Z | Compiling inout v0.1.3 |
1281 | 2024-12-20T21:15:34.217Z | Compiling zerofrom v0.1.4 |
1282 | 2024-12-20T21:15:34.294Z | Compiling cipher v0.4.4 |
1283 | 2024-12-20T21:15:34.440Z | Compiling sha2 v0.10.8 |
1284 | 2024-12-20T21:15:34.564Z | Compiling yoke v0.7.4 |
1285 | 2024-12-20T21:15:34.651Z | Compiling ppv-lite86 v0.2.20 |
1286 | 2024-12-20T21:15:34.760Z | Compiling thiserror v1.0.69 |
1287 | 2024-12-20T21:15:34.806Z | Compiling icu_provider_macros v1.5.0 |
1288 | 2024-12-20T21:15:34.904Z | Compiling zerovec v0.10.4 |
1289 | 2024-12-20T21:15:34.939Z | Compiling der_derive v0.7.3 |
1290 | 2024-12-20T21:15:35.558Z | Compiling rand_chacha v0.3.1 |
1291 | 2024-12-20T21:15:35.614Z | Compiling futures-util v0.3.31 |
1292 | 2024-12-20T21:15:35.614Z | Compiling tracing-attributes v0.1.27 |
1293 | 2024-12-20T21:15:36.034Z | Compiling rand v0.8.5 |
1294 | 2024-12-20T21:15:37.176Z | Compiling tinystr v0.7.6 |
1295 | 2024-12-20T21:15:37.526Z | Compiling der v0.7.9 |
1296 | 2024-12-20T21:15:37.665Z | Compiling icu_locid v1.5.0 |
1297 | 2024-12-20T21:15:37.847Z | Compiling icu_collections v1.5.0 |
1298 | 2024-12-20T21:15:38.014Z | Compiling pest v2.7.14 |
1299 | 2024-12-20T21:15:38.178Z | Compiling salsa20 v0.10.2 |
1300 | 2024-12-20T21:15:38.397Z | Compiling pbkdf2 v0.12.2 |
1301 | 2024-12-20T21:15:38.569Z | Compiling mirai-annotations v1.12.0 |
1302 | 2024-12-20T21:15:38.761Z | Compiling num-conv v0.1.0 |
1303 | 2024-12-20T21:15:39.080Z | Compiling icu_provider v1.5.0 |
1304 | 2024-12-20T21:15:39.406Z | Compiling time-core v0.1.2 |
1305 | 2024-12-20T21:15:39.536Z | Compiling tracing v0.1.40 |
1306 | 2024-12-20T21:15:39.578Z | Compiling spki v0.7.3 |
1307 | 2024-12-20T21:15:39.959Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2024-12-20T21:15:40.060Z | Compiling vcpkg v0.2.15 |
1309 | 2024-12-20T21:15:40.108Z | Compiling powerfmt v0.2.0 |
1310 | 2024-12-20T21:15:40.152Z | Compiling untrusted v0.7.1 |
1311 | 2024-12-20T21:15:40.353Z | Compiling time-macros v0.2.18 |
1312 | 2024-12-20T21:15:40.504Z | Compiling pest_meta v2.7.14 |
1313 | 2024-12-20T21:15:40.924Z | Compiling deranged v0.3.11 |
1314 | 2024-12-20T21:15:41.033Z | Compiling scrypt v0.11.0 |
1315 | 2024-12-20T21:15:41.634Z | Compiling icu_properties v1.5.1 |
1316 | 2024-12-20T21:15:41.948Z | Compiling cbc v0.1.2 |
1317 | 2024-12-20T21:15:42.192Z | Compiling aes v0.8.4 |
1318 | 2024-12-20T21:15:42.300Z | Compiling openssl-sys v0.9.103 |
1319 | 2024-12-20T21:15:42.905Z | Compiling scroll_derive v0.12.0 |
1320 | 2024-12-20T21:15:43.755Z | Compiling bitflags v2.6.0 |
1321 | 2024-12-20T21:15:44.041Z | Compiling bytes v1.8.0 |
1322 | 2024-12-20T21:15:44.732Z | Compiling indexmap v2.6.0 |
1323 | 2024-12-20T21:15:45.080Z | Compiling tokio v1.40.0 |
1324 | 2024-12-20T21:15:45.293Z | Compiling http v1.1.0 |
1325 | 2024-12-20T21:15:45.752Z | Compiling semver v1.0.23 |
1326 | 2024-12-20T21:15:46.288Z | Compiling rustc_version v0.4.1 |
1327 | 2024-12-20T21:15:46.453Z | Compiling atomic-waker v1.1.2 |
1328 | 2024-12-20T21:15:46.573Z | Compiling write16 v1.0.0 |
1329 | 2024-12-20T21:15:46.611Z | Compiling icu_normalizer_data v1.5.0 |
1330 | 2024-12-20T21:15:46.612Z | Compiling utf8_iter v1.0.4 |
1331 | 2024-12-20T21:15:46.687Z | Compiling utf16_iter v1.0.5 |
1332 | 2024-12-20T21:15:46.754Z | Compiling num_threads v0.1.7 |
1333 | 2024-12-20T21:15:46.854Z | Compiling icu_normalizer v1.5.0 |
1334 | 2024-12-20T21:15:46.892Z | Compiling http-body v1.0.1 |
1335 | 2024-12-20T21:15:46.892Z | Compiling time v0.3.36 |
1336 | 2024-12-20T21:15:46.982Z | Compiling scroll v0.12.0 |
1337 | 2024-12-20T21:15:47.198Z | Compiling pkcs5 v0.7.1 |
1338 | 2024-12-20T21:15:47.589Z | Compiling pest_generator v2.7.14 |
1339 | 2024-12-20T21:15:47.675Z | Compiling form_urlencoded v1.2.1 |
1340 | 2024-12-20T21:15:47.781Z | Compiling slog v2.7.0 |
1341 | 2024-12-20T21:15:48.034Z | Compiling try-lock v0.2.5 |
1342 | 2024-12-20T21:15:48.216Z | Compiling want v0.3.1 |
1343 | 2024-12-20T21:15:48.345Z | Compiling which v4.4.2 |
1344 | 2024-12-20T21:15:48.496Z | Compiling goblin v0.8.2 |
1345 | 2024-12-20T21:15:48.535Z | Compiling pkcs8 v0.10.2 |
1346 | 2024-12-20T21:15:48.951Z | Compiling idna_adapter v1.2.0 |
1347 | 2024-12-20T21:15:49.179Z | Compiling httpdate v1.0.3 |
1348 | 2024-12-20T21:15:49.252Z | Compiling idna v1.0.3 |
1349 | 2024-12-20T21:15:49.683Z | Compiling pest_derive v2.7.14 |
1350 | 2024-12-20T21:15:49.766Z | Compiling serde_spanned v0.6.8 |
1351 | 2024-12-20T21:15:50.009Z | Compiling uuid v1.11.0 |
1352 | 2024-12-20T21:15:50.462Z | Compiling serde_tokenstream v0.2.2 |
1353 | 2024-12-20T21:15:50.490Z | Compiling dtrace-parser v0.2.0 |
1354 | 2024-12-20T21:15:51.095Z | Compiling toml_datetime v0.6.8 |
1355 | 2024-12-20T21:15:51.098Z | Compiling adler2 v2.0.0 |
1356 | 2024-12-20T21:15:51.333Z | Compiling base64 v0.22.1 |
1357 | 2024-12-20T21:15:51.452Z | Compiling iana-time-zone v0.1.61 |
1358 | 2024-12-20T21:15:51.641Z | Compiling foreign-types-shared v0.1.1 |
1359 | 2024-12-20T21:15:51.757Z | Compiling openssl v0.10.66 |
1360 | 2024-12-20T21:15:51.926Z | Compiling match_cfg v0.1.0 |
1361 | 2024-12-20T21:15:52.035Z | Compiling rustversion v1.0.17 |
1362 | 2024-12-20T21:15:52.137Z | Compiling tower-service v0.3.3 |
1363 | 2024-12-20T21:15:52.217Z | Compiling hostname v0.3.1 |
1364 | 2024-12-20T21:15:52.252Z | Compiling foreign-types v0.3.2 |
1365 | 2024-12-20T21:15:52.273Z | Compiling chrono v0.4.38 |
1366 | 2024-12-20T21:15:52.358Z | Compiling miniz_oxide v0.8.0 |
1367 | 2024-12-20T21:15:52.510Z | Compiling url v2.5.3 |
1368 | 2024-12-20T21:15:52.837Z | Compiling async-trait v0.1.83 |
1369 | 2024-12-20T21:15:53.990Z | Compiling tokio-util v0.7.12 |
1370 | 2024-12-20T21:15:54.224Z | Compiling openssl-macros v0.1.1 |
1371 | 2024-12-20T21:15:54.568Z | Compiling dof v0.3.0 |
1372 | 2024-12-20T21:15:54.988Z | Compiling dirs-sys-next v0.1.2 |
1373 | 2024-12-20T21:15:55.452Z | Compiling h2 v0.4.6 |
1374 | 2024-12-20T21:15:55.642Z | Compiling usdt-impl v0.5.0 |
1375 | 2024-12-20T21:15:55.680Z | Compiling rustls v0.22.4 |
1376 | 2024-12-20T21:15:55.933Z | Compiling native-tls v0.2.12 |
1377 | 2024-12-20T21:15:56.139Z | Compiling syn v1.0.109 |
1378 | 2024-12-20T21:15:56.264Z | Compiling siphasher v0.3.11 |
1379 | 2024-12-20T21:15:56.666Z | Compiling rustls v0.23.19 |
1380 | 2024-12-20T21:15:56.750Z | Compiling data-encoding v2.6.0 |
1381 | 2024-12-20T21:15:56.922Z | Compiling dirs-next v2.0.0 |
1382 | 2024-12-20T21:15:57.214Z | Compiling http-body-util v0.1.2 |
1383 | 2024-12-20T21:15:57.823Z | Compiling heapless v0.7.17 |
1384 | 2024-12-20T21:15:58.280Z | Compiling crossbeam-epoch v0.9.18 |
1385 | 2024-12-20T21:15:58.616Z | Compiling sha1 v0.10.6 |
1386 | 2024-12-20T21:15:59.021Z | Compiling signature v2.2.0 |
1387 | 2024-12-20T21:15:59.040Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2024-12-20T21:15:59.059Z | Compiling serde_derive_internals v0.29.1 |
1389 | 2024-12-20T21:15:59.306Z | Compiling thread_local v1.1.8 |
1390 | 2024-12-20T21:15:59.328Z | Compiling multer v3.1.0 |
1391 | 2024-12-20T21:15:59.528Z | Compiling cookie v0.18.1 |
1392 | 2024-12-20T21:15:59.614Z | Compiling encoding_rs v0.8.34 |
1393 | 2024-12-20T21:15:59.808Z | Compiling signal-hook v0.3.17 |
1394 | 2024-12-20T21:15:59.855Z | Compiling ipnet v2.10.1 |
1395 | 2024-12-20T21:16:00.054Z | Compiling gimli v0.31.1 |
1396 | 2024-12-20T21:16:00.932Z | Compiling mime v0.3.17 |
1397 | 2024-12-20T21:16:01.192Z | Compiling openssl-probe v0.1.5 |
1398 | 2024-12-20T21:16:01.545Z | Compiling rayon-core v1.12.1 |
1399 | 2024-12-20T21:16:01.565Z | Compiling schemars v0.8.21 |
1400 | 2024-12-20T21:16:01.819Z | Compiling unicode-properties v0.1.3 |
1401 | 2024-12-20T21:16:01.891Z | Compiling slog-async v2.8.0 |
1402 | 2024-12-20T21:16:01.912Z | Compiling schemars_derive v0.8.21 |
1403 | 2024-12-20T21:16:02.239Z | Compiling stringprep v0.1.5 |
1404 | 2024-12-20T21:16:02.486Z | Compiling hyper v1.5.0 |
1405 | 2024-12-20T21:16:04.135Z | Compiling toml_edit v0.22.22 |
1406 | 2024-12-20T21:16:05.204Z | Compiling hyper-util v0.1.10 |
1407 | 2024-12-20T21:16:05.288Z | Compiling addr2line v0.24.2 |
1408 | 2024-12-20T21:16:05.782Z | Compiling usdt-macro v0.5.0 |
1409 | 2024-12-20T21:16:05.813Z | Compiling usdt-attr-macro v0.5.0 |
1410 | 2024-12-20T21:16:05.987Z | Compiling crossbeam-deque v0.8.5 |
1411 | 2024-12-20T21:16:06.187Z | Compiling term v0.7.0 |
1412 | 2024-12-20T21:16:06.618Z | Compiling slog-json v2.6.1 |
1413 | 2024-12-20T21:16:07.004Z | Compiling serde_urlencoded v0.7.1 |
1414 | 2024-12-20T21:16:07.300Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2024-12-20T21:16:07.461Z | Compiling crossbeam-channel v0.5.13 |
1416 | 2024-12-20T21:16:07.549Z | Compiling futures-executor v0.3.31 |
1417 | 2024-12-20T21:16:07.758Z | Compiling enum-as-inner v0.6.1 |
1418 | 2024-12-20T21:16:07.926Z | Compiling md-5 v0.10.6 |
1419 | 2024-12-20T21:16:08.134Z | Compiling rustls-pemfile v2.2.0 |
1420 | 2024-12-20T21:16:08.202Z | Compiling async-stream-impl v0.3.6 |
1421 | 2024-12-20T21:16:08.463Z | Compiling num-integer v0.1.46 |
1422 | 2024-12-20T21:16:08.466Z | Compiling idna v0.3.0 |
1423 | 2024-12-20T21:16:08.732Z | Compiling idna v0.4.0 |
1424 | 2024-12-20T21:16:08.899Z | Compiling hash32 v0.2.1 |
1425 | 2024-12-20T21:16:09.235Z | Compiling ff v0.13.0 |
1426 | 2024-12-20T21:16:09.303Z | Compiling is-terminal v0.4.13 |
1427 | 2024-12-20T21:16:09.427Z | Compiling object v0.36.5 |
1428 | 2024-12-20T21:16:09.461Z | Compiling dropshot v0.12.0 |
1429 | 2024-12-20T21:16:09.551Z | Compiling smoltcp v0.9.1 |
1430 | 2024-12-20T21:16:09.736Z | Compiling linked-hash-map v0.5.6 |
1431 | 2024-12-20T21:16:10.122Z | Compiling fallible-iterator v0.2.0 |
1432 | 2024-12-20T21:16:10.229Z | Compiling quick-error v1.2.3 |
1433 | 2024-12-20T21:16:10.248Z | Compiling utf-8 v0.7.6 |
1434 | 2024-12-20T21:16:10.340Z | Compiling num-bigint-dig v0.8.4 |
1435 | 2024-12-20T21:16:10.378Z | Compiling take_mut v0.2.2 |
1436 | 2024-12-20T21:16:10.542Z | Compiling rustc-demangle v0.1.24 |
1437 | 2024-12-20T21:16:10.561Z | Compiling dyn-clone v1.0.17 |
1438 | 2024-12-20T21:16:10.623Z | Compiling anyhow v1.0.93 |
1439 | 2024-12-20T21:16:10.791Z | Compiling base16ct v0.2.0 |
1440 | 2024-12-20T21:16:10.826Z | Compiling portable-atomic v1.9.0 |
1441 | 2024-12-20T21:16:11.125Z | Compiling psl-types v2.0.11 |
1442 | 2024-12-20T21:16:11.331Z | Compiling publicsuffix v2.2.3 |
1443 | 2024-12-20T21:16:11.527Z | Compiling sec1 v0.7.3 |
1444 | 2024-12-20T21:16:11.595Z | Compiling postgres-protocol v0.6.7 |
1445 | 2024-12-20T21:16:12.094Z | Compiling tungstenite v0.24.0 |
1446 | 2024-12-20T21:16:12.533Z | Compiling resolv-conf v0.7.0 |
1447 | 2024-12-20T21:16:13.035Z | Compiling lru-cache v0.1.2 |
1448 | 2024-12-20T21:16:13.279Z | Compiling async-stream v0.3.6 |
1449 | 2024-12-20T21:16:13.307Z | Compiling hickory-proto v0.24.1 |
1450 | 2024-12-20T21:16:13.343Z | Compiling usdt v0.5.0 |
1451 | 2024-12-20T21:16:13.577Z | Compiling group v0.13.0 |
1452 | 2024-12-20T21:16:13.868Z | Compiling slog-term v2.9.1 |
1453 | 2024-12-20T21:16:14.507Z | Compiling num-iter v0.1.45 |
1454 | 2024-12-20T21:16:14.823Z | Compiling futures v0.3.31 |
1455 | 2024-12-20T21:16:14.944Z | Compiling toml v0.8.19 |
1456 | 2024-12-20T21:16:15.043Z | Compiling slog-bunyan v2.5.0 |
1457 | 2024-12-20T21:16:16.465Z | Compiling camino v1.1.9 |
1458 | 2024-12-20T21:16:16.728Z | Compiling tokio-native-tls v0.3.1 |
1459 | 2024-12-20T21:16:16.929Z | Compiling backtrace v0.3.74 |
1460 | 2024-12-20T21:16:16.993Z | Compiling phf_shared v0.11.2 |
1461 | 2024-12-20T21:16:17.393Z | Compiling dropshot_endpoint v0.12.0 |
1462 | 2024-12-20T21:16:17.427Z | Compiling terminal_size v0.4.0 |
1463 | 2024-12-20T21:16:17.553Z | Compiling waitgroup v0.1.2 |
1464 | 2024-12-20T21:16:17.665Z | Compiling openapiv3 v2.0.0 |
1465 | 2024-12-20T21:16:17.689Z | Compiling serde_path_to_error v0.1.16 |
1466 | 2024-12-20T21:16:17.774Z | Compiling hkdf v0.12.4 |
1467 | 2024-12-20T21:16:18.031Z | Compiling crypto-bigint v0.5.5 |
1468 | 2024-12-20T21:16:18.560Z | Compiling webpki-roots v0.26.6 |
1469 | 2024-12-20T21:16:18.791Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2024-12-20T21:16:20.410Z | Compiling zerocopy-derive v0.6.6 |
1471 | 2024-12-20T21:16:20.697Z | Compiling idna v0.5.0 |
1472 | 2024-12-20T21:16:20.772Z | Compiling hubpack_derive v0.1.1 |
1473 | 2024-12-20T21:16:21.683Z | Compiling hostname v0.4.0 |
1474 | 2024-12-20T21:16:21.949Z | Compiling crc32fast v1.4.2 |
1475 | 2024-12-20T21:16:22.068Z | Compiling ahash v0.8.11 |
1476 | 2024-12-20T21:16:22.118Z | Compiling fs-err v2.11.0 |
1477 | 2024-12-20T21:16:22.298Z | Compiling debug-ignore v1.0.5 |
1478 | 2024-12-20T21:16:22.368Z | Compiling managed v0.8.0 |
1479 | 2024-12-20T21:16:22.397Z | Compiling winnow v0.5.40 |
1480 | 2024-12-20T21:16:22.400Z | Compiling bitflags v1.3.2 |
1481 | 2024-12-20T21:16:22.441Z | Compiling clap_builder v4.5.21 |
1482 | 2024-12-20T21:16:22.559Z | Compiling strum_macros v0.25.3 |
1483 | 2024-12-20T21:16:22.691Z | Compiling zerocopy v0.6.6 |
1484 | 2024-12-20T21:16:23.691Z | Compiling console v0.15.8 |
1485 | 2024-12-20T21:16:24.144Z | Compiling flate2 v1.0.34 |
1486 | 2024-12-20T21:16:24.212Z | Compiling hubpack v0.1.2 |
1487 | 2024-12-20T21:16:24.659Z | Compiling cookie_store v0.21.0 |
1488 | 2024-12-20T21:16:24.986Z | Compiling elliptic-curve v0.13.8 |
1489 | 2024-12-20T21:16:25.263Z | Compiling hickory-resolver v0.24.1 |
1490 | 2024-12-20T21:16:26.243Z | Compiling toml_edit v0.19.15 |
1491 | 2024-12-20T21:16:26.261Z | Compiling phf v0.11.2 |
1492 | 2024-12-20T21:16:26.559Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2024-12-20T21:16:26.719Z | Compiling hyper-tls v0.6.0 |
1494 | 2024-12-20T21:16:26.739Z | Compiling rayon v1.10.0 |
1495 | 2024-12-20T21:16:26.897Z | Compiling bzip2 v0.4.4 |
1496 | 2024-12-20T21:16:27.307Z | Compiling tokio-tungstenite v0.24.0 |
1497 | 2024-12-20T21:16:27.899Z | Compiling postgres-types v0.2.8 |
1498 | 2024-12-20T21:16:30.826Z | Compiling ed25519 v2.2.3 |
1499 | 2024-12-20T21:16:31.606Z | Compiling phf_shared v0.10.0 |
1500 | 2024-12-20T21:16:32.040Z | Compiling tokio-stream v0.1.16 |
1501 | 2024-12-20T21:16:32.061Z | Compiling pkcs1 v0.7.5 |
1502 | 2024-12-20T21:16:32.101Z | Compiling serde-big-array v0.5.1 |
1503 | 2024-12-20T21:16:32.333Z | Compiling clap_derive v4.5.18 |
1504 | 2024-12-20T21:16:32.757Z | Compiling rfc6979 v0.4.0 |
1505 | 2024-12-20T21:16:32.950Z | Compiling serde_repr v0.1.19 |
1506 | 2024-12-20T21:16:33.102Z | Compiling derive-where v1.2.7 |
1507 | 2024-12-20T21:16:33.165Z | Compiling float-cmp v0.9.0 |
1508 | 2024-12-20T21:16:33.209Z | Compiling bstr v1.10.0 |
1509 | 2024-12-20T21:16:33.388Z | Compiling sync_wrapper v1.0.1 |
1510 | 2024-12-20T21:16:33.541Z | Compiling number_prefix v0.4.0 |
1511 | 2024-12-20T21:16:33.775Z | Compiling unicode-segmentation v1.12.0 |
1512 | 2024-12-20T21:16:34.142Z | Compiling unicode-width v0.2.0 |
1513 | 2024-12-20T21:16:34.303Z | Compiling difflib v0.4.0 |
1514 | 2024-12-20T21:16:34.680Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2024-12-20T21:16:34.696Z | Compiling fixedbitset v0.4.2 |
1516 | 2024-12-20T21:16:34.776Z | Compiling bit-vec v0.6.3 |
1517 | 2024-12-20T21:16:35.042Z | Compiling precomputed-hash v0.1.1 |
1518 | 2024-12-20T21:16:35.158Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2024-12-20T21:16:35.158Z | Compiling predicates-core v1.0.8 |
1520 | 2024-12-20T21:16:35.255Z | Compiling static_assertions v1.1.0 |
1521 | 2024-12-20T21:16:35.307Z | Compiling whoami v1.5.2 |
1522 | 2024-12-20T21:16:35.364Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1523 | 2024-12-20T21:16:35.508Z | Compiling predicates v3.1.2 |
1524 | 2024-12-20T21:16:35.945Z | Compiling tokio-postgres v0.7.12 |
1525 | 2024-12-20T21:16:35.967Z | Compiling string_cache v0.8.7 |
1526 | 2024-12-20T21:16:36.445Z | Compiling bit-set v0.5.3 |
1527 | 2024-12-20T21:16:36.705Z | Compiling petgraph v0.6.5 |
1528 | 2024-12-20T21:16:36.751Z | Compiling indicatif v0.17.9 |
1529 | 2024-12-20T21:16:37.298Z | Compiling similar v2.6.0 |
1530 | 2024-12-20T21:16:37.466Z | Compiling clap v4.5.21 |
1531 | 2024-12-20T21:16:37.601Z | Compiling ecdsa v0.16.9 |
1532 | 2024-12-20T21:16:38.499Z | Compiling rsa v0.9.6 |
1533 | 2024-12-20T21:16:39.108Z | Compiling ed25519-dalek v2.1.1 |
1534 | 2024-12-20T21:16:39.836Z | Compiling toml v0.7.8 |
1535 | 2024-12-20T21:16:40.431Z | Compiling zip v0.6.6 |
1536 | 2024-12-20T21:16:40.827Z | Compiling crossterm v0.28.1 |
1537 | 2024-12-20T21:16:41.863Z | Compiling hex v0.4.3 |
1538 | 2024-12-20T21:16:41.866Z | Compiling x509-cert v0.2.5 |
1539 | 2024-12-20T21:16:42.358Z | Compiling lalrpop-util v0.19.12 |
1540 | 2024-12-20T21:16:42.386Z | Compiling peg-runtime v0.8.3 |
1541 | 2024-12-20T21:16:42.455Z | Compiling unicode-xid v0.2.6 |
1542 | 2024-12-20T21:16:42.498Z | Compiling strum_macros v0.26.4 |
1543 | 2024-12-20T21:16:42.632Z | Compiling xattr v1.3.1 |
1544 | 2024-12-20T21:16:42.745Z | Compiling filetime v0.2.25 |
1545 | 2024-12-20T21:16:43.057Z | Compiling tar v0.4.42 |
1546 | 2024-12-20T21:16:47.495Z | Compiling strum v0.26.3 |
1547 | 2024-12-20T21:16:50.686Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2024-12-20T21:17:18.810Z | Compiling rustls-webpki v0.102.8 |
1549 | 2024-12-20T21:17:22.248Z | Compiling tokio-rustls v0.25.0 |
1550 | 2024-12-20T21:17:23.831Z | Compiling tokio-rustls v0.26.0 |
1551 | 2024-12-20T21:17:24.251Z | Compiling hyper-rustls v0.27.3 |
1552 | 2024-12-20T21:17:24.599Z | Compiling reqwest v0.12.9 |
1553 | 2024-12-20T21:17:25.851Z | Compiling qorb v0.2.1 |
1554 | 2024-12-20T21:17:30.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2024-12-20T21:17:30.828Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2024-12-20T21:17:36.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1557 | 2024-12-20T21:17:36.826Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2024-12-20T21:17:36.877Z | Dec 20 21:17:36.793 INFO Starting download, target: DendriteOpenapi |
1559 | 2024-12-20T21:17:36.877Z | Dec 20 21:17:36.794 INFO Starting download, target: Cockroach |
1560 | 2024-12-20T21:17:36.877Z | Dec 20 21:17:36.794 INFO Starting download, target: Clickhouse |
1561 | 2024-12-20T21:17:36.877Z | Dec 20 21:17:36.794 INFO Starting download, target: Console |
1562 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Starting download, target: DendriteStub |
1563 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Starting download, target: MaghemiteMgd |
1564 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Starting download, target: TransceiverControl |
1565 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1567 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1570 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2024-12-20T21:17:36.880Z | Dec 20 21:17:36.795 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2024-12-20T21:17:37.110Z | Dec 20 21:17:37.023 INFO Download complete, target: DendriteOpenapi |
1573 | 2024-12-20T21:17:37.329Z | Dec 20 21:17:37.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2024-12-20T21:17:37.352Z | Dec 20 21:17:37.267 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2024-12-20T21:17:37.731Z | Dec 20 21:17:37.632 INFO Download complete, target: Console |
1576 | 2024-12-20T21:17:37.908Z | Dec 20 21:17:37.820 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1577 | 2024-12-20T21:17:38.030Z | Dec 20 21:17:37.946 INFO Download complete, target: TransceiverControl |
1578 | 2024-12-20T21:17:38.058Z | Dec 20 21:17:37.975 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2024-12-20T21:17:38.745Z | Dec 20 21:17:38.660 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1580 | 2024-12-20T21:17:38.745Z | Dec 20 21:17:38.660 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1581 | 2024-12-20T21:17:38.943Z | Dec 20 21:17:38.860 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2024-12-20T21:17:40.751Z | Dec 20 21:17:40.668 INFO Download complete, target: DendriteStub |
1583 | 2024-12-20T21:17:40.903Z | Dec 20 21:17:40.821 INFO Download complete, target: MaghemiteMgd |
1584 | 2024-12-20T21:17:46.169Z | Dec 20 21:17:46.088 INFO Checking that binary works, target: Cockroach |
1585 | 2024-12-20T21:17:46.329Z | Dec 20 21:17:46.249 INFO Download complete, target: Cockroach |
1586 | 2024-12-20T21:17:51.294Z | Dec 20 21:17:51.216 INFO Checking that binary works, target: Clickhouse |
1587 | 2024-12-20T21:17:51.407Z | Dec 20 21:17:51.328 INFO Download complete, target: Clickhouse |
1588 | 2024-12-20T21:17:51.430Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2024-12-20T21:17:51.434Z | |
1590 | 2024-12-20T21:17:51.434Z | real 5:30.761440889 |
1591 | 2024-12-20T21:17:51.434Z | user 16:36.279312860 |
1592 | 2024-12-20T21:17:51.434Z | sys 3:15.483648088 |
1593 | 2024-12-20T21:17:51.434Z | trap 0.556697261 |
1594 | 2024-12-20T21:17:51.434Z | tflt 1.549994433 |
1595 | 2024-12-20T21:17:51.434Z | dflt 2.250580851 |
1596 | 2024-12-20T21:17:51.434Z | kflt 0.027220553 |
1597 | 2024-12-20T21:17:51.434Z | lock 29:37.848381510 |
1598 | 2024-12-20T21:17:51.435Z | slp 1:02:43.491639731 |
1599 | 2024-12-20T21:17:51.435Z | lat 57.856893559 |
1600 | 2024-12-20T21:17:51.435Z | stop 2:23.009428778 |
1601 | 2024-12-20T21:17:51.435Z | + banner hack-check |
1602 | 2024-12-20T21:17:51.435Z | |
1603 | 2024-12-20T21:17:51.435Z | # # ## #### # # #### # # ###### #### # # |
1604 | 2024-12-20T21:17:51.435Z | # # # # # # # # # # # # # # # # # |
1605 | 2024-12-20T21:17:51.435Z | ###### # # # #### ##### # ###### ##### # #### |
1606 | 2024-12-20T21:17:51.435Z | # # ###### # # # # # # # # # # |
1607 | 2024-12-20T21:17:51.435Z | # # # # # # # # # # # # # # # # # |
1608 | 2024-12-20T21:17:51.435Z | # # # # #### # # #### # # ###### #### # # |
1609 | 2024-12-20T21:17:51.435Z | |
1610 | 2024-12-20T21:17:51.435Z | + export CARGO_INCREMENTAL=0 |
1611 | 2024-12-20T21:17:51.435Z | + CARGO_INCREMENTAL=0 |
1612 | 2024-12-20T21:17:51.435Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1613 | 2024-12-20T21:17:51.992Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2024-12-20T21:17:55.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1615 | 2024-12-20T21:17:55.533Z | Running `target/debug/xtask check-features --ci` |
1616 | 2024-12-20T21:17:55.553Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1617 | 2024-12-20T21:17:55.561Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1618 | 2024-12-20T21:17:56.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1619 | 2024-12-20T21:17:56.035Z | Running `target/debug/xtask download cargo-hack` |
1620 | 2024-12-20T21:17:56.865Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1621 | 2024-12-20T21:17:57.228Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1622 | 2024-12-20T21:18:02.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
1623 | 2024-12-20T21:18:02.397Z | Running `target/debug/xtask-downloader cargo-hack` |
1624 | 2024-12-20T21:18:02.438Z | Dec 20 21:18:02.359 INFO Starting download, target: CargoHack |
1625 | 2024-12-20T21:18:02.460Z | Dec 20 21:18:02.360 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1626 | 2024-12-20T21:18:03.049Z | Dec 20 21:18:02.973 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1627 | 2024-12-20T21:18:03.148Z | Dec 20 21:18:03.062 INFO Download complete, target: CargoHack |
1628 | 2024-12-20T21:18:03.159Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1629 | 2024-12-20T21:18:03.171Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1630 | 2024-12-20T21:18:03.345Z | info: running `cargo check --bins` on api_identity (1/175) |
1631 | 2024-12-20T21:18:03.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-20T21:18:03.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-20T21:18:03.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-20T21:18:03.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1635 | 2024-12-20T21:18:03.927Z | |
1636 | 2024-12-20T21:18:03.927Z | info: running `cargo check --bins` on bootstore (2/175) |
1637 | 2024-12-20T21:18:04.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-20T21:18:04.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-20T21:18:04.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-20T21:18:04.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1641 | 2024-12-20T21:18:04.567Z | |
1642 | 2024-12-20T21:18:04.567Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1643 | 2024-12-20T21:18:05.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-20T21:18:05.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-20T21:18:05.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-20T21:18:05.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1647 | 2024-12-20T21:18:05.182Z | |
1648 | 2024-12-20T21:18:05.182Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1649 | 2024-12-20T21:18:05.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-20T21:18:05.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-20T21:18:05.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-20T21:18:05.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1653 | 2024-12-20T21:18:05.818Z | |
1654 | 2024-12-20T21:18:05.818Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1655 | 2024-12-20T21:18:06.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-20T21:18:06.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-20T21:18:06.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-20T21:18:06.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2024-12-20T21:18:06.248Z | |
1660 | 2024-12-20T21:18:06.248Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1661 | 2024-12-20T21:18:06.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-20T21:18:06.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-20T21:18:06.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-20T21:18:06.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1665 | 2024-12-20T21:18:06.662Z | |
1666 | 2024-12-20T21:18:06.662Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1667 | 2024-12-20T21:18:07.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-20T21:18:07.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-20T21:18:07.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-20T21:18:07.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1671 | 2024-12-20T21:18:07.079Z | |
1672 | 2024-12-20T21:18:07.079Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1673 | 2024-12-20T21:18:07.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-20T21:18:07.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-20T21:18:07.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-20T21:18:07.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2024-12-20T21:18:07.542Z | |
1678 | 2024-12-20T21:18:07.542Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1679 | 2024-12-20T21:18:07.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-20T21:18:07.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-20T21:18:07.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-20T21:18:07.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1683 | 2024-12-20T21:18:07.929Z | |
1684 | 2024-12-20T21:18:07.929Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1685 | 2024-12-20T21:18:08.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-20T21:18:08.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-20T21:18:08.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-20T21:18:08.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1689 | 2024-12-20T21:18:08.340Z | |
1690 | 2024-12-20T21:18:08.340Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1691 | 2024-12-20T21:18:08.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-20T21:18:08.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-20T21:18:08.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-20T21:18:08.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1695 | 2024-12-20T21:18:08.871Z | |
1696 | 2024-12-20T21:18:08.871Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1697 | 2024-12-20T21:18:09.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-20T21:18:09.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-20T21:18:09.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-20T21:18:09.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1701 | 2024-12-20T21:18:09.232Z | |
1702 | 2024-12-20T21:18:09.232Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1703 | 2024-12-20T21:18:09.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-20T21:18:09.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-20T21:18:09.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-20T21:18:09.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1707 | 2024-12-20T21:18:09.612Z | |
1708 | 2024-12-20T21:18:09.612Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1709 | 2024-12-20T21:18:09.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-20T21:18:09.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-20T21:18:09.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-20T21:18:09.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2024-12-20T21:18:10.021Z | |
1714 | 2024-12-20T21:18:10.021Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1715 | 2024-12-20T21:18:10.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-20T21:18:10.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-20T21:18:10.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-20T21:18:10.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1719 | 2024-12-20T21:18:10.439Z | |
1720 | 2024-12-20T21:18:10.439Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1721 | 2024-12-20T21:18:10.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-20T21:18:10.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-20T21:18:10.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-20T21:18:10.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1725 | 2024-12-20T21:18:10.873Z | |
1726 | 2024-12-20T21:18:10.874Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1727 | 2024-12-20T21:18:11.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-20T21:18:11.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-20T21:18:11.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-20T21:18:11.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2024-12-20T21:18:11.277Z | |
1732 | 2024-12-20T21:18:11.277Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1733 | 2024-12-20T21:18:11.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-20T21:18:11.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-20T21:18:11.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-20T21:18:11.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1737 | 2024-12-20T21:18:11.698Z | |
1738 | 2024-12-20T21:18:11.698Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1739 | 2024-12-20T21:18:12.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-20T21:18:12.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-20T21:18:12.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-20T21:18:12.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1743 | 2024-12-20T21:18:12.120Z | |
1744 | 2024-12-20T21:18:12.123Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1745 | 2024-12-20T21:18:12.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-20T21:18:12.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-20T21:18:12.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-20T21:18:12.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2024-12-20T21:18:12.541Z | |
1750 | 2024-12-20T21:18:12.541Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1751 | 2024-12-20T21:18:12.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-20T21:18:12.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-20T21:18:12.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-20T21:18:12.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-12-20T21:18:12.964Z | |
1756 | 2024-12-20T21:18:12.964Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1757 | 2024-12-20T21:18:13.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-20T21:18:13.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-20T21:18:13.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-20T21:18:13.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1761 | 2024-12-20T21:18:13.385Z | |
1762 | 2024-12-20T21:18:13.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1763 | 2024-12-20T21:18:13.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-20T21:18:13.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-20T21:18:13.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-20T21:18:13.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1767 | 2024-12-20T21:18:13.813Z | |
1768 | 2024-12-20T21:18:13.813Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1769 | 2024-12-20T21:18:14.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-20T21:18:14.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-20T21:18:14.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-20T21:18:14.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1773 | 2024-12-20T21:18:14.232Z | |
1774 | 2024-12-20T21:18:14.232Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1775 | 2024-12-20T21:18:14.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-20T21:18:14.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-20T21:18:14.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2024-12-20T21:18:14.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1779 | 2024-12-20T21:18:14.874Z | |
1780 | 2024-12-20T21:18:14.875Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1781 | 2024-12-20T21:18:15.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-12-20T21:18:15.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-12-20T21:18:15.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2024-12-20T21:18:15.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1785 | 2024-12-20T21:18:15.515Z | |
1786 | 2024-12-20T21:18:15.515Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1787 | 2024-12-20T21:18:16.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2024-12-20T21:18:16.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2024-12-20T21:18:16.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2024-12-20T21:18:16.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1791 | 2024-12-20T21:18:16.217Z | |
1792 | 2024-12-20T21:18:16.217Z | info: running `cargo check --bins` on oxlog (28/175) |
1793 | 2024-12-20T21:18:16.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2024-12-20T21:18:16.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2024-12-20T21:18:16.743Z | Checking cfg-if v1.0.0 |
1796 | 2024-12-20T21:18:16.753Z | Checking libc v0.2.162 |
1797 | 2024-12-20T21:18:16.861Z | Checking serde v1.0.215 |
1798 | 2024-12-20T21:18:16.864Z | Checking zeroize v1.8.1 |
1799 | 2024-12-20T21:18:16.873Z | Checking memchr v2.7.4 |
1800 | 2024-12-20T21:18:16.875Z | Checking typenum v1.17.0 |
1801 | 2024-12-20T21:18:16.894Z | Checking scopeguard v1.2.0 |
1802 | 2024-12-20T21:18:16.907Z | Checking subtle v2.6.1 |
1803 | 2024-12-20T21:18:16.920Z | Checking value-bag v1.9.0 |
1804 | 2024-12-20T21:18:17.032Z | Checking lock_api v0.4.12 |
1805 | 2024-12-20T21:18:17.089Z | Checking const-oid v0.9.6 |
1806 | 2024-12-20T21:18:17.163Z | Checking smallvec v1.13.2 |
1807 | 2024-12-20T21:18:17.342Z | Checking log v0.4.22 |
1808 | 2024-12-20T21:18:17.500Z | Checking itoa v1.0.11 |
1809 | 2024-12-20T21:18:17.562Z | Checking pin-project-lite v0.2.14 |
1810 | 2024-12-20T21:18:17.689Z | Checking byteorder v1.5.0 |
1811 | 2024-12-20T21:18:17.721Z | Checking futures-core v0.3.31 |
1812 | 2024-12-20T21:18:17.740Z | Checking once_cell v1.20.2 |
1813 | 2024-12-20T21:18:17.893Z | Checking cpufeatures v0.2.14 |
1814 | 2024-12-20T21:18:17.908Z | Checking futures-sink v0.3.31 |
1815 | 2024-12-20T21:18:17.959Z | Checking stable_deref_trait v1.2.0 |
1816 | 2024-12-20T21:18:18.001Z | Checking getrandom v0.2.15 |
1817 | 2024-12-20T21:18:18.015Z | Checking signal-hook-registry v1.4.2 |
1818 | 2024-12-20T21:18:18.046Z | Checking parking_lot_core v0.9.10 |
1819 | 2024-12-20T21:18:18.061Z | Checking mio v1.0.2 |
1820 | 2024-12-20T21:18:18.067Z | Checking socket2 v0.5.7 |
1821 | 2024-12-20T21:18:18.191Z | Checking generic-array v0.14.7 |
1822 | 2024-12-20T21:18:18.215Z | Checking rand_core v0.6.4 |
1823 | 2024-12-20T21:18:18.238Z | Checking spin v0.9.8 |
1824 | 2024-12-20T21:18:18.378Z | Checking parking_lot v0.12.3 |
1825 | 2024-12-20T21:18:18.549Z | Checking zerocopy v0.7.35 |
1826 | 2024-12-20T21:18:18.567Z | Checking zerofrom v0.1.4 |
1827 | 2024-12-20T21:18:18.591Z | Checking slab v0.4.9 |
1828 | 2024-12-20T21:18:18.651Z | Checking futures-channel v0.3.31 |
1829 | 2024-12-20T21:18:18.704Z | Checking futures-task v0.3.31 |
1830 | 2024-12-20T21:18:18.754Z | Checking yoke v0.7.4 |
1831 | 2024-12-20T21:18:18.839Z | Checking foldhash v0.1.3 |
1832 | 2024-12-20T21:18:18.904Z | Checking pin-utils v0.1.0 |
1833 | 2024-12-20T21:18:18.921Z | Checking equivalent v1.0.1 |
1834 | 2024-12-20T21:18:18.990Z | Checking futures-io v0.3.31 |
1835 | 2024-12-20T21:18:19.006Z | Checking allocator-api2 v0.2.18 |
1836 | 2024-12-20T21:18:19.020Z | Checking tinyvec_macros v0.1.1 |
1837 | 2024-12-20T21:18:19.039Z | Checking ryu v1.0.18 |
1838 | 2024-12-20T21:18:19.087Z | Checking zerovec v0.10.4 |
1839 | 2024-12-20T21:18:19.103Z | Checking tinyvec v1.8.0 |
1840 | 2024-12-20T21:18:19.171Z | Checking futures-util v0.3.31 |
1841 | 2024-12-20T21:18:19.269Z | Checking fnv v1.0.7 |
1842 | 2024-12-20T21:18:19.341Z | Checking crypto-common v0.1.6 |
1843 | 2024-12-20T21:18:19.388Z | Checking block-buffer v0.10.4 |
1844 | 2024-12-20T21:18:19.522Z | Checking block-padding v0.3.3 |
1845 | 2024-12-20T21:18:19.617Z | Checking digest v0.10.7 |
1846 | 2024-12-20T21:18:19.656Z | Checking hashbrown v0.15.1 |
1847 | 2024-12-20T21:18:19.714Z | Checking inout v0.1.3 |
1848 | 2024-12-20T21:18:19.904Z | Checking libm v0.2.8 |
1849 | 2024-12-20T21:18:19.925Z | Checking cipher v0.4.4 |
1850 | 2024-12-20T21:18:19.988Z | Checking hmac v0.12.1 |
1851 | 2024-12-20T21:18:20.186Z | Checking sha2 v0.10.8 |
1852 | 2024-12-20T21:18:20.315Z | Checking writeable v0.5.5 |
1853 | 2024-12-20T21:18:20.462Z | Checking unicode-normalization v0.1.24 |
1854 | 2024-12-20T21:18:20.626Z | Checking unicode-bidi v0.3.17 |
1855 | 2024-12-20T21:18:20.745Z | Checking tinystr v0.7.6 |
1856 | 2024-12-20T21:18:20.763Z | Checking base64ct v1.6.0 |
1857 | 2024-12-20T21:18:20.812Z | Checking litemap v0.7.3 |
1858 | 2024-12-20T21:18:20.835Z | Checking num-traits v0.2.19 |
1859 | 2024-12-20T21:18:21.143Z | Checking ppv-lite86 v0.2.20 |
1860 | 2024-12-20T21:18:21.170Z | Checking icu_locid v1.5.0 |
1861 | 2024-12-20T21:18:21.220Z | Checking pem-rfc7468 v0.7.0 |
1862 | 2024-12-20T21:18:21.253Z | Checking flagset v0.4.6 |
1863 | 2024-12-20T21:18:21.401Z | Checking tracing-core v0.1.32 |
1864 | 2024-12-20T21:18:21.448Z | Checking thiserror v1.0.69 |
1865 | 2024-12-20T21:18:21.475Z | Checking der v0.7.9 |
1866 | 2024-12-20T21:18:21.574Z | Checking percent-encoding v2.3.1 |
1867 | 2024-12-20T21:18:21.782Z | Checking rustls-pki-types v1.10.0 |
1868 | 2024-12-20T21:18:21.895Z | Checking rand_chacha v0.3.1 |
1869 | 2024-12-20T21:18:21.922Z | Checking bytes v1.8.0 |
1870 | 2024-12-20T21:18:22.069Z | Checking indexmap v2.6.0 |
1871 | 2024-12-20T21:18:22.159Z | Checking serde_json v1.0.132 |
1872 | 2024-12-20T21:18:22.366Z | Checking icu_provider v1.5.0 |
1873 | 2024-12-20T21:18:22.373Z | Checking bitflags v2.6.0 |
1874 | 2024-12-20T21:18:22.530Z | Checking icu_locid_transform_data v1.5.0 |
1875 | 2024-12-20T21:18:22.632Z | Checking rand v0.8.5 |
1876 | 2024-12-20T21:18:22.648Z | Checking tracing v0.1.40 |
1877 | 2024-12-20T21:18:22.774Z | Checking tokio v1.40.0 |
1878 | 2024-12-20T21:18:22.934Z | Checking http v1.1.0 |
1879 | 2024-12-20T21:18:23.006Z | Checking icu_locid_transform v1.5.0 |
1880 | 2024-12-20T21:18:23.343Z | Checking spki v0.7.3 |
1881 | 2024-12-20T21:18:23.368Z | Checking icu_collections v1.5.0 |
1882 | 2024-12-20T21:18:23.636Z | Checking salsa20 v0.10.2 |
1883 | 2024-12-20T21:18:23.834Z | Checking pbkdf2 v0.12.2 |
1884 | 2024-12-20T21:18:23.913Z | Checking aws-lc-sys v0.22.0 |
1885 | 2024-12-20T21:18:23.959Z | Checking httparse v1.9.5 |
1886 | 2024-12-20T21:18:23.981Z | Checking untrusted v0.9.0 |
1887 | 2024-12-20T21:18:23.996Z | Checking untrusted v0.7.1 |
1888 | 2024-12-20T21:18:24.017Z | Checking mirai-annotations v1.12.0 |
1889 | 2024-12-20T21:18:24.130Z | Checking icu_properties_data v1.5.0 |
1890 | 2024-12-20T21:18:24.150Z | Checking powerfmt v0.2.0 |
1891 | 2024-12-20T21:18:24.183Z | Checking ring v0.17.8 |
1892 | 2024-12-20T21:18:24.258Z | Checking scrypt v0.11.0 |
1893 | 2024-12-20T21:18:24.366Z | Checking icu_properties v1.5.1 |
1894 | 2024-12-20T21:18:24.384Z | Checking aes v0.8.4 |
1895 | 2024-12-20T21:18:24.397Z | Checking cbc v0.1.2 |
1896 | 2024-12-20T21:18:24.421Z | Checking deranged v0.3.11 |
1897 | 2024-12-20T21:18:24.469Z | Checking crossbeam-utils v0.8.20 |
1898 | 2024-12-20T21:18:24.599Z | Checking atomic-waker v1.1.2 |
1899 | 2024-12-20T21:18:24.734Z | Checking utf8_iter v1.0.4 |
1900 | 2024-12-20T21:18:24.960Z | Checking icu_normalizer_data v1.5.0 |
1901 | 2024-12-20T21:18:25.031Z | Checking time-core v0.1.2 |
1902 | 2024-12-20T21:18:25.174Z | Checking utf16_iter v1.0.5 |
1903 | 2024-12-20T21:18:25.197Z | Checking write16 v1.0.0 |
1904 | 2024-12-20T21:18:25.314Z | Checking num_threads v0.1.7 |
1905 | 2024-12-20T21:18:25.346Z | Checking num-conv v0.1.0 |
1906 | 2024-12-20T21:18:25.360Z | Checking pkcs5 v0.7.1 |
1907 | 2024-12-20T21:18:25.445Z | Checking http-body v1.0.1 |
1908 | 2024-12-20T21:18:25.638Z | Checking form_urlencoded v1.2.1 |
1909 | 2024-12-20T21:18:25.699Z | Checking try-lock v0.2.5 |
1910 | 2024-12-20T21:18:25.926Z | Checking want v0.3.1 |
1911 | 2024-12-20T21:18:26.023Z | Checking httpdate v1.0.3 |
1912 | 2024-12-20T21:18:26.023Z | Checking pkcs8 v0.10.2 |
1913 | 2024-12-20T21:18:26.023Z | Checking unicode-ident v1.0.13 |
1914 | 2024-12-20T21:18:26.100Z | Checking toml_datetime v0.6.8 |
1915 | 2024-12-20T21:18:26.175Z | Checking serde_spanned v0.6.8 |
1916 | 2024-12-20T21:18:26.175Z | Checking proc-macro2 v1.0.89 |
1917 | 2024-12-20T21:18:26.238Z | Checking uuid v1.11.0 |
1918 | 2024-12-20T21:18:26.293Z | Checking time v0.3.36 |
1919 | 2024-12-20T21:18:26.320Z | Checking slog v2.7.0 |
1920 | 2024-12-20T21:18:26.358Z | Checking scroll v0.12.0 |
1921 | 2024-12-20T21:18:26.623Z | Checking aws-lc-rs v1.10.0 |
1922 | 2024-12-20T21:18:26.727Z | Checking plain v0.2.3 |
1923 | 2024-12-20T21:18:26.785Z | Checking adler2 v2.0.0 |
1924 | 2024-12-20T21:18:26.810Z | Checking tower-service v0.3.3 |
1925 | 2024-12-20T21:18:26.818Z | Checking ucd-trie v0.1.7 |
1926 | 2024-12-20T21:18:26.848Z | Checking match_cfg v0.1.0 |
1927 | 2024-12-20T21:18:26.917Z | Checking base64 v0.22.1 |
1928 | 2024-12-20T21:18:26.935Z | Checking iana-time-zone v0.1.61 |
1929 | 2024-12-20T21:18:26.950Z | Checking foreign-types-shared v0.1.1 |
1930 | 2024-12-20T21:18:27.007Z | Checking pest v2.7.14 |
1931 | 2024-12-20T21:18:27.046Z | Checking foreign-types v0.3.2 |
1932 | 2024-12-20T21:18:27.078Z | Checking chrono v0.4.38 |
1933 | 2024-12-20T21:18:27.137Z | Checking hostname v0.3.1 |
1934 | 2024-12-20T21:18:27.265Z | Checking miniz_oxide v0.8.0 |
1935 | 2024-12-20T21:18:27.389Z | Checking goblin v0.8.2 |
1936 | 2024-12-20T21:18:27.652Z | Checking icu_normalizer v1.5.0 |
1937 | 2024-12-20T21:18:27.985Z | Checking quote v1.0.37 |
1938 | 2024-12-20T21:18:28.321Z | Checking openssl-sys v0.9.103 |
1939 | 2024-12-20T21:18:28.402Z | Checking idna_adapter v1.2.0 |
1940 | 2024-12-20T21:18:28.404Z | Checking rustls-webpki v0.102.8 |
1941 | 2024-12-20T21:18:28.587Z | Checking idna v1.0.3 |
1942 | 2024-12-20T21:18:28.706Z | Checking errno v0.3.9 |
1943 | 2024-12-20T21:18:28.868Z | Checking dirs-sys-next v0.1.2 |
1944 | 2024-12-20T21:18:29.034Z | Checking aho-corasick v1.1.3 |
1945 | 2024-12-20T21:18:29.077Z | Checking url v2.5.3 |
1946 | 2024-12-20T21:18:29.143Z | Checking data-encoding v2.6.0 |
1947 | 2024-12-20T21:18:29.213Z | Checking regex-syntax v0.8.5 |
1948 | 2024-12-20T21:18:29.539Z | Checking pretty-hex v0.4.1 |
1949 | 2024-12-20T21:18:29.577Z | Checking siphasher v0.3.11 |
1950 | 2024-12-20T21:18:29.709Z | Checking dtrace-parser v0.2.0 |
1951 | 2024-12-20T21:18:29.757Z | Checking openssl v0.10.66 |
1952 | 2024-12-20T21:18:29.879Z | Checking dirs-next v2.0.0 |
1953 | 2024-12-20T21:18:29.892Z | Checking rustix v0.38.37 |
1954 | 2024-12-20T21:18:29.996Z | Checking syn v2.0.87 |
1955 | 2024-12-20T21:18:30.139Z | Checking tokio-util v0.7.12 |
1956 | 2024-12-20T21:18:30.173Z | Checking http-body-util v0.1.2 |
1957 | 2024-12-20T21:18:30.662Z | Checking crossbeam-epoch v0.9.18 |
1958 | 2024-12-20T21:18:30.668Z | Checking signature v2.2.0 |
1959 | 2024-12-20T21:18:30.860Z | Checking sha1 v0.10.6 |
1960 | 2024-12-20T21:18:31.035Z | Checking h2 v0.4.6 |
1961 | 2024-12-20T21:18:31.106Z | Checking lazy_static v1.5.0 |
1962 | 2024-12-20T21:18:31.137Z | Checking thread_local v1.1.8 |
1963 | 2024-12-20T21:18:31.225Z | Checking thread-id v4.2.2 |
1964 | 2024-12-20T21:18:31.338Z | Checking encoding_rs v0.8.34 |
1965 | 2024-12-20T21:18:31.413Z | Checking ipnet v2.10.1 |
1966 | 2024-12-20T21:18:31.868Z | Checking mime v0.3.17 |
1967 | 2024-12-20T21:18:32.201Z | Checking gimli v0.31.1 |
1968 | 2024-12-20T21:18:32.526Z | Checking dof v0.3.0 |
1969 | 2024-12-20T21:18:32.582Z | Checking regex-automata v0.4.8 |
1970 | 2024-12-20T21:18:33.154Z | Checking unicode-properties v0.1.3 |
1971 | 2024-12-20T21:18:33.442Z | Checking openssl-probe v0.1.5 |
1972 | 2024-12-20T21:18:33.518Z | Checking winnow v0.6.20 |
1973 | 2024-12-20T21:18:33.583Z | Checking anstyle v1.0.10 |
1974 | 2024-12-20T21:18:33.600Z | Checking utf8parse v0.2.2 |
1975 | 2024-12-20T21:18:33.744Z | Checking anstyle-parse v0.2.5 |
1976 | 2024-12-20T21:18:33.944Z | Checking stringprep v0.1.5 |
1977 | 2024-12-20T21:18:34.014Z | Checking crossbeam-deque v0.8.5 |
1978 | 2024-12-20T21:18:34.211Z | Checking term v0.7.0 |
1979 | 2024-12-20T21:18:34.336Z | Checking rustls v0.22.4 |
1980 | 2024-12-20T21:18:34.635Z | Checking rustls v0.23.19 |
1981 | 2024-12-20T21:18:35.371Z | Checking native-tls v0.2.12 |
1982 | 2024-12-20T21:18:35.713Z | Checking slog-json v2.6.1 |
1983 | 2024-12-20T21:18:35.977Z | Checking serde_urlencoded v0.7.1 |
1984 | 2024-12-20T21:18:36.246Z | Checking addr2line v0.24.2 |
1985 | 2024-12-20T21:18:36.487Z | Checking crossbeam-channel v0.5.13 |
1986 | 2024-12-20T21:18:36.591Z | Checking toml_edit v0.22.22 |
1987 | 2024-12-20T21:18:36.706Z | Checking usdt-impl v0.5.0 |
1988 | 2024-12-20T21:18:36.782Z | Checking futures-executor v0.3.31 |
1989 | 2024-12-20T21:18:37.019Z | Checking num-integer v0.1.46 |
1990 | 2024-12-20T21:18:37.117Z | Checking rustls-pemfile v2.2.0 |
1991 | 2024-12-20T21:18:37.171Z | Checking hyper v1.5.0 |
1992 | 2024-12-20T21:18:37.199Z | Checking idna v0.4.0 |
1993 | 2024-12-20T21:18:37.309Z | Checking idna v0.3.0 |
1994 | 2024-12-20T21:18:37.330Z | Checking md-5 v0.10.6 |
1995 | 2024-12-20T21:18:37.462Z | Checking ff v0.13.0 |
1996 | 2024-12-20T21:18:37.549Z | Checking hash32 v0.2.1 |
1997 | 2024-12-20T21:18:37.660Z | Checking memmap v0.7.0 |
1998 | 2024-12-20T21:18:37.855Z | Checking is-terminal v0.4.13 |
1999 | 2024-12-20T21:18:37.868Z | Checking object v0.36.5 |
2000 | 2024-12-20T21:18:37.981Z | Checking colorchoice v1.0.2 |
2001 | 2024-12-20T21:18:37.985Z | Checking quick-error v1.2.3 |
2002 | 2024-12-20T21:18:38.044Z | Checking is_terminal_polyfill v1.70.1 |
2003 | 2024-12-20T21:18:38.114Z | Checking utf-8 v0.7.6 |
2004 | 2024-12-20T21:18:38.130Z | Checking fallible-iterator v0.2.0 |
2005 | 2024-12-20T21:18:38.146Z | Checking dyn-clone v1.0.17 |
2006 | 2024-12-20T21:18:38.165Z | Checking linked-hash-map v0.5.6 |
2007 | 2024-12-20T21:18:38.276Z | Checking rustc-demangle v0.1.24 |
2008 | 2024-12-20T21:18:38.314Z | Checking base16ct v0.2.0 |
2009 | 2024-12-20T21:18:38.506Z | Checking psl-types v2.0.11 |
2010 | 2024-12-20T21:18:38.522Z | Checking take_mut v0.2.2 |
2011 | 2024-12-20T21:18:38.659Z | Checking either v1.13.0 |
2012 | 2024-12-20T21:18:38.676Z | Checking anstyle-query v1.1.1 |
2013 | 2024-12-20T21:18:38.704Z | Checking publicsuffix v2.2.3 |
2014 | 2024-12-20T21:18:38.734Z | Checking postgres-protocol v0.6.7 |
2015 | 2024-12-20T21:18:38.799Z | Checking anstream v0.6.15 |
2016 | 2024-12-20T21:18:38.943Z | Checking slog-async v2.8.0 |
2017 | 2024-12-20T21:18:39.041Z | Checking sec1 v0.7.3 |
2018 | 2024-12-20T21:18:39.130Z | Checking toml v0.8.19 |
2019 | 2024-12-20T21:18:39.157Z | Checking lru-cache v0.1.2 |
2020 | 2024-12-20T21:18:39.160Z | Checking hyper-util v0.1.10 |
2021 | 2024-12-20T21:18:39.215Z | Checking tungstenite v0.24.0 |
2022 | 2024-12-20T21:18:39.331Z | Checking schemars v0.8.21 |
2023 | 2024-12-20T21:18:39.400Z | Checking resolv-conf v0.7.0 |
2024 | 2024-12-20T21:18:39.417Z | Checking hickory-proto v0.24.1 |
2025 | 2024-12-20T21:18:39.755Z | Checking tokio-rustls v0.25.0 |
2026 | 2024-12-20T21:18:39.914Z | Checking slog-term v2.9.1 |
2027 | 2024-12-20T21:18:40.115Z | Checking usdt v0.5.0 |
2028 | 2024-12-20T21:18:40.180Z | Checking heapless v0.7.17 |
2029 | 2024-12-20T21:18:40.278Z | Checking tokio-rustls v0.26.0 |
2030 | 2024-12-20T21:18:40.374Z | Checking group v0.13.0 |
2031 | 2024-12-20T21:18:40.386Z | Checking num-iter v0.1.45 |
2032 | 2024-12-20T21:18:40.564Z | Checking futures v0.3.31 |
2033 | 2024-12-20T21:18:40.628Z | Checking slog-bunyan v2.5.0 |
2034 | 2024-12-20T21:18:40.663Z | Checking tokio-native-tls v0.3.1 |
2035 | 2024-12-20T21:18:40.678Z | Checking rayon-core v1.12.1 |
2036 | 2024-12-20T21:18:40.811Z | Checking multer v3.1.0 |
2037 | 2024-12-20T21:18:40.931Z | Checking terminal_size v0.4.0 |
2038 | 2024-12-20T21:18:40.952Z | Checking phf_shared v0.11.2 |
2039 | 2024-12-20T21:18:41.103Z | Checking cookie v0.18.1 |
2040 | 2024-12-20T21:18:41.191Z | Checking async-stream v0.3.6 |
2041 | 2024-12-20T21:18:41.204Z | Checking bzip2-sys v0.1.11+1.0.8 |
2042 | 2024-12-20T21:18:41.229Z | Checking camino v1.1.9 |
2043 | 2024-12-20T21:18:41.276Z | Checking signal-hook v0.3.17 |
2044 | 2024-12-20T21:18:41.322Z | Checking waitgroup v0.1.2 |
2045 | 2024-12-20T21:18:41.351Z | Checking openapiv3 v2.0.0 |
2046 | 2024-12-20T21:18:41.368Z | Checking webpki-roots v0.26.6 |
2047 | 2024-12-20T21:18:41.457Z | Checking serde_path_to_error v0.1.16 |
2048 | 2024-12-20T21:18:41.561Z | Checking idna v0.5.0 |
2049 | 2024-12-20T21:18:41.577Z | Checking hkdf v0.12.4 |
2050 | 2024-12-20T21:18:41.600Z | Checking crypto-bigint v0.5.5 |
2051 | 2024-12-20T21:18:41.793Z | Checking hostname v0.4.0 |
2052 | 2024-12-20T21:18:41.826Z | Checking crc32fast v1.4.2 |
2053 | 2024-12-20T21:18:41.927Z | Checking managed v0.8.0 |
2054 | 2024-12-20T21:18:42.050Z | Checking winnow v0.5.40 |
2055 | 2024-12-20T21:18:42.068Z | Checking bitflags v1.3.2 |
2056 | 2024-12-20T21:18:42.172Z | Checking unicode-width v0.1.14 |
2057 | 2024-12-20T21:18:42.310Z | Checking strsim v0.11.1 |
2058 | 2024-12-20T21:18:42.428Z | Checking debug-ignore v1.0.5 |
2059 | 2024-12-20T21:18:42.563Z | Checking clap_lex v0.7.2 |
2060 | 2024-12-20T21:18:42.586Z | Checking cookie_store v0.21.0 |
2061 | 2024-12-20T21:18:42.669Z | Checking console v0.15.8 |
2062 | 2024-12-20T21:18:42.816Z | Checking clap_builder v4.5.21 |
2063 | 2024-12-20T21:18:43.248Z | Checking smoltcp v0.9.1 |
2064 | 2024-12-20T21:18:43.273Z | Checking flate2 v1.0.34 |
2065 | 2024-12-20T21:18:43.949Z | Checking signal-hook-mio v0.2.4 |
2066 | 2024-12-20T21:18:44.077Z | Checking hyper-rustls v0.27.3 |
2067 | 2024-12-20T21:18:44.132Z | Checking hickory-resolver v0.24.1 |
2068 | 2024-12-20T21:18:44.307Z | Checking backtrace v0.3.74 |
2069 | 2024-12-20T21:18:44.412Z | Checking rayon v1.10.0 |
2070 | 2024-12-20T21:18:44.433Z | Checking elliptic-curve v0.13.8 |
2071 | 2024-12-20T21:18:44.813Z | Checking dropshot v0.12.0 |
2072 | 2024-12-20T21:18:44.816Z | Checking bzip2 v0.4.4 |
2073 | 2024-12-20T21:18:44.866Z | Checking anyhow v1.0.93 |
2074 | 2024-12-20T21:18:45.039Z | Checking phf v0.11.2 |
2075 | 2024-12-20T21:18:45.091Z | Checking hyper-tls v0.6.0 |
2076 | 2024-12-20T21:18:45.093Z | Checking toml_edit v0.19.15 |
2077 | 2024-12-20T21:18:45.249Z | Checking num-bigint-dig v0.8.4 |
2078 | 2024-12-20T21:18:45.308Z | Checking tokio-tungstenite v0.24.0 |
2079 | 2024-12-20T21:18:45.371Z | Checking postgres-types v0.2.8 |
2080 | 2024-12-20T21:18:45.760Z | Checking regex v1.11.1 |
2081 | 2024-12-20T21:18:45.778Z | Checking bstr v1.10.0 |
2082 | 2024-12-20T21:18:45.933Z | Checking tokio-stream v0.1.16 |
2083 | 2024-12-20T21:18:46.101Z | Checking ed25519 v2.2.3 |
2084 | 2024-12-20T21:18:46.406Z | Checking phf_shared v0.10.0 |
2085 | 2024-12-20T21:18:46.425Z | Checking zerocopy v0.6.6 |
2086 | 2024-12-20T21:18:46.697Z | Checking curve25519-dalek v4.1.3 |
2087 | 2024-12-20T21:18:46.713Z | Checking pkcs1 v0.7.5 |
2088 | 2024-12-20T21:18:46.814Z | Checking hubpack v0.1.2 |
2089 | 2024-12-20T21:18:47.115Z | Checking portable-atomic v1.9.0 |
2090 | 2024-12-20T21:18:47.132Z | Checking float-cmp v0.9.0 |
2091 | 2024-12-20T21:18:47.145Z | Checking serde-big-array v0.5.1 |
2092 | 2024-12-20T21:18:47.313Z | Checking rfc6979 v0.4.0 |
2093 | 2024-12-20T21:18:47.357Z | Checking sync_wrapper v1.0.1 |
2094 | 2024-12-20T21:18:47.448Z | Checking precomputed-hash v0.1.1 |
2095 | 2024-12-20T21:18:47.478Z | Checking bit-vec v0.6.3 |
2096 | 2024-12-20T21:18:47.495Z | Checking difflib v0.4.0 |
2097 | 2024-12-20T21:18:47.561Z | Checking number_prefix v0.4.0 |
2098 | 2024-12-20T21:18:47.613Z | Checking fixedbitset v0.4.2 |
2099 | 2024-12-20T21:18:47.756Z | Checking minimal-lexical v0.2.1 |
2100 | 2024-12-20T21:18:47.804Z | Checking whoami v1.5.2 |
2101 | 2024-12-20T21:18:47.819Z | Checking unicode-width v0.2.0 |
2102 | 2024-12-20T21:18:47.873Z | Checking static_assertions v1.1.0 |
2103 | 2024-12-20T21:18:47.961Z | Checking normalize-line-endings v0.3.0 |
2104 | 2024-12-20T21:18:48.083Z | Checking unicode-segmentation v1.12.0 |
2105 | 2024-12-20T21:18:48.106Z | Checking new_debug_unreachable v1.0.6 |
2106 | 2024-12-20T21:18:48.131Z | Checking predicates-core v1.0.8 |
2107 | 2024-12-20T21:18:48.163Z | Checking nom v7.1.3 |
2108 | 2024-12-20T21:18:48.190Z | Checking string_cache v0.8.7 |
2109 | 2024-12-20T21:18:48.263Z | Checking tokio-postgres v0.7.12 |
2110 | 2024-12-20T21:18:48.285Z | Checking indicatif v0.17.9 |
2111 | 2024-12-20T21:18:48.311Z | Checking predicates v3.1.2 |
2112 | 2024-12-20T21:18:48.405Z | Checking qorb v0.2.1 |
2113 | 2024-12-20T21:18:48.459Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2114 | 2024-12-20T21:18:48.538Z | Checking ed25519-dalek v2.1.1 |
2115 | 2024-12-20T21:18:48.759Z | Checking similar v2.6.0 |
2116 | 2024-12-20T21:18:48.935Z | Checking petgraph v0.6.5 |
2117 | 2024-12-20T21:18:48.959Z | Checking bit-set v0.5.3 |
2118 | 2024-12-20T21:18:49.024Z | Checking toml v0.7.8 |
2119 | 2024-12-20T21:18:49.212Z | Checking reqwest v0.12.9 |
2120 | 2024-12-20T21:18:49.599Z | Checking ecdsa v0.16.9 |
2121 | 2024-12-20T21:18:49.782Z | Checking rsa v0.9.6 |
2122 | 2024-12-20T21:18:50.333Z | Checking clap v4.5.21 |
2123 | 2024-12-20T21:18:50.454Z | Checking zip v0.6.6 |
2124 | 2024-12-20T21:18:50.851Z | Checking crossterm v0.28.1 |
2125 | 2024-12-20T21:18:51.020Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2126 | 2024-12-20T21:18:51.045Z | Checking itertools v0.10.5 |
2127 | 2024-12-20T21:18:51.105Z | Checking fs-err v2.11.0 |
2128 | 2024-12-20T21:18:51.121Z | Checking ahash v0.8.11 |
2129 | 2024-12-20T21:18:51.199Z | Checking x509-cert v0.2.5 |
2130 | 2024-12-20T21:18:51.414Z | Checking hex v0.4.3 |
2131 | 2024-12-20T21:18:51.644Z | Checking semver v1.0.23 |
2132 | 2024-12-20T21:18:51.698Z | Checking peg-runtime v0.8.3 |
2133 | 2024-12-20T21:18:51.920Z | Checking heck v0.4.1 |
2134 | 2024-12-20T21:18:51.958Z | Checking lalrpop-util v0.19.12 |
2135 | 2024-12-20T21:18:52.031Z | Checking sigpipe v0.1.3 |
2136 | 2024-12-20T21:18:53.341Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2024-12-20T21:18:53.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.53s |
2138 | 2024-12-20T21:18:53.820Z | |
2139 | 2024-12-20T21:18:53.820Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2140 | 2024-12-20T21:18:54.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-12-20T21:18:54.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-12-20T21:18:54.467Z | Compiling hashbrown v0.14.5 |
2143 | 2024-12-20T21:18:54.586Z | Checking heck v0.5.0 |
2144 | 2024-12-20T21:18:54.600Z | Compiling unsafe-libyaml v0.2.11 |
2145 | 2024-12-20T21:18:54.614Z | Compiling ident_case v1.0.1 |
2146 | 2024-12-20T21:18:54.616Z | Checking progenitor-client v0.8.0 |
2147 | 2024-12-20T21:18:54.643Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2148 | 2024-12-20T21:18:54.655Z | Compiling proc-macro-crate v1.3.1 |
2149 | 2024-12-20T21:18:54.741Z | Compiling darling_core v0.20.10 |
2150 | 2024-12-20T21:18:54.782Z | Checking ipnetwork v0.20.0 |
2151 | 2024-12-20T21:18:54.976Z | Compiling structmeta-derive v0.3.0 |
2152 | 2024-12-20T21:18:54.999Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2153 | 2024-12-20T21:18:55.135Z | Compiling newtype-uuid v1.1.3 |
2154 | 2024-12-20T21:18:55.281Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2155 | 2024-12-20T21:18:55.431Z | Compiling lzma-sys v0.1.20 |
2156 | 2024-12-20T21:18:55.642Z | Compiling foreign-types-macros v0.2.3 |
2157 | 2024-12-20T21:18:55.729Z | Checking regress v0.10.1 |
2158 | 2024-12-20T21:18:55.754Z | Compiling num_enum_derive v0.5.11 |
2159 | 2024-12-20T21:18:56.239Z | Compiling serde_yaml v0.9.34+deprecated |
2160 | 2024-12-20T21:18:56.490Z | Compiling dropshot v0.13.0 |
2161 | 2024-12-20T21:18:56.768Z | Checking foreign-types-shared v0.3.1 |
2162 | 2024-12-20T21:18:56.888Z | Checking arc-swap v1.7.1 |
2163 | 2024-12-20T21:18:56.945Z | Checking foreign-types v0.5.0 |
2164 | 2024-12-20T21:18:57.157Z | Compiling proc-macro-error v1.0.4 |
2165 | 2024-12-20T21:18:57.327Z | Checking slog-scope v4.4.0 |
2166 | 2024-12-20T21:18:57.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2167 | 2024-12-20T21:18:57.959Z | Compiling structmeta v0.3.0 |
2168 | 2024-12-20T21:18:57.995Z | Checking tungstenite v0.21.0 |
2169 | 2024-12-20T21:18:58.016Z | Compiling heck v0.3.3 |
2170 | 2024-12-20T21:18:58.363Z | Compiling parse-display-derive v0.10.0 |
2171 | 2024-12-20T21:18:58.415Z | Checking num_enum v0.5.11 |
2172 | 2024-12-20T21:18:58.469Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2024-12-20T21:18:58.562Z | Compiling dropshot_endpoint v0.13.0 |
2174 | 2024-12-20T21:18:58.945Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-20T21:18:59.276Z | Checking typify-impl v0.2.0 |
2176 | 2024-12-20T21:18:59.307Z | Checking cstr-argument v0.1.2 |
2177 | 2024-12-20T21:18:59.488Z | Checking instant v0.1.13 |
2178 | 2024-12-20T21:18:59.692Z | Checking pretty-hex v0.2.1 |
2179 | 2024-12-20T21:18:59.848Z | Checking base64 v0.21.7 |
2180 | 2024-12-20T21:19:00.334Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2181 | 2024-12-20T21:19:00.535Z | Checking fastrand v2.1.1 |
2182 | 2024-12-20T21:19:00.643Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2183 | 2024-12-20T21:19:00.924Z | Checking tempfile v3.13.0 |
2184 | 2024-12-20T21:19:00.939Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2185 | 2024-12-20T21:19:00.969Z | Checking backoff v0.4.0 |
2186 | 2024-12-20T21:19:01.076Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2187 | 2024-12-20T21:19:01.280Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2188 | 2024-12-20T21:19:01.319Z | Checking tokio-tungstenite v0.21.0 |
2189 | 2024-12-20T21:19:01.398Z | Checking strum v0.26.3 |
2190 | 2024-12-20T21:19:01.430Z | Compiling zone_cfg_derive v0.1.2 |
2191 | 2024-12-20T21:19:01.557Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2192 | 2024-12-20T21:19:01.727Z | Compiling darling_macro v0.20.10 |
2193 | 2024-12-20T21:19:01.826Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2024-12-20T21:19:01.829Z | Checking slog-stdlog v4.1.1 |
2195 | 2024-12-20T21:19:02.049Z | Checking regress v0.9.1 |
2196 | 2024-12-20T21:19:02.181Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2197 | 2024-12-20T21:19:02.307Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2198 | 2024-12-20T21:19:02.330Z | Checking colored v2.1.0 |
2199 | 2024-12-20T21:19:02.591Z | Checking macaddr v1.0.1 |
2200 | 2024-12-20T21:19:02.608Z | Checking base64 v0.13.1 |
2201 | 2024-12-20T21:19:02.658Z | Compiling darling v0.20.10 |
2202 | 2024-12-20T21:19:02.785Z | Compiling serde_with_macros v3.11.0 |
2203 | 2024-12-20T21:19:02.897Z | Checking zone v0.1.8 |
2204 | 2024-12-20T21:19:02.988Z | Checking ron v0.7.1 |
2205 | 2024-12-20T21:19:03.035Z | Checking parse-display v0.10.0 |
2206 | 2024-12-20T21:19:03.258Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2207 | 2024-12-20T21:19:03.592Z | Checking xz2 v0.1.7 |
2208 | 2024-12-20T21:19:03.737Z | Checking slog-envlogger v2.2.0 |
2209 | 2024-12-20T21:19:03.900Z | Checking tabwriter v1.4.0 |
2210 | 2024-12-20T21:19:03.965Z | Checking xattr v1.3.1 |
2211 | 2024-12-20T21:19:04.103Z | Checking pem v3.0.4 |
2212 | 2024-12-20T21:19:04.127Z | Checking yasna v0.5.2 |
2213 | 2024-12-20T21:19:04.166Z | Checking headers-core v0.3.0 |
2214 | 2024-12-20T21:19:04.309Z | Checking smf v0.2.3 |
2215 | 2024-12-20T21:19:04.377Z | Checking filetime v0.2.25 |
2216 | 2024-12-20T21:19:04.587Z | Checking same-file v1.0.6 |
2217 | 2024-12-20T21:19:04.750Z | Checking walkdir v2.5.0 |
2218 | 2024-12-20T21:19:04.766Z | Checking tar v0.4.42 |
2219 | 2024-12-20T21:19:04.819Z | Checking headers v0.4.0 |
2220 | 2024-12-20T21:19:05.022Z | Checking rcgen v0.12.1 |
2221 | 2024-12-20T21:19:05.037Z | Checking camino-tempfile v1.1.1 |
2222 | 2024-12-20T21:19:05.317Z | Checking atomicwrites v0.4.4 |
2223 | 2024-12-20T21:19:05.521Z | Checking subprocess v0.2.9 |
2224 | 2024-12-20T21:19:05.684Z | Checking serde_with v3.11.0 |
2225 | 2024-12-20T21:19:09.776Z | Compiling typify-macro v0.2.0 |
2226 | 2024-12-20T21:19:11.630Z | Compiling typify v0.2.0 |
2227 | 2024-12-20T21:19:11.698Z | Compiling progenitor-impl v0.8.0 |
2228 | 2024-12-20T21:19:14.863Z | Compiling progenitor-macro v0.8.0 |
2229 | 2024-12-20T21:19:19.623Z | Checking progenitor v0.8.0 |
2230 | 2024-12-20T21:19:19.777Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2231 | 2024-12-20T21:19:19.781Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2024-12-20T21:19:22.563Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2233 | 2024-12-20T21:19:22.837Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2234 | 2024-12-20T21:19:29.393Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2235 | 2024-12-20T21:19:30.993Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2024-12-20T21:19:32.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.42s |
2237 | 2024-12-20T21:19:32.400Z | |
2238 | 2024-12-20T21:19:32.400Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2239 | 2024-12-20T21:19:32.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-20T21:19:32.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-20T21:19:33.048Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2024-12-20T21:19:34.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2243 | 2024-12-20T21:19:34.610Z | |
2244 | 2024-12-20T21:19:34.610Z | info: running `cargo check --bins` on nexus-config (31/175) |
2245 | 2024-12-20T21:19:35.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-20T21:19:35.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-20T21:19:35.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-12-20T21:19:35.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2249 | 2024-12-20T21:19:35.225Z | |
2250 | 2024-12-20T21:19:35.225Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2251 | 2024-12-20T21:19:35.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-20T21:19:35.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-20T21:19:35.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-12-20T21:19:35.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2255 | 2024-12-20T21:19:35.832Z | |
2256 | 2024-12-20T21:19:35.832Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2257 | 2024-12-20T21:19:36.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-12-20T21:19:36.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-12-20T21:19:36.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2024-12-20T21:19:36.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2261 | 2024-12-20T21:19:36.449Z | |
2262 | 2024-12-20T21:19:36.449Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2263 | 2024-12-20T21:19:37.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-12-20T21:19:37.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-12-20T21:19:37.132Z | Compiling zerocopy v0.8.10 |
2266 | 2024-12-20T21:19:37.132Z | Compiling progenitor-client v0.8.0 |
2267 | 2024-12-20T21:19:37.134Z | Compiling itertools v0.13.0 |
2268 | 2024-12-20T21:19:37.134Z | Compiling zerocopy-derive v0.8.10 |
2269 | 2024-12-20T21:19:37.134Z | Compiling heapless v0.8.0 |
2270 | 2024-12-20T21:19:37.134Z | Compiling newtype-uuid v1.1.3 |
2271 | 2024-12-20T21:19:37.134Z | Compiling ipnetwork v0.20.0 |
2272 | 2024-12-20T21:19:37.134Z | Checking hash32 v0.3.1 |
2273 | 2024-12-20T21:19:37.444Z | Compiling instant v0.1.13 |
2274 | 2024-12-20T21:19:37.510Z | Compiling smoltcp v0.11.0 |
2275 | 2024-12-20T21:19:37.592Z | Compiling progenitor v0.8.0 |
2276 | 2024-12-20T21:19:37.686Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2277 | 2024-12-20T21:19:37.834Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2278 | 2024-12-20T21:19:38.163Z | Compiling backoff v0.4.0 |
2279 | 2024-12-20T21:19:38.183Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2280 | 2024-12-20T21:19:38.221Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2281 | 2024-12-20T21:19:38.401Z | Compiling dropshot v0.13.0 |
2282 | 2024-12-20T21:19:38.466Z | Compiling serde_with v3.11.0 |
2283 | 2024-12-20T21:19:38.520Z | Compiling parse-display v0.10.0 |
2284 | 2024-12-20T21:19:38.523Z | Checking num-rational v0.4.2 |
2285 | 2024-12-20T21:19:39.034Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2286 | 2024-12-20T21:19:39.206Z | Compiling regress v0.9.1 |
2287 | 2024-12-20T21:19:39.240Z | Compiling phf_generator v0.11.2 |
2288 | 2024-12-20T21:19:39.416Z | Checking num-complex v0.4.6 |
2289 | 2024-12-20T21:19:40.486Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2290 | 2024-12-20T21:19:41.022Z | Compiling macaddr v1.0.1 |
2291 | 2024-12-20T21:19:41.430Z | Checking cobs v0.2.3 |
2292 | 2024-12-20T21:19:41.485Z | Compiling num v0.4.3 |
2293 | 2024-12-20T21:19:41.612Z | Checking postcard v1.0.10 |
2294 | 2024-12-20T21:19:41.692Z | Compiling phf_codegen v0.11.2 |
2295 | 2024-12-20T21:19:42.198Z | Compiling parse-zoneinfo v0.3.1 |
2296 | 2024-12-20T21:19:42.525Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2297 | 2024-12-20T21:19:42.802Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2298 | 2024-12-20T21:19:42.966Z | Compiling convert_case v0.4.0 |
2299 | 2024-12-20T21:19:43.360Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2024-12-20T21:19:43.903Z | Checking float-ord v0.3.2 |
2301 | 2024-12-20T21:19:44.223Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2302 | 2024-12-20T21:19:44.243Z | Compiling derive_more v0.99.18 |
2303 | 2024-12-20T21:19:44.407Z | Compiling chrono-tz-build v0.4.0 |
2304 | 2024-12-20T21:19:45.036Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2024-12-20T21:19:45.880Z | Compiling thiserror v2.0.3 |
2306 | 2024-12-20T21:19:45.972Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2307 | 2024-12-20T21:19:46.142Z | Compiling crucible-workspace-hack v0.1.0 |
2308 | 2024-12-20T21:19:46.268Z | Compiling chrono-tz v0.10.0 |
2309 | 2024-12-20T21:19:46.437Z | Checking newline-converter v0.3.0 |
2310 | 2024-12-20T21:19:46.884Z | Checking prettyplease v0.2.25 |
2311 | 2024-12-20T21:19:46.945Z | Compiling thiserror-impl v2.0.3 |
2312 | 2024-12-20T21:19:47.737Z | Compiling slog-dtrace v0.3.0 |
2313 | 2024-12-20T21:19:47.934Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2024-12-20T21:19:48.012Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2315 | 2024-12-20T21:19:48.020Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2316 | 2024-12-20T21:19:48.727Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2317 | 2024-12-20T21:19:49.025Z | Checking expectorate v1.1.0 |
2318 | 2024-12-20T21:19:49.201Z | Compiling zone_cfg_derive v0.3.0 |
2319 | 2024-12-20T21:19:49.316Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2320 | 2024-12-20T21:19:49.333Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2321 | 2024-12-20T21:19:49.687Z | Compiling const_format_proc_macros v0.2.33 |
2322 | 2024-12-20T21:19:50.235Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2323 | 2024-12-20T21:19:50.534Z | Compiling num-derive v0.4.2 |
2324 | 2024-12-20T21:19:50.793Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2325 | 2024-12-20T21:19:50.896Z | Checking highway v1.2.0 |
2326 | 2024-12-20T21:19:50.976Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2024-12-20T21:19:51.098Z | Checking zone v0.3.0 |
2328 | 2024-12-20T21:19:51.328Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2329 | 2024-12-20T21:19:51.453Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2330 | 2024-12-20T21:19:51.851Z | Checking const_format v0.2.33 |
2331 | 2024-12-20T21:19:52.219Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2332 | 2024-12-20T21:19:52.269Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2333 | 2024-12-20T21:19:52.339Z | Checking gethostname v0.5.0 |
2334 | 2024-12-20T21:19:52.442Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2335 | 2024-12-20T21:19:52.470Z | Checking bcs v0.1.6 |
2336 | 2024-12-20T21:19:52.799Z | Compiling async-recursion v1.1.1 |
2337 | 2024-12-20T21:19:52.941Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2338 | 2024-12-20T21:19:54.126Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2339 | 2024-12-20T21:19:54.363Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2340 | 2024-12-20T21:20:00.172Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2341 | 2024-12-20T21:20:03.556Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2342 | 2024-12-20T21:20:06.186Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2343 | 2024-12-20T21:20:07.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s |
2344 | 2024-12-20T21:20:07.595Z | |
2345 | 2024-12-20T21:20:07.595Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2346 | 2024-12-20T21:20:08.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-20T21:20:08.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-20T21:20:08.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2349 | 2024-12-20T21:20:08.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2350 | 2024-12-20T21:20:08.222Z | |
2351 | 2024-12-20T21:20:08.222Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2352 | 2024-12-20T21:20:08.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-12-20T21:20:08.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-12-20T21:20:08.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2355 | 2024-12-20T21:20:08.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2356 | 2024-12-20T21:20:08.858Z | |
2357 | 2024-12-20T21:20:08.858Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2358 | 2024-12-20T21:20:09.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-12-20T21:20:09.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-12-20T21:20:09.508Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2024-12-20T21:20:10.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2362 | 2024-12-20T21:20:10.315Z | |
2363 | 2024-12-20T21:20:10.315Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2364 | 2024-12-20T21:20:10.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-12-20T21:20:10.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-12-20T21:20:10.984Z | Compiling cfg_aliases v0.1.1 |
2367 | 2024-12-20T21:20:10.987Z | Compiling vte_generate_state_changes v0.1.2 |
2368 | 2024-12-20T21:20:10.987Z | Checking fd-lock v4.0.2 |
2369 | 2024-12-20T21:20:11.085Z | Checking nibble_vec v0.1.0 |
2370 | 2024-12-20T21:20:11.088Z | Checking endian-type v0.1.2 |
2371 | 2024-12-20T21:20:11.096Z | Checking bytecount v0.6.8 |
2372 | 2024-12-20T21:20:11.114Z | Compiling tabled_derive v0.7.0 |
2373 | 2024-12-20T21:20:11.117Z | Checking itertools v0.12.1 |
2374 | 2024-12-20T21:20:11.165Z | Compiling nix v0.28.0 |
2375 | 2024-12-20T21:20:11.235Z | Compiling peg-macros v0.8.4 |
2376 | 2024-12-20T21:20:11.260Z | Checking papergrid v0.11.0 |
2377 | 2024-12-20T21:20:11.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-12-20T21:20:11.306Z | Checking radix_trie v0.2.1 |
2379 | 2024-12-20T21:20:11.697Z | Checking vte v0.11.1 |
2380 | 2024-12-20T21:20:11.723Z | Compiling sqlparser_derive v0.2.2 |
2381 | 2024-12-20T21:20:12.431Z | Checking unicode_categories v0.1.1 |
2382 | 2024-12-20T21:20:12.711Z | Checking home v0.5.9 |
2383 | 2024-12-20T21:20:12.775Z | Checking nu-ansi-term v0.50.1 |
2384 | 2024-12-20T21:20:12.843Z | Checking sqlparser v0.45.0 |
2385 | 2024-12-20T21:20:12.847Z | Checking sqlformat v0.2.6 |
2386 | 2024-12-20T21:20:13.108Z | Checking strip-ansi-escapes v0.2.0 |
2387 | 2024-12-20T21:20:13.204Z | Checking display-error-chain v0.2.2 |
2388 | 2024-12-20T21:20:13.577Z | Checking tabled v0.15.0 |
2389 | 2024-12-20T21:20:13.681Z | Checking reedline v0.35.0 |
2390 | 2024-12-20T21:20:14.383Z | Checking peg v0.8.4 |
2391 | 2024-12-20T21:20:14.436Z | Checking rustyline v14.0.0 |
2392 | 2024-12-20T21:20:23.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s |
2393 | 2024-12-20T21:20:24.089Z | |
2394 | 2024-12-20T21:20:24.089Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2395 | 2024-12-20T21:20:24.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-12-20T21:20:24.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-12-20T21:20:24.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-12-20T21:20:29.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
2399 | 2024-12-20T21:20:29.979Z | |
2400 | 2024-12-20T21:20:29.979Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2401 | 2024-12-20T21:20:30.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-12-20T21:20:30.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-12-20T21:20:30.641Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-12-20T21:20:34.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
2405 | 2024-12-20T21:20:34.603Z | |
2406 | 2024-12-20T21:20:34.603Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2407 | 2024-12-20T21:20:35.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-12-20T21:20:35.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-12-20T21:20:35.260Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-12-20T21:20:40.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2411 | 2024-12-20T21:20:40.255Z | |
2412 | 2024-12-20T21:20:40.255Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2413 | 2024-12-20T21:20:40.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-12-20T21:20:40.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-12-20T21:20:40.925Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2024-12-20T21:20:45.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
2417 | 2024-12-20T21:20:45.898Z | |
2418 | 2024-12-20T21:20:45.898Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2419 | 2024-12-20T21:20:46.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-12-20T21:20:46.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-12-20T21:20:46.560Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2422 | 2024-12-20T21:20:50.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2423 | 2024-12-20T21:20:50.746Z | |
2424 | 2024-12-20T21:20:50.746Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2425 | 2024-12-20T21:20:51.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-12-20T21:20:51.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-12-20T21:20:51.407Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2428 | 2024-12-20T21:20:55.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
2429 | 2024-12-20T21:20:55.607Z | |
2430 | 2024-12-20T21:20:55.607Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2431 | 2024-12-20T21:20:56.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-12-20T21:20:56.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-12-20T21:20:56.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2434 | 2024-12-20T21:21:01.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2435 | 2024-12-20T21:21:01.424Z | |
2436 | 2024-12-20T21:21:01.424Z | info: running `cargo check --bins` on oximeter (46/175) |
2437 | 2024-12-20T21:21:01.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-12-20T21:21:01.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-12-20T21:21:01.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-12-20T21:21:01.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2441 | 2024-12-20T21:21:02.058Z | |
2442 | 2024-12-20T21:21:02.058Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2443 | 2024-12-20T21:21:02.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-12-20T21:21:02.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-12-20T21:21:02.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-12-20T21:21:02.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2447 | 2024-12-20T21:21:02.672Z | |
2448 | 2024-12-20T21:21:02.672Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2449 | 2024-12-20T21:21:03.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-12-20T21:21:03.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-12-20T21:21:03.324Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2452 | 2024-12-20T21:21:03.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2453 | 2024-12-20T21:21:03.934Z | |
2454 | 2024-12-20T21:21:03.934Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2455 | 2024-12-20T21:21:04.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-12-20T21:21:04.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-12-20T21:21:04.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-12-20T21:21:04.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2459 | 2024-12-20T21:21:04.563Z | |
2460 | 2024-12-20T21:21:04.564Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2461 | 2024-12-20T21:21:05.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-12-20T21:21:05.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-12-20T21:21:05.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-12-20T21:21:05.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2465 | 2024-12-20T21:21:05.202Z | |
2466 | 2024-12-20T21:21:05.202Z | info: running `cargo check --bins` on oxql-types (51/175) |
2467 | 2024-12-20T21:21:05.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-12-20T21:21:05.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-12-20T21:21:05.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-12-20T21:21:05.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2471 | 2024-12-20T21:21:05.829Z | |
2472 | 2024-12-20T21:21:05.829Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2473 | 2024-12-20T21:21:06.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-12-20T21:21:06.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-12-20T21:21:06.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-12-20T21:21:06.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2024-12-20T21:21:06.474Z | |
2478 | 2024-12-20T21:21:06.474Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2479 | 2024-12-20T21:21:07.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-12-20T21:21:07.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-12-20T21:21:07.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-12-20T21:21:07.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2483 | 2024-12-20T21:21:07.110Z | |
2484 | 2024-12-20T21:21:07.110Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2485 | 2024-12-20T21:21:07.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-12-20T21:21:07.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-12-20T21:21:07.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-12-20T21:21:07.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2489 | 2024-12-20T21:21:07.741Z | |
2490 | 2024-12-20T21:21:07.741Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2491 | 2024-12-20T21:21:08.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-12-20T21:21:08.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-12-20T21:21:08.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-12-20T21:21:08.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2495 | 2024-12-20T21:21:08.362Z | |
2496 | 2024-12-20T21:21:08.363Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2497 | 2024-12-20T21:21:08.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-12-20T21:21:08.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-12-20T21:21:08.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-12-20T21:21:08.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2501 | 2024-12-20T21:21:08.992Z | |
2502 | 2024-12-20T21:21:08.992Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2503 | 2024-12-20T21:21:09.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-12-20T21:21:09.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-12-20T21:21:09.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-12-20T21:21:09.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2507 | 2024-12-20T21:21:09.618Z | |
2508 | 2024-12-20T21:21:09.618Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2509 | 2024-12-20T21:21:10.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-12-20T21:21:10.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-12-20T21:21:10.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-12-20T21:21:10.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2513 | 2024-12-20T21:21:10.234Z | |
2514 | 2024-12-20T21:21:10.234Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2515 | 2024-12-20T21:21:10.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-12-20T21:21:10.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-12-20T21:21:10.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-12-20T21:21:10.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2519 | 2024-12-20T21:21:10.874Z | |
2520 | 2024-12-20T21:21:10.874Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2521 | 2024-12-20T21:21:11.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-12-20T21:21:11.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-12-20T21:21:11.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-12-20T21:21:11.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2525 | 2024-12-20T21:21:11.494Z | |
2526 | 2024-12-20T21:21:11.494Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2527 | 2024-12-20T21:21:12.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-12-20T21:21:12.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-12-20T21:21:12.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-12-20T21:21:12.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2531 | 2024-12-20T21:21:12.115Z | |
2532 | 2024-12-20T21:21:12.115Z | info: running `cargo check --bins` on dpd-client (62/175) |
2533 | 2024-12-20T21:21:12.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-12-20T21:21:12.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-12-20T21:21:12.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-12-20T21:21:12.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2537 | 2024-12-20T21:21:12.733Z | |
2538 | 2024-12-20T21:21:12.733Z | info: running `cargo check --bins` on gateway-client (63/175) |
2539 | 2024-12-20T21:21:13.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-12-20T21:21:13.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-12-20T21:21:13.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-12-20T21:21:13.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2543 | 2024-12-20T21:21:13.336Z | |
2544 | 2024-12-20T21:21:13.336Z | info: running `cargo check --bins` on installinator-client (64/175) |
2545 | 2024-12-20T21:21:13.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-12-20T21:21:13.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-12-20T21:21:13.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-12-20T21:21:13.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2549 | 2024-12-20T21:21:13.976Z | |
2550 | 2024-12-20T21:21:13.976Z | info: running `cargo check --bins` on installinator-common (65/175) |
2551 | 2024-12-20T21:21:14.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-12-20T21:21:14.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-12-20T21:21:14.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-12-20T21:21:14.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2555 | 2024-12-20T21:21:14.609Z | |
2556 | 2024-12-20T21:21:14.609Z | info: running `cargo check --bins` on update-engine (66/175) |
2557 | 2024-12-20T21:21:15.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-12-20T21:21:15.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-12-20T21:21:15.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-12-20T21:21:15.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2561 | 2024-12-20T21:21:15.216Z | |
2562 | 2024-12-20T21:21:15.216Z | info: running `cargo check --bins` on nexus-client (67/175) |
2563 | 2024-12-20T21:21:15.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-12-20T21:21:15.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-12-20T21:21:15.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-12-20T21:21:15.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2567 | 2024-12-20T21:21:15.863Z | |
2568 | 2024-12-20T21:21:15.863Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2569 | 2024-12-20T21:21:16.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-12-20T21:21:16.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-12-20T21:21:16.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-12-20T21:21:16.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2573 | 2024-12-20T21:21:16.496Z | |
2574 | 2024-12-20T21:21:16.496Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2575 | 2024-12-20T21:21:17.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-12-20T21:21:17.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-12-20T21:21:17.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-12-20T21:21:17.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2579 | 2024-12-20T21:21:17.112Z | |
2580 | 2024-12-20T21:21:17.112Z | info: running `cargo check --bins` on nexus-types (70/175) |
2581 | 2024-12-20T21:21:17.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-12-20T21:21:17.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-12-20T21:21:17.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-12-20T21:21:17.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2585 | 2024-12-20T21:21:17.757Z | |
2586 | 2024-12-20T21:21:17.757Z | info: running `cargo check --bins` on oxide-client (71/175) |
2587 | 2024-12-20T21:21:18.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-12-20T21:21:18.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-12-20T21:21:18.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-12-20T21:21:18.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2591 | 2024-12-20T21:21:18.365Z | |
2592 | 2024-12-20T21:21:18.365Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2593 | 2024-12-20T21:21:18.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-12-20T21:21:18.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-12-20T21:21:18.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-12-20T21:21:18.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2597 | 2024-12-20T21:21:18.985Z | |
2598 | 2024-12-20T21:21:18.985Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2599 | 2024-12-20T21:21:19.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-12-20T21:21:19.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-12-20T21:21:19.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-12-20T21:21:19.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2603 | 2024-12-20T21:21:19.602Z | |
2604 | 2024-12-20T21:21:19.602Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2605 | 2024-12-20T21:21:20.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-12-20T21:21:20.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-12-20T21:21:20.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-12-20T21:21:20.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2609 | 2024-12-20T21:21:20.239Z | |
2610 | 2024-12-20T21:21:20.239Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2611 | 2024-12-20T21:21:20.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-12-20T21:21:20.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-12-20T21:21:20.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-12-20T21:21:20.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2615 | 2024-12-20T21:21:20.913Z | |
2616 | 2024-12-20T21:21:20.913Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2617 | 2024-12-20T21:21:21.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-12-20T21:21:21.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-12-20T21:21:21.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-12-20T21:21:21.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2621 | 2024-12-20T21:21:21.555Z | |
2622 | 2024-12-20T21:21:21.555Z | info: running `cargo check --bins` on wicket-common (77/175) |
2623 | 2024-12-20T21:21:22.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-12-20T21:21:22.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-12-20T21:21:22.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-12-20T21:21:22.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2627 | 2024-12-20T21:21:22.196Z | |
2628 | 2024-12-20T21:21:22.196Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2629 | 2024-12-20T21:21:22.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-12-20T21:21:22.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-12-20T21:21:22.856Z | Checking csv-core v0.1.11 |
2632 | 2024-12-20T21:21:22.856Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2633 | 2024-12-20T21:21:22.859Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2634 | 2024-12-20T21:21:23.167Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2635 | 2024-12-20T21:21:23.178Z | Checking csv v1.3.0 |
2636 | 2024-12-20T21:21:23.738Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2637 | 2024-12-20T21:21:24.074Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2638 | 2024-12-20T21:21:25.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
2639 | 2024-12-20T21:21:25.528Z | |
2640 | 2024-12-20T21:21:25.528Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2641 | 2024-12-20T21:21:26.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-12-20T21:21:26.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-12-20T21:21:26.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-12-20T21:21:26.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2645 | 2024-12-20T21:21:26.171Z | |
2646 | 2024-12-20T21:21:26.171Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2647 | 2024-12-20T21:21:26.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-12-20T21:21:26.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-12-20T21:21:26.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-12-20T21:21:26.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2651 | 2024-12-20T21:21:26.801Z | |
2652 | 2024-12-20T21:21:26.801Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2653 | 2024-12-20T21:21:27.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-12-20T21:21:27.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-12-20T21:21:27.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-12-20T21:21:27.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2657 | 2024-12-20T21:21:27.527Z | |
2658 | 2024-12-20T21:21:27.527Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2659 | 2024-12-20T21:21:28.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-12-20T21:21:28.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-12-20T21:21:28.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-12-20T21:21:28.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2663 | 2024-12-20T21:21:28.250Z | |
2664 | 2024-12-20T21:21:28.250Z | info: running `cargo check --bins` on dns-server (83/175) |
2665 | 2024-12-20T21:21:28.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-12-20T21:21:28.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-12-20T21:21:28.892Z | Compiling parking_lot_core v0.8.6 |
2668 | 2024-12-20T21:21:28.892Z | Checking fxhash v0.2.1 |
2669 | 2024-12-20T21:21:28.895Z | Checking hickory-server v0.24.1 |
2670 | 2024-12-20T21:21:28.895Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2671 | 2024-12-20T21:21:28.994Z | Checking hickory-client v0.24.1 |
2672 | 2024-12-20T21:21:29.594Z | Checking parking_lot v0.11.2 |
2673 | 2024-12-20T21:21:29.722Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2674 | 2024-12-20T21:21:29.727Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2675 | 2024-12-20T21:21:29.836Z | Checking sled v0.34.7 |
2676 | 2024-12-20T21:21:31.638Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2677 | 2024-12-20T21:21:32.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2678 | 2024-12-20T21:21:33.061Z | |
2679 | 2024-12-20T21:21:33.061Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2680 | 2024-12-20T21:21:33.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-12-20T21:21:33.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-12-20T21:21:33.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-12-20T21:21:33.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2684 | 2024-12-20T21:21:33.685Z | |
2685 | 2024-12-20T21:21:33.685Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2686 | 2024-12-20T21:21:34.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-12-20T21:21:34.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-12-20T21:21:34.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-12-20T21:21:34.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2690 | 2024-12-20T21:21:34.358Z | |
2691 | 2024-12-20T21:21:34.358Z | info: running `cargo check --bins` on gateway-types (86/175) |
2692 | 2024-12-20T21:21:34.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-12-20T21:21:34.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-12-20T21:21:34.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-12-20T21:21:34.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2696 | 2024-12-20T21:21:34.980Z | |
2697 | 2024-12-20T21:21:34.980Z | info: running `cargo check --bins` on ipcc (87/175) |
2698 | 2024-12-20T21:21:35.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-12-20T21:21:35.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-12-20T21:21:35.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-12-20T21:21:35.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2702 | 2024-12-20T21:21:35.603Z | |
2703 | 2024-12-20T21:21:35.603Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2704 | 2024-12-20T21:21:36.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-12-20T21:21:36.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-12-20T21:21:36.296Z | Compiling semver v0.1.20 |
2707 | 2024-12-20T21:21:36.296Z | Compiling radium v0.7.0 |
2708 | 2024-12-20T21:21:36.413Z | Checking tap v1.0.1 |
2709 | 2024-12-20T21:21:36.415Z | Compiling maybe-uninit v2.0.0 |
2710 | 2024-12-20T21:21:36.433Z | Checking password-hash v0.5.0 |
2711 | 2024-12-20T21:21:36.436Z | Checking blake2 v0.10.6 |
2712 | 2024-12-20T21:21:36.436Z | Checking crc-catalog v2.4.0 |
2713 | 2024-12-20T21:21:36.436Z | Compiling packed_struct v0.10.1 |
2714 | 2024-12-20T21:21:36.538Z | Checking wyz v0.5.1 |
2715 | 2024-12-20T21:21:36.614Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2024-12-20T21:21:36.848Z | Compiling rustc_version v0.1.7 |
2717 | 2024-12-20T21:21:36.904Z | Compiling owo-colors v4.1.0 |
2718 | 2024-12-20T21:21:36.907Z | Checking funty v2.0.0 |
2719 | 2024-12-20T21:21:36.978Z | Checking argon2 v0.5.3 |
2720 | 2024-12-20T21:21:36.994Z | Checking crc v3.2.1 |
2721 | 2024-12-20T21:21:37.009Z | Compiling packed_struct_codegen v0.10.1 |
2722 | 2024-12-20T21:21:37.119Z | Checking half v2.4.1 |
2723 | 2024-12-20T21:21:37.198Z | Compiling indexmap v1.9.3 |
2724 | 2024-12-20T21:21:37.235Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2725 | 2024-12-20T21:21:37.317Z | Compiling newtype_derive v0.1.6 |
2726 | 2024-12-20T21:21:37.424Z | Checking nodrop v0.1.14 |
2727 | 2024-12-20T21:21:37.496Z | Checking ciborium-io v0.2.2 |
2728 | 2024-12-20T21:21:37.542Z | Checking array-init v0.0.4 |
2729 | 2024-12-20T21:21:37.589Z | Checking smallvec v0.6.14 |
2730 | 2024-12-20T21:21:37.620Z | Checking ciborium-ll v0.2.2 |
2731 | 2024-12-20T21:21:37.661Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2732 | 2024-12-20T21:21:37.779Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2733 | 2024-12-20T21:21:37.796Z | Checking bitvec v1.0.1 |
2734 | 2024-12-20T21:21:37.944Z | Checking libsw v3.3.1 |
2735 | 2024-12-20T21:21:37.976Z | Compiling memoffset v0.9.1 |
2736 | 2024-12-20T21:21:38.223Z | Checking indent_write v2.2.0 |
2737 | 2024-12-20T21:21:38.267Z | Checking hashbrown v0.12.3 |
2738 | 2024-12-20T21:21:38.341Z | Checking linear-map v1.2.0 |
2739 | 2024-12-20T21:21:38.429Z | Checking termcolor v1.4.1 |
2740 | 2024-12-20T21:21:38.549Z | Checking bitfield v0.14.0 |
2741 | 2024-12-20T21:21:38.608Z | Checking swrite v0.1.0 |
2742 | 2024-12-20T21:21:38.692Z | Checking serde-hex v0.1.0 |
2743 | 2024-12-20T21:21:38.753Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2744 | 2024-12-20T21:21:38.820Z | Checking ron v0.8.1 |
2745 | 2024-12-20T21:21:38.904Z | Checking env_logger v0.10.2 |
2746 | 2024-12-20T21:21:39.441Z | Checking ciborium v0.2.2 |
2747 | 2024-12-20T21:21:39.458Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2748 | 2024-12-20T21:21:40.229Z | Checking steno v0.4.1 |
2749 | 2024-12-20T21:21:40.258Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2750 | 2024-12-20T21:21:40.258Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2751 | 2024-12-20T21:21:40.271Z | Checking hashbrown v0.13.2 |
2752 | 2024-12-20T21:21:40.288Z | Checking humantime v2.1.0 |
2753 | 2024-12-20T21:21:40.416Z | Checking crc-any v2.5.0 |
2754 | 2024-12-20T21:21:40.591Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2755 | 2024-12-20T21:21:40.822Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2756 | 2024-12-20T21:21:41.207Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2757 | 2024-12-20T21:21:41.271Z | Checking path-slash v0.1.5 |
2758 | 2024-12-20T21:21:41.369Z | Checking object v0.30.4 |
2759 | 2024-12-20T21:21:41.420Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2760 | 2024-12-20T21:21:41.556Z | Checking nix v0.27.1 |
2761 | 2024-12-20T21:21:42.136Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2762 | 2024-12-20T21:21:42.572Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2763 | 2024-12-20T21:21:42.663Z | Checking tungstenite v0.23.0 |
2764 | 2024-12-20T21:21:42.820Z | Checking kstat-rs v0.2.4 |
2765 | 2024-12-20T21:21:42.839Z | Checking signal-hook-tokio v0.3.1 |
2766 | 2024-12-20T21:21:43.159Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2767 | 2024-12-20T21:21:43.439Z | Checking tokio-tungstenite v0.23.1 |
2768 | 2024-12-20T21:21:44.305Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2769 | 2024-12-20T21:21:44.325Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2770 | 2024-12-20T21:21:44.387Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2771 | 2024-12-20T21:21:51.287Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2772 | 2024-12-20T21:21:52.583Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2773 | 2024-12-20T21:21:55.193Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2024-12-20T21:22:00.997Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2775 | 2024-12-20T21:22:01.708Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2776 | 2024-12-20T21:22:04.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.97s |
2777 | 2024-12-20T21:22:04.764Z | |
2778 | 2024-12-20T21:22:04.764Z | info: running `cargo check --bins` on gateway-api (89/175) |
2779 | 2024-12-20T21:22:05.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-12-20T21:22:05.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-12-20T21:22:05.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-12-20T21:22:05.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2783 | 2024-12-20T21:22:05.385Z | |
2784 | 2024-12-20T21:22:05.385Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2785 | 2024-12-20T21:22:05.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-12-20T21:22:05.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-12-20T21:22:05.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-12-20T21:22:05.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2789 | 2024-12-20T21:22:06.006Z | |
2790 | 2024-12-20T21:22:06.006Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2791 | 2024-12-20T21:22:06.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-12-20T21:22:06.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-12-20T21:22:06.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-12-20T21:22:06.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2795 | 2024-12-20T21:22:06.633Z | |
2796 | 2024-12-20T21:22:06.633Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2797 | 2024-12-20T21:22:07.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-12-20T21:22:07.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-12-20T21:22:07.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-12-20T21:22:07.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2801 | 2024-12-20T21:22:07.257Z | |
2802 | 2024-12-20T21:22:07.257Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2803 | 2024-12-20T21:22:07.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-12-20T21:22:07.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-12-20T21:22:07.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-12-20T21:22:07.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2024-12-20T21:22:08.097Z | |
2808 | 2024-12-20T21:22:08.097Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2809 | 2024-12-20T21:22:08.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-12-20T21:22:08.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-12-20T21:22:08.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-12-20T21:22:08.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2813 | 2024-12-20T21:22:08.522Z | |
2814 | 2024-12-20T21:22:08.522Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2815 | 2024-12-20T21:22:09.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-12-20T21:22:09.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-12-20T21:22:09.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-12-20T21:22:09.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2819 | 2024-12-20T21:22:09.148Z | |
2820 | 2024-12-20T21:22:09.148Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2821 | 2024-12-20T21:22:09.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-12-20T21:22:09.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-12-20T21:22:09.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-12-20T21:22:09.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2825 | 2024-12-20T21:22:09.828Z | |
2826 | 2024-12-20T21:22:09.828Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2827 | 2024-12-20T21:22:10.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-12-20T21:22:10.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-12-20T21:22:10.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-12-20T21:22:10.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2831 | 2024-12-20T21:22:10.519Z | |
2832 | 2024-12-20T21:22:10.519Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2833 | 2024-12-20T21:22:11.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-12-20T21:22:11.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-12-20T21:22:11.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-12-20T21:22:11.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2837 | 2024-12-20T21:22:11.170Z | |
2838 | 2024-12-20T21:22:11.170Z | info: running `cargo check --bins` on sp-sim (99/175) |
2839 | 2024-12-20T21:22:11.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-12-20T21:22:11.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-12-20T21:22:11.801Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2842 | 2024-12-20T21:22:13.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2843 | 2024-12-20T21:22:13.844Z | |
2844 | 2024-12-20T21:22:13.845Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2845 | 2024-12-20T21:22:14.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-12-20T21:22:14.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-12-20T21:22:14.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-12-20T21:22:14.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2849 | 2024-12-20T21:22:14.526Z | |
2850 | 2024-12-20T21:22:14.526Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2851 | 2024-12-20T21:22:15.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-12-20T21:22:15.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-12-20T21:22:15.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-12-20T21:22:15.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2855 | 2024-12-20T21:22:15.343Z | |
2856 | 2024-12-20T21:22:15.344Z | info: running `cargo check --bins` on db-macros (102/175) |
2857 | 2024-12-20T21:22:15.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-12-20T21:22:15.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-12-20T21:22:15.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-12-20T21:22:15.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2861 | 2024-12-20T21:22:15.830Z | |
2862 | 2024-12-20T21:22:15.830Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2863 | 2024-12-20T21:22:16.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-12-20T21:22:16.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-12-20T21:22:16.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-12-20T21:22:16.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2867 | 2024-12-20T21:22:16.439Z | |
2868 | 2024-12-20T21:22:16.439Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2869 | 2024-12-20T21:22:17.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-12-20T21:22:17.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-12-20T21:22:17.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-12-20T21:22:17.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2873 | 2024-12-20T21:22:17.112Z | |
2874 | 2024-12-20T21:22:17.112Z | info: running `cargo check --bins` on authz-macros (105/175) |
2875 | 2024-12-20T21:22:17.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-12-20T21:22:17.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-12-20T21:22:17.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-12-20T21:22:17.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2879 | 2024-12-20T21:22:17.732Z | |
2880 | 2024-12-20T21:22:17.732Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2881 | 2024-12-20T21:22:18.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-12-20T21:22:18.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-12-20T21:22:18.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-12-20T21:22:18.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2885 | 2024-12-20T21:22:18.400Z | |
2886 | 2024-12-20T21:22:18.400Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2887 | 2024-12-20T21:22:18.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-12-20T21:22:18.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-12-20T21:22:18.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-12-20T21:22:18.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2891 | 2024-12-20T21:22:19.054Z | |
2892 | 2024-12-20T21:22:19.054Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2893 | 2024-12-20T21:22:19.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-12-20T21:22:19.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-12-20T21:22:19.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2024-12-20T21:22:19.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2897 | 2024-12-20T21:22:19.761Z | |
2898 | 2024-12-20T21:22:19.761Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2899 | 2024-12-20T21:22:20.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-12-20T21:22:20.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-12-20T21:22:20.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2024-12-20T21:22:20.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2903 | 2024-12-20T21:22:20.348Z | |
2904 | 2024-12-20T21:22:20.348Z | info: running `cargo check --bins` on typed-rng (110/175) |
2905 | 2024-12-20T21:22:20.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-12-20T21:22:20.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-12-20T21:22:20.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2024-12-20T21:22:20.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2909 | 2024-12-20T21:22:21.019Z | |
2910 | 2024-12-20T21:22:21.019Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2911 | 2024-12-20T21:22:21.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-12-20T21:22:21.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-12-20T21:22:21.703Z | Checking keccak v0.1.5 |
2914 | 2024-12-20T21:22:21.809Z | Checking secrecy v0.8.0 |
2915 | 2024-12-20T21:22:21.812Z | Compiling unicase v2.7.0 |
2916 | 2024-12-20T21:22:21.812Z | Compiling same-file v1.0.6 |
2917 | 2024-12-20T21:22:21.839Z | Compiling tempfile v3.13.0 |
2918 | 2024-12-20T21:22:21.855Z | Compiling thiserror-impl-no-std v2.0.2 |
2919 | 2024-12-20T21:22:21.858Z | Checking universal-hash v0.5.1 |
2920 | 2024-12-20T21:22:21.858Z | Compiling blake3 v1.5.4 |
2921 | 2024-12-20T21:22:22.002Z | Compiling walkdir v2.5.0 |
2922 | 2024-12-20T21:22:22.065Z | Compiling ring v0.16.20 |
2923 | 2024-12-20T21:22:22.099Z | Checking sha3 v0.10.8 |
2924 | 2024-12-20T21:22:22.102Z | Checking opaque-debug v0.3.1 |
2925 | 2024-12-20T21:22:22.212Z | Checking poly1305 v0.8.0 |
2926 | 2024-12-20T21:22:22.269Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2927 | 2024-12-20T21:22:22.512Z | Checking chacha20 v0.9.1 |
2928 | 2024-12-20T21:22:22.563Z | Checking aead v0.5.2 |
2929 | 2024-12-20T21:22:22.688Z | Compiling memmap2 v0.9.5 |
2930 | 2024-12-20T21:22:22.708Z | Compiling salty v0.3.0 |
2931 | 2024-12-20T21:22:22.774Z | Compiling constant_time_eq v0.3.1 |
2932 | 2024-12-20T21:22:22.793Z | Compiling arrayref v0.3.9 |
2933 | 2024-12-20T21:22:22.878Z | Compiling libefi-sys v0.1.0 |
2934 | 2024-12-20T21:22:22.894Z | Compiling arrayvec v0.7.6 |
2935 | 2024-12-20T21:22:22.938Z | Compiling spin v0.5.2 |
2936 | 2024-12-20T21:22:23.107Z | Checking chacha20poly1305 v0.10.1 |
2937 | 2024-12-20T21:22:23.157Z | Compiling toolchain_find v0.4.0 |
2938 | 2024-12-20T21:22:23.204Z | Compiling camino-tempfile v1.1.1 |
2939 | 2024-12-20T21:22:23.207Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2940 | 2024-12-20T21:22:23.281Z | Compiling bitfield-struct v0.6.2 |
2941 | 2024-12-20T21:22:23.576Z | Compiling topological-sort v0.2.2 |
2942 | 2024-12-20T21:22:23.657Z | Compiling mime_guess v2.0.5 |
2943 | 2024-12-20T21:22:23.728Z | Compiling rustfmt-wrapper v0.2.1 |
2944 | 2024-12-20T21:22:24.164Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2945 | 2024-12-20T21:22:24.314Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2946 | 2024-12-20T21:22:24.432Z | Checking primeorder v0.13.6 |
2947 | 2024-12-20T21:22:24.527Z | Checking env_filter v0.1.2 |
2948 | 2024-12-20T21:22:24.610Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2949 | 2024-12-20T21:22:24.719Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2950 | 2024-12-20T21:22:24.751Z | Checking env_logger v0.11.5 |
2951 | 2024-12-20T21:22:24.889Z | Checking p384 v0.13.0 |
2952 | 2024-12-20T21:22:24.962Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2953 | 2024-12-20T21:22:24.980Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2954 | 2024-12-20T21:22:24.983Z | Checking thiserror-no-std v2.0.2 |
2955 | 2024-12-20T21:22:25.085Z | Checking vsss-rs v3.3.4 |
2956 | 2024-12-20T21:22:25.231Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2957 | 2024-12-20T21:22:25.275Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2958 | 2024-12-20T21:22:25.335Z | Checking bumpalo v3.16.0 |
2959 | 2024-12-20T21:22:25.624Z | Checking simd-adler32 v0.3.7 |
2960 | 2024-12-20T21:22:25.694Z | Checking lockfree-object-pool v0.1.6 |
2961 | 2024-12-20T21:22:25.725Z | Checking http-range v0.1.5 |
2962 | 2024-12-20T21:22:25.774Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2963 | 2024-12-20T21:22:25.916Z | Compiling zip v2.1.3 |
2964 | 2024-12-20T21:22:25.951Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2965 | 2024-12-20T21:22:26.007Z | Checking zopfli v0.8.1 |
2966 | 2024-12-20T21:22:26.092Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2967 | 2024-12-20T21:22:26.217Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2968 | 2024-12-20T21:22:26.396Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2969 | 2024-12-20T21:22:26.677Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2970 | 2024-12-20T21:22:26.790Z | Checking nanorand v0.7.0 |
2971 | 2024-12-20T21:22:26.902Z | Checking atty v0.2.14 |
2972 | 2024-12-20T21:22:26.966Z | Checking glob v0.3.1 |
2973 | 2024-12-20T21:22:27.024Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2974 | 2024-12-20T21:22:27.166Z | Checking flume v0.11.1 |
2975 | 2024-12-20T21:22:27.663Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2976 | 2024-12-20T21:22:27.682Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2977 | 2024-12-20T21:22:27.683Z | Checking hyper-staticfile v0.10.1 |
2978 | 2024-12-20T21:22:27.831Z | Compiling omicron-zone-package v0.11.1 |
2979 | 2024-12-20T21:22:28.176Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2980 | 2024-12-20T21:22:29.381Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2981 | 2024-12-20T21:22:29.431Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2982 | 2024-12-20T21:22:29.546Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2983 | 2024-12-20T21:22:29.676Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2984 | 2024-12-20T21:22:29.805Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2985 | 2024-12-20T21:22:29.878Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2986 | 2024-12-20T21:22:30.428Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2987 | 2024-12-20T21:22:30.740Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2988 | 2024-12-20T21:22:31.199Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2989 | 2024-12-20T21:22:32.194Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2990 | 2024-12-20T21:22:34.292Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2991 | 2024-12-20T21:22:34.295Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2992 | 2024-12-20T21:22:44.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-12-20T21:22:58.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.08s |
2994 | 2024-12-20T21:22:58.216Z | |
2995 | 2024-12-20T21:22:58.216Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2996 | 2024-12-20T21:22:58.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-12-20T21:22:58.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-12-20T21:22:58.946Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-12-20T21:23:12.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
3000 | 2024-12-20T21:23:12.950Z | |
3001 | 2024-12-20T21:23:12.950Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
3002 | 2024-12-20T21:23:13.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-12-20T21:23:13.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-12-20T21:23:13.681Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-12-20T21:23:27.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3006 | 2024-12-20T21:23:27.758Z | |
3007 | 2024-12-20T21:23:27.758Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
3008 | 2024-12-20T21:23:28.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-12-20T21:23:28.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-12-20T21:23:28.491Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-20T21:23:42.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3012 | 2024-12-20T21:23:42.566Z | |
3013 | 2024-12-20T21:23:42.566Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
3014 | 2024-12-20T21:23:43.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-20T21:23:43.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-20T21:23:43.312Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-20T21:23:57.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s |
3018 | 2024-12-20T21:23:57.432Z | |
3019 | 2024-12-20T21:23:57.432Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3020 | 2024-12-20T21:23:58.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-20T21:23:58.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-20T21:23:58.167Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2024-12-20T21:24:12.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s |
3024 | 2024-12-20T21:24:12.402Z | |
3025 | 2024-12-20T21:24:12.402Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3026 | 2024-12-20T21:24:13.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-20T21:24:13.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-20T21:24:13.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3029 | 2024-12-20T21:24:27.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s |
3030 | 2024-12-20T21:24:27.347Z | |
3031 | 2024-12-20T21:24:27.348Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3032 | 2024-12-20T21:24:27.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-20T21:24:27.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-20T21:24:28.077Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3035 | 2024-12-20T21:24:41.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
3036 | 2024-12-20T21:24:42.049Z | |
3037 | 2024-12-20T21:24:42.049Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3038 | 2024-12-20T21:24:42.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-20T21:24:42.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-20T21:24:42.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-12-20T21:24:42.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3042 | 2024-12-20T21:24:42.704Z | |
3043 | 2024-12-20T21:24:42.704Z | info: running `cargo check --bins` on key-manager (120/175) |
3044 | 2024-12-20T21:24:43.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-20T21:24:43.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-20T21:24:43.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-12-20T21:24:43.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3048 | 2024-12-20T21:24:43.326Z | |
3049 | 2024-12-20T21:24:43.326Z | info: running `cargo check --bins` on range-requests (121/175) |
3050 | 2024-12-20T21:24:43.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-20T21:24:43.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-20T21:24:43.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-12-20T21:24:43.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3054 | 2024-12-20T21:24:43.933Z | |
3055 | 2024-12-20T21:24:43.933Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3056 | 2024-12-20T21:24:44.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-20T21:24:44.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-20T21:24:44.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-20T21:24:44.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3060 | 2024-12-20T21:24:44.554Z | |
3061 | 2024-12-20T21:24:44.554Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3062 | 2024-12-20T21:24:45.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-20T21:24:45.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-20T21:24:45.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-20T21:24:45.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3066 | 2024-12-20T21:24:45.202Z | |
3067 | 2024-12-20T21:24:45.202Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3068 | 2024-12-20T21:24:45.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-20T21:24:45.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-20T21:24:45.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-20T21:24:45.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3072 | 2024-12-20T21:24:45.811Z | |
3073 | 2024-12-20T21:24:45.811Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3074 | 2024-12-20T21:24:46.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-20T21:24:46.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-20T21:24:46.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-20T21:24:46.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3078 | 2024-12-20T21:24:46.449Z | |
3079 | 2024-12-20T21:24:46.449Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3080 | 2024-12-20T21:24:47.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-20T21:24:47.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-20T21:24:47.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-12-20T21:24:47.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3084 | 2024-12-20T21:24:47.087Z | |
3085 | 2024-12-20T21:24:47.087Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3086 | 2024-12-20T21:24:47.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-12-20T21:24:47.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-12-20T21:24:47.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2024-12-20T21:24:47.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3090 | 2024-12-20T21:24:47.725Z | |
3091 | 2024-12-20T21:24:47.725Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3092 | 2024-12-20T21:24:48.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-12-20T21:24:48.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-12-20T21:24:48.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-12-20T21:24:48.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3096 | 2024-12-20T21:24:48.376Z | |
3097 | 2024-12-20T21:24:48.376Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3098 | 2024-12-20T21:24:48.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-12-20T21:24:48.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-12-20T21:24:48.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-12-20T21:24:48.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3102 | 2024-12-20T21:24:49.036Z | |
3103 | 2024-12-20T21:24:49.036Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3104 | 2024-12-20T21:24:49.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-12-20T21:24:49.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-12-20T21:24:49.719Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3107 | 2024-12-20T21:24:49.719Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3108 | 2024-12-20T21:24:50.604Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3109 | 2024-12-20T21:24:52.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
3110 | 2024-12-20T21:24:52.841Z | |
3111 | 2024-12-20T21:24:52.841Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3112 | 2024-12-20T21:24:53.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-12-20T21:24:53.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-12-20T21:24:53.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-12-20T21:24:53.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3116 | 2024-12-20T21:24:53.473Z | |
3117 | 2024-12-20T21:24:53.473Z | info: running `cargo check --bins` on cert-dev (132/175) |
3118 | 2024-12-20T21:24:54.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-12-20T21:24:54.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-12-20T21:24:54.079Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3121 | 2024-12-20T21:24:54.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3122 | 2024-12-20T21:24:54.510Z | |
3123 | 2024-12-20T21:24:54.510Z | info: running `cargo check --bins` on clickana (133/175) |
3124 | 2024-12-20T21:24:55.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-12-20T21:24:55.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-12-20T21:24:55.148Z | Checking castaway v0.2.3 |
3127 | 2024-12-20T21:24:55.148Z | Checking unicode-truncate v1.1.0 |
3128 | 2024-12-20T21:24:55.150Z | Checking lru v0.12.5 |
3129 | 2024-12-20T21:24:55.150Z | Compiling instability v0.3.2 |
3130 | 2024-12-20T21:24:55.151Z | Checking cassowary v0.3.0 |
3131 | 2024-12-20T21:24:55.151Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3132 | 2024-12-20T21:24:55.371Z | Checking compact_str v0.8.0 |
3133 | 2024-12-20T21:24:55.993Z | Checking ratatui v0.28.1 |
3134 | 2024-12-20T21:24:57.880Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3135 | 2024-12-20T21:24:58.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
3136 | 2024-12-20T21:24:58.908Z | |
3137 | 2024-12-20T21:24:58.908Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3138 | 2024-12-20T21:24:59.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-12-20T21:24:59.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-12-20T21:24:59.581Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3141 | 2024-12-20T21:24:59.581Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3142 | 2024-12-20T21:25:00.163Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3143 | 2024-12-20T21:25:00.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3144 | 2024-12-20T21:25:00.707Z | |
3145 | 2024-12-20T21:25:00.707Z | info: running `cargo check --bins` on ch-dev (135/175) |
3146 | 2024-12-20T21:25:01.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-12-20T21:25:01.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-12-20T21:25:01.367Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3149 | 2024-12-20T21:25:02.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3150 | 2024-12-20T21:25:02.291Z | |
3151 | 2024-12-20T21:25:02.291Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3152 | 2024-12-20T21:25:02.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-12-20T21:25:02.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-12-20T21:25:02.987Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3155 | 2024-12-20T21:25:03.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3156 | 2024-12-20T21:25:03.531Z | |
3157 | 2024-12-20T21:25:03.531Z | info: running `cargo check --bins` on db-dev (137/175) |
3158 | 2024-12-20T21:25:04.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2024-12-20T21:25:04.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2024-12-20T21:25:04.188Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3161 | 2024-12-20T21:25:04.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3162 | 2024-12-20T21:25:05.090Z | |
3163 | 2024-12-20T21:25:05.090Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3164 | 2024-12-20T21:25:05.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2024-12-20T21:25:05.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2024-12-20T21:25:05.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3167 | 2024-12-20T21:25:05.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3168 | 2024-12-20T21:25:05.743Z | |
3169 | 2024-12-20T21:25:05.743Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3170 | 2024-12-20T21:25:06.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2024-12-20T21:25:06.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2024-12-20T21:25:06.362Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3173 | 2024-12-20T21:25:07.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3174 | 2024-12-20T21:25:07.433Z | |
3175 | 2024-12-20T21:25:07.433Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3176 | 2024-12-20T21:25:07.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2024-12-20T21:25:07.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2024-12-20T21:25:08.046Z | Checking cargo-platform v0.1.8 |
3179 | 2024-12-20T21:25:08.315Z | Checking cargo_metadata v0.18.1 |
3180 | 2024-12-20T21:25:09.288Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3181 | 2024-12-20T21:25:10.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3182 | 2024-12-20T21:25:10.294Z | |
3183 | 2024-12-20T21:25:10.294Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3184 | 2024-12-20T21:25:10.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-12-20T21:25:10.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-12-20T21:25:11.030Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3187 | 2024-12-20T21:25:11.748Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3188 | 2024-12-20T21:25:12.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3189 | 2024-12-20T21:25:12.510Z | |
3190 | 2024-12-20T21:25:12.510Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3191 | 2024-12-20T21:25:13.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-12-20T21:25:13.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-12-20T21:25:13.308Z | Compiling crunchy v0.2.2 |
3194 | 2024-12-20T21:25:13.308Z | Compiling tiny-keccak v2.0.2 |
3195 | 2024-12-20T21:25:13.311Z | Compiling dsl_auto_type v0.1.2 |
3196 | 2024-12-20T21:25:13.311Z | Checking scheduled-thread-pool v0.2.7 |
3197 | 2024-12-20T21:25:13.311Z | Compiling diesel_table_macro_syntax v0.2.0 |
3198 | 2024-12-20T21:25:13.311Z | Compiling ascii-canvas v3.0.0 |
3199 | 2024-12-20T21:25:13.414Z | Compiling ena v0.14.3 |
3200 | 2024-12-20T21:25:13.417Z | Compiling regex-syntax v0.6.29 |
3201 | 2024-12-20T21:25:13.645Z | Checking r2d2 v0.8.10 |
3202 | 2024-12-20T21:25:13.732Z | Compiling diff v0.1.13 |
3203 | 2024-12-20T21:25:13.850Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3204 | 2024-12-20T21:25:13.882Z | Compiling ref-cast v1.0.23 |
3205 | 2024-12-20T21:25:13.936Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3206 | 2024-12-20T21:25:13.982Z | Compiling derive_builder_core v0.20.2 |
3207 | 2024-12-20T21:25:14.064Z | Compiling libxml v0.3.3 |
3208 | 2024-12-20T21:25:14.203Z | Compiling ref-cast-impl v1.0.23 |
3209 | 2024-12-20T21:25:14.359Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3210 | 2024-12-20T21:25:14.484Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3211 | 2024-12-20T21:25:14.510Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3212 | 2024-12-20T21:25:14.758Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3213 | 2024-12-20T21:25:14.788Z | Compiling strum_macros v0.24.3 |
3214 | 2024-12-20T21:25:14.894Z | Compiling samael v0.0.17 |
3215 | 2024-12-20T21:25:15.029Z | Compiling diesel_derives v2.2.3 |
3216 | 2024-12-20T21:25:15.176Z | Compiling indoc v1.0.9 |
3217 | 2024-12-20T21:25:16.195Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3218 | 2024-12-20T21:25:16.445Z | Compiling derive_builder_macro v0.20.2 |
3219 | 2024-12-20T21:25:16.482Z | Compiling impl-trait-for-tuples v0.2.2 |
3220 | 2024-12-20T21:25:16.779Z | Compiling lalrpop v0.19.12 |
3221 | 2024-12-20T21:25:17.352Z | Checking derive_builder v0.20.2 |
3222 | 2024-12-20T21:25:17.500Z | Compiling oso-derive v0.27.3 |
3223 | 2024-12-20T21:25:17.893Z | Checking quick-xml v0.33.0 |
3224 | 2024-12-20T21:25:18.490Z | Compiling diesel-dtrace v0.4.2 |
3225 | 2024-12-20T21:25:18.553Z | Checking maplit v1.0.2 |
3226 | 2024-12-20T21:25:18.706Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3227 | 2024-12-20T21:25:18.880Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3228 | 2024-12-20T21:25:19.158Z | Checking bb8 v0.8.5 |
3229 | 2024-12-20T21:25:19.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3230 | 2024-12-20T21:25:19.650Z | Checking rand_seeder v0.3.0 |
3231 | 2024-12-20T21:25:19.667Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3232 | 2024-12-20T21:25:19.727Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3233 | 2024-12-20T21:25:19.896Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3234 | 2024-12-20T21:25:19.993Z | Checking is_ci v1.2.0 |
3235 | 2024-12-20T21:25:20.095Z | Checking smawk v0.3.2 |
3236 | 2024-12-20T21:25:20.152Z | Checking unicode-linebreak v0.1.5 |
3237 | 2024-12-20T21:25:20.297Z | Checking supports-color v3.0.1 |
3238 | 2024-12-20T21:25:20.439Z | Checking multimap v0.10.0 |
3239 | 2024-12-20T21:25:20.672Z | Checking textwrap v0.16.1 |
3240 | 2024-12-20T21:25:21.440Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3241 | 2024-12-20T21:25:23.939Z | Checking diesel v2.2.6 |
3242 | 2024-12-20T21:25:50.278Z | Compiling polar-core v0.27.3 |
3243 | 2024-12-20T21:25:53.314Z | Checking async-bb8-diesel v0.2.1 |
3244 | 2024-12-20T21:25:57.810Z | Checking oso v0.27.3 |
3245 | 2024-12-20T21:27:07.781Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3246 | 2024-12-20T21:27:14.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3247 | 2024-12-20T21:27:14.312Z | |
3248 | 2024-12-20T21:27:14.312Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3249 | 2024-12-20T21:27:14.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-12-20T21:27:14.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-12-20T21:27:14.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2024-12-20T21:27:14.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3253 | 2024-12-20T21:27:14.990Z | |
3254 | 2024-12-20T21:27:14.990Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3255 | 2024-12-20T21:27:15.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2024-12-20T21:27:15.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2024-12-20T21:27:15.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2024-12-20T21:27:15.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3259 | 2024-12-20T21:27:15.669Z | |
3260 | 2024-12-20T21:27:15.669Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3261 | 2024-12-20T21:27:16.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2024-12-20T21:27:16.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2024-12-20T21:27:16.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2024-12-20T21:27:16.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3265 | 2024-12-20T21:27:16.294Z | |
3266 | 2024-12-20T21:27:16.294Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3267 | 2024-12-20T21:27:16.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-12-20T21:27:16.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-12-20T21:27:17.097Z | Compiling libz-sys v1.1.20 |
3270 | 2024-12-20T21:27:17.211Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3271 | 2024-12-20T21:27:17.223Z | Compiling vergen v8.3.2 |
3272 | 2024-12-20T21:27:17.229Z | Compiling cargo-platform v0.1.8 |
3273 | 2024-12-20T21:27:17.229Z | Compiling pin-project-internal v1.1.6 |
3274 | 2024-12-20T21:27:17.259Z | Compiling snafu-derive v0.8.5 |
3275 | 2024-12-20T21:27:17.262Z | Compiling libsqlite3-sys v0.30.1 |
3276 | 2024-12-20T21:27:17.262Z | Compiling buf-list v1.0.3 |
3277 | 2024-12-20T21:27:17.501Z | Compiling rustls v0.21.12 |
3278 | 2024-12-20T21:27:17.755Z | Compiling cargo_metadata v0.18.1 |
3279 | 2024-12-20T21:27:17.779Z | Compiling cfg_aliases v0.2.1 |
3280 | 2024-12-20T21:27:17.898Z | Compiling nix v0.29.0 |
3281 | 2024-12-20T21:27:17.924Z | Checking globset v0.4.15 |
3282 | 2024-12-20T21:27:18.025Z | Checking olpc-cjson v0.1.4 |
3283 | 2024-12-20T21:27:18.160Z | Checking rustls-webpki v0.101.7 |
3284 | 2024-12-20T21:27:18.241Z | Checking sct v0.7.1 |
3285 | 2024-12-20T21:27:18.414Z | Checking serde_plain v1.0.2 |
3286 | 2024-12-20T21:27:18.433Z | Checking typed-path v0.9.3 |
3287 | 2024-12-20T21:27:18.978Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3288 | 2024-12-20T21:27:19.208Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3289 | 2024-12-20T21:27:19.252Z | Checking hashlink v0.9.1 |
3290 | 2024-12-20T21:27:19.483Z | Checking parse-size v1.1.0 |
3291 | 2024-12-20T21:27:19.640Z | Checking fallible-iterator v0.3.0 |
3292 | 2024-12-20T21:27:19.881Z | Checking fallible-streaming-iterator v0.1.9 |
3293 | 2024-12-20T21:27:20.260Z | Checking rusqlite v0.32.1 |
3294 | 2024-12-20T21:27:20.263Z | Checking pin-project v1.1.6 |
3295 | 2024-12-20T21:27:20.392Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3296 | 2024-12-20T21:27:20.412Z | Checking rustls-pemfile v1.0.4 |
3297 | 2024-12-20T21:27:20.632Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3298 | 2024-12-20T21:27:20.668Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3299 | 2024-12-20T21:27:20.952Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3300 | 2024-12-20T21:27:21.364Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3301 | 2024-12-20T21:27:21.382Z | Checking twox-hash v1.6.3 |
3302 | 2024-12-20T21:27:21.492Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3303 | 2024-12-20T21:27:21.891Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3304 | 2024-12-20T21:27:21.909Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3305 | 2024-12-20T21:27:22.084Z | Checking tokio-rustls v0.24.1 |
3306 | 2024-12-20T21:27:22.433Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3307 | 2024-12-20T21:27:22.452Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3308 | 2024-12-20T21:27:22.456Z | Checking fatfs v0.3.6 |
3309 | 2024-12-20T21:27:22.742Z | Checking snafu v0.8.5 |
3310 | 2024-12-20T21:27:23.232Z | Checking tough v0.19.0 |
3311 | 2024-12-20T21:27:23.378Z | Checking assert_matches v1.5.0 |
3312 | 2024-12-20T21:27:27.462Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3313 | 2024-12-20T21:27:28.807Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3314 | 2024-12-20T21:27:29.480Z | Compiling git2 v0.19.0 |
3315 | 2024-12-20T21:27:34.238Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3316 | 2024-12-20T21:28:27.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3317 | 2024-12-20T21:28:27.519Z | |
3318 | 2024-12-20T21:28:27.519Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3319 | 2024-12-20T21:28:28.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-12-20T21:28:28.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-12-20T21:28:28.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-12-20T21:28:28.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3323 | 2024-12-20T21:28:28.238Z | |
3324 | 2024-12-20T21:28:28.238Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3325 | 2024-12-20T21:28:28.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-12-20T21:28:28.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-12-20T21:28:28.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-12-20T21:28:28.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3329 | 2024-12-20T21:28:28.849Z | |
3330 | 2024-12-20T21:28:28.849Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3331 | 2024-12-20T21:28:29.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-12-20T21:28:29.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-12-20T21:28:29.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-12-20T21:28:29.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3335 | 2024-12-20T21:28:29.498Z | |
3336 | 2024-12-20T21:28:29.498Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3337 | 2024-12-20T21:28:30.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-12-20T21:28:30.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-12-20T21:28:30.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2024-12-20T21:28:30.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3341 | 2024-12-20T21:28:30.173Z | |
3342 | 2024-12-20T21:28:30.173Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3343 | 2024-12-20T21:28:30.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-12-20T21:28:30.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-12-20T21:28:30.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2024-12-20T21:28:30.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3347 | 2024-12-20T21:28:30.850Z | |
3348 | 2024-12-20T21:28:30.850Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3349 | 2024-12-20T21:28:31.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-12-20T21:28:31.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-12-20T21:28:31.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2024-12-20T21:28:31.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3353 | 2024-12-20T21:28:31.520Z | |
3354 | 2024-12-20T21:28:31.520Z | info: running `cargo check --bins` on update-common (153/175) |
3355 | 2024-12-20T21:28:32.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-12-20T21:28:32.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-12-20T21:28:32.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2024-12-20T21:28:32.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3359 | 2024-12-20T21:28:32.169Z | |
3360 | 2024-12-20T21:28:32.169Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3361 | 2024-12-20T21:28:32.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-12-20T21:28:32.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-12-20T21:28:32.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2024-12-20T21:28:32.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3365 | 2024-12-20T21:28:32.812Z | |
3366 | 2024-12-20T21:28:32.812Z | info: running `cargo check --bins` on tufaceous (155/175) |
3367 | 2024-12-20T21:28:33.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-12-20T21:28:33.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-12-20T21:28:33.480Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3370 | 2024-12-20T21:28:34.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3371 | 2024-12-20T21:28:34.651Z | |
3372 | 2024-12-20T21:28:34.651Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3373 | 2024-12-20T21:28:35.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2024-12-20T21:28:35.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2024-12-20T21:28:35.500Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3376 | 2024-12-20T21:28:35.627Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3377 | 2024-12-20T21:28:35.627Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3378 | 2024-12-20T21:28:35.630Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3379 | 2024-12-20T21:29:02.005Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3380 | 2024-12-20T21:29:02.009Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3381 | 2024-12-20T21:29:02.009Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3382 | 2024-12-20T21:29:02.009Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3383 | 2024-12-20T21:29:02.009Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3384 | 2024-12-20T21:29:02.886Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3385 | 2024-12-20T21:29:04.149Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3386 | 2024-12-20T21:29:43.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3387 | 2024-12-20T21:29:43.691Z | |
3388 | 2024-12-20T21:29:43.691Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3389 | 2024-12-20T21:29:44.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2024-12-20T21:29:44.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2024-12-20T21:29:44.385Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3392 | 2024-12-20T21:29:44.385Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3393 | 2024-12-20T21:29:44.387Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3394 | 2024-12-20T21:29:46.041Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3395 | 2024-12-20T21:29:46.931Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3396 | 2024-12-20T21:29:48.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
3397 | 2024-12-20T21:29:48.221Z | |
3398 | 2024-12-20T21:29:48.221Z | info: running `cargo check --bins` on installinator-api (158/175) |
3399 | 2024-12-20T21:29:48.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-12-20T21:29:48.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-12-20T21:29:48.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2024-12-20T21:29:48.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3403 | 2024-12-20T21:29:48.865Z | |
3404 | 2024-12-20T21:29:48.865Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3405 | 2024-12-20T21:29:49.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-12-20T21:29:49.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-12-20T21:29:49.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2024-12-20T21:29:49.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3409 | 2024-12-20T21:29:49.527Z | |
3410 | 2024-12-20T21:29:49.527Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3411 | 2024-12-20T21:29:50.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2024-12-20T21:29:50.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2024-12-20T21:29:50.209Z | Compiling petname v2.0.2 |
3414 | 2024-12-20T21:29:50.212Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3415 | 2024-12-20T21:29:50.212Z | Checking sync-ptr v0.1.1 |
3416 | 2024-12-20T21:29:51.656Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3417 | 2024-12-20T21:29:53.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s |
3418 | 2024-12-20T21:29:53.422Z | |
3419 | 2024-12-20T21:29:53.422Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3420 | 2024-12-20T21:29:53.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3421 | 2024-12-20T21:29:53.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3422 | 2024-12-20T21:29:53.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3423 | 2024-12-20T21:29:53.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3424 | 2024-12-20T21:29:54.070Z | |
3425 | 2024-12-20T21:29:54.070Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3426 | 2024-12-20T21:29:54.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3427 | 2024-12-20T21:29:54.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3428 | 2024-12-20T21:29:54.739Z | Checking memmap2 v0.9.5 |
3429 | 2024-12-20T21:29:54.739Z | Checking constant_time_eq v0.3.1 |
3430 | 2024-12-20T21:29:54.741Z | Checking spin v0.5.2 |
3431 | 2024-12-20T21:29:54.741Z | Checking arrayref v0.3.9 |
3432 | 2024-12-20T21:29:54.741Z | Checking arrayvec v0.7.6 |
3433 | 2024-12-20T21:29:54.741Z | Checking topological-sort v0.2.2 |
3434 | 2024-12-20T21:29:54.741Z | Checking shell-words v1.1.0 |
3435 | 2024-12-20T21:29:55.030Z | Checking ring v0.16.20 |
3436 | 2024-12-20T21:29:55.163Z | Checking blake3 v1.5.4 |
3437 | 2024-12-20T21:29:56.177Z | Checking omicron-zone-package v0.11.1 |
3438 | 2024-12-20T21:29:57.317Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3439 | 2024-12-20T21:29:58.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3440 | 2024-12-20T21:29:58.423Z | |
3441 | 2024-12-20T21:29:58.424Z | info: running `cargo check --bins` on xtask (163/175) |
3442 | 2024-12-20T21:29:58.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2024-12-20T21:29:58.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2024-12-20T21:29:58.853Z | Checking bitflags v2.6.0 |
3445 | 2024-12-20T21:29:58.855Z | Checking serde v1.0.215 |
3446 | 2024-12-20T21:29:58.855Z | Checking thiserror v1.0.69 |
3447 | 2024-12-20T21:29:58.950Z | Checking scroll v0.12.0 |
3448 | 2024-12-20T21:29:58.958Z | Checking log v0.4.22 |
3449 | 2024-12-20T21:29:58.960Z | Checking hashbrown v0.15.1 |
3450 | 2024-12-20T21:29:58.968Z | Checking zerocopy v0.7.35 |
3451 | 2024-12-20T21:29:58.991Z | Checking syn v2.0.87 |
3452 | 2024-12-20T21:29:59.043Z | Checking pest v2.7.14 |
3453 | 2024-12-20T21:29:59.170Z | Checking rustix v0.38.37 |
3454 | 2024-12-20T21:29:59.204Z | Checking once_cell v1.20.2 |
3455 | 2024-12-20T21:29:59.397Z | Checking goblin v0.8.2 |
3456 | 2024-12-20T21:29:59.509Z | Checking fs-err v2.11.0 |
3457 | 2024-12-20T21:29:59.791Z | Checking tabled v0.15.0 |
3458 | 2024-12-20T21:30:00.023Z | Checking indexmap v2.6.0 |
3459 | 2024-12-20T21:30:00.378Z | Checking anyhow v1.0.93 |
3460 | 2024-12-20T21:30:01.191Z | Checking terminal_size v0.4.0 |
3461 | 2024-12-20T21:30:01.191Z | Checking tempfile v3.13.0 |
3462 | 2024-12-20T21:30:01.358Z | Checking clap_builder v4.5.21 |
3463 | 2024-12-20T21:30:01.517Z | Checking dtrace-parser v0.2.0 |
3464 | 2024-12-20T21:30:03.286Z | Checking serde_json v1.0.132 |
3465 | 2024-12-20T21:30:03.286Z | Checking toml_datetime v0.6.8 |
3466 | 2024-12-20T21:30:03.288Z | Checking serde_spanned v0.6.8 |
3467 | 2024-12-20T21:30:03.288Z | Checking camino v1.1.9 |
3468 | 2024-12-20T21:30:03.288Z | Checking semver v1.0.23 |
3469 | 2024-12-20T21:30:03.475Z | Checking cargo-platform v0.1.8 |
3470 | 2024-12-20T21:30:03.538Z | Checking macaddr v1.0.1 |
3471 | 2024-12-20T21:30:03.586Z | Checking toml_edit v0.22.22 |
3472 | 2024-12-20T21:30:03.803Z | Checking clap v4.5.21 |
3473 | 2024-12-20T21:30:03.818Z | Checking camino-tempfile v1.1.1 |
3474 | 2024-12-20T21:30:04.494Z | Checking dof v0.3.0 |
3475 | 2024-12-20T21:30:04.494Z | Checking cargo_metadata v0.18.1 |
3476 | 2024-12-20T21:30:04.903Z | Checking usdt-impl v0.5.0 |
3477 | 2024-12-20T21:30:05.267Z | Checking usdt v0.5.0 |
3478 | 2024-12-20T21:30:05.373Z | Checking toml v0.8.19 |
3479 | 2024-12-20T21:30:05.857Z | Checking cargo_toml v0.20.5 |
3480 | 2024-12-20T21:30:07.083Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3481 | 2024-12-20T21:30:07.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3482 | 2024-12-20T21:30:07.790Z | |
3483 | 2024-12-20T21:30:07.790Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3484 | 2024-12-20T21:30:08.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3485 | 2024-12-20T21:30:08.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3486 | 2024-12-20T21:30:08.543Z | Checking polyval v0.6.2 |
3487 | 2024-12-20T21:30:08.656Z | Checking ctr v0.9.2 |
3488 | 2024-12-20T21:30:08.668Z | Checking ssh-encoding v0.2.0 |
3489 | 2024-12-20T21:30:08.668Z | Checking blowfish v0.9.1 |
3490 | 2024-12-20T21:30:08.692Z | Checking password-hash v0.4.2 |
3491 | 2024-12-20T21:30:08.708Z | Checking matches v0.1.10 |
3492 | 2024-12-20T21:30:08.724Z | Checking p256 v0.13.2 |
3493 | 2024-12-20T21:30:08.727Z | Checking p521 v0.13.3 |
3494 | 2024-12-20T21:30:08.792Z | Checking idna v0.2.3 |
3495 | 2024-12-20T21:30:08.876Z | Checking ghash v0.5.1 |
3496 | 2024-12-20T21:30:08.895Z | Checking bcrypt-pbkdf v0.10.0 |
3497 | 2024-12-20T21:30:08.921Z | Compiling enum-as-inner v0.5.1 |
3498 | 2024-12-20T21:30:08.998Z | Checking russh-cryptovec v0.7.3 |
3499 | 2024-12-20T21:30:09.041Z | Checking aes-gcm v0.10.3 |
3500 | 2024-12-20T21:30:09.098Z | Checking pbkdf2 v0.11.0 |
3501 | 2024-12-20T21:30:09.149Z | Checking md5 v0.7.0 |
3502 | 2024-12-20T21:30:09.196Z | Checking num-bigint v0.4.6 |
3503 | 2024-12-20T21:30:09.215Z | Checking des v0.8.1 |
3504 | 2024-12-20T21:30:09.278Z | Checking ssh-cipher v0.2.0 |
3505 | 2024-12-20T21:30:09.375Z | Checking hex-literal v0.4.1 |
3506 | 2024-12-20T21:30:09.428Z | Compiling dhcproto-macros v0.1.0 |
3507 | 2024-12-20T21:30:09.478Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3508 | 2024-12-20T21:30:09.515Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3509 | 2024-12-20T21:30:09.572Z | Checking ssh-key v0.6.6 |
3510 | 2024-12-20T21:30:09.647Z | Checking internet-checksum v0.2.1 |
3511 | 2024-12-20T21:30:09.957Z | Checking trust-dns-proto v0.22.0 |
3512 | 2024-12-20T21:30:10.924Z | Checking russh-keys v0.45.0 |
3513 | 2024-12-20T21:30:11.854Z | Checking russh v0.45.0 |
3514 | 2024-12-20T21:30:12.518Z | Checking dhcproto v0.12.0 |
3515 | 2024-12-20T21:30:30.192Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3516 | 2024-12-20T21:30:31.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.85s |
3517 | 2024-12-20T21:30:31.840Z | |
3518 | 2024-12-20T21:30:31.840Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3519 | 2024-12-20T21:30:32.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2024-12-20T21:30:32.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2024-12-20T21:30:32.483Z | Checking termios v0.3.3 |
3522 | 2024-12-20T21:30:32.701Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3523 | 2024-12-20T21:30:33.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3524 | 2024-12-20T21:30:33.686Z | |
3525 | 2024-12-20T21:30:33.686Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3526 | 2024-12-20T21:30:34.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-12-20T21:30:34.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-12-20T21:30:34.393Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3529 | 2024-12-20T21:30:36.471Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3530 | 2024-12-20T21:30:38.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3531 | 2024-12-20T21:30:38.563Z | |
3532 | 2024-12-20T21:30:38.563Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3533 | 2024-12-20T21:30:39.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2024-12-20T21:30:39.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2024-12-20T21:30:39.197Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3536 | 2024-12-20T21:30:39.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3537 | 2024-12-20T21:30:39.853Z | |
3538 | 2024-12-20T21:30:39.853Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3539 | 2024-12-20T21:30:40.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-12-20T21:30:40.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-12-20T21:30:40.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2024-12-20T21:30:40.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3543 | 2024-12-20T21:30:40.469Z | |
3544 | 2024-12-20T21:30:40.469Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3545 | 2024-12-20T21:30:41.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-20T21:30:41.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-20T21:30:41.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2024-12-20T21:30:41.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3549 | 2024-12-20T21:30:41.079Z | |
3550 | 2024-12-20T21:30:41.079Z | info: running `cargo check --bins` on omicron-package (170/175) |
3551 | 2024-12-20T21:30:41.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-20T21:30:41.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-20T21:30:41.746Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3554 | 2024-12-20T21:30:43.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3555 | 2024-12-20T21:30:43.299Z | |
3556 | 2024-12-20T21:30:43.299Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3557 | 2024-12-20T21:30:43.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-20T21:30:43.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-20T21:30:43.996Z | Checking rtoolbox v0.0.2 |
3560 | 2024-12-20T21:30:43.996Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3561 | 2024-12-20T21:30:43.998Z | Checking tui-tree-widget v0.22.0 |
3562 | 2024-12-20T21:30:44.226Z | Checking rpassword v7.3.1 |
3563 | 2024-12-20T21:30:48.472Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3564 | 2024-12-20T21:30:51.532Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3565 | 2024-12-20T21:30:52.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3566 | 2024-12-20T21:30:52.981Z | |
3567 | 2024-12-20T21:30:52.981Z | info: running `cargo check --bins` on wicket (172/175) |
3568 | 2024-12-20T21:30:53.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3569 | 2024-12-20T21:30:53.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3570 | 2024-12-20T21:30:53.689Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3571 | 2024-12-20T21:30:54.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3572 | 2024-12-20T21:30:54.326Z | |
3573 | 2024-12-20T21:30:54.326Z | info: running `cargo check --bins` on wicketd (173/175) |
3574 | 2024-12-20T21:30:54.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2024-12-20T21:30:54.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2024-12-20T21:30:55.048Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3577 | 2024-12-20T21:30:59.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
3578 | 2024-12-20T21:30:59.219Z | |
3579 | 2024-12-20T21:30:59.219Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3580 | 2024-12-20T21:30:59.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2024-12-20T21:30:59.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2024-12-20T21:30:59.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3583 | 2024-12-20T21:30:59.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3584 | 2024-12-20T21:30:59.827Z | |
3585 | 2024-12-20T21:30:59.827Z | info: running `cargo check --bins` on zone-setup (175/175) |
3586 | 2024-12-20T21:31:00.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3587 | 2024-12-20T21:31:00.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3588 | 2024-12-20T21:31:00.555Z | Checking uzers v0.12.1 |
3589 | 2024-12-20T21:31:00.895Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3590 | 2024-12-20T21:31:02.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3591 | 2024-12-20T21:31:02.299Z | |
3592 | 2024-12-20T21:31:02.299Z | real 13:11.109159712 |
3593 | 2024-12-20T21:31:02.299Z | user 24:26.121606926 |
3594 | 2024-12-20T21:31:02.299Z | sys 5:29.667638220 |
3595 | 2024-12-20T21:31:02.299Z | trap 0.484362679 |
3596 | 2024-12-20T21:31:02.302Z | tflt 2.545009021 |
3597 | 2024-12-20T21:31:02.302Z | dflt 3.036599001 |
3598 | 2024-12-20T21:31:02.302Z | kflt 0.001031527 |
3599 | 2024-12-20T21:31:02.302Z | lock 46:41.243168752 |
3600 | 2024-12-20T21:31:02.302Z | slp 2:07:51.249698171 |
3601 | 2024-12-20T21:31:02.302Z | lat 1:04.073343566 |
3602 | 2024-12-20T21:31:02.302Z | stop 3:21.626461593 |
3603 | 2024-12-20T21:31:02.302Z | process exited: duration 1122019 ms, exit code 0 |
|
3604 | 2024-12-20T21:31:02.308Z | found 0 output files |