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 across 1 directory with 18 updates #2169

Closed
wants to merge 1 commit into from

Bump the crates-io group across 1 directory with 18 updates

5d47376
Select commit
Loading
Failed to load commit list.
Closed

Bump the crates-io group across 1 directory with 18 updates #2169

Bump the crates-io group across 1 directory with 18 updates
5d47376
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test (arm64 Linux) failed Aug 1, 2024 in 2m 25s

Task Summary

Instruction build failed in 01:56

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:03 clone
✅ 00:01 target
✅ 00:02 install
✅ 00:20 setup
❌ 01:56 build

�[1m�[32m   Compiling�[0m minijinja v2.1.1
�[1m�[32m   Compiling�[0m platform-info v2.0.3
�[1m�[32m   Compiling�[0m wild v2.2.1
�[1m�[32m   Compiling�[0m bytesize v1.3.0
�[1m�[32m   Compiling�[0m configparser v3.1.0
�[1m�[32m   Compiling�[0m normpath v1.2.0
�[1m�[32m   Compiling�[0m unicode-xid v0.2.4
�[1m�[32m   Compiling�[0m maturin v1.7.0 (/tmp/cirrus-ci-build)
�[0m�[1m�[38;5;9merror[E0283]�[0m�[0m�[1m: type annotations needed for `FileOptions<_>`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/module_writer.rs:272:13�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m272�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        let mut options = zip::write::FileOptions::default()�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m             �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^�[0m�[0m   �[0m�[0m�[1m�[38;5;12m-----------------------�[0m�[0m �[0m�[0m�[1m�[38;5;12mtype must be known at this point�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: cannot satisfy `_: FileOptionExtension`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: the following types implement trait `FileOptionExtension`:�[0m
�[0m              ()�[0m
�[0m              ExtendedFileOptions�[0m
�[0m�[1m�[38;5;10mnote�[0m�[0m: required by a bound in `FileOptions`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-1.1.4/src/write.rs:182:27�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m182�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0mpub struct FileOptions<T: FileOptionExtension> {�[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 `FileOptions`�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: consider giving `options` an explicit type, where the type for type parameter `T` is specified�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m272�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m        let mut options�[0m�[0m�[38;5;10m: FileOptions<T>�[0m�[0m = zip::write::FileOptions::default()�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                        �[0m�[0m�[38;5;10m++++++++++++++++�[0m

�[0m�[1m�[38;5;9merror[E0277]�[0m�[0m�[1m: the trait bound `Box<str>: From<&std::string::String>` is not satisfied�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/module_writer.rs:389:29�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m389�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        self.zip.start_file(&record_filename, options)?;�[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;9mthe trait `From<&std::string::String>` is not implemented for `Box<str>`, which is required by `&std::string::String: Into<Box<str>>`�[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    �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: required for `&std::string::String` to implement `Into<Box<str>>`�[0m
�[0m�[1m�[38;5;10mnote�[0m�[0m: required by a bound in `zip::write::<impl ZipWriter<W>>::start_file`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-1.1.4/src/write.rs:946:12�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m940�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    pub fn start_file<S, T: FileOptionExtension>(�[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;12m...�[0m
�[0m�[1m�[38;5;12m946�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        S: Into<Box<str>>,�[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 `zip::write::<impl ZipWriter<W>>::start_file`�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: consider dereferencing here�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m389�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m        self.zip.start_file(&�[0m�[0m�[38;5;10m*�[0m�[0mrecord_filename, options)?;�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                              �[0m�[0m�[38;5;10m+�[0m

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

Exit status: 101