[INFO] crate keyutils 0.2.1 is already in cache [INFO] testing keyutils-0.2.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate keyutils 0.2.1 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate keyutils 0.2.1 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate keyutils 0.2.1 [INFO] finished tweaking crates.io crate keyutils 0.2.1 [INFO] tweaked toml for crates.io crate keyutils 0.2.1 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] d40ab4e0be4d77cb337af08f806ff696539f06a64652076996f9dd5e5725d893 [INFO] running `"docker" "start" "-a" "d40ab4e0be4d77cb337af08f806ff696539f06a64652076996f9dd5e5725d893"` [INFO] [stderr] Compiling errno v0.1.8 [INFO] [stderr] Compiling keyutils v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | use std::os::unix::raw::{gid_t, uid_t}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:10:33 [INFO] [stderr] | [INFO] [stderr] 10 | use std::os::unix::raw::{gid_t, uid_t}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:416:25 [INFO] [stderr] | [INFO] [stderr] 416 | pub uid: uid_t, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:418:25 [INFO] [stderr] | [INFO] [stderr] 418 | pub gid: gid_t, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:248:34 [INFO] [stderr] | [INFO] [stderr] 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:255:34 [INFO] [stderr] | [INFO] [stderr] 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:348:34 [INFO] [stderr] | [INFO] [stderr] 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:355:34 [INFO] [stderr] | [INFO] [stderr] 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:441:51 [INFO] [stderr] | [INFO] [stderr] 441 | uid: pieces[3].parse::().unwrap(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:442:51 [INFO] [stderr] | [INFO] [stderr] 442 | gid: pieces[2].parse::().unwrap(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'api::libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/ffi.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | pub type key_serial_t = libc::int32_t; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'api::libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/ffi.rs:24:23 [INFO] [stderr] | [INFO] [stderr] 24 | pub type key_perm_t = libc::uint32_t; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `"docker" "inspect" "d40ab4e0be4d77cb337af08f806ff696539f06a64652076996f9dd5e5725d893"` [INFO] running `"docker" "rm" "-f" "d40ab4e0be4d77cb337af08f806ff696539f06a64652076996f9dd5e5725d893"` [INFO] [stdout] d40ab4e0be4d77cb337af08f806ff696539f06a64652076996f9dd5e5725d893 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ac196824fd495aa565b3402880b2eb952dc9250c1673cf2f6342e6d9fb2eb720 [INFO] running `"docker" "start" "-a" "ac196824fd495aa565b3402880b2eb952dc9250c1673cf2f6342e6d9fb2eb720"` [INFO] [stderr] Compiling keyutils v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | use std::os::unix::raw::{gid_t, uid_t}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:10:33 [INFO] [stderr] | [INFO] [stderr] 10 | use std::os::unix::raw::{gid_t, uid_t}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:416:25 [INFO] [stderr] | [INFO] [stderr] 416 | pub uid: uid_t, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:418:25 [INFO] [stderr] | [INFO] [stderr] 418 | pub gid: gid_t, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:248:34 [INFO] [stderr] | [INFO] [stderr] 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:255:34 [INFO] [stderr] | [INFO] [stderr] 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:348:34 [INFO] [stderr] | [INFO] [stderr] 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:355:34 [INFO] [stderr] | [INFO] [stderr] 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:441:51 [INFO] [stderr] | [INFO] [stderr] 441 | uid: pieces[3].parse::().unwrap(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/api.rs:442:51 [INFO] [stderr] | [INFO] [stderr] 442 | gid: pieces[2].parse::().unwrap(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'api::libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/ffi.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | pub type key_serial_t = libc::int32_t; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'api::libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/ffi.rs:24:23 [INFO] [stderr] | [INFO] [stderr] 24 | pub type key_perm_t = libc::uint32_t; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.keyutils.4qt3jcms-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421" "/opt/rustwide/target/debug/deps/keyutils-a2fb48e900915421.2idiqv4qntm465z0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lkeyutils" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/liberrno-9811b4cd54af3894.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4eb9b86262574863.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lkeyutils [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `keyutils`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ac196824fd495aa565b3402880b2eb952dc9250c1673cf2f6342e6d9fb2eb720"` [INFO] running `"docker" "rm" "-f" "ac196824fd495aa565b3402880b2eb952dc9250c1673cf2f6342e6d9fb2eb720"` [INFO] [stdout] ac196824fd495aa565b3402880b2eb952dc9250c1673cf2f6342e6d9fb2eb720