[INFO] crate tokio-thrift 0.1.0 is already in cache [INFO] extracting crate tokio-thrift 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-thrift/0.1.0 [INFO] extracting crate tokio-thrift 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tokio-thrift/0.1.0 [INFO] validating manifest of tokio-thrift-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-thrift-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-thrift-0.1.0 [INFO] finished frobbing tokio-thrift-0.1.0 [INFO] frobbed toml for tokio-thrift-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tokio-thrift/0.1.0/Cargo.toml [INFO] started frobbing tokio-thrift-0.1.0 [INFO] finished frobbing tokio-thrift-0.1.0 [INFO] frobbed toml for tokio-thrift-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tokio-thrift/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tokio-thrift-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tokio-thrift/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e09b580c7683f3581a3cef413ca91b2709aff6b790a624d0fe2e9c5fbb221ec7 [INFO] running `"docker" "start" "-a" "e09b580c7683f3581a3cef413ca91b2709aff6b790a624d0fe2e9c5fbb221ec7"` [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling tokio-thrift v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/mod.rs:36:32 [INFO] [stderr] | [INFO] [stderr] 36 | 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 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:38 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | impl Codec for ThriftCodec { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:56:63 [INFO] [stderr] | [INFO] [stderr] 56 | impl ClientProto [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:68:63 [INFO] [stderr] | [INFO] [stderr] 68 | impl ServerProto [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:23:36 [INFO] [stderr] | [INFO] [stderr] 23 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:60:22 [INFO] [stderr] | [INFO] [stderr] 60 | type Transport = Framed>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | type Transport = Framed>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:23:62 [INFO] [stderr] | [INFO] [stderr] 23 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::Out': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:38:31 [INFO] [stderr] | [INFO] [stderr] 38 | fn encode(&mut self, msg: Self::Out, buf: &mut Vec) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | let ret = match Self::In::deserialize(&mut protocol) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | buf.drain_to(size as usize); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | Ok(io.framed(ThriftCodec::::new())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | Ok(io.framed(ThriftCodec::new())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.59s [INFO] running `"docker" "inspect" "e09b580c7683f3581a3cef413ca91b2709aff6b790a624d0fe2e9c5fbb221ec7"` [INFO] running `"docker" "rm" "-f" "e09b580c7683f3581a3cef413ca91b2709aff6b790a624d0fe2e9c5fbb221ec7"` [INFO] [stdout] e09b580c7683f3581a3cef413ca91b2709aff6b790a624d0fe2e9c5fbb221ec7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tokio-thrift/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] adde8ef4966ce32a15519cd46724a0e3230bfa761af04394a2f64cdf267aed69 [INFO] running `"docker" "start" "-a" "adde8ef4966ce32a15519cd46724a0e3230bfa761af04394a2f64cdf267aed69"` [INFO] [stderr] Compiling tokio-thrift v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `Deserialize` [INFO] [stderr] --> src/protocol/binary_protocol.rs:278:9 [INFO] [stderr] | [INFO] [stderr] 278 | use ::Deserialize; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Deserialize` in the root [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/protocol/binary_protocol.rs:274:27 [INFO] [stderr] | [INFO] [stderr] 274 | use std::io::{Cursor, Read, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Deserializer`, `Serialize`, `ThriftMessage`, `ThriftType` [INFO] [stderr] --> src/protocol/binary_protocol.rs:276:39 [INFO] [stderr] | [INFO] [stderr] 276 | use protocol::{ThriftMessageType, ThriftType, ThriftMessage, ThriftDeserializer, ThriftSerializer, Serializer, Serialize, Deserializer}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/mod.rs:36:32 [INFO] [stderr] | [INFO] [stderr] 36 | 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 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:38 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio_core::io::{Codec, EasyBuf, Io, Framed}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | impl Codec for ThriftCodec { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:56:63 [INFO] [stderr] | [INFO] [stderr] 56 | impl ClientProto [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:68:63 [INFO] [stderr] | [INFO] [stderr] 68 | impl ServerProto [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:23:36 [INFO] [stderr] | [INFO] [stderr] 23 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:60:22 [INFO] [stderr] | [INFO] [stderr] 60 | type Transport = Framed>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | type Transport = Framed>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:23:62 [INFO] [stderr] | [INFO] [stderr] 23 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::Out': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:38:31 [INFO] [stderr] | [INFO] [stderr] 38 | fn encode(&mut self, msg: Self::Out, buf: &mut Vec) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec::In': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | let ret = match Self::In::deserialize(&mut protocol) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | buf.drain_to(size as usize); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | Ok(io.framed(ThriftCodec::::new())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/tokio.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | Ok(io.framed(ThriftCodec::new())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tokio-thrift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "adde8ef4966ce32a15519cd46724a0e3230bfa761af04394a2f64cdf267aed69"` [INFO] running `"docker" "rm" "-f" "adde8ef4966ce32a15519cd46724a0e3230bfa761af04394a2f64cdf267aed69"` [INFO] [stdout] adde8ef4966ce32a15519cd46724a0e3230bfa761af04394a2f64cdf267aed69