[INFO] crate capstone3 0.1.0 is already in cache [INFO] testing capstone3-0.1.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate capstone3 0.1.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate capstone3 0.1.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate capstone3 0.1.0 [INFO] finished tweaking crates.io crate capstone3 0.1.0 [INFO] tweaked toml for crates.io crate capstone3 0.1.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b6446f1dd10d8d0d9344b1cac3334cf512bbf04b68c5ad2f9033239ff1d05c38 [INFO] running `"docker" "start" "-a" "b6446f1dd10d8d0d9344b1cac3334cf512bbf04b68c5ad2f9033239ff1d05c38"` [INFO] [stderr] Compiling capstone-sys v0.2.0 [INFO] [stderr] Compiling capstone3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:157:34 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn regs_read(&self) -> &[libc::uint8_t; 12] { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:161:38 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn regs_read_count(&self) -> libc::uint8_t { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:165:35 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn regs_write(&self) -> &[libc::uint8_t; 20] { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:169:39 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn regs_write_count(&self) -> libc::uint8_t { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:173:31 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn groups(&self) -> &[libc::uint8_t; 8] { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:177:35 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn groups_count(&self) -> libc::uint8_t { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.87s [INFO] running `"docker" "inspect" "b6446f1dd10d8d0d9344b1cac3334cf512bbf04b68c5ad2f9033239ff1d05c38"` [INFO] running `"docker" "rm" "-f" "b6446f1dd10d8d0d9344b1cac3334cf512bbf04b68c5ad2f9033239ff1d05c38"` [INFO] [stdout] b6446f1dd10d8d0d9344b1cac3334cf512bbf04b68c5ad2f9033239ff1d05c38 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] a253d25573311ee1443f1a20c247a44b86cc68d5af9343d725f39b75dc39d681 [INFO] running `"docker" "start" "-a" "a253d25573311ee1443f1a20c247a44b86cc68d5af9343d725f39b75dc39d681"` [INFO] [stderr] Compiling capstone3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `capstone` [INFO] [stderr] --> examples/demo.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate capstone; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `capstone3`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:157:34 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn regs_read(&self) -> &[libc::uint8_t; 12] { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:161:38 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn regs_read_count(&self) -> libc::uint8_t { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:165:35 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn regs_write(&self) -> &[libc::uint8_t; 20] { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:169:39 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn regs_write_count(&self) -> libc::uint8_t { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:173:31 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn groups(&self) -> &[libc::uint8_t; 8] { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/instruction.rs:177:35 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn groups_count(&self) -> libc::uint8_t { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a253d25573311ee1443f1a20c247a44b86cc68d5af9343d725f39b75dc39d681"` [INFO] running `"docker" "rm" "-f" "a253d25573311ee1443f1a20c247a44b86cc68d5af9343d725f39b75dc39d681"` [INFO] [stdout] a253d25573311ee1443f1a20c247a44b86cc68d5af9343d725f39b75dc39d681