[INFO] fetching crate cublas 0.2.0... [INFO] checking cublas-0.2.0 against beta for pr-78714 [INFO] extracting crate cublas 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate cublas 0.2.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cublas 0.2.0 [INFO] removed path dependency cublas-sys from crates.io crate cublas 0.2.0 [INFO] finished tweaking crates.io crate cublas 0.2.0 [INFO] tweaked toml for crates.io crate cublas 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba786e376f2ab60ca7715336f2ca5f86dc441dcfd69d8be0078b305ad71e1ddc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ba786e376f2ab60ca7715336f2ca5f86dc441dcfd69d8be0078b305ad71e1ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba786e376f2ab60ca7715336f2ca5f86dc441dcfd69d8be0078b305ad71e1ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba786e376f2ab60ca7715336f2ca5f86dc441dcfd69d8be0078b305ad71e1ddc", kill_on_drop: false }` [INFO] [stdout] ba786e376f2ab60ca7715336f2ca5f86dc441dcfd69d8be0078b305ad71e1ddc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6892033a72fae975ab4424563c98170657a67875f3762c6f8c5e50ad9743b3e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a6892033a72fae975ab4424563c98170657a67875f3762c6f8c5e50ad9743b3e", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Checking byteorder v0.4.2 [INFO] [stderr] Checking linear-map v0.0.4 [INFO] [stderr] Compiling cublas-sys v0.1.0 [INFO] [stderr] Checking collenchyma v0.0.7 [INFO] [stderr] Checking cublas v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:38:54 [INFO] [stdout] | [INFO] [stdout] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:39:57 [INFO] [stdout] | [INFO] [stdout] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:38:54 [INFO] [stdout] | [INFO] [stdout] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:39:57 [INFO] [stdout] | [INFO] [stdout] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/api/level1.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 191 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/api/level3.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.27s [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a6892033a72fae975ab4424563c98170657a67875f3762c6f8c5e50ad9743b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6892033a72fae975ab4424563c98170657a67875f3762c6f8c5e50ad9743b3e", kill_on_drop: false }` [INFO] [stdout] a6892033a72fae975ab4424563c98170657a67875f3762c6f8c5e50ad9743b3e