[INFO] fetching crate samplerate 0.2.1... [INFO] checking samplerate-0.2.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate samplerate 0.2.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate samplerate 0.2.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate samplerate 0.2.1 [INFO] finished tweaking crates.io crate samplerate 0.2.1 [INFO] tweaked toml for crates.io crate samplerate 0.2.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 917b12024a76ec9f9a5c7e33a4b3b966e974bfed5350c210e8bca7809c562e65 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "917b12024a76ec9f9a5c7e33a4b3b966e974bfed5350c210e8bca7809c562e65"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling bindgen v0.49.2 [INFO] [stderr] Compiling libsamplerate-sys v0.1.5 [INFO] [stderr] error[E0277]: the trait bound `*const f32: std::default::Default` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/libsamplerate-sys-9321e5371771aee9/out/bindings.rs:3:232 [INFO] [stderr] | [INFO] [stderr] 3 | # [ repr ( C ) ] # [ derive ( Debug , Copy , Clone ) ] pub struct SRC_STATE_tag { _unused : [ u8 ; 0 ] , } pub type SRC_STATE = SRC_STATE_tag ; # [ repr ( C ) ] # [ derive ( Debug , Default , Copy , Clone ) ] pub struct SRC_DATA { pub data_in : * const f32 , pub data_out : * mut f32 , pub input_frames : :: std :: os :: raw :: c_long , pub output_frames : :: std :: os :: raw :: c_long , pub input_frames_used : :: std :: os :: raw :: c_long , pub output_frames_gen : :: std :: os :: raw :: c_long , pub end_of_input : :: std :: os :: raw :: c_int , pub src_ratio : f64 , } # [ test ] fn bindgen_test_layout_SRC_DATA ( ) { assert_eq ! ( :: std :: mem :: size_of :: < SRC_DATA > ( ) , 64usize , concat ! ( "Size of: " , stringify ! ( SRC_DATA ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < SRC_DATA > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( SRC_DATA ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . data_in as * const _ as usize } , 0usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( data_in ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . data_out as * const _ as usize } , 8usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( data_out ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . input_frames as * const _ as usize } , 16usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( input_frames ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . output_frames as * const _ as usize } , 24usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( output_frames ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . input_frames_used as * const _ as usize } , 32usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( input_frames_used ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . output_frames_gen as * const _ as usize } , 40usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( output_frames_gen ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . end_of_input as * const _ as usize } , 48usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( end_of_input ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . src_ratio as * const _ as usize } , 56usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( src_ratio ) ) ) ; } pub type src_callback_t = :: std :: option :: Option < unsafe extern "C" fn ( cb_data : * mut :: std :: os :: raw :: c_void , data : * mut * mut f32 ) -> :: std :: os :: raw :: c_long > ; extern "C" { pub fn src_new ( converter_type : :: std :: os :: raw :: c_int , channels : :: std :: os :: raw :: c_int , error : * mut :: std :: os :: raw :: c_int ) -> * mut SRC_STATE ; } extern "C" { pub fn src_clone ( orig : * mut SRC_STATE , error : * mut :: std :: os :: raw :: c_int ) -> * mut SRC_STATE ; } extern "C" { pub fn src_callback_new ( func : src_callback_t , converter_type : :: std :: os :: raw :: c_int , channels : :: std :: os :: raw :: c_int , error : * mut :: std :: os :: raw :: c_int , cb_data : * mut :: std :: os :: raw :: c_void ) -> * mut SRC_STATE ; } extern "C" { pub fn src_delete ( state : * mut SRC_STATE ) -> * mut SRC_STATE ; } extern "C" { pub fn src_process ( state : * mut SRC_STATE , data : * mut SRC_DATA ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_callback_read ( state : * mut SRC_STATE , src_ratio : f64 , frames : :: std :: os :: raw :: c_long , data : * mut f32 ) -> :: std :: os :: raw :: c_long ; } extern "C" { pub fn src_simple ( data : * mut SRC_DATA , converter_type : :: std :: os :: raw :: c_int , channels : :: std :: os :: raw :: c_int ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_get_name ( converter_type : :: std :: os :: raw :: c_int ) -> * const :: std :: os :: raw :: c_char ; } extern "C" { pub fn src_get_description ( converter_type : :: std :: os :: raw :: c_int ) -> * const :: std :: os :: raw :: c_char ; } extern "C" { pub fn src_get_version ( ) -> * const :: std :: os :: raw :: c_char ; } extern "C" { pub fn src_set_ratio ( state : * mut SRC_STATE , new_ratio : f64 ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_get_channels ( state : * mut SRC_STATE ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_reset ( state : * mut SRC_STATE ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_is_valid_ratio ( ratio : f64 ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_error ( state : * mut SRC_STATE ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_strerror ( error : :: std :: os :: raw :: c_int ) -> * const :: std :: os :: raw :: c_char ; } pub const SRC_SINC_BEST_QUALITY : _bindgen_ty_1 = 0 ; pub const SRC_SINC_MEDIUM_QUALITY : _bindgen_ty_1 = 1 ; pub const SRC_SINC_FASTEST : _bindgen_ty_1 = 2 ; pub const SRC_ZERO_ORDER_HOLD : _bindgen_ty_1 = 3 ; pub const SRC_LINEAR : _bindgen_ty_1 = 4 ; pub type _bindgen_ty_1 = u32 ; extern "C" { pub fn src_short_to_float_array ( in_ : * const :: std :: os :: raw :: c_short , out : * mut f32 , len : :: std :: os :: raw :: c_int ) ; } extern "C" { pub fn src_float_to_short_array ( in_ : * const f32 , out : * mut :: std :: os :: raw :: c_short , len : :: std :: os :: raw :: c_int ) ; } extern "C" { pub fn src_int_to_float_array ( in_ : * const :: std :: os :: raw :: c_int , out : * mut f32 , len : :: std :: os :: raw :: c_int ) ; } extern "C" { pub fn src_float_to_int_array ( in_ : * const f32 , out : * mut :: std :: os :: raw :: c_int , len : :: std :: os :: raw :: c_int ) ; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `*const f32` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::default::Default::default` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `*mut f32: std::default::Default` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/libsamplerate-sys-9321e5371771aee9/out/bindings.rs:3:260 [INFO] [stderr] | [INFO] [stderr] 3 | # [ repr ( C ) ] # [ derive ( Debug , Copy , Clone ) ] pub struct SRC_STATE_tag { _unused : [ u8 ; 0 ] , } pub type SRC_STATE = SRC_STATE_tag ; # [ repr ( C ) ] # [ derive ( Debug , Default , Copy , Clone ) ] pub struct SRC_DATA { pub data_in : * const f32 , pub data_out : * mut f32 , pub input_frames : :: std :: os :: raw :: c_long , pub output_frames : :: std :: os :: raw :: c_long , pub input_frames_used : :: std :: os :: raw :: c_long , pub output_frames_gen : :: std :: os :: raw :: c_long , pub end_of_input : :: std :: os :: raw :: c_int , pub src_ratio : f64 , } # [ test ] fn bindgen_test_layout_SRC_DATA ( ) { assert_eq ! ( :: std :: mem :: size_of :: < SRC_DATA > ( ) , 64usize , concat ! ( "Size of: " , stringify ! ( SRC_DATA ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < SRC_DATA > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( SRC_DATA ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . data_in as * const _ as usize } , 0usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( data_in ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . data_out as * const _ as usize } , 8usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( data_out ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . input_frames as * const _ as usize } , 16usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( input_frames ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . output_frames as * const _ as usize } , 24usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( output_frames ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . input_frames_used as * const _ as usize } , 32usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( input_frames_used ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . output_frames_gen as * const _ as usize } , 40usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( output_frames_gen ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . end_of_input as * const _ as usize } , 48usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( end_of_input ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < SRC_DATA > ( ) ) ) . src_ratio as * const _ as usize } , 56usize , concat ! ( "Offset of field: " , stringify ! ( SRC_DATA ) , "::" , stringify ! ( src_ratio ) ) ) ; } pub type src_callback_t = :: std :: option :: Option < unsafe extern "C" fn ( cb_data : * mut :: std :: os :: raw :: c_void , data : * mut * mut f32 ) -> :: std :: os :: raw :: c_long > ; extern "C" { pub fn src_new ( converter_type : :: std :: os :: raw :: c_int , channels : :: std :: os :: raw :: c_int , error : * mut :: std :: os :: raw :: c_int ) -> * mut SRC_STATE ; } extern "C" { pub fn src_clone ( orig : * mut SRC_STATE , error : * mut :: std :: os :: raw :: c_int ) -> * mut SRC_STATE ; } extern "C" { pub fn src_callback_new ( func : src_callback_t , converter_type : :: std :: os :: raw :: c_int , channels : :: std :: os :: raw :: c_int , error : * mut :: std :: os :: raw :: c_int , cb_data : * mut :: std :: os :: raw :: c_void ) -> * mut SRC_STATE ; } extern "C" { pub fn src_delete ( state : * mut SRC_STATE ) -> * mut SRC_STATE ; } extern "C" { pub fn src_process ( state : * mut SRC_STATE , data : * mut SRC_DATA ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_callback_read ( state : * mut SRC_STATE , src_ratio : f64 , frames : :: std :: os :: raw :: c_long , data : * mut f32 ) -> :: std :: os :: raw :: c_long ; } extern "C" { pub fn src_simple ( data : * mut SRC_DATA , converter_type : :: std :: os :: raw :: c_int , channels : :: std :: os :: raw :: c_int ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_get_name ( converter_type : :: std :: os :: raw :: c_int ) -> * const :: std :: os :: raw :: c_char ; } extern "C" { pub fn src_get_description ( converter_type : :: std :: os :: raw :: c_int ) -> * const :: std :: os :: raw :: c_char ; } extern "C" { pub fn src_get_version ( ) -> * const :: std :: os :: raw :: c_char ; } extern "C" { pub fn src_set_ratio ( state : * mut SRC_STATE , new_ratio : f64 ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_get_channels ( state : * mut SRC_STATE ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_reset ( state : * mut SRC_STATE ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_is_valid_ratio ( ratio : f64 ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_error ( state : * mut SRC_STATE ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn src_strerror ( error : :: std :: os :: raw :: c_int ) -> * const :: std :: os :: raw :: c_char ; } pub const SRC_SINC_BEST_QUALITY : _bindgen_ty_1 = 0 ; pub const SRC_SINC_MEDIUM_QUALITY : _bindgen_ty_1 = 1 ; pub const SRC_SINC_FASTEST : _bindgen_ty_1 = 2 ; pub const SRC_ZERO_ORDER_HOLD : _bindgen_ty_1 = 3 ; pub const SRC_LINEAR : _bindgen_ty_1 = 4 ; pub type _bindgen_ty_1 = u32 ; extern "C" { pub fn src_short_to_float_array ( in_ : * const :: std :: os :: raw :: c_short , out : * mut f32 , len : :: std :: os :: raw :: c_int ) ; } extern "C" { pub fn src_float_to_short_array ( in_ : * const f32 , out : * mut :: std :: os :: raw :: c_short , len : :: std :: os :: raw :: c_int ) ; } extern "C" { pub fn src_int_to_float_array ( in_ : * const :: std :: os :: raw :: c_int , out : * mut f32 , len : :: std :: os :: raw :: c_int ) ; } extern "C" { pub fn src_float_to_int_array ( in_ : * const f32 , out : * mut :: std :: os :: raw :: c_int , len : :: std :: os :: raw :: c_int ) ; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `*mut f32` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::default::Default::default` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `libsamplerate-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "917b12024a76ec9f9a5c7e33a4b3b966e974bfed5350c210e8bca7809c562e65"` [INFO] running `"docker" "rm" "-f" "917b12024a76ec9f9a5c7e33a4b3b966e974bfed5350c210e8bca7809c562e65"` [INFO] [stdout] 917b12024a76ec9f9a5c7e33a4b3b966e974bfed5350c210e8bca7809c562e65