Sep 02 08:48:51.059 INFO checking libpijul-0.8.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 08:48:51.059 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 08:48:51.059 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:48:51.258 INFO blam! 3507a9c278de056c64001f5efff834e9034ba8fa33eeecda547a80c8f00032f5 Sep 02 08:48:51.260 INFO running `"docker" "start" "-a" "3507a9c278de056c64001f5efff834e9034ba8fa33eeecda547a80c8f00032f5"` Sep 02 08:48:52.080 INFO kablam! Checking sanakirja v0.8.17 Sep 02 08:48:52.081 INFO kablam! Checking chrono v0.4.6 Sep 02 08:48:56.997 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 02 08:48:59.273 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 08:48:59.273 INFO kablam! --> src/backend/mod.rs:12:9 Sep 02 08:48:59.273 INFO kablam! | Sep 02 08:48:59.273 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 02 08:48:59.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 08:48:59.273 INFO kablam! | Sep 02 08:48:59.273 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 08:48:59.273 INFO kablam! Sep 02 08:49:00.112 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:49:00.112 INFO kablam! --> src/lib.rs:175:30 Sep 02 08:49:00.112 INFO kablam! | Sep 02 08:49:00.112 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:49:00.112 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:49:00.112 INFO kablam! | Sep 02 08:49:00.112 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:49:00.112 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:49:00.112 INFO kablam! Sep 02 08:49:00.113 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:49:00.113 INFO kablam! --> src/lib.rs:176:35 Sep 02 08:49:00.113 INFO kablam! | Sep 02 08:49:00.113 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:49:00.113 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:49:00.113 INFO kablam! | Sep 02 08:49:00.113 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:49:00.113 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:49:00.113 INFO kablam! Sep 02 08:49:00.115 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:49:00.115 INFO kablam! --> src/lib.rs:177:38 Sep 02 08:49:00.115 INFO kablam! | Sep 02 08:49:00.115 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:49:00.115 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:49:00.115 INFO kablam! | Sep 02 08:49:00.115 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:49:00.115 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:49:00.115 INFO kablam! Sep 02 08:49:00.200 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 08:49:00.200 INFO kablam! --> src/backend/mod.rs:12:9 Sep 02 08:49:00.200 INFO kablam! | Sep 02 08:49:00.200 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 02 08:49:00.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 08:49:00.201 INFO kablam! | Sep 02 08:49:00.201 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 08:49:00.201 INFO kablam! Sep 02 08:49:00.315 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.315 INFO kablam! --> src/backend/mod.rs:328:18 Sep 02 08:49:00.315 INFO kablam! | Sep 02 08:49:00.315 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 02 08:49:00.315 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.315 INFO kablam! | Sep 02 08:49:00.315 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.315 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.315 INFO kablam! Sep 02 08:49:00.319 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.319 INFO kablam! --> src/backend/mod.rs:334:18 Sep 02 08:49:00.319 INFO kablam! | Sep 02 08:49:00.319 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 02 08:49:00.319 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.319 INFO kablam! | Sep 02 08:49:00.319 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.319 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.319 INFO kablam! Sep 02 08:49:00.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.326 INFO kablam! --> src/backend/mod.rs:358:22 Sep 02 08:49:00.326 INFO kablam! | Sep 02 08:49:00.326 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 02 08:49:00.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.327 INFO kablam! | Sep 02 08:49:00.327 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.327 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.327 INFO kablam! Sep 02 08:49:00.585 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.585 INFO kablam! --> src/backend/mod.rs:985:21 Sep 02 08:49:00.585 INFO kablam! | Sep 02 08:49:00.585 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:49:00.585 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.585 INFO kablam! | Sep 02 08:49:00.585 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.585 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.585 INFO kablam! Sep 02 08:49:00.589 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.589 INFO kablam! --> src/backend/mod.rs:997:26 Sep 02 08:49:00.589 INFO kablam! | Sep 02 08:49:00.589 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.590 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.590 INFO kablam! | Sep 02 08:49:00.590 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.590 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.590 INFO kablam! Sep 02 08:49:00.591 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.591 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 02 08:49:00.591 INFO kablam! | Sep 02 08:49:00.591 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.591 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.591 INFO kablam! | Sep 02 08:49:00.591 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.591 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.591 INFO kablam! Sep 02 08:49:00.593 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.593 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 02 08:49:00.593 INFO kablam! | Sep 02 08:49:00.593 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.593 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.593 INFO kablam! | Sep 02 08:49:00.593 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.593 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.593 INFO kablam! Sep 02 08:49:00.594 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.594 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 02 08:49:00.594 INFO kablam! | Sep 02 08:49:00.594 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.594 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.594 INFO kablam! | Sep 02 08:49:00.594 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.594 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.594 INFO kablam! Sep 02 08:49:00.596 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.596 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 02 08:49:00.596 INFO kablam! | Sep 02 08:49:00.596 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.596 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.596 INFO kablam! | Sep 02 08:49:00.596 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.596 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.596 INFO kablam! Sep 02 08:49:00.597 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.598 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 02 08:49:00.598 INFO kablam! | Sep 02 08:49:00.598 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.598 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.598 INFO kablam! | Sep 02 08:49:00.598 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.598 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.598 INFO kablam! Sep 02 08:49:00.599 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.600 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 02 08:49:00.600 INFO kablam! | Sep 02 08:49:00.600 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.600 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.600 INFO kablam! | Sep 02 08:49:00.600 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.600 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.600 INFO kablam! Sep 02 08:49:00.602 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.602 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 02 08:49:00.602 INFO kablam! | Sep 02 08:49:00.602 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:49:00.602 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.602 INFO kablam! | Sep 02 08:49:00.602 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.602 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.602 INFO kablam! Sep 02 08:49:00.603 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.603 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 02 08:49:00.603 INFO kablam! | Sep 02 08:49:00.603 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 02 08:49:00.603 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.603 INFO kablam! | Sep 02 08:49:00.603 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.603 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.603 INFO kablam! Sep 02 08:49:00.605 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.605 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 02 08:49:00.605 INFO kablam! | Sep 02 08:49:00.605 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 02 08:49:00.605 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.605 INFO kablam! | Sep 02 08:49:00.605 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.605 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.605 INFO kablam! Sep 02 08:49:00.606 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.606 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 02 08:49:00.606 INFO kablam! | Sep 02 08:49:00.606 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 02 08:49:00.606 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.606 INFO kablam! | Sep 02 08:49:00.606 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.606 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.606 INFO kablam! Sep 02 08:49:00.607 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.607 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 02 08:49:00.607 INFO kablam! | Sep 02 08:49:00.607 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.608 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.608 INFO kablam! | Sep 02 08:49:00.608 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.608 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.608 INFO kablam! Sep 02 08:49:00.609 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.609 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 02 08:49:00.609 INFO kablam! | Sep 02 08:49:00.609 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.609 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.609 INFO kablam! | Sep 02 08:49:00.609 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.609 INFO kablam! Sep 02 08:49:00.610 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.610 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 02 08:49:00.610 INFO kablam! | Sep 02 08:49:00.610 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.610 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.610 INFO kablam! | Sep 02 08:49:00.610 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.611 INFO kablam! Sep 02 08:49:00.611 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.611 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 02 08:49:00.611 INFO kablam! | Sep 02 08:49:00.611 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.611 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.612 INFO kablam! | Sep 02 08:49:00.612 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.612 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.612 INFO kablam! Sep 02 08:49:00.613 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.613 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 02 08:49:00.613 INFO kablam! | Sep 02 08:49:00.613 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 02 08:49:00.613 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.613 INFO kablam! | Sep 02 08:49:00.613 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.613 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.613 INFO kablam! Sep 02 08:49:00.614 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.614 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 02 08:49:00.614 INFO kablam! | Sep 02 08:49:00.614 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.615 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.615 INFO kablam! | Sep 02 08:49:00.615 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.615 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.615 INFO kablam! Sep 02 08:49:00.615 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.616 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 02 08:49:00.616 INFO kablam! | Sep 02 08:49:00.616 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 02 08:49:00.616 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.616 INFO kablam! | Sep 02 08:49:00.616 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.616 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.616 INFO kablam! Sep 02 08:49:00.617 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.617 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 02 08:49:00.617 INFO kablam! | Sep 02 08:49:00.617 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.617 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.617 INFO kablam! | Sep 02 08:49:00.618 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.618 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.618 INFO kablam! Sep 02 08:49:00.618 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.618 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 02 08:49:00.618 INFO kablam! | Sep 02 08:49:00.618 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.619 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.619 INFO kablam! | Sep 02 08:49:00.619 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.619 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.621 INFO kablam! Sep 02 08:49:00.621 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.621 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 02 08:49:00.621 INFO kablam! | Sep 02 08:49:00.621 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.621 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.621 INFO kablam! | Sep 02 08:49:00.622 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.622 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.622 INFO kablam! Sep 02 08:49:00.622 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.622 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 02 08:49:00.622 INFO kablam! | Sep 02 08:49:00.622 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.623 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.623 INFO kablam! | Sep 02 08:49:00.623 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.623 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.623 INFO kablam! Sep 02 08:49:00.623 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.623 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 02 08:49:00.624 INFO kablam! | Sep 02 08:49:00.624 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:00.624 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.624 INFO kablam! | Sep 02 08:49:00.624 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.624 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.624 INFO kablam! Sep 02 08:49:00.625 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.625 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 02 08:49:00.625 INFO kablam! | Sep 02 08:49:00.625 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:00.625 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.625 INFO kablam! | Sep 02 08:49:00.625 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.625 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.626 INFO kablam! Sep 02 08:49:00.626 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.627 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 02 08:49:00.627 INFO kablam! | Sep 02 08:49:00.627 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 02 08:49:00.628 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.628 INFO kablam! | Sep 02 08:49:00.628 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.628 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.628 INFO kablam! Sep 02 08:49:00.628 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:00.628 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 02 08:49:00.628 INFO kablam! | Sep 02 08:49:00.629 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 02 08:49:00.629 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:00.629 INFO kablam! | Sep 02 08:49:00.629 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:00.629 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:00.629 INFO kablam! Sep 02 08:49:01.135 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:49:01.135 INFO kablam! --> src/lib.rs:175:30 Sep 02 08:49:01.135 INFO kablam! | Sep 02 08:49:01.136 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:49:01.136 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:49:01.136 INFO kablam! | Sep 02 08:49:01.136 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:49:01.136 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:49:01.136 INFO kablam! Sep 02 08:49:01.137 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:49:01.137 INFO kablam! --> src/lib.rs:176:35 Sep 02 08:49:01.137 INFO kablam! | Sep 02 08:49:01.137 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:49:01.137 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:49:01.137 INFO kablam! | Sep 02 08:49:01.137 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:49:01.137 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:49:01.137 INFO kablam! Sep 02 08:49:01.138 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:49:01.138 INFO kablam! --> src/lib.rs:177:38 Sep 02 08:49:01.138 INFO kablam! | Sep 02 08:49:01.138 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:49:01.138 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:49:01.138 INFO kablam! | Sep 02 08:49:01.138 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:49:01.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:49:01.138 INFO kablam! Sep 02 08:49:01.352 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.353 INFO kablam! --> src/backend/mod.rs:328:18 Sep 02 08:49:01.353 INFO kablam! | Sep 02 08:49:01.353 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 02 08:49:01.353 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.353 INFO kablam! | Sep 02 08:49:01.353 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.353 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.353 INFO kablam! Sep 02 08:49:01.355 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.356 INFO kablam! --> src/backend/mod.rs:334:18 Sep 02 08:49:01.356 INFO kablam! | Sep 02 08:49:01.356 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 02 08:49:01.356 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.356 INFO kablam! | Sep 02 08:49:01.356 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.356 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.356 INFO kablam! Sep 02 08:49:01.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.362 INFO kablam! --> src/backend/mod.rs:358:22 Sep 02 08:49:01.362 INFO kablam! | Sep 02 08:49:01.362 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 02 08:49:01.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.362 INFO kablam! | Sep 02 08:49:01.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.362 INFO kablam! Sep 02 08:49:01.598 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.598 INFO kablam! --> src/backend/mod.rs:985:21 Sep 02 08:49:01.598 INFO kablam! | Sep 02 08:49:01.598 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:49:01.598 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.598 INFO kablam! | Sep 02 08:49:01.598 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.598 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.598 INFO kablam! Sep 02 08:49:01.602 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.602 INFO kablam! --> src/backend/mod.rs:997:26 Sep 02 08:49:01.602 INFO kablam! | Sep 02 08:49:01.602 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.602 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.602 INFO kablam! | Sep 02 08:49:01.602 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.602 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.602 INFO kablam! Sep 02 08:49:01.603 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.603 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 02 08:49:01.603 INFO kablam! | Sep 02 08:49:01.603 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.603 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.603 INFO kablam! | Sep 02 08:49:01.603 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.603 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.603 INFO kablam! Sep 02 08:49:01.605 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.605 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 02 08:49:01.605 INFO kablam! | Sep 02 08:49:01.605 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.605 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.605 INFO kablam! | Sep 02 08:49:01.605 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.605 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.605 INFO kablam! Sep 02 08:49:01.606 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.606 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 02 08:49:01.607 INFO kablam! | Sep 02 08:49:01.607 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.607 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.607 INFO kablam! | Sep 02 08:49:01.607 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.607 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.607 INFO kablam! Sep 02 08:49:01.608 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.608 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 02 08:49:01.608 INFO kablam! | Sep 02 08:49:01.608 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.608 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.608 INFO kablam! | Sep 02 08:49:01.609 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.609 INFO kablam! Sep 02 08:49:01.609 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.609 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 02 08:49:01.609 INFO kablam! | Sep 02 08:49:01.609 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.610 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.610 INFO kablam! | Sep 02 08:49:01.610 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.610 INFO kablam! Sep 02 08:49:01.611 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.611 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 02 08:49:01.611 INFO kablam! | Sep 02 08:49:01.611 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.611 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.611 INFO kablam! | Sep 02 08:49:01.611 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.611 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.611 INFO kablam! Sep 02 08:49:01.613 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.613 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 02 08:49:01.613 INFO kablam! | Sep 02 08:49:01.613 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:49:01.613 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.613 INFO kablam! | Sep 02 08:49:01.613 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.613 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.613 INFO kablam! Sep 02 08:49:01.614 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.614 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 02 08:49:01.614 INFO kablam! | Sep 02 08:49:01.614 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 02 08:49:01.614 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.614 INFO kablam! | Sep 02 08:49:01.614 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.615 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.615 INFO kablam! Sep 02 08:49:01.616 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.616 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 02 08:49:01.616 INFO kablam! | Sep 02 08:49:01.616 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 02 08:49:01.616 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.616 INFO kablam! | Sep 02 08:49:01.616 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.616 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.616 INFO kablam! Sep 02 08:49:01.617 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.617 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 02 08:49:01.617 INFO kablam! | Sep 02 08:49:01.617 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 02 08:49:01.617 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.617 INFO kablam! | Sep 02 08:49:01.617 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.618 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.618 INFO kablam! Sep 02 08:49:01.619 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.619 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 02 08:49:01.619 INFO kablam! | Sep 02 08:49:01.619 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.619 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.619 INFO kablam! | Sep 02 08:49:01.619 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.619 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.619 INFO kablam! Sep 02 08:49:01.620 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.620 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 02 08:49:01.620 INFO kablam! | Sep 02 08:49:01.620 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.620 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.621 INFO kablam! | Sep 02 08:49:01.621 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.621 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.621 INFO kablam! Sep 02 08:49:01.621 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.622 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 02 08:49:01.622 INFO kablam! | Sep 02 08:49:01.622 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.622 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.622 INFO kablam! | Sep 02 08:49:01.622 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.622 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.622 INFO kablam! Sep 02 08:49:01.623 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.623 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 02 08:49:01.623 INFO kablam! | Sep 02 08:49:01.623 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.623 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.623 INFO kablam! | Sep 02 08:49:01.623 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.623 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.623 INFO kablam! Sep 02 08:49:01.624 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.624 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 02 08:49:01.624 INFO kablam! | Sep 02 08:49:01.625 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 02 08:49:01.625 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.625 INFO kablam! | Sep 02 08:49:01.625 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.625 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.625 INFO kablam! Sep 02 08:49:01.626 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.626 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 02 08:49:01.626 INFO kablam! | Sep 02 08:49:01.626 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.626 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.626 INFO kablam! | Sep 02 08:49:01.626 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.626 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.626 INFO kablam! Sep 02 08:49:01.627 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.627 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 02 08:49:01.627 INFO kablam! | Sep 02 08:49:01.627 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 02 08:49:01.627 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.628 INFO kablam! | Sep 02 08:49:01.628 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.628 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.628 INFO kablam! Sep 02 08:49:01.629 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.629 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 02 08:49:01.629 INFO kablam! | Sep 02 08:49:01.629 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.629 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.629 INFO kablam! | Sep 02 08:49:01.629 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.629 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.629 INFO kablam! Sep 02 08:49:01.630 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.630 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 02 08:49:01.630 INFO kablam! | Sep 02 08:49:01.631 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.631 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.631 INFO kablam! | Sep 02 08:49:01.631 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.631 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.631 INFO kablam! Sep 02 08:49:01.632 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.632 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 02 08:49:01.632 INFO kablam! | Sep 02 08:49:01.632 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.632 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.632 INFO kablam! | Sep 02 08:49:01.632 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.632 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.632 INFO kablam! Sep 02 08:49:01.633 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.633 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 02 08:49:01.633 INFO kablam! | Sep 02 08:49:01.633 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.633 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.634 INFO kablam! | Sep 02 08:49:01.634 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.634 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.634 INFO kablam! Sep 02 08:49:01.635 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.635 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 02 08:49:01.635 INFO kablam! | Sep 02 08:49:01.635 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:49:01.635 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.635 INFO kablam! | Sep 02 08:49:01.635 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.635 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.635 INFO kablam! Sep 02 08:49:01.636 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.637 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 02 08:49:01.637 INFO kablam! | Sep 02 08:49:01.637 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:49:01.637 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.637 INFO kablam! | Sep 02 08:49:01.637 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.637 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.637 INFO kablam! Sep 02 08:49:01.639 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.639 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 02 08:49:01.639 INFO kablam! | Sep 02 08:49:01.639 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 02 08:49:01.639 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.639 INFO kablam! | Sep 02 08:49:01.639 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.639 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.639 INFO kablam! Sep 02 08:49:01.641 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:49:01.641 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 02 08:49:01.641 INFO kablam! | Sep 02 08:49:01.641 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 02 08:49:01.641 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:49:01.641 INFO kablam! | Sep 02 08:49:01.641 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:49:01.641 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:49:01.641 INFO kablam! Sep 02 08:49:03.185 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:49:03.186 INFO kablam! Sep 02 08:49:03.186 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:49:03.195 INFO kablam! error: Could not compile `libpijul`. Sep 02 08:49:03.195 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 08:49:04.173 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:49:04.174 INFO kablam! Sep 02 08:49:04.174 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:49:04.190 INFO kablam! error: Could not compile `libpijul`. Sep 02 08:49:04.190 INFO kablam! Sep 02 08:49:04.190 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:49:04.192 INFO kablam! su: No module specific data is present Sep 02 08:49:04.550 INFO running `"docker" "rm" "-f" "3507a9c278de056c64001f5efff834e9034ba8fa33eeecda547a80c8f00032f5"` Sep 02 08:49:04.633 INFO blam! 3507a9c278de056c64001f5efff834e9034ba8fa33eeecda547a80c8f00032f5