Sep 17 21:59:13.394 INFO checking libpijul-0.8.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:59:13.394 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:59:13.394 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:59:13.686 INFO blam! b8be8761db339d5b6974efd04c2c610292933cf2a5becb4ccaad639ee1ed69a8 Sep 17 21:59:13.687 INFO running `"docker" "start" "-a" "b8be8761db339d5b6974efd04c2c610292933cf2a5becb4ccaad639ee1ed69a8"` Sep 17 21:59:14.795 INFO kablam! usermod: no changes Sep 17 21:59:14.962 INFO kablam! Checking bs58 v0.2.2 Sep 17 21:59:14.962 INFO kablam! Checking sanakirja v0.8.17 Sep 17 21:59:17.274 INFO kablam! Checking libpijul v0.8.3 (/source) Sep 17 21:59:19.110 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 21:59:19.110 INFO kablam! --> src/backend/mod.rs:12:9 Sep 17 21:59:19.110 INFO kablam! | Sep 17 21:59:19.111 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 17 21:59:19.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 21:59:19.111 INFO kablam! | Sep 17 21:59:19.111 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 21:59:19.111 INFO kablam! Sep 17 21:59:19.178 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 21:59:19.179 INFO kablam! --> src/backend/mod.rs:12:9 Sep 17 21:59:19.179 INFO kablam! | Sep 17 21:59:19.179 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 17 21:59:19.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 21:59:19.179 INFO kablam! | Sep 17 21:59:19.179 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 21:59:19.179 INFO kablam! Sep 17 21:59:19.623 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.623 INFO kablam! --> src/lib.rs:175:30 Sep 17 21:59:19.623 INFO kablam! | Sep 17 21:59:19.623 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 17 21:59:19.623 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.623 INFO kablam! | Sep 17 21:59:19.623 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.623 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.623 INFO kablam! Sep 17 21:59:19.623 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.623 INFO kablam! --> src/lib.rs:176:35 Sep 17 21:59:19.623 INFO kablam! | Sep 17 21:59:19.623 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 17 21:59:19.623 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.623 INFO kablam! | Sep 17 21:59:19.623 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.623 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.623 INFO kablam! Sep 17 21:59:19.623 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.623 INFO kablam! --> src/lib.rs:177:38 Sep 17 21:59:19.623 INFO kablam! | Sep 17 21:59:19.623 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 17 21:59:19.623 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.623 INFO kablam! | Sep 17 21:59:19.623 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.623 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.623 INFO kablam! Sep 17 21:59:19.661 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.661 INFO kablam! --> src/lib.rs:175:30 Sep 17 21:59:19.661 INFO kablam! | Sep 17 21:59:19.661 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 17 21:59:19.661 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.661 INFO kablam! | Sep 17 21:59:19.661 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.661 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.661 INFO kablam! Sep 17 21:59:19.661 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.661 INFO kablam! --> src/lib.rs:176:35 Sep 17 21:59:19.661 INFO kablam! | Sep 17 21:59:19.661 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 17 21:59:19.661 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.661 INFO kablam! | Sep 17 21:59:19.661 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.661 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.661 INFO kablam! Sep 17 21:59:19.667 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:19.667 INFO kablam! --> src/lib.rs:177:38 Sep 17 21:59:19.667 INFO kablam! | Sep 17 21:59:19.667 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 17 21:59:19.667 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:19.667 INFO kablam! | Sep 17 21:59:19.667 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:19.667 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:19.667 INFO kablam! Sep 17 21:59:19.751 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.751 INFO kablam! --> src/backend/mod.rs:328:18 Sep 17 21:59:19.751 INFO kablam! | Sep 17 21:59:19.751 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 17 21:59:19.751 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.751 INFO kablam! | Sep 17 21:59:19.751 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.751 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.751 INFO kablam! Sep 17 21:59:19.754 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.755 INFO kablam! --> src/backend/mod.rs:334:18 Sep 17 21:59:19.755 INFO kablam! | Sep 17 21:59:19.755 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 17 21:59:19.755 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.755 INFO kablam! | Sep 17 21:59:19.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.755 INFO kablam! Sep 17 21:59:19.755 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.755 INFO kablam! --> src/backend/mod.rs:358:22 Sep 17 21:59:19.755 INFO kablam! | Sep 17 21:59:19.755 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 17 21:59:19.755 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.755 INFO kablam! | Sep 17 21:59:19.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.755 INFO kablam! Sep 17 21:59:19.877 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.877 INFO kablam! --> src/backend/mod.rs:328:18 Sep 17 21:59:19.877 INFO kablam! | Sep 17 21:59:19.877 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 17 21:59:19.877 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.877 INFO kablam! | Sep 17 21:59:19.877 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.877 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.877 INFO kablam! Sep 17 21:59:19.887 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.887 INFO kablam! --> src/backend/mod.rs:334:18 Sep 17 21:59:19.887 INFO kablam! | Sep 17 21:59:19.887 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 17 21:59:19.887 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.887 INFO kablam! | Sep 17 21:59:19.887 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.887 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.887 INFO kablam! Sep 17 21:59:19.887 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.887 INFO kablam! --> src/backend/mod.rs:358:22 Sep 17 21:59:19.887 INFO kablam! | Sep 17 21:59:19.887 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 17 21:59:19.887 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.887 INFO kablam! | Sep 17 21:59:19.887 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.887 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.887 INFO kablam! Sep 17 21:59:19.894 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.894 INFO kablam! --> src/backend/mod.rs:985:21 Sep 17 21:59:19.894 INFO kablam! | Sep 17 21:59:19.894 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 17 21:59:19.894 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.894 INFO kablam! | Sep 17 21:59:19.894 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.894 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.894 INFO kablam! Sep 17 21:59:19.894 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.894 INFO kablam! --> src/backend/mod.rs:997:26 Sep 17 21:59:19.894 INFO kablam! | Sep 17 21:59:19.894 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.894 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.894 INFO kablam! | Sep 17 21:59:19.894 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.894 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.894 INFO kablam! Sep 17 21:59:19.899 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.899 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 17 21:59:19.899 INFO kablam! | Sep 17 21:59:19.899 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.899 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.899 INFO kablam! | Sep 17 21:59:19.899 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.899 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.899 INFO kablam! Sep 17 21:59:19.899 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.899 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 17 21:59:19.899 INFO kablam! | Sep 17 21:59:19.899 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.899 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.899 INFO kablam! | Sep 17 21:59:19.899 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.899 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.899 INFO kablam! Sep 17 21:59:19.899 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.899 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 17 21:59:19.899 INFO kablam! | Sep 17 21:59:19.899 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.899 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.899 INFO kablam! | Sep 17 21:59:19.899 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.899 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.899 INFO kablam! Sep 17 21:59:19.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.914 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 17 21:59:19.914 INFO kablam! | Sep 17 21:59:19.914 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.914 INFO kablam! | Sep 17 21:59:19.914 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.914 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.914 INFO kablam! Sep 17 21:59:19.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.914 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 17 21:59:19.914 INFO kablam! | Sep 17 21:59:19.914 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.914 INFO kablam! | Sep 17 21:59:19.914 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.915 INFO kablam! Sep 17 21:59:19.915 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.915 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 17 21:59:19.915 INFO kablam! | Sep 17 21:59:19.915 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.915 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.915 INFO kablam! | Sep 17 21:59:19.915 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.915 INFO kablam! Sep 17 21:59:19.916 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.916 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 17 21:59:19.916 INFO kablam! | Sep 17 21:59:19.916 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 17 21:59:19.916 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.916 INFO kablam! | Sep 17 21:59:19.916 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.916 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.916 INFO kablam! Sep 17 21:59:19.916 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.916 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 17 21:59:19.916 INFO kablam! | Sep 17 21:59:19.916 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:19.916 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.916 INFO kablam! | Sep 17 21:59:19.916 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.916 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.916 INFO kablam! Sep 17 21:59:19.917 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.918 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 17 21:59:19.918 INFO kablam! | Sep 17 21:59:19.918 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 17 21:59:19.918 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.918 INFO kablam! | Sep 17 21:59:19.918 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.918 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.918 INFO kablam! Sep 17 21:59:19.918 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.918 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 17 21:59:19.918 INFO kablam! | Sep 17 21:59:19.918 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:19.918 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.918 INFO kablam! | Sep 17 21:59:19.918 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.918 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.918 INFO kablam! Sep 17 21:59:19.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.919 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 17 21:59:19.919 INFO kablam! | Sep 17 21:59:19.919 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.919 INFO kablam! | Sep 17 21:59:19.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.919 INFO kablam! Sep 17 21:59:19.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.927 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 17 21:59:19.927 INFO kablam! | Sep 17 21:59:19.927 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.927 INFO kablam! | Sep 17 21:59:19.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.927 INFO kablam! Sep 17 21:59:19.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.927 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 17 21:59:19.927 INFO kablam! | Sep 17 21:59:19.927 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.927 INFO kablam! | Sep 17 21:59:19.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.927 INFO kablam! Sep 17 21:59:19.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.927 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 17 21:59:19.927 INFO kablam! | Sep 17 21:59:19.927 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.927 INFO kablam! | Sep 17 21:59:19.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.928 INFO kablam! Sep 17 21:59:19.930 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.931 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 17 21:59:19.931 INFO kablam! | Sep 17 21:59:19.931 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:19.931 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.931 INFO kablam! | Sep 17 21:59:19.931 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.931 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.931 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:19.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.947 INFO kablam! Sep 17 21:59:19.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.947 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 17 21:59:19.947 INFO kablam! | Sep 17 21:59:19.948 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:19.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.948 INFO kablam! | Sep 17 21:59:19.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.948 INFO kablam! Sep 17 21:59:19.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.948 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 17 21:59:19.948 INFO kablam! | Sep 17 21:59:19.948 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:19.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.948 INFO kablam! | Sep 17 21:59:19.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.948 INFO kablam! Sep 17 21:59:19.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:19.948 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 17 21:59:19.948 INFO kablam! | Sep 17 21:59:19.948 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:19.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:19.948 INFO kablam! | Sep 17 21:59:19.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:19.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:19.948 INFO kablam! Sep 17 21:59:20.118 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.118 INFO kablam! --> src/backend/mod.rs:985:21 Sep 17 21:59:20.118 INFO kablam! | Sep 17 21:59:20.118 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 17 21:59:20.118 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.118 INFO kablam! | Sep 17 21:59:20.118 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.118 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.118 INFO kablam! Sep 17 21:59:20.118 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.118 INFO kablam! --> src/backend/mod.rs:997:26 Sep 17 21:59:20.118 INFO kablam! | Sep 17 21:59:20.118 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.118 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.118 INFO kablam! | Sep 17 21:59:20.118 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.120 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.120 INFO kablam! Sep 17 21:59:20.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.123 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.123 INFO kablam! Sep 17 21:59:20.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.123 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.123 INFO kablam! Sep 17 21:59:20.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.123 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.123 INFO kablam! Sep 17 21:59:20.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.123 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.123 INFO kablam! Sep 17 21:59:20.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.123 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.123 INFO kablam! Sep 17 21:59:20.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.123 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.123 INFO kablam! | Sep 17 21:59:20.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.123 INFO kablam! Sep 17 21:59:20.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.127 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.127 INFO kablam! | Sep 17 21:59:20.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.127 INFO kablam! Sep 17 21:59:20.134 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.135 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.135 INFO kablam! | Sep 17 21:59:20.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.135 INFO kablam! Sep 17 21:59:20.139 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.139 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 17 21:59:20.139 INFO kablam! | Sep 17 21:59:20.139 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.139 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.139 INFO kablam! | Sep 17 21:59:20.139 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.139 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.139 INFO kablam! Sep 17 21:59:20.139 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.139 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 17 21:59:20.139 INFO kablam! | Sep 17 21:59:20.139 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.139 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.139 INFO kablam! | Sep 17 21:59:20.139 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.139 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.139 INFO kablam! Sep 17 21:59:20.142 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.143 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 17 21:59:20.143 INFO kablam! | Sep 17 21:59:20.143 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.143 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.143 INFO kablam! | Sep 17 21:59:20.143 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.143 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.143 INFO kablam! Sep 17 21:59:20.143 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.143 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 17 21:59:20.143 INFO kablam! | Sep 17 21:59:20.143 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.143 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.143 INFO kablam! | Sep 17 21:59:20.143 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.143 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.143 INFO kablam! Sep 17 21:59:20.151 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.151 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.151 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.151 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.151 INFO kablam! Sep 17 21:59:20.151 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.151 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:20.151 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.151 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.151 INFO kablam! Sep 17 21:59:20.151 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.151 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:20.151 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.151 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.151 INFO kablam! Sep 17 21:59:20.151 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.151 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:20.151 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.151 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.151 INFO kablam! Sep 17 21:59:20.151 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.151 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:20.151 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.151 INFO kablam! | Sep 17 21:59:20.151 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.151 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.151 INFO kablam! Sep 17 21:59:21.840 INFO kablam! error: aborting due to 33 previous errors Sep 17 21:59:21.840 INFO kablam! Sep 17 21:59:21.840 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 21:59:21.844 INFO kablam! error: Could not compile `libpijul`. Sep 17 21:59:21.844 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:59:21.972 INFO kablam! error: aborting due to 33 previous errors Sep 17 21:59:21.972 INFO kablam! Sep 17 21:59:21.972 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 21:59:21.989 INFO kablam! error: Could not compile `libpijul`. Sep 17 21:59:21.989 INFO kablam! Sep 17 21:59:21.990 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:59:21.990 INFO kablam! su: No module specific data is present Sep 17 21:59:22.738 INFO running `"docker" "rm" "-f" "b8be8761db339d5b6974efd04c2c610292933cf2a5becb4ccaad639ee1ed69a8"` Sep 17 21:59:22.872 INFO blam! b8be8761db339d5b6974efd04c2c610292933cf2a5becb4ccaad639ee1ed69a8