Aug 02 14:50:56.670 INFO checking arbitrary-0.1.1 against 1.27.2 for lazy_static-1 Aug 02 14:50:56.670 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 14:50:56.670 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 14:50:56.670 INFO running `"docker" "create" "-v" "/tmp/crater.lgnoEFH4WQFP:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-2/1.27.2:/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 02 14:50:56.907 INFO blam! 8aa5020898c83ca94002ea83e316a1089d71d13f047942735eb3370d7474aad4 Aug 02 14:50:56.909 INFO running `"docker" "start" "-a" "8aa5020898c83ca94002ea83e316a1089d71d13f047942735eb3370d7474aad4"` Aug 02 14:50:57.967 INFO kablam! Checking arbitrary v0.1.1 (file:///source) Aug 02 14:51:01.617 INFO kablam! error[E0599]: no method named `fill_buffer` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.617 INFO kablam! --> src/lib.rs:474:8 Aug 02 14:51:01.617 INFO kablam! | Aug 02 14:51:01.617 INFO kablam! 474 | rb.fill_buffer(&mut z).unwrap(); Aug 02 14:51:01.617 INFO kablam! | ^^^^^^^^^^^ Aug 02 14:51:01.617 INFO kablam! | Aug 02 14:51:01.617 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.617 INFO kablam! = note: the following trait defines an item `fill_buffer`, perhaps you need to implement it: Aug 02 14:51:01.617 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.617 INFO kablam! Aug 02 14:51:01.713 INFO kablam! error[E0599]: no method named `fill_buffer` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.713 INFO kablam! --> src/lib.rs:476:8 Aug 02 14:51:01.713 INFO kablam! | Aug 02 14:51:01.713 INFO kablam! 476 | rb.fill_buffer(&mut z).unwrap(); Aug 02 14:51:01.713 INFO kablam! | ^^^^^^^^^^^ Aug 02 14:51:01.713 INFO kablam! | Aug 02 14:51:01.713 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.713 INFO kablam! = note: the following trait defines an item `fill_buffer`, perhaps you need to implement it: Aug 02 14:51:01.713 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.713 INFO kablam! Aug 02 14:51:01.718 INFO kablam! error[E0599]: no method named `container_size` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.718 INFO kablam! --> src/lib.rs:484:19 Aug 02 14:51:01.718 INFO kablam! | Aug 02 14:51:01.718 INFO kablam! 484 | assert_eq!(rb.container_size().unwrap(), 9); Aug 02 14:51:01.718 INFO kablam! | ^^^^^^^^^^^^^^ Aug 02 14:51:01.718 INFO kablam! | Aug 02 14:51:01.719 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.719 INFO kablam! = note: the following trait defines an item `container_size`, perhaps you need to implement it: Aug 02 14:51:01.719 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.719 INFO kablam! Aug 02 14:51:01.723 INFO kablam! error[E0599]: no method named `container_size` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.723 INFO kablam! --> src/lib.rs:485:19 Aug 02 14:51:01.723 INFO kablam! | Aug 02 14:51:01.723 INFO kablam! 485 | assert_eq!(rb.container_size().unwrap(), 1); Aug 02 14:51:01.723 INFO kablam! | ^^^^^^^^^^^^^^ Aug 02 14:51:01.723 INFO kablam! | Aug 02 14:51:01.723 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.723 INFO kablam! = note: the following trait defines an item `container_size`, perhaps you need to implement it: Aug 02 14:51:01.723 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.723 INFO kablam! Aug 02 14:51:01.726 INFO kablam! error[E0599]: no method named `container_size` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.727 INFO kablam! --> src/lib.rs:486:19 Aug 02 14:51:01.727 INFO kablam! | Aug 02 14:51:01.727 INFO kablam! 486 | assert_eq!(rb.container_size().unwrap(), 2); Aug 02 14:51:01.727 INFO kablam! | ^^^^^^^^^^^^^^ Aug 02 14:51:01.727 INFO kablam! | Aug 02 14:51:01.727 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.727 INFO kablam! = note: the following trait defines an item `container_size`, perhaps you need to implement it: Aug 02 14:51:01.727 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.727 INFO kablam! Aug 02 14:51:01.731 INFO kablam! error[E0599]: no method named `container_size` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.731 INFO kablam! --> src/lib.rs:487:19 Aug 02 14:51:01.731 INFO kablam! | Aug 02 14:51:01.731 INFO kablam! 487 | assert_eq!(rb.container_size().unwrap(), 6); Aug 02 14:51:01.731 INFO kablam! | ^^^^^^^^^^^^^^ Aug 02 14:51:01.731 INFO kablam! | Aug 02 14:51:01.731 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.731 INFO kablam! = note: the following trait defines an item `container_size`, perhaps you need to implement it: Aug 02 14:51:01.731 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.731 INFO kablam! Aug 02 14:51:01.735 INFO kablam! error[E0599]: no method named `container_size` found for type `std::result::Result, &str>` in the current scope Aug 02 14:51:01.735 INFO kablam! --> src/lib.rs:488:19 Aug 02 14:51:01.735 INFO kablam! | Aug 02 14:51:01.735 INFO kablam! 488 | assert_eq!(rb.container_size().unwrap(), 1); Aug 02 14:51:01.735 INFO kablam! | ^^^^^^^^^^^^^^ Aug 02 14:51:01.735 INFO kablam! | Aug 02 14:51:01.735 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Aug 02 14:51:01.735 INFO kablam! = note: the following trait defines an item `container_size`, perhaps you need to implement it: Aug 02 14:51:01.735 INFO kablam! candidate #1: `Unstructured` Aug 02 14:51:01.735 INFO kablam! Aug 02 14:51:01.768 INFO kablam! error: aborting due to 7 previous errors Aug 02 14:51:01.768 INFO kablam! Aug 02 14:51:01.768 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 02 14:51:01.850 INFO kablam! error: Could not compile `arbitrary`. Aug 02 14:51:01.850 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 14:51:03.793 INFO kablam! error: build failed Aug 02 14:51:03.795 INFO kablam! su: No module specific data is present Aug 02 14:51:04.444 INFO running `"docker" "rm" "-f" "8aa5020898c83ca94002ea83e316a1089d71d13f047942735eb3370d7474aad4"` Aug 02 14:51:04.560 INFO blam! 8aa5020898c83ca94002ea83e316a1089d71d13f047942735eb3370d7474aad4