Aug 10 20:46:11.009 INFO checking allengeorge/thrift_rust_doc against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 10 20:46:11.009 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 20:46:11.009 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 20:46:11.009 INFO running `"docker" "create" "-v" "/tmp/crater.1vcEj7aRo4K9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-0/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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 +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 10 20:46:11.279 INFO blam! 9b231341ae149d480bddafa89e627cd833783608eec27e0f19ac296b2453baf5 Aug 10 20:46:11.281 INFO running `"docker" "start" "-a" "9b231341ae149d480bddafa89e627cd833783608eec27e0f19ac296b2453baf5"` Aug 10 20:46:12.442 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 10 20:46:12.556 INFO kablam! Checking thrift v0.0.4 Aug 10 20:46:12.559 INFO kablam! Checking ordered-float v0.3.0 Aug 10 20:46:15.973 INFO kablam! Checking thrift-tutorial v0.1.0 (file:///source) Aug 10 20:46:17.117 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 10 20:46:17.117 INFO kablam! --> src/shared.rs:240:3 Aug 10 20:46:17.117 INFO kablam! | Aug 10 20:46:17.117 INFO kablam! 240 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 10 20:46:17.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 10 20:46:17.117 INFO kablam! | Aug 10 20:46:17.118 INFO kablam! = note: expected type `fn(&shared::SharedServiceSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.118 INFO kablam! found type `fn(&mut shared::SharedServiceSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.118 INFO kablam! Aug 10 20:46:17.118 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 10 20:46:17.119 INFO kablam! --> src/tutorial.rs:670:3 Aug 10 20:46:17.119 INFO kablam! | Aug 10 20:46:17.119 INFO kablam! 670 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 10 20:46:17.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 10 20:46:17.119 INFO kablam! | Aug 10 20:46:17.119 INFO kablam! = note: expected type `fn(&tutorial::CalculatorSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.119 INFO kablam! found type `fn(&mut tutorial::CalculatorSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.119 INFO kablam! Aug 10 20:46:17.139 INFO kablam! error: aborting due to 2 previous errors Aug 10 20:46:17.139 INFO kablam! Aug 10 20:46:17.140 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 10 20:46:17.148 INFO kablam! error: Could not compile `thrift-tutorial`. Aug 10 20:46:17.148 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 10 20:46:17.150 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 10 20:46:17.150 INFO kablam! --> src/shared.rs:240:3 Aug 10 20:46:17.150 INFO kablam! | Aug 10 20:46:17.150 INFO kablam! 240 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 10 20:46:17.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 10 20:46:17.150 INFO kablam! | Aug 10 20:46:17.150 INFO kablam! = note: expected type `fn(&shared::SharedServiceSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.150 INFO kablam! found type `fn(&mut shared::SharedServiceSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.150 INFO kablam! Aug 10 20:46:17.152 INFO kablam! error[E0053]: method `process` has an incompatible type for trait Aug 10 20:46:17.152 INFO kablam! --> src/tutorial.rs:670:3 Aug 10 20:46:17.152 INFO kablam! | Aug 10 20:46:17.152 INFO kablam! 670 | fn process(&mut self, i_prot: &mut TInputProtocol, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { Aug 10 20:46:17.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability Aug 10 20:46:17.152 INFO kablam! | Aug 10 20:46:17.152 INFO kablam! = note: expected type `fn(&tutorial::CalculatorSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.152 INFO kablam! found type `fn(&mut tutorial::CalculatorSyncProcessor, &mut dyn thrift::protocol::TInputProtocol, &mut dyn thrift::protocol::TOutputProtocol) -> std::result::Result<(), thrift::Error>` Aug 10 20:46:17.152 INFO kablam! Aug 10 20:46:17.171 INFO kablam! error: aborting due to 2 previous errors Aug 10 20:46:17.171 INFO kablam! Aug 10 20:46:17.171 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 10 20:46:17.182 INFO kablam! error: Could not compile `thrift-tutorial`. Aug 10 20:46:17.182 INFO kablam! Aug 10 20:46:17.183 INFO kablam! To learn more, run the command again with --verbose. Aug 10 20:46:17.186 INFO kablam! su: No module specific data is present Aug 10 20:46:17.772 INFO running `"docker" "rm" "-f" "9b231341ae149d480bddafa89e627cd833783608eec27e0f19ac296b2453baf5"` Aug 10 20:46:17.932 INFO blam! 9b231341ae149d480bddafa89e627cd833783608eec27e0f19ac296b2453baf5