[INFO] crate cityhash 0.1.1 is already in cache [INFO] checking cityhash-0.1.1 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate cityhash 0.1.1 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate cityhash 0.1.1 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cityhash 0.1.1 [INFO] finished tweaking crates.io crate cityhash 0.1.1 [INFO] tweaked toml for crates.io crate cityhash 0.1.1 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 77baaf49715a19ff819f7354aa573ca464f2b053a2e3db2c3c78ce80c162b41c [INFO] running `"docker" "start" "-a" "77baaf49715a19ff819f7354aa573ca464f2b053a2e3db2c3c78ce80c162b41c"` [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling bindgen v0.49.2 [INFO] [stderr] Compiling cityhash v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> /opt/rustwide/target/debug/build/cityhash-5acc29de3002a1b3/out/cityhash_1.rs:3:1141 [INFO] [stderr] | [INFO] [stderr] 3 | pub type uint64 = u64 ; # [ repr ( C ) ] # [ derive ( Debug , Copy , Clone ) ] pub struct uint128 { pub first : uint64 , pub second : uint64 , } # [ test ] fn bindgen_test_layout_uint128 ( ) { assert_eq ! ( :: std :: mem :: size_of :: < uint128 > ( ) , 16usize , concat ! ( "Size of: " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < uint128 > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . first as * const _ as usize } , 0usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( first ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . second as * const _ as usize } , 8usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( second ) ) ) ; } extern "C" { # [ link_name = "\u{1}_ZN7uint128C1Emm" ] pub fn uint128_uint128 ( this : * mut uint128 , aFirst : uint64 , aSecond : uint64 ) ; } impl uint128 { # [ inline ] pub unsafe fn new ( aFirst : uint64 , aSecond : uint64 ) -> Self { let mut __bindgen_tmp = :: std :: mem :: uninitialized ( ) ; uint128_uint128 ( & mut __bindgen_tmp , aFirst , aSecond ) ; __bindgen_tmp } } extern "C" { # [ link_name = "\u{1}_Z12CityHash64_1PKcm" ] pub fn CityHash64_1 ( buf : * const :: std :: os :: raw :: c_char , len : usize ) -> uint64 ; } extern "C" { # [ link_name = "\u{1}_Z13CityHash128_1PKcm" ] pub fn CityHash128_1 ( s : * const :: std :: os :: raw :: c_char , len : usize ) -> uint128 ; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> /opt/rustwide/target/debug/build/cityhash-5acc29de3002a1b3/out/cityhash_1_1_1.rs:3:1141 [INFO] [stderr] | [INFO] [stderr] 3 | pub type uint64 = u64 ; # [ repr ( C ) ] # [ derive ( Debug , Copy , Clone ) ] pub struct uint128 { pub first : uint64 , pub second : uint64 , } # [ test ] fn bindgen_test_layout_uint128 ( ) { assert_eq ! ( :: std :: mem :: size_of :: < uint128 > ( ) , 16usize , concat ! ( "Size of: " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < uint128 > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . first as * const _ as usize } , 0usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( first ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . second as * const _ as usize } , 8usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( second ) ) ) ; } extern "C" { # [ link_name = "\u{1}_ZN7uint128C1Emm" ] pub fn uint128_uint128 ( this : * mut uint128 , aFirst : uint64 , aSecond : uint64 ) ; } impl uint128 { # [ inline ] pub unsafe fn new ( aFirst : uint64 , aSecond : uint64 ) -> Self { let mut __bindgen_tmp = :: std :: mem :: uninitialized ( ) ; uint128_uint128 ( & mut __bindgen_tmp , aFirst , aSecond ) ; __bindgen_tmp } } extern "C" { # [ link_name = "\u{1}_Z16CityHash64_1_1_1PKcm" ] pub fn CityHash64_1_1_1 ( buf : * const :: std :: os :: raw :: c_char , len : usize ) -> uint64 ; } extern "C" { # [ link_name = "\u{1}_Z17CityHash128_1_1_1PKcm" ] pub fn CityHash128_1_1_1 ( s : * const :: std :: os :: raw :: c_char , len : usize ) -> uint128 ; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> /opt/rustwide/target/debug/build/cityhash-5acc29de3002a1b3/out/cityhash_1.rs:3:1141 [INFO] [stderr] | [INFO] [stderr] 3 | pub type uint64 = u64 ; # [ repr ( C ) ] # [ derive ( Debug , Copy , Clone ) ] pub struct uint128 { pub first : uint64 , pub second : uint64 , } # [ test ] fn bindgen_test_layout_uint128 ( ) { assert_eq ! ( :: std :: mem :: size_of :: < uint128 > ( ) , 16usize , concat ! ( "Size of: " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < uint128 > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . first as * const _ as usize } , 0usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( first ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . second as * const _ as usize } , 8usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( second ) ) ) ; } extern "C" { # [ link_name = "\u{1}_ZN7uint128C1Emm" ] pub fn uint128_uint128 ( this : * mut uint128 , aFirst : uint64 , aSecond : uint64 ) ; } impl uint128 { # [ inline ] pub unsafe fn new ( aFirst : uint64 , aSecond : uint64 ) -> Self { let mut __bindgen_tmp = :: std :: mem :: uninitialized ( ) ; uint128_uint128 ( & mut __bindgen_tmp , aFirst , aSecond ) ; __bindgen_tmp } } extern "C" { # [ link_name = "\u{1}_Z12CityHash64_1PKcm" ] pub fn CityHash64_1 ( buf : * const :: std :: os :: raw :: c_char , len : usize ) -> uint64 ; } extern "C" { # [ link_name = "\u{1}_Z13CityHash128_1PKcm" ] pub fn CityHash128_1 ( s : * const :: std :: os :: raw :: c_char , len : usize ) -> uint128 ; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> /opt/rustwide/target/debug/build/cityhash-5acc29de3002a1b3/out/cityhash_1_1_1.rs:3:1141 [INFO] [stderr] | [INFO] [stderr] 3 | pub type uint64 = u64 ; # [ repr ( C ) ] # [ derive ( Debug , Copy , Clone ) ] pub struct uint128 { pub first : uint64 , pub second : uint64 , } # [ test ] fn bindgen_test_layout_uint128 ( ) { assert_eq ! ( :: std :: mem :: size_of :: < uint128 > ( ) , 16usize , concat ! ( "Size of: " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( :: std :: mem :: align_of :: < uint128 > ( ) , 8usize , concat ! ( "Alignment of " , stringify ! ( uint128 ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . first as * const _ as usize } , 0usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( first ) ) ) ; assert_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < uint128 > ( ) ) ) . second as * const _ as usize } , 8usize , concat ! ( "Offset of field: " , stringify ! ( uint128 ) , "::" , stringify ! ( second ) ) ) ; } extern "C" { # [ link_name = "\u{1}_ZN7uint128C1Emm" ] pub fn uint128_uint128 ( this : * mut uint128 , aFirst : uint64 , aSecond : uint64 ) ; } impl uint128 { # [ inline ] pub unsafe fn new ( aFirst : uint64 , aSecond : uint64 ) -> Self { let mut __bindgen_tmp = :: std :: mem :: uninitialized ( ) ; uint128_uint128 ( & mut __bindgen_tmp , aFirst , aSecond ) ; __bindgen_tmp } } extern "C" { # [ link_name = "\u{1}_Z16CityHash64_1_1_1PKcm" ] pub fn CityHash64_1_1_1 ( buf : * const :: std :: os :: raw :: c_char , len : usize ) -> uint64 ; } extern "C" { # [ link_name = "\u{1}_Z17CityHash128_1_1_1PKcm" ] pub fn CityHash128_1_1_1 ( s : * const :: std :: os :: raw :: c_char , len : usize ) -> uint128 ; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | .author(crate_authors!(" ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | .author(crate_authors!(" ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | .author(crate_authors!(" ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | .author(crate_authors!(" ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.70s [INFO] running `"docker" "inspect" "77baaf49715a19ff819f7354aa573ca464f2b053a2e3db2c3c78ce80c162b41c"` [INFO] running `"docker" "rm" "-f" "77baaf49715a19ff819f7354aa573ca464f2b053a2e3db2c3c78ce80c162b41c"` [INFO] [stdout] 77baaf49715a19ff819f7354aa573ca464f2b053a2e3db2c3c78ce80c162b41c