Sep 02 08:48:49.055 INFO checking libpijul-0.8.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 08:48:49.055 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 08:48:49.055 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:49.249 INFO blam! 0a9c96b88c7d57f34e9087d9d51b32d3e972113c9e63d7e691c6345b89c07efb Sep 02 08:48:49.251 INFO running `"docker" "start" "-a" "0a9c96b88c7d57f34e9087d9d51b32d3e972113c9e63d7e691c6345b89c07efb"` Sep 02 08:48:50.032 INFO kablam! Checking sanakirja v0.8.17 Sep 02 08:48:53.160 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 02 08:48:56.359 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 08:48:56.359 INFO kablam! --> src/backend/mod.rs:12:9 Sep 02 08:48:56.360 INFO kablam! | Sep 02 08:48:56.360 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 02 08:48:56.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 08:48:56.360 INFO kablam! | Sep 02 08:48:56.360 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 08:48:56.360 INFO kablam! Sep 02 08:48:56.632 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 08:48:56.632 INFO kablam! --> src/backend/mod.rs:12:9 Sep 02 08:48:56.632 INFO kablam! | Sep 02 08:48:56.632 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 02 08:48:56.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 08:48:56.632 INFO kablam! | Sep 02 08:48:56.632 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 08:48:56.632 INFO kablam! Sep 02 08:48:57.343 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:57.343 INFO kablam! --> src/lib.rs:175:30 Sep 02 08:48:57.343 INFO kablam! | Sep 02 08:48:57.343 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:48:57.343 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:57.343 INFO kablam! | Sep 02 08:48:57.343 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:57.343 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:57.343 INFO kablam! Sep 02 08:48:57.345 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:57.345 INFO kablam! --> src/lib.rs:176:35 Sep 02 08:48:57.345 INFO kablam! | Sep 02 08:48:57.345 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:48:57.345 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:57.345 INFO kablam! | Sep 02 08:48:57.345 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:57.345 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:57.345 INFO kablam! Sep 02 08:48:57.347 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:57.347 INFO kablam! --> src/lib.rs:177:38 Sep 02 08:48:57.347 INFO kablam! | Sep 02 08:48:57.347 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:48:57.347 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:57.347 INFO kablam! | Sep 02 08:48:57.347 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:57.347 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:57.347 INFO kablam! Sep 02 08:48:57.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.698 INFO kablam! --> src/backend/mod.rs:328:18 Sep 02 08:48:57.698 INFO kablam! | Sep 02 08:48:57.698 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 02 08:48:57.698 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.698 INFO kablam! | Sep 02 08:48:57.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.698 INFO kablam! Sep 02 08:48:57.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.702 INFO kablam! --> src/backend/mod.rs:334:18 Sep 02 08:48:57.702 INFO kablam! | Sep 02 08:48:57.702 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 02 08:48:57.702 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.702 INFO kablam! | Sep 02 08:48:57.702 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.702 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.702 INFO kablam! Sep 02 08:48:57.709 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.709 INFO kablam! --> src/backend/mod.rs:358:22 Sep 02 08:48:57.709 INFO kablam! | Sep 02 08:48:57.709 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 02 08:48:57.709 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.709 INFO kablam! | Sep 02 08:48:57.709 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.709 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.709 INFO kablam! Sep 02 08:48:57.736 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:57.736 INFO kablam! --> src/lib.rs:175:30 Sep 02 08:48:57.736 INFO kablam! | Sep 02 08:48:57.736 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:48:57.736 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:57.736 INFO kablam! | Sep 02 08:48:57.736 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:57.736 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:57.736 INFO kablam! Sep 02 08:48:57.738 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:57.738 INFO kablam! --> src/lib.rs:176:35 Sep 02 08:48:57.738 INFO kablam! | Sep 02 08:48:57.738 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:48:57.738 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:57.738 INFO kablam! | Sep 02 08:48:57.738 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:57.738 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:57.738 INFO kablam! Sep 02 08:48:57.739 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:57.739 INFO kablam! --> src/lib.rs:177:38 Sep 02 08:48:57.739 INFO kablam! | Sep 02 08:48:57.739 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:48:57.739 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:57.739 INFO kablam! | Sep 02 08:48:57.739 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:57.740 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:57.740 INFO kablam! Sep 02 08:48:57.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.907 INFO kablam! --> src/backend/mod.rs:985:21 Sep 02 08:48:57.907 INFO kablam! | Sep 02 08:48:57.907 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:48:57.907 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.907 INFO kablam! | Sep 02 08:48:57.907 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.907 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.907 INFO kablam! Sep 02 08:48:57.910 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.910 INFO kablam! --> src/backend/mod.rs:997:26 Sep 02 08:48:57.910 INFO kablam! | Sep 02 08:48:57.910 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.910 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.910 INFO kablam! | Sep 02 08:48:57.911 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.911 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.911 INFO kablam! Sep 02 08:48:57.912 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.912 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 02 08:48:57.912 INFO kablam! | Sep 02 08:48:57.912 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.912 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.912 INFO kablam! | Sep 02 08:48:57.912 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.912 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.912 INFO kablam! Sep 02 08:48:57.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.914 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 02 08:48:57.914 INFO kablam! | Sep 02 08:48:57.914 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.914 INFO kablam! | Sep 02 08:48:57.914 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.914 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.914 INFO kablam! Sep 02 08:48:57.915 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.915 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 02 08:48:57.916 INFO kablam! | Sep 02 08:48:57.916 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.916 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.916 INFO kablam! | Sep 02 08:48:57.916 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.916 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.916 INFO kablam! Sep 02 08:48:57.918 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.918 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 02 08:48:57.918 INFO kablam! | Sep 02 08:48:57.918 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.918 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.918 INFO kablam! | Sep 02 08:48:57.918 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.918 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.918 INFO kablam! Sep 02 08:48:57.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.919 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 02 08:48:57.919 INFO kablam! | Sep 02 08:48:57.919 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.920 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.920 INFO kablam! | Sep 02 08:48:57.920 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.920 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.920 INFO kablam! Sep 02 08:48:57.921 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.921 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 02 08:48:57.922 INFO kablam! | Sep 02 08:48:57.922 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.922 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.922 INFO kablam! | Sep 02 08:48:57.922 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.922 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.922 INFO kablam! Sep 02 08:48:57.923 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.924 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 02 08:48:57.924 INFO kablam! | Sep 02 08:48:57.924 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:48:57.924 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.924 INFO kablam! | Sep 02 08:48:57.924 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.924 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.924 INFO kablam! Sep 02 08:48:57.925 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.925 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 02 08:48:57.925 INFO kablam! | Sep 02 08:48:57.925 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:57.925 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.925 INFO kablam! | Sep 02 08:48:57.925 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.925 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.925 INFO kablam! Sep 02 08:48:57.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.927 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 02 08:48:57.927 INFO kablam! | Sep 02 08:48:57.927 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 02 08:48:57.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.927 INFO kablam! | Sep 02 08:48:57.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.927 INFO kablam! Sep 02 08:48:57.928 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.928 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 02 08:48:57.928 INFO kablam! | Sep 02 08:48:57.928 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:57.928 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.929 INFO kablam! | Sep 02 08:48:57.929 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.929 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.929 INFO kablam! Sep 02 08:48:57.930 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.930 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 02 08:48:57.930 INFO kablam! | Sep 02 08:48:57.930 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.930 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.930 INFO kablam! | Sep 02 08:48:57.930 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.930 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.930 INFO kablam! Sep 02 08:48:57.932 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.932 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 02 08:48:57.932 INFO kablam! | Sep 02 08:48:57.932 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.932 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.932 INFO kablam! | Sep 02 08:48:57.932 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.932 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.932 INFO kablam! Sep 02 08:48:57.933 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.933 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 02 08:48:57.933 INFO kablam! | Sep 02 08:48:57.933 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.934 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.934 INFO kablam! | Sep 02 08:48:57.934 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.934 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.934 INFO kablam! Sep 02 08:48:57.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.935 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 02 08:48:57.935 INFO kablam! | Sep 02 08:48:57.935 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.935 INFO kablam! | Sep 02 08:48:57.935 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.935 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.935 INFO kablam! Sep 02 08:48:57.937 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.937 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 02 08:48:57.937 INFO kablam! | Sep 02 08:48:57.937 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:57.937 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.937 INFO kablam! | Sep 02 08:48:57.937 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.937 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.937 INFO kablam! Sep 02 08:48:57.938 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.938 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 02 08:48:57.938 INFO kablam! | Sep 02 08:48:57.938 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.938 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.938 INFO kablam! | Sep 02 08:48:57.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.939 INFO kablam! Sep 02 08:48:57.940 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.940 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 02 08:48:57.940 INFO kablam! | Sep 02 08:48:57.940 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:57.940 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.940 INFO kablam! | Sep 02 08:48:57.940 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.940 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.940 INFO kablam! Sep 02 08:48:57.942 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.942 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 02 08:48:57.942 INFO kablam! | Sep 02 08:48:57.942 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.942 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.942 INFO kablam! | Sep 02 08:48:57.942 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.942 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.942 INFO kablam! Sep 02 08:48:57.943 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.943 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 02 08:48:57.943 INFO kablam! | Sep 02 08:48:57.943 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.943 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.943 INFO kablam! | Sep 02 08:48:57.943 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.943 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.943 INFO kablam! Sep 02 08:48:57.945 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.945 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 02 08:48:57.945 INFO kablam! | Sep 02 08:48:57.945 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.945 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.945 INFO kablam! | Sep 02 08:48:57.945 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.945 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.945 INFO kablam! Sep 02 08:48:57.946 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.946 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 02 08:48:57.946 INFO kablam! | Sep 02 08:48:57.946 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.946 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.946 INFO kablam! | Sep 02 08:48:57.946 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.946 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.946 INFO kablam! Sep 02 08:48:57.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.948 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 02 08:48:57.948 INFO kablam! | Sep 02 08:48:57.948 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:57.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.948 INFO kablam! | Sep 02 08:48:57.949 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.949 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.949 INFO kablam! Sep 02 08:48:57.950 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.950 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 02 08:48:57.950 INFO kablam! | Sep 02 08:48:57.950 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:57.950 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.950 INFO kablam! | Sep 02 08:48:57.951 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.951 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.951 INFO kablam! Sep 02 08:48:57.952 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.952 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 02 08:48:57.953 INFO kablam! | Sep 02 08:48:57.953 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:57.953 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.953 INFO kablam! | Sep 02 08:48:57.953 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.953 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.953 INFO kablam! Sep 02 08:48:57.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:57.955 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 02 08:48:57.955 INFO kablam! | Sep 02 08:48:57.955 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:57.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:57.955 INFO kablam! | Sep 02 08:48:57.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:57.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:57.955 INFO kablam! Sep 02 08:48:58.028 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.028 INFO kablam! --> src/backend/mod.rs:328:18 Sep 02 08:48:58.028 INFO kablam! | Sep 02 08:48:58.028 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 02 08:48:58.028 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.028 INFO kablam! | Sep 02 08:48:58.028 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.028 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.028 INFO kablam! Sep 02 08:48:58.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.031 INFO kablam! --> src/backend/mod.rs:334:18 Sep 02 08:48:58.031 INFO kablam! | Sep 02 08:48:58.031 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 02 08:48:58.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.031 INFO kablam! | Sep 02 08:48:58.032 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.032 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.032 INFO kablam! Sep 02 08:48:58.038 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.038 INFO kablam! --> src/backend/mod.rs:358:22 Sep 02 08:48:58.038 INFO kablam! | Sep 02 08:48:58.038 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 02 08:48:58.038 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.038 INFO kablam! | Sep 02 08:48:58.038 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.038 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.038 INFO kablam! Sep 02 08:48:58.324 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.324 INFO kablam! --> src/backend/mod.rs:985:21 Sep 02 08:48:58.324 INFO kablam! | Sep 02 08:48:58.324 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:48:58.324 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.324 INFO kablam! | Sep 02 08:48:58.324 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.324 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.324 INFO kablam! Sep 02 08:48:58.329 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.329 INFO kablam! --> src/backend/mod.rs:997:26 Sep 02 08:48:58.329 INFO kablam! | Sep 02 08:48:58.329 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.329 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.329 INFO kablam! | Sep 02 08:48:58.329 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.329 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.329 INFO kablam! Sep 02 08:48:58.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.330 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 02 08:48:58.331 INFO kablam! | Sep 02 08:48:58.331 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.331 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.331 INFO kablam! | Sep 02 08:48:58.331 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.331 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.331 INFO kablam! Sep 02 08:48:58.333 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.333 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 02 08:48:58.333 INFO kablam! | Sep 02 08:48:58.333 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.333 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.333 INFO kablam! | Sep 02 08:48:58.333 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.333 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.333 INFO kablam! Sep 02 08:48:58.335 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.335 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 02 08:48:58.335 INFO kablam! | Sep 02 08:48:58.335 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.335 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.335 INFO kablam! | Sep 02 08:48:58.335 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.335 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.335 INFO kablam! Sep 02 08:48:58.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.337 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 02 08:48:58.337 INFO kablam! | Sep 02 08:48:58.337 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.338 INFO kablam! | Sep 02 08:48:58.338 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.338 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.338 INFO kablam! Sep 02 08:48:58.339 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.339 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 02 08:48:58.339 INFO kablam! | Sep 02 08:48:58.339 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.339 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.339 INFO kablam! | Sep 02 08:48:58.339 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.339 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.339 INFO kablam! Sep 02 08:48:58.341 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.341 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 02 08:48:58.341 INFO kablam! | Sep 02 08:48:58.342 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.342 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.342 INFO kablam! | Sep 02 08:48:58.342 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.342 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.342 INFO kablam! Sep 02 08:48:58.344 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.344 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 02 08:48:58.344 INFO kablam! | Sep 02 08:48:58.344 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:48:58.344 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.344 INFO kablam! | Sep 02 08:48:58.344 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.344 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.344 INFO kablam! Sep 02 08:48:58.345 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.345 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 02 08:48:58.345 INFO kablam! | Sep 02 08:48:58.346 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:58.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.346 INFO kablam! | Sep 02 08:48:58.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.346 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.346 INFO kablam! Sep 02 08:48:58.347 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.347 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 02 08:48:58.347 INFO kablam! | Sep 02 08:48:58.347 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 02 08:48:58.347 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.348 INFO kablam! | Sep 02 08:48:58.348 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.348 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.348 INFO kablam! Sep 02 08:48:58.349 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.349 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 02 08:48:58.349 INFO kablam! | Sep 02 08:48:58.349 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:58.349 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.349 INFO kablam! | Sep 02 08:48:58.349 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.349 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.349 INFO kablam! Sep 02 08:48:58.350 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.350 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 02 08:48:58.351 INFO kablam! | Sep 02 08:48:58.351 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.351 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.351 INFO kablam! | Sep 02 08:48:58.351 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.351 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.351 INFO kablam! Sep 02 08:48:58.353 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.353 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 02 08:48:58.353 INFO kablam! | Sep 02 08:48:58.353 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.353 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.353 INFO kablam! | Sep 02 08:48:58.353 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.353 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.353 INFO kablam! Sep 02 08:48:58.357 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.357 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 02 08:48:58.357 INFO kablam! | Sep 02 08:48:58.357 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.357 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.357 INFO kablam! | Sep 02 08:48:58.357 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.357 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.357 INFO kablam! Sep 02 08:48:58.357 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.357 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 02 08:48:58.357 INFO kablam! | Sep 02 08:48:58.357 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.357 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.357 INFO kablam! | Sep 02 08:48:58.357 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.357 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.357 INFO kablam! Sep 02 08:48:58.359 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.359 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 02 08:48:58.359 INFO kablam! | Sep 02 08:48:58.359 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:58.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.359 INFO kablam! | Sep 02 08:48:58.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.359 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.359 INFO kablam! Sep 02 08:48:58.360 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.361 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 02 08:48:58.361 INFO kablam! | Sep 02 08:48:58.361 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.361 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.361 INFO kablam! | Sep 02 08:48:58.361 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.361 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.361 INFO kablam! Sep 02 08:48:58.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.362 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 02 08:48:58.363 INFO kablam! | Sep 02 08:48:58.363 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:58.363 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.363 INFO kablam! | Sep 02 08:48:58.363 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.363 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.363 INFO kablam! Sep 02 08:48:58.364 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.364 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 02 08:48:58.364 INFO kablam! | Sep 02 08:48:58.364 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.365 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.365 INFO kablam! | Sep 02 08:48:58.365 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.365 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.365 INFO kablam! Sep 02 08:48:58.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.366 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 02 08:48:58.366 INFO kablam! | Sep 02 08:48:58.366 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.366 INFO kablam! | Sep 02 08:48:58.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.366 INFO kablam! Sep 02 08:48:58.368 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.368 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 02 08:48:58.368 INFO kablam! | Sep 02 08:48:58.368 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.368 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.368 INFO kablam! | Sep 02 08:48:58.368 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.368 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.368 INFO kablam! Sep 02 08:48:58.369 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.369 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 02 08:48:58.369 INFO kablam! | Sep 02 08:48:58.369 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.370 INFO kablam! | Sep 02 08:48:58.370 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.370 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.370 INFO kablam! Sep 02 08:48:58.371 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.371 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 02 08:48:58.371 INFO kablam! | Sep 02 08:48:58.371 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:58.371 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.371 INFO kablam! | Sep 02 08:48:58.371 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.372 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.372 INFO kablam! Sep 02 08:48:58.373 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.373 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 02 08:48:58.373 INFO kablam! | Sep 02 08:48:58.373 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:58.373 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.373 INFO kablam! | Sep 02 08:48:58.373 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.373 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.373 INFO kablam! Sep 02 08:48:58.376 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.376 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 02 08:48:58.376 INFO kablam! | Sep 02 08:48:58.376 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:58.376 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.376 INFO kablam! | Sep 02 08:48:58.376 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.377 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.377 INFO kablam! Sep 02 08:48:58.379 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:58.379 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 02 08:48:58.379 INFO kablam! | Sep 02 08:48:58.379 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:58.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:58.379 INFO kablam! | Sep 02 08:48:58.379 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:58.379 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:58.379 INFO kablam! Sep 02 08:49:00.433 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:49:00.433 INFO kablam! Sep 02 08:49:00.433 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:49:00.443 INFO kablam! error: Could not compile `libpijul`. Sep 02 08:49:00.443 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 08:49:01.406 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:49:01.407 INFO kablam! Sep 02 08:49:01.407 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:49:01.424 INFO kablam! error: Could not compile `libpijul`. Sep 02 08:49:01.424 INFO kablam! Sep 02 08:49:01.424 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:49:01.426 INFO kablam! su: No module specific data is present Sep 02 08:49:01.839 INFO running `"docker" "rm" "-f" "0a9c96b88c7d57f34e9087d9d51b32d3e972113c9e63d7e691c6345b89c07efb"` Sep 02 08:49:01.955 INFO blam! 0a9c96b88c7d57f34e9087d9d51b32d3e972113c9e63d7e691c6345b89c07efb