[INFO] updating cached repository sgeop/ruska [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sgeop/ruska [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sgeop/ruska" "work/ex/beta-1.38-1/sources/1.37.0/gh/sgeop/ruska"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sgeop/ruska'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sgeop/ruska" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sgeop/ruska"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sgeop/ruska'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5a6c1529dccc7351e4d8b4736cbeec22f3c31fc0 [INFO] sha for GitHub repo sgeop/ruska: 5a6c1529dccc7351e4d8b4736cbeec22f3c31fc0 [INFO] validating manifest of sgeop/ruska 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 sgeop/ruska 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 sgeop/ruska [INFO] finished frobbing sgeop/ruska [INFO] frobbed toml for sgeop/ruska written to work/ex/beta-1.38-1/sources/1.37.0/gh/sgeop/ruska/Cargo.toml [INFO] started frobbing sgeop/ruska [INFO] finished frobbing sgeop/ruska [INFO] frobbed toml for sgeop/ruska written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sgeop/ruska/Cargo.toml [INFO] crate sgeop/ruska already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sgeop/ruska/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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] Updating git repository `https://github.com/stepancheg/rust-protobuf.git` [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] [stderr] Updating git repository `https://github.com/stepancheg/rust-protobuf.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sgeop/ruska 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sgeop/ruska:/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] b53da9955691a04a5d7afc7b04c89867af9b206bcaff06a2fce589372732594e [INFO] running `"docker" "start" "-a" "b53da9955691a04a5d7afc7b04c89867af9b206bcaff06a2fce589372732594e"` [INFO] [stderr] Compiling protobuf v3.0.0-pre (https://github.com/stepancheg/rust-protobuf.git#8688232e) [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling kafka v0.7.0 [INFO] [stderr] Compiling lmdb-rs v0.7.6 [INFO] [stderr] Compiling ruska v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0407]: method `type_id` is not a member of trait `protobuf::Message` [INFO] [stderr] --> src/kafka_message.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | / fn type_id(&self) -> ::std::any::TypeId { [INFO] [stderr] 240 | | ::std::any::TypeId::of::() [INFO] [stderr] 241 | | } [INFO] [stderr] | |_____^ not a member of trait `protobuf::Message` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `as_any` is not a member of trait `protobuf::Message` [INFO] [stderr] --> src/kafka_message.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | / fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] 244 | | self as &::std::any::Any [INFO] [stderr] 245 | | } [INFO] [stderr] | |_____^ not a member of trait `protobuf::Message` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `MessageStatic` in `protobuf` [INFO] [stderr] --> src/kafka_message.rs:248:21 [INFO] [stderr] | [INFO] [stderr] 248 | ::protobuf::MessageStatic::descriptor_static(None::) [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `MessageStatic` in `protobuf` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ONCE_INIT` in `protobuf::lazy` [INFO] [stderr] --> src/kafka_message.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stderr] | ^^^^^^^^^ not found in `protobuf::lazy` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::ONCE_INIT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MessageStatic` in crate `protobuf` [INFO] [stderr] --> src/kafka_message.rs:252:18 [INFO] [stderr] | [INFO] [stderr] 252 | impl ::protobuf::MessageStatic for KafkaMessage { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `protobuf` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ONCE_INIT` in `protobuf::lazy` [INFO] [stderr] --> src/kafka_message.rs:259:37 [INFO] [stderr] | [INFO] [stderr] 259 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stderr] | ^^^^^^^^^ not found in `protobuf::lazy` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::ONCE_INIT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_singular_string_accessor` in `protobuf::reflect::accessor` [INFO] [stderr] --> src/kafka_message.rs:265:60 [INFO] [stderr] | [INFO] [stderr] 265 | fields.push(::protobuf::reflect::accessor::make_singular_string_accessor( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `protobuf::reflect::accessor` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_singular_string_accessor` in `protobuf::reflect::accessor` [INFO] [stderr] --> src/kafka_message.rs:270:60 [INFO] [stderr] | [INFO] [stderr] 270 | fields.push(::protobuf::reflect::accessor::make_singular_string_accessor( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `protobuf::reflect::accessor` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `make_singular_bytes_accessor` in `protobuf::reflect::accessor` [INFO] [stderr] --> src/kafka_message.rs:275:60 [INFO] [stderr] | [INFO] [stderr] 275 | fields.push(::protobuf::reflect::accessor::make_singular_bytes_accessor( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `protobuf::reflect::accessor` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ONCE_INIT` in `protobuf::lazy` [INFO] [stderr] --> src/kafka_message.rs:342:29 [INFO] [stderr] | [INFO] [stderr] 342 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stderr] | ^^^^^^^^^ not found in `protobuf::lazy` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::ONCE_INIT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:30:81 [INFO] [stderr] | [INFO] [stderr] 30 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:258:44 [INFO] [stderr] | [INFO] [stderr] 258 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:258:109 [INFO] [stderr] | [INFO] [stderr] 258 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:259:31 [INFO] [stderr] | [INFO] [stderr] 259 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `accessor` is private [INFO] [stderr] --> src/kafka_message.rs:265:50 [INFO] [stderr] | [INFO] [stderr] 265 | fields.push(::protobuf::reflect::accessor::make_singular_string_accessor( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `accessor` is private [INFO] [stderr] --> src/kafka_message.rs:270:50 [INFO] [stderr] | [INFO] [stderr] 270 | fields.push(::protobuf::reflect::accessor::make_singular_string_accessor( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `accessor` is private [INFO] [stderr] --> src/kafka_message.rs:275:50 [INFO] [stderr] | [INFO] [stderr] 275 | fields.push(::protobuf::reflect::accessor::make_singular_bytes_accessor( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:341:52 [INFO] [stderr] | [INFO] [stderr] 341 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:341:122 [INFO] [stderr] | [INFO] [stderr] 341 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `lazy` is private [INFO] [stderr] --> src/kafka_message.rs:342:23 [INFO] [stderr] | [INFO] [stderr] 342 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/kafka_message.rs:243:26 [INFO] [stderr] | [INFO] [stderr] 243 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/kafka_message.rs:244:18 [INFO] [stderr] | [INFO] [stderr] 244 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/storage.rs:35:39 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn with_read_write(&self, f: &Fn(lmdb::Database) -> ()) -> Result<(), lmdb::MdbError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(lmdb::Database) -> ()` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/storage.rs:44:37 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn with_readonly(&self, f: &Fn(lmdb::Database) -> ()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(lmdb::Database) -> ()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0407, E0425, E0433, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: Could not compile `ruska`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b53da9955691a04a5d7afc7b04c89867af9b206bcaff06a2fce589372732594e"` [INFO] running `"docker" "rm" "-f" "b53da9955691a04a5d7afc7b04c89867af9b206bcaff06a2fce589372732594e"` [INFO] [stdout] b53da9955691a04a5d7afc7b04c89867af9b206bcaff06a2fce589372732594e