Sep 19 22:58:36.013 INFO checking libpijul-0.8.3 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:58:36.013 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:58:36.013 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:58:36.161 INFO blam! 4b87af7a3b91ff34c907ba797168dbc2b62c76b5d6d0c9cda073443d19a237c8 Sep 19 22:58:36.164 INFO running `"docker" "start" "-a" "4b87af7a3b91ff34c907ba797168dbc2b62c76b5d6d0c9cda073443d19a237c8"` Sep 19 22:58:37.397 INFO kablam! usermod: no changes Sep 19 22:58:37.620 INFO kablam! Checking bs58 v0.2.2 Sep 19 22:58:37.622 INFO kablam! Checking sanakirja v0.8.17 Sep 19 22:58:40.531 INFO kablam! Checking libpijul v0.8.3 (/source) Sep 19 22:58:42.927 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 22:58:42.927 INFO kablam! --> src/backend/mod.rs:12:9 Sep 19 22:58:42.927 INFO kablam! | Sep 19 22:58:42.927 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 19 22:58:42.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 22:58:42.927 INFO kablam! | Sep 19 22:58:42.927 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 22:58:42.927 INFO kablam! Sep 19 22:58:43.023 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 22:58:43.023 INFO kablam! --> src/backend/mod.rs:12:9 Sep 19 22:58:43.023 INFO kablam! | Sep 19 22:58:43.023 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 19 22:58:43.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 22:58:43.023 INFO kablam! | Sep 19 22:58:43.023 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 22:58:43.023 INFO kablam! Sep 19 22:58:43.435 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.435 INFO kablam! --> src/lib.rs:175:30 Sep 19 22:58:43.435 INFO kablam! | Sep 19 22:58:43.435 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 19 22:58:43.435 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.435 INFO kablam! | Sep 19 22:58:43.435 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.435 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.435 INFO kablam! Sep 19 22:58:43.435 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.435 INFO kablam! --> src/lib.rs:176:35 Sep 19 22:58:43.435 INFO kablam! | Sep 19 22:58:43.435 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 19 22:58:43.435 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.435 INFO kablam! | Sep 19 22:58:43.435 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.435 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.435 INFO kablam! Sep 19 22:58:43.435 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.435 INFO kablam! --> src/lib.rs:177:38 Sep 19 22:58:43.435 INFO kablam! | Sep 19 22:58:43.435 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 19 22:58:43.435 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.435 INFO kablam! | Sep 19 22:58:43.435 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.435 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.435 INFO kablam! Sep 19 22:58:43.547 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.547 INFO kablam! --> src/lib.rs:175:30 Sep 19 22:58:43.547 INFO kablam! | Sep 19 22:58:43.547 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 19 22:58:43.547 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.547 INFO kablam! | Sep 19 22:58:43.547 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.547 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.547 INFO kablam! Sep 19 22:58:43.551 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.551 INFO kablam! --> src/lib.rs:176:35 Sep 19 22:58:43.551 INFO kablam! | Sep 19 22:58:43.551 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 19 22:58:43.551 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.551 INFO kablam! | Sep 19 22:58:43.551 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.551 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.551 INFO kablam! Sep 19 22:58:43.551 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 19 22:58:43.551 INFO kablam! --> src/lib.rs:177:38 Sep 19 22:58:43.551 INFO kablam! | Sep 19 22:58:43.551 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 19 22:58:43.551 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 19 22:58:43.551 INFO kablam! | Sep 19 22:58:43.551 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 19 22:58:43.551 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 19 22:58:43.551 INFO kablam! Sep 19 22:58:43.581 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.581 INFO kablam! --> src/backend/mod.rs:328:18 Sep 19 22:58:43.581 INFO kablam! | Sep 19 22:58:43.581 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 19 22:58:43.581 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.581 INFO kablam! | Sep 19 22:58:43.581 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.581 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.581 INFO kablam! Sep 19 22:58:43.590 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.591 INFO kablam! --> src/backend/mod.rs:334:18 Sep 19 22:58:43.591 INFO kablam! | Sep 19 22:58:43.591 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 19 22:58:43.591 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.591 INFO kablam! | Sep 19 22:58:43.591 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.591 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.591 INFO kablam! Sep 19 22:58:43.591 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.591 INFO kablam! --> src/backend/mod.rs:358:22 Sep 19 22:58:43.591 INFO kablam! | Sep 19 22:58:43.591 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 19 22:58:43.591 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.591 INFO kablam! | Sep 19 22:58:43.591 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.591 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.591 INFO kablam! Sep 19 22:58:43.727 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.727 INFO kablam! --> src/backend/mod.rs:328:18 Sep 19 22:58:43.727 INFO kablam! | Sep 19 22:58:43.727 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 19 22:58:43.727 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.727 INFO kablam! | Sep 19 22:58:43.727 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.727 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.727 INFO kablam! Sep 19 22:58:43.727 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.727 INFO kablam! --> src/backend/mod.rs:334:18 Sep 19 22:58:43.727 INFO kablam! | Sep 19 22:58:43.727 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 19 22:58:43.727 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.727 INFO kablam! | Sep 19 22:58:43.727 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.727 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.727 INFO kablam! Sep 19 22:58:43.737 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.737 INFO kablam! --> src/backend/mod.rs:358:22 Sep 19 22:58:43.737 INFO kablam! | Sep 19 22:58:43.737 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 19 22:58:43.737 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.737 INFO kablam! | Sep 19 22:58:43.737 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.737 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.737 INFO kablam! Sep 19 22:58:43.755 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.755 INFO kablam! --> src/backend/mod.rs:985:21 Sep 19 22:58:43.755 INFO kablam! | Sep 19 22:58:43.755 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 19 22:58:43.755 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.755 INFO kablam! | Sep 19 22:58:43.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.755 INFO kablam! Sep 19 22:58:43.755 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.755 INFO kablam! --> src/backend/mod.rs:997:26 Sep 19 22:58:43.755 INFO kablam! | Sep 19 22:58:43.755 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.755 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.755 INFO kablam! | Sep 19 22:58:43.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.755 INFO kablam! Sep 19 22:58:43.755 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.755 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 19 22:58:43.755 INFO kablam! | Sep 19 22:58:43.755 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.755 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.755 INFO kablam! | Sep 19 22:58:43.755 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.755 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.755 INFO kablam! Sep 19 22:58:43.759 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.759 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 19 22:58:43.759 INFO kablam! | Sep 19 22:58:43.759 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.759 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.759 INFO kablam! | Sep 19 22:58:43.759 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.759 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.759 INFO kablam! Sep 19 22:58:43.759 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.759 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 19 22:58:43.759 INFO kablam! | Sep 19 22:58:43.759 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.759 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.759 INFO kablam! | Sep 19 22:58:43.759 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.759 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.759 INFO kablam! Sep 19 22:58:43.766 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.766 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 19 22:58:43.766 INFO kablam! | Sep 19 22:58:43.766 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.766 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.766 INFO kablam! | Sep 19 22:58:43.766 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.766 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.766 INFO kablam! Sep 19 22:58:43.766 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.766 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 19 22:58:43.766 INFO kablam! | Sep 19 22:58:43.766 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.767 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.767 INFO kablam! | Sep 19 22:58:43.767 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.767 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.767 INFO kablam! Sep 19 22:58:43.767 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.767 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 19 22:58:43.767 INFO kablam! | Sep 19 22:58:43.767 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.767 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.767 INFO kablam! | Sep 19 22:58:43.767 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.767 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.767 INFO kablam! Sep 19 22:58:43.770 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.770 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 19 22:58:43.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.770 INFO kablam! Sep 19 22:58:43.770 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.770 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.770 INFO kablam! Sep 19 22:58:43.770 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.770 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 19 22:58:43.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.770 INFO kablam! Sep 19 22:58:43.770 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.770 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.770 INFO kablam! Sep 19 22:58:43.770 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.770 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.770 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.770 INFO kablam! | Sep 19 22:58:43.770 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.770 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.770 INFO kablam! Sep 19 22:58:43.777 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.777 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.777 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.777 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.777 INFO kablam! Sep 19 22:58:43.777 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.777 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.777 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.777 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.777 INFO kablam! Sep 19 22:58:43.777 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.777 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.777 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.777 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.777 INFO kablam! Sep 19 22:58:43.777 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.777 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.777 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.777 INFO kablam! | Sep 19 22:58:43.777 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.777 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.777 INFO kablam! Sep 19 22:58:43.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.778 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.778 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.778 INFO kablam! Sep 19 22:58:43.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.778 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.778 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.778 INFO kablam! Sep 19 22:58:43.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.778 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.778 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.778 INFO kablam! Sep 19 22:58:43.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.778 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.778 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.778 INFO kablam! Sep 19 22:58:43.778 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.778 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.778 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.778 INFO kablam! | Sep 19 22:58:43.778 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.778 INFO kablam! Sep 19 22:58:43.787 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.787 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.787 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.787 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.787 INFO kablam! Sep 19 22:58:43.787 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.787 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.787 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.787 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.787 INFO kablam! Sep 19 22:58:43.787 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.787 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.787 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.787 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.787 INFO kablam! Sep 19 22:58:43.787 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.787 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.787 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.787 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.787 INFO kablam! | Sep 19 22:58:43.789 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.789 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.789 INFO kablam! Sep 19 22:58:43.789 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.789 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 19 22:58:43.789 INFO kablam! | Sep 19 22:58:43.789 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.789 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.789 INFO kablam! | Sep 19 22:58:43.789 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.789 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.789 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:985:21 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.947 INFO kablam! Sep 19 22:58:43.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.947 INFO kablam! --> src/backend/mod.rs:997:26 Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.947 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.947 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.948 INFO kablam! Sep 19 22:58:43.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.948 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.948 INFO kablam! Sep 19 22:58:43.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.948 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.948 INFO kablam! Sep 19 22:58:43.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.948 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.948 INFO kablam! Sep 19 22:58:43.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.948 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.948 INFO kablam! Sep 19 22:58:43.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.948 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.948 INFO kablam! | Sep 19 22:58:43.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.948 INFO kablam! Sep 19 22:58:43.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.955 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.955 INFO kablam! Sep 19 22:58:43.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.955 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 19 22:58:43.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.955 INFO kablam! Sep 19 22:58:43.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.955 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.955 INFO kablam! Sep 19 22:58:43.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.955 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 19 22:58:43.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.955 INFO kablam! | Sep 19 22:58:43.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.955 INFO kablam! Sep 19 22:58:43.956 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.956 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 19 22:58:43.956 INFO kablam! | Sep 19 22:58:43.956 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.956 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.956 INFO kablam! | Sep 19 22:58:43.956 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.956 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.956 INFO kablam! Sep 19 22:58:43.956 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.956 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 19 22:58:43.956 INFO kablam! | Sep 19 22:58:43.956 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.956 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.956 INFO kablam! | Sep 19 22:58:43.956 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.956 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.956 INFO kablam! Sep 19 22:58:43.962 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.963 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.963 INFO kablam! Sep 19 22:58:43.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.963 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.963 INFO kablam! Sep 19 22:58:43.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.963 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.963 INFO kablam! Sep 19 22:58:43.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.963 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.963 INFO kablam! Sep 19 22:58:43.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.963 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.963 INFO kablam! Sep 19 22:58:43.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.963 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.963 INFO kablam! | Sep 19 22:58:43.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.963 INFO kablam! Sep 19 22:58:43.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.967 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.967 INFO kablam! Sep 19 22:58:43.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.967 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.967 INFO kablam! Sep 19 22:58:43.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.967 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.967 INFO kablam! Sep 19 22:58:43.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.967 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.967 INFO kablam! Sep 19 22:58:43.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.967 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 19 22:58:43.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.967 INFO kablam! | Sep 19 22:58:43.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.967 INFO kablam! Sep 19 22:58:43.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.971 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 19 22:58:43.971 INFO kablam! | Sep 19 22:58:43.971 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 19 22:58:43.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.971 INFO kablam! | Sep 19 22:58:43.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.971 INFO kablam! Sep 19 22:58:43.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.971 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 19 22:58:43.971 INFO kablam! | Sep 19 22:58:43.971 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 19 22:58:43.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.971 INFO kablam! | Sep 19 22:58:43.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.971 INFO kablam! Sep 19 22:58:43.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 19 22:58:43.975 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 19 22:58:43.975 INFO kablam! | Sep 19 22:58:43.975 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 19 22:58:43.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 19 22:58:43.975 INFO kablam! | Sep 19 22:58:43.975 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 19 22:58:43.975 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 19 22:58:43.975 INFO kablam! Sep 19 22:58:45.631 INFO kablam! error: aborting due to 33 previous errors Sep 19 22:58:45.631 INFO kablam! Sep 19 22:58:45.631 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:58:45.642 INFO kablam! error: Could not compile `libpijul`. Sep 19 22:58:45.643 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:58:45.756 INFO kablam! error: aborting due to 33 previous errors Sep 19 22:58:45.756 INFO kablam! Sep 19 22:58:45.756 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:58:45.772 INFO kablam! error: Could not compile `libpijul`. Sep 19 22:58:45.772 INFO kablam! Sep 19 22:58:45.772 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:58:45.773 INFO kablam! su: No module specific data is present Sep 19 22:58:46.598 INFO running `"docker" "rm" "-f" "4b87af7a3b91ff34c907ba797168dbc2b62c76b5d6d0c9cda073443d19a237c8"` Sep 19 22:58:46.681 INFO blam! 4b87af7a3b91ff34c907ba797168dbc2b62c76b5d6d0c9cda073443d19a237c8