Sep 17 21:59:14.205 INFO checking libpijul-0.8.3 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 21:59:14.205 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 21:59:14.205 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:14.567 INFO blam! 8d51952679881274bbac710441dfdd7f718ed5b12a36093dc8aaf17227433105 Sep 17 21:59:14.574 INFO running `"docker" "start" "-a" "8d51952679881274bbac710441dfdd7f718ed5b12a36093dc8aaf17227433105"` Sep 17 21:59:15.781 INFO kablam! usermod: no changes Sep 17 21:59:15.991 INFO kablam! Checking bs58 v0.2.2 Sep 17 21:59:16.007 INFO kablam! Checking sanakirja v0.8.17 Sep 17 21:59:18.493 INFO kablam! Checking libpijul v0.8.3 (/source) Sep 17 21:59:20.307 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 21:59:20.307 INFO kablam! --> src/backend/mod.rs:12:9 Sep 17 21:59:20.307 INFO kablam! | Sep 17 21:59:20.307 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 17 21:59:20.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 21:59:20.307 INFO kablam! | Sep 17 21:59:20.307 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 21:59:20.307 INFO kablam! Sep 17 21:59:20.375 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 21:59:20.375 INFO kablam! --> src/backend/mod.rs:12:9 Sep 17 21:59:20.375 INFO kablam! | Sep 17 21:59:20.375 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 17 21:59:20.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 21:59:20.375 INFO kablam! | Sep 17 21:59:20.375 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 21:59:20.375 INFO kablam! Sep 17 21:59:20.807 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:20.807 INFO kablam! --> src/lib.rs:175:30 Sep 17 21:59:20.807 INFO kablam! | Sep 17 21:59:20.807 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 17 21:59:20.807 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:20.807 INFO kablam! | Sep 17 21:59:20.807 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:20.807 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:20.807 INFO kablam! Sep 17 21:59:20.811 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:20.811 INFO kablam! --> src/lib.rs:176:35 Sep 17 21:59:20.811 INFO kablam! | Sep 17 21:59:20.811 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 17 21:59:20.811 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:20.811 INFO kablam! | Sep 17 21:59:20.811 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:20.811 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:20.811 INFO kablam! Sep 17 21:59:20.821 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:20.821 INFO kablam! --> src/lib.rs:177:38 Sep 17 21:59:20.821 INFO kablam! | Sep 17 21:59:20.821 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 17 21:59:20.821 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:20.821 INFO kablam! | Sep 17 21:59:20.821 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:20.821 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:20.821 INFO kablam! Sep 17 21:59:20.882 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:20.882 INFO kablam! --> src/lib.rs:175:30 Sep 17 21:59:20.882 INFO kablam! | Sep 17 21:59:20.882 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 17 21:59:20.882 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:20.882 INFO kablam! | Sep 17 21:59:20.882 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:20.882 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:20.882 INFO kablam! Sep 17 21:59:20.882 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:20.882 INFO kablam! --> src/lib.rs:176:35 Sep 17 21:59:20.882 INFO kablam! | Sep 17 21:59:20.882 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 17 21:59:20.882 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:20.882 INFO kablam! | Sep 17 21:59:20.882 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:20.882 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:20.882 INFO kablam! Sep 17 21:59:20.883 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 17 21:59:20.883 INFO kablam! --> src/lib.rs:177:38 Sep 17 21:59:20.883 INFO kablam! | Sep 17 21:59:20.883 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 17 21:59:20.883 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 17 21:59:20.883 INFO kablam! | Sep 17 21:59:20.883 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 17 21:59:20.883 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 17 21:59:20.883 INFO kablam! Sep 17 21:59:20.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.975 INFO kablam! --> src/backend/mod.rs:328:18 Sep 17 21:59:20.975 INFO kablam! | Sep 17 21:59:20.975 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 17 21:59:20.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.975 INFO kablam! | Sep 17 21:59:20.975 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.975 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.975 INFO kablam! Sep 17 21:59:20.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.975 INFO kablam! --> src/backend/mod.rs:334:18 Sep 17 21:59:20.975 INFO kablam! | Sep 17 21:59:20.975 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 17 21:59:20.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.975 INFO kablam! | Sep 17 21:59:20.975 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.975 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.975 INFO kablam! Sep 17 21:59:20.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:20.983 INFO kablam! --> src/backend/mod.rs:358:22 Sep 17 21:59:20.983 INFO kablam! | Sep 17 21:59:20.983 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 17 21:59:20.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:20.983 INFO kablam! | Sep 17 21:59:20.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:20.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:20.983 INFO kablam! Sep 17 21:59:21.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.011 INFO kablam! --> src/backend/mod.rs:328:18 Sep 17 21:59:21.011 INFO kablam! | Sep 17 21:59:21.011 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 17 21:59:21.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.011 INFO kablam! | Sep 17 21:59:21.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.011 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.011 INFO kablam! Sep 17 21:59:21.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.014 INFO kablam! --> src/backend/mod.rs:334:18 Sep 17 21:59:21.014 INFO kablam! | Sep 17 21:59:21.014 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 17 21:59:21.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.014 INFO kablam! | Sep 17 21:59:21.014 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.014 INFO kablam! Sep 17 21:59:21.017 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.017 INFO kablam! --> src/backend/mod.rs:358:22 Sep 17 21:59:21.017 INFO kablam! | Sep 17 21:59:21.017 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 17 21:59:21.017 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.017 INFO kablam! | Sep 17 21:59:21.017 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.017 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.017 INFO kablam! Sep 17 21:59:21.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.123 INFO kablam! --> src/backend/mod.rs:985:21 Sep 17 21:59:21.123 INFO kablam! | Sep 17 21:59:21.123 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:21.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.123 INFO kablam! | Sep 17 21:59:21.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.123 INFO kablam! Sep 17 21:59:21.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.123 INFO kablam! --> src/backend/mod.rs:997:26 Sep 17 21:59:21.123 INFO kablam! | Sep 17 21:59:21.123 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.123 INFO kablam! | Sep 17 21:59:21.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.123 INFO kablam! Sep 17 21:59:21.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.127 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 17 21:59:21.127 INFO kablam! | Sep 17 21:59:21.127 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.127 INFO kablam! | Sep 17 21:59:21.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.127 INFO kablam! Sep 17 21:59:21.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.127 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 17 21:59:21.127 INFO kablam! | Sep 17 21:59:21.127 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.127 INFO kablam! | Sep 17 21:59:21.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.127 INFO kablam! Sep 17 21:59:21.127 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.127 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 17 21:59:21.127 INFO kablam! | Sep 17 21:59:21.127 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.127 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.127 INFO kablam! | Sep 17 21:59:21.127 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.127 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.127 INFO kablam! Sep 17 21:59:21.131 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.131 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 17 21:59:21.131 INFO kablam! | Sep 17 21:59:21.131 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.131 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.131 INFO kablam! | Sep 17 21:59:21.131 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.131 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.131 INFO kablam! Sep 17 21:59:21.131 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.131 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 17 21:59:21.131 INFO kablam! | Sep 17 21:59:21.131 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.131 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.131 INFO kablam! | Sep 17 21:59:21.131 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.131 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.131 INFO kablam! Sep 17 21:59:21.131 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.131 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 17 21:59:21.131 INFO kablam! | Sep 17 21:59:21.131 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.131 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.131 INFO kablam! | Sep 17 21:59:21.131 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.131 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.131 INFO kablam! Sep 17 21:59:21.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.135 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 17 21:59:21.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.135 INFO kablam! Sep 17 21:59:21.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.135 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:21.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.135 INFO kablam! Sep 17 21:59:21.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.135 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 17 21:59:21.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.135 INFO kablam! Sep 17 21:59:21.135 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.135 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:21.135 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.135 INFO kablam! | Sep 17 21:59:21.135 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.135 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.135 INFO kablam! Sep 17 21:59:21.136 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.136 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 17 21:59:21.136 INFO kablam! | Sep 17 21:59:21.136 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.136 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.136 INFO kablam! | Sep 17 21:59:21.136 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.136 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.136 INFO kablam! Sep 17 21:59:21.139 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.139 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 17 21:59:21.139 INFO kablam! | Sep 17 21:59:21.139 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.139 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.139 INFO kablam! | Sep 17 21:59:21.139 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.140 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.140 INFO kablam! Sep 17 21:59:21.140 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.140 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 17 21:59:21.140 INFO kablam! | Sep 17 21:59:21.140 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.140 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.140 INFO kablam! | Sep 17 21:59:21.140 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.140 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.140 INFO kablam! Sep 17 21:59:21.140 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.140 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 17 21:59:21.140 INFO kablam! | Sep 17 21:59:21.140 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.140 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.140 INFO kablam! | Sep 17 21:59:21.140 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.140 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.140 INFO kablam! Sep 17 21:59:21.147 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.147 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:21.147 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.147 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.147 INFO kablam! Sep 17 21:59:21.147 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.147 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.147 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.147 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.147 INFO kablam! Sep 17 21:59:21.147 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.147 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:21.147 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.147 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.147 INFO kablam! Sep 17 21:59:21.147 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.147 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.147 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.147 INFO kablam! | Sep 17 21:59:21.147 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.147 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.147 INFO kablam! Sep 17 21:59:21.147 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.147 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 17 21:59:21.148 INFO kablam! | Sep 17 21:59:21.148 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.148 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.148 INFO kablam! | Sep 17 21:59:21.148 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.148 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.148 INFO kablam! Sep 17 21:59:21.148 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.148 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 17 21:59:21.148 INFO kablam! | Sep 17 21:59:21.148 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.148 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.148 INFO kablam! | Sep 17 21:59:21.148 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.148 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.148 INFO kablam! Sep 17 21:59:21.148 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.148 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 17 21:59:21.148 INFO kablam! | Sep 17 21:59:21.148 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.148 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.148 INFO kablam! | Sep 17 21:59:21.148 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.148 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.148 INFO kablam! Sep 17 21:59:21.151 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.151 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 17 21:59:21.151 INFO kablam! | Sep 17 21:59:21.151 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.151 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.152 INFO kablam! | Sep 17 21:59:21.152 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.152 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.152 INFO kablam! Sep 17 21:59:21.153 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.153 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 17 21:59:21.153 INFO kablam! | Sep 17 21:59:21.153 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.153 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.153 INFO kablam! | Sep 17 21:59:21.153 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.153 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.153 INFO kablam! Sep 17 21:59:21.153 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.153 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 17 21:59:21.153 INFO kablam! | Sep 17 21:59:21.153 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:21.153 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.153 INFO kablam! | Sep 17 21:59:21.153 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.153 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.153 INFO kablam! Sep 17 21:59:21.153 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.153 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 17 21:59:21.153 INFO kablam! | Sep 17 21:59:21.153 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:21.153 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.153 INFO kablam! | Sep 17 21:59:21.153 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.153 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.153 INFO kablam! Sep 17 21:59:21.191 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.191 INFO kablam! --> src/backend/mod.rs:985:21 Sep 17 21:59:21.191 INFO kablam! | Sep 17 21:59:21.191 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:21.191 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.191 INFO kablam! | Sep 17 21:59:21.191 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.191 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.191 INFO kablam! Sep 17 21:59:21.197 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.197 INFO kablam! --> src/backend/mod.rs:997:26 Sep 17 21:59:21.197 INFO kablam! | Sep 17 21:59:21.197 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.197 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.197 INFO kablam! | Sep 17 21:59:21.197 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.197 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.197 INFO kablam! Sep 17 21:59:21.197 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.197 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 17 21:59:21.197 INFO kablam! | Sep 17 21:59:21.197 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.197 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.197 INFO kablam! | Sep 17 21:59:21.197 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.197 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.197 INFO kablam! Sep 17 21:59:21.201 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.201 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 17 21:59:21.201 INFO kablam! | Sep 17 21:59:21.201 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.201 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.201 INFO kablam! | Sep 17 21:59:21.201 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.201 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.201 INFO kablam! Sep 17 21:59:21.205 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.205 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 17 21:59:21.205 INFO kablam! | Sep 17 21:59:21.205 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.205 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.205 INFO kablam! | Sep 17 21:59:21.205 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.205 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.205 INFO kablam! Sep 17 21:59:21.205 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.205 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 17 21:59:21.205 INFO kablam! | Sep 17 21:59:21.205 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.205 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.205 INFO kablam! | Sep 17 21:59:21.205 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.205 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.205 INFO kablam! Sep 17 21:59:21.205 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.205 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 17 21:59:21.205 INFO kablam! | Sep 17 21:59:21.205 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.205 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.205 INFO kablam! | Sep 17 21:59:21.205 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.205 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.205 INFO kablam! Sep 17 21:59:21.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.207 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 17 21:59:21.207 INFO kablam! | Sep 17 21:59:21.207 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.207 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.207 INFO kablam! | Sep 17 21:59:21.207 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.207 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.207 INFO kablam! Sep 17 21:59:21.207 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.207 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 17 21:59:21.207 INFO kablam! | Sep 17 21:59:21.207 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 17 21:59:21.207 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.207 INFO kablam! | Sep 17 21:59:21.207 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.207 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.207 INFO kablam! Sep 17 21:59:21.208 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.209 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 17 21:59:21.209 INFO kablam! | Sep 17 21:59:21.209 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:21.209 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.209 INFO kablam! | Sep 17 21:59:21.209 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.209 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.209 INFO kablam! Sep 17 21:59:21.209 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.209 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 17 21:59:21.209 INFO kablam! | Sep 17 21:59:21.209 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 17 21:59:21.209 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.209 INFO kablam! | Sep 17 21:59:21.209 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.209 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.209 INFO kablam! Sep 17 21:59:21.212 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.212 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 17 21:59:21.212 INFO kablam! | Sep 17 21:59:21.212 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:21.212 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.212 INFO kablam! | Sep 17 21:59:21.212 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.212 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.212 INFO kablam! Sep 17 21:59:21.213 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.213 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 17 21:59:21.213 INFO kablam! | Sep 17 21:59:21.213 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.213 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.213 INFO kablam! | Sep 17 21:59:21.213 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.213 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.213 INFO kablam! Sep 17 21:59:21.215 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.215 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 17 21:59:21.215 INFO kablam! | Sep 17 21:59:21.215 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.215 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.215 INFO kablam! | Sep 17 21:59:21.215 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.215 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.215 INFO kablam! Sep 17 21:59:21.216 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.216 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 17 21:59:21.216 INFO kablam! | Sep 17 21:59:21.216 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.216 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.216 INFO kablam! | Sep 17 21:59:21.216 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.216 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.216 INFO kablam! Sep 17 21:59:21.216 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.216 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 17 21:59:21.216 INFO kablam! | Sep 17 21:59:21.216 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.216 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.216 INFO kablam! | Sep 17 21:59:21.216 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.216 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.216 INFO kablam! Sep 17 21:59:21.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.223 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:21.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.223 INFO kablam! Sep 17 21:59:21.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.223 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.223 INFO kablam! Sep 17 21:59:21.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.223 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:21.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.223 INFO kablam! Sep 17 21:59:21.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.223 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.223 INFO kablam! Sep 17 21:59:21.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.223 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.223 INFO kablam! | Sep 17 21:59:21.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.224 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.224 INFO kablam! Sep 17 21:59:21.224 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.224 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 17 21:59:21.224 INFO kablam! | Sep 17 21:59:21.224 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.224 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.224 INFO kablam! | Sep 17 21:59:21.224 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.224 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.231 INFO kablam! Sep 17 21:59:21.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.231 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.231 INFO kablam! Sep 17 21:59:21.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.231 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 17 21:59:21.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.231 INFO kablam! Sep 17 21:59:21.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.231 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 17 21:59:21.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.231 INFO kablam! Sep 17 21:59:21.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.231 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 17 21:59:21.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.231 INFO kablam! Sep 17 21:59:21.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 17 21:59:21.231 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 17 21:59:21.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 17 21:59:21.231 INFO kablam! | Sep 17 21:59:21.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 17 21:59:21.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 17 21:59:21.232 INFO kablam! Sep 17 21:59:22.600 INFO kablam! error: aborting due to 33 previous errors Sep 17 21:59:22.600 INFO kablam! Sep 17 21:59:22.600 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 21:59:22.608 INFO kablam! error: Could not compile `libpijul`. Sep 17 21:59:22.608 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:59:22.694 INFO kablam! error: aborting due to 33 previous errors Sep 17 21:59:22.694 INFO kablam! Sep 17 21:59:22.694 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 21:59:22.709 INFO kablam! error: Could not compile `libpijul`. Sep 17 21:59:22.709 INFO kablam! Sep 17 21:59:22.709 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:59:22.711 INFO kablam! su: No module specific data is present Sep 17 21:59:23.166 INFO running `"docker" "rm" "-f" "8d51952679881274bbac710441dfdd7f718ed5b12a36093dc8aaf17227433105"` Sep 17 21:59:23.242 INFO blam! 8d51952679881274bbac710441dfdd7f718ed5b12a36093dc8aaf17227433105