Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the crates-io group with 18 updates #1906

Closed
wants to merge 1 commit into from

Bump the crates-io group with 18 updates

fc635a6
Select commit
Loading
Failed to load commit list.
Closed

Bump the crates-io group with 18 updates #1906

Bump the crates-io group with 18 updates
fc635a6
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test (x86_64 FreeBSD) failed Jan 7, 2024 in 2m 59s

Task Summary

Instruction build failed in 01:57

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:01 target
✅ 00:29 install
✅ 00:27 setup
❌ 01:57 build

�[0m�[1m�[38;5;9merror[E0308]�[0m�[0m�[1m: mismatched types�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/python_interpreter/mod.rs:763:85�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m763�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m...�[0m�[0m                   requires_python.contains(&Version::from_release(vec![3, *minor]))�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                                                                              �[0m�[0m�[1m�[38;5;9m^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mexpected `u64`, found `usize`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: you can convert a `usize` to a `u64` and panic if the converted value doesn't fit�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m763�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                            requires_python.contains(&Version::from_release(vec![3, �[0m�[0m�[38;5;10m(�[0m�[0m*minor�[0m�[0m�[38;5;10m).try_into().unwrap()�[0m�[0m]))�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                                                                                     �[0m�[0m�[38;5;10m+�[0m�[0m      �[0m�[0m�[38;5;10m+++++++++++++++++++++�[0m

�[0m�[1m�[38;5;9merror[E0308]�[0m�[0m�[1m: mismatched types�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/python_interpreter/mod.rs:780:82�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m780�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m...�[0m�[0m                   .contains(&Version::from_release(vec![3, *minor]))�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                                                               �[0m�[0m�[1m�[38;5;9m^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mexpected `u64`, found `usize`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: you can convert a `usize` to a `u64` and panic if the converted value doesn't fit�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m780�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                                        .contains(&Version::from_release(vec![3, �[0m�[0m�[38;5;10m(�[0m�[0m*minor�[0m�[0m�[38;5;10m).try_into().unwrap()�[0m�[0m]))�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                                                                                  �[0m�[0m�[38;5;10m+�[0m�[0m      �[0m�[0m�[38;5;10m+++++++++++++++++++++�[0m

�[0m�[1m�[38;5;9merror[E0271]�[0m�[0m�[1m: type mismatch resolving `<&Vec<CertificateDer<'_>> as IntoIterator>::Item == CertificateDer<'_>`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/upload.rs:393:46�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m393�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        root_certs.add_parsable_certificates(&certs);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                   �[0m�[0m�[1m�[38;5;12m-------------------------�[0m�[0m �[0m�[0m�[1m�[38;5;9m^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mexpected `CertificateDer<'_>`, found `&CertificateDer<'_>`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                   �[0m�[0m�[1m�[38;5;12mrequired by a bound introduced by this call�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;10mnote�[0m�[0m: required by a bound in `RootCertStore::add_parsable_certificates`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.1/src/webpki/anchors.rs:35:38�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m33�[0m�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    pub fn add_parsable_certificates<'a>(�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m           �[0m�[0m�[1m�[38;5;12m-------------------------�[0m�[0m �[0m�[0m�[1m�[38;5;12mrequired by a bound in this associated function�[0m
�[0m�[1m�[38;5;12m34�[0m�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        &mut self,�[0m
�[0m�[1m�[38;5;12m35�[0m�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        der_certs: impl IntoIterator<Item = CertificateDer<'a>>,�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m                                     �[0m�[0m�[1m�[38;5;10m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;10mrequired by this bound in `RootCertStore::add_parsable_certificates`�[0m

�[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no method named `with_safe_defaults` found for struct `ConfigBuilder` in the current scope�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/upload.rs:395:14�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m394�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m   �[0m�[0m        let client_config = rustls::ClientConfig::builder()�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m �[0m�[0m�[1m�[38;5;12m_____________________________-�[0m
�[0m�[1m�[38;5;12m395�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m            .with_safe_defaults()�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;12m|�[0m�[0m             �[0m�[0m�[1m�[38;5;12m-�[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mmethod not found in `ConfigBuilder<ClientConfig, WantsVerifier>`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;12m|_____________|�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m| �[0m

�[0m�[1mSome errors have detailed explanations: E0271, E0308, E0599.�[0m
�[0m�[1mFor more information about an error, try `rustc --explain E0271`.�[0m
�[1m�[31merror�[0m�[1m:�[0m could not compile `maturin` (lib) due to 9 previous errors
�[1m�[33mwarning�[0m�[1m:�[0m build failed, waiting for other jobs to finish...

Exit status: 101