Aug 01 17:26:50.220 INFO checking allengeorge/thrift_rust_doc against 1.27.2+tmplazy for lazy_static-1 Aug 01 17:26:50.220 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 17:26:50.220 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 17:26:50.220 INFO running `"docker" "create" "-v" "/tmp/crater.mdLDqVA3yp7q:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-2/1.27.2+tmplazy:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 17:26:50.487 INFO blam! c17612420b868688fee6efb9d275d00bfafa677ee19f31d1cf1b50c1d5bc0d83 Aug 01 17:26:50.489 INFO running `"docker" "start" "-a" "c17612420b868688fee6efb9d275d00bfafa677ee19f31d1cf1b50c1d5bc0d83"` Aug 01 17:26:51.374 INFO kablam! warning: dependency (thrift) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Aug 01 17:26:51.497 INFO kablam! Checking try_from v0.2.2 Aug 01 17:26:51.497 INFO kablam! Checking integer-encoding v1.0.5 Aug 01 17:26:51.505 INFO kablam! Checking ordered-float v0.3.0 Aug 01 17:26:54.285 INFO kablam! Checking thrift v0.0.4 Aug 01 17:26:57.442 INFO kablam! Checking thrift-tutorial v0.1.0 (file:///source) Aug 01 17:26:58.556 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 01 17:26:58.556 INFO kablam! --> src/shared.rs:240:3 Aug 01 17:26:58.557 INFO kablam! | Aug 01 17:26:58.557 INFO kablam! 240 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 01 17:26:58.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 01 17:26:58.557 INFO kablam! | Aug 01 17:26:58.557 INFO kablam! = note: expected type `fn(&shared::SharedServiceSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.557 INFO kablam! found type `fn(&mut shared::SharedServiceSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.558 INFO kablam! Aug 01 17:26:58.560 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 01 17:26:58.560 INFO kablam! --> src/tutorial.rs:670:3 Aug 01 17:26:58.560 INFO kablam! | Aug 01 17:26:58.560 INFO kablam! 670 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 01 17:26:58.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 01 17:26:58.560 INFO kablam! | Aug 01 17:26:58.561 INFO kablam! = note: expected type `fn(&tutorial::CalculatorSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.561 INFO kablam! found type `fn(&mut tutorial::CalculatorSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.561 INFO kablam! Aug 01 17:26:58.581 INFO kablam! error: aborting due to 2 previous errors Aug 01 17:26:58.581 INFO kablam! Aug 01 17:26:58.582 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 01 17:26:58.617 INFO kablam! error: Could not compile `thrift-tutorial`. Aug 01 17:26:58.617 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 01 17:26:58.620 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 01 17:26:58.620 INFO kablam! --> src/shared.rs:240:3 Aug 01 17:26:58.620 INFO kablam! | Aug 01 17:26:58.620 INFO kablam! 240 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 01 17:26:58.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 01 17:26:58.620 INFO kablam! | Aug 01 17:26:58.620 INFO kablam! = note: expected type `fn(&shared::SharedServiceSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.620 INFO kablam! found type `fn(&mut shared::SharedServiceSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.620 INFO kablam! Aug 01 17:26:58.621 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 01 17:26:58.621 INFO kablam! --> src/tutorial.rs:670:3 Aug 01 17:26:58.621 INFO kablam! | Aug 01 17:26:58.621 INFO kablam! 670 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 01 17:26:58.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 01 17:26:58.621 INFO kablam! | Aug 01 17:26:58.621 INFO kablam! = note: expected type `fn(&tutorial::CalculatorSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.621 INFO kablam! found type `fn(&mut tutorial::CalculatorSyncProcessor, &mut thrift::protocol::TInputProtocol, &mut thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 01 17:26:58.628 INFO kablam! Aug 01 17:26:58.643 INFO kablam! error: aborting due to 2 previous errors Aug 01 17:26:58.643 INFO kablam! Aug 01 17:26:58.643 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 01 17:26:58.659 INFO kablam! error: Could not compile `thrift-tutorial`. Aug 01 17:26:58.659 INFO kablam! Aug 01 17:26:58.659 INFO kablam! To learn more, run the command again with --verbose. Aug 01 17:26:58.661 INFO kablam! su: No module specific data is present Aug 01 17:26:59.221 INFO running `"docker" "rm" "-f" "c17612420b868688fee6efb9d275d00bfafa677ee19f31d1cf1b50c1d5bc0d83"` Aug 01 17:26:59.375 INFO blam! c17612420b868688fee6efb9d275d00bfafa677ee19f31d1cf1b50c1d5bc0d83