Sep 04 12:11:13.641 INFO checking libpijul-0.8.3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:11:13.641 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:11:13.641 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:11:13.842 INFO blam! 5b0c38831f292b2b09eeb82829b4a09bf03c2c97ad255dcb81548826eb08d05e Sep 04 12:11:13.844 INFO running `"docker" "start" "-a" "5b0c38831f292b2b09eeb82829b4a09bf03c2c97ad255dcb81548826eb08d05e"` Sep 04 12:11:14.610 INFO kablam! Checking sanakirja v0.8.17 Sep 04 12:11:14.611 INFO kablam! Checking chrono v0.4.6 Sep 04 12:11:19.519 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 04 12:11:22.002 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 12:11:22.002 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 12:11:22.002 INFO kablam! | Sep 04 12:11:22.002 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 12:11:22.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 12:11:22.002 INFO kablam! | Sep 04 12:11:22.002 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:11:22.002 INFO kablam! Sep 04 12:11:22.245 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 12:11:22.245 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 12:11:22.245 INFO kablam! | Sep 04 12:11:22.245 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 12:11:22.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 12:11:22.245 INFO kablam! | Sep 04 12:11:22.245 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:11:22.245 INFO kablam! Sep 04 12:11:23.198 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:23.198 INFO kablam! --> src/lib.rs:175:30 Sep 04 12:11:23.198 INFO kablam! | Sep 04 12:11:23.198 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 12:11:23.198 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:23.198 INFO kablam! | Sep 04 12:11:23.198 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:23.198 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:23.198 INFO kablam! Sep 04 12:11:23.200 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:23.200 INFO kablam! --> src/lib.rs:176:35 Sep 04 12:11:23.200 INFO kablam! | Sep 04 12:11:23.200 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 12:11:23.200 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:23.200 INFO kablam! | Sep 04 12:11:23.200 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:23.200 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:23.200 INFO kablam! Sep 04 12:11:23.201 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:23.202 INFO kablam! --> src/lib.rs:177:38 Sep 04 12:11:23.202 INFO kablam! | Sep 04 12:11:23.202 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 12:11:23.202 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:23.202 INFO kablam! | Sep 04 12:11:23.202 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:23.202 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:23.202 INFO kablam! Sep 04 12:11:23.475 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:23.475 INFO kablam! --> src/lib.rs:175:30 Sep 04 12:11:23.475 INFO kablam! | Sep 04 12:11:23.475 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 12:11:23.475 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:23.475 INFO kablam! | Sep 04 12:11:23.475 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:23.475 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:23.475 INFO kablam! Sep 04 12:11:23.477 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:23.477 INFO kablam! --> src/lib.rs:176:35 Sep 04 12:11:23.477 INFO kablam! | Sep 04 12:11:23.477 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 12:11:23.477 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:23.477 INFO kablam! | Sep 04 12:11:23.477 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:23.477 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:23.477 INFO kablam! Sep 04 12:11:23.478 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:23.478 INFO kablam! --> src/lib.rs:177:38 Sep 04 12:11:23.478 INFO kablam! | Sep 04 12:11:23.478 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 12:11:23.479 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:23.479 INFO kablam! | Sep 04 12:11:23.479 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:23.479 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:23.479 INFO kablam! Sep 04 12:11:23.545 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.545 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 12:11:23.545 INFO kablam! | Sep 04 12:11:23.546 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 12:11:23.546 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.546 INFO kablam! | Sep 04 12:11:23.546 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.546 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.546 INFO kablam! Sep 04 12:11:23.550 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.550 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 12:11:23.550 INFO kablam! | Sep 04 12:11:23.550 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 12:11:23.550 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.550 INFO kablam! | Sep 04 12:11:23.550 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.550 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.550 INFO kablam! Sep 04 12:11:23.558 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.558 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 12:11:23.558 INFO kablam! | Sep 04 12:11:23.558 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 12:11:23.558 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.558 INFO kablam! | Sep 04 12:11:23.558 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.559 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.559 INFO kablam! Sep 04 12:11:23.839 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.839 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 12:11:23.839 INFO kablam! | Sep 04 12:11:23.839 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 12:11:23.839 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.840 INFO kablam! | Sep 04 12:11:23.840 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.840 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.840 INFO kablam! Sep 04 12:11:23.843 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.843 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 12:11:23.843 INFO kablam! | Sep 04 12:11:23.843 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 12:11:23.843 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.843 INFO kablam! | Sep 04 12:11:23.844 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.844 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.844 INFO kablam! Sep 04 12:11:23.851 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.851 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 12:11:23.851 INFO kablam! | Sep 04 12:11:23.851 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 12:11:23.851 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.852 INFO kablam! | Sep 04 12:11:23.852 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.852 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.852 INFO kablam! Sep 04 12:11:23.901 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.901 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 12:11:23.901 INFO kablam! | Sep 04 12:11:23.901 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 12:11:23.901 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.901 INFO kablam! | Sep 04 12:11:23.901 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.901 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.901 INFO kablam! Sep 04 12:11:23.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.907 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 12:11:23.907 INFO kablam! | Sep 04 12:11:23.907 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.907 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.907 INFO kablam! | Sep 04 12:11:23.907 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.907 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.907 INFO kablam! Sep 04 12:11:23.909 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.909 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 12:11:23.909 INFO kablam! | Sep 04 12:11:23.909 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.909 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.909 INFO kablam! | Sep 04 12:11:23.909 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.910 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.910 INFO kablam! Sep 04 12:11:23.912 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.912 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 12:11:23.912 INFO kablam! | Sep 04 12:11:23.912 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.912 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.912 INFO kablam! | Sep 04 12:11:23.912 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.912 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.913 INFO kablam! Sep 04 12:11:23.915 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.915 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 12:11:23.915 INFO kablam! | Sep 04 12:11:23.915 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.915 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.915 INFO kablam! | Sep 04 12:11:23.915 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.915 INFO kablam! Sep 04 12:11:23.918 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.918 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 12:11:23.918 INFO kablam! | Sep 04 12:11:23.918 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.918 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.918 INFO kablam! | Sep 04 12:11:23.918 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.918 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.918 INFO kablam! Sep 04 12:11:23.920 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.920 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 12:11:23.920 INFO kablam! | Sep 04 12:11:23.920 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.920 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.920 INFO kablam! | Sep 04 12:11:23.920 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.920 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.920 INFO kablam! Sep 04 12:11:23.923 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.923 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 12:11:23.923 INFO kablam! | Sep 04 12:11:23.923 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.923 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.923 INFO kablam! | Sep 04 12:11:23.923 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.923 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.923 INFO kablam! Sep 04 12:11:23.926 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.926 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 12:11:23.926 INFO kablam! | Sep 04 12:11:23.926 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 12:11:23.926 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.926 INFO kablam! | Sep 04 12:11:23.926 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.927 INFO kablam! Sep 04 12:11:23.928 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.928 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 12:11:23.928 INFO kablam! | Sep 04 12:11:23.929 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:23.929 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.929 INFO kablam! | Sep 04 12:11:23.929 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.929 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.929 INFO kablam! Sep 04 12:11:23.931 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.931 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 12:11:23.931 INFO kablam! | Sep 04 12:11:23.931 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 12:11:23.931 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.931 INFO kablam! | Sep 04 12:11:23.931 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.931 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.931 INFO kablam! Sep 04 12:11:23.933 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.933 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 12:11:23.933 INFO kablam! | Sep 04 12:11:23.933 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:23.933 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.933 INFO kablam! | Sep 04 12:11:23.933 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.933 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.934 INFO kablam! Sep 04 12:11:23.935 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.935 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 12:11:23.935 INFO kablam! | Sep 04 12:11:23.935 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.936 INFO kablam! | Sep 04 12:11:23.936 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.936 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.936 INFO kablam! Sep 04 12:11:23.938 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.938 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 12:11:23.938 INFO kablam! | Sep 04 12:11:23.938 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.938 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.938 INFO kablam! | Sep 04 12:11:23.938 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.938 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.938 INFO kablam! Sep 04 12:11:23.940 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.940 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 12:11:23.940 INFO kablam! | Sep 04 12:11:23.940 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.940 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.940 INFO kablam! | Sep 04 12:11:23.940 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.941 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.941 INFO kablam! Sep 04 12:11:23.942 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.942 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 12:11:23.943 INFO kablam! | Sep 04 12:11:23.943 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.943 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.943 INFO kablam! | Sep 04 12:11:23.943 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.943 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.943 INFO kablam! Sep 04 12:11:23.945 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.945 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 12:11:23.945 INFO kablam! | Sep 04 12:11:23.945 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:23.945 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.945 INFO kablam! | Sep 04 12:11:23.945 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.945 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.945 INFO kablam! Sep 04 12:11:23.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.947 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 12:11:23.947 INFO kablam! | Sep 04 12:11:23.947 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.948 INFO kablam! | Sep 04 12:11:23.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.948 INFO kablam! Sep 04 12:11:23.950 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.950 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 12:11:23.950 INFO kablam! | Sep 04 12:11:23.950 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:23.950 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.950 INFO kablam! | Sep 04 12:11:23.950 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.950 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.950 INFO kablam! Sep 04 12:11:23.952 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.952 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 12:11:23.952 INFO kablam! | Sep 04 12:11:23.952 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.952 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.952 INFO kablam! | Sep 04 12:11:23.953 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.953 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.953 INFO kablam! Sep 04 12:11:23.954 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.954 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 12:11:23.954 INFO kablam! | Sep 04 12:11:23.954 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.955 INFO kablam! | Sep 04 12:11:23.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.955 INFO kablam! Sep 04 12:11:23.957 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.957 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 12:11:23.957 INFO kablam! | Sep 04 12:11:23.957 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.957 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.957 INFO kablam! | Sep 04 12:11:23.957 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.957 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.957 INFO kablam! Sep 04 12:11:23.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.959 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 12:11:23.959 INFO kablam! | Sep 04 12:11:23.959 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.959 INFO kablam! | Sep 04 12:11:23.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.959 INFO kablam! Sep 04 12:11:23.961 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.961 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 12:11:23.961 INFO kablam! | Sep 04 12:11:23.961 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:23.961 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.961 INFO kablam! | Sep 04 12:11:23.961 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.961 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.961 INFO kablam! Sep 04 12:11:23.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.963 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 12:11:23.963 INFO kablam! | Sep 04 12:11:23.963 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:23.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.963 INFO kablam! | Sep 04 12:11:23.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.964 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.964 INFO kablam! Sep 04 12:11:23.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.967 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 12:11:23.967 INFO kablam! | Sep 04 12:11:23.967 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:23.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.967 INFO kablam! | Sep 04 12:11:23.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.967 INFO kablam! Sep 04 12:11:23.970 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:23.970 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 12:11:23.970 INFO kablam! | Sep 04 12:11:23.970 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:23.970 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:23.970 INFO kablam! | Sep 04 12:11:23.970 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:23.970 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:23.970 INFO kablam! Sep 04 12:11:24.214 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.214 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 12:11:24.214 INFO kablam! | Sep 04 12:11:24.214 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 12:11:24.214 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.214 INFO kablam! | Sep 04 12:11:24.214 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.214 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.214 INFO kablam! Sep 04 12:11:24.220 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.220 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 12:11:24.220 INFO kablam! | Sep 04 12:11:24.220 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.220 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.220 INFO kablam! | Sep 04 12:11:24.220 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.220 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.220 INFO kablam! Sep 04 12:11:24.222 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.222 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 12:11:24.222 INFO kablam! | Sep 04 12:11:24.222 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.222 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.223 INFO kablam! | Sep 04 12:11:24.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.223 INFO kablam! Sep 04 12:11:24.225 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.225 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 12:11:24.225 INFO kablam! | Sep 04 12:11:24.226 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.226 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.226 INFO kablam! | Sep 04 12:11:24.226 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.226 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.226 INFO kablam! Sep 04 12:11:24.228 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.228 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 12:11:24.228 INFO kablam! | Sep 04 12:11:24.228 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.228 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.228 INFO kablam! | Sep 04 12:11:24.228 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.228 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.228 INFO kablam! Sep 04 12:11:24.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.231 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 12:11:24.231 INFO kablam! | Sep 04 12:11:24.231 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.231 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.231 INFO kablam! | Sep 04 12:11:24.231 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.231 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.231 INFO kablam! Sep 04 12:11:24.233 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.233 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 12:11:24.233 INFO kablam! | Sep 04 12:11:24.234 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.234 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.234 INFO kablam! | Sep 04 12:11:24.234 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.234 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.234 INFO kablam! Sep 04 12:11:24.237 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.237 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 12:11:24.237 INFO kablam! | Sep 04 12:11:24.237 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.237 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.237 INFO kablam! | Sep 04 12:11:24.237 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.237 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.237 INFO kablam! Sep 04 12:11:24.240 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.240 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 12:11:24.240 INFO kablam! | Sep 04 12:11:24.240 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 12:11:24.240 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.240 INFO kablam! | Sep 04 12:11:24.240 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.240 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.240 INFO kablam! Sep 04 12:11:24.243 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.243 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 12:11:24.243 INFO kablam! | Sep 04 12:11:24.243 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:24.243 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.243 INFO kablam! | Sep 04 12:11:24.243 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.243 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.243 INFO kablam! Sep 04 12:11:24.245 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.245 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 12:11:24.245 INFO kablam! | Sep 04 12:11:24.245 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 12:11:24.245 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.245 INFO kablam! | Sep 04 12:11:24.245 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.245 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.245 INFO kablam! Sep 04 12:11:24.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.247 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 12:11:24.247 INFO kablam! | Sep 04 12:11:24.247 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:24.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.248 INFO kablam! | Sep 04 12:11:24.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.248 INFO kablam! Sep 04 12:11:24.250 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.250 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 12:11:24.250 INFO kablam! | Sep 04 12:11:24.250 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.250 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.250 INFO kablam! | Sep 04 12:11:24.250 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.250 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.250 INFO kablam! Sep 04 12:11:24.253 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.253 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 12:11:24.253 INFO kablam! | Sep 04 12:11:24.253 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.253 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.253 INFO kablam! | Sep 04 12:11:24.253 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.253 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.253 INFO kablam! Sep 04 12:11:24.255 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.255 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 12:11:24.255 INFO kablam! | Sep 04 12:11:24.255 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.255 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.255 INFO kablam! | Sep 04 12:11:24.255 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.255 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.255 INFO kablam! Sep 04 12:11:24.257 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.257 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 12:11:24.257 INFO kablam! | Sep 04 12:11:24.257 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.257 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.257 INFO kablam! | Sep 04 12:11:24.257 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.257 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.257 INFO kablam! Sep 04 12:11:24.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.260 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 12:11:24.260 INFO kablam! | Sep 04 12:11:24.260 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:24.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.260 INFO kablam! | Sep 04 12:11:24.260 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.260 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.260 INFO kablam! Sep 04 12:11:24.262 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.262 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 12:11:24.262 INFO kablam! | Sep 04 12:11:24.262 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.262 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.262 INFO kablam! | Sep 04 12:11:24.263 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.263 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.263 INFO kablam! Sep 04 12:11:24.265 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.265 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 12:11:24.265 INFO kablam! | Sep 04 12:11:24.265 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:24.265 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.265 INFO kablam! | Sep 04 12:11:24.265 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.265 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.265 INFO kablam! Sep 04 12:11:24.267 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.267 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 12:11:24.267 INFO kablam! | Sep 04 12:11:24.268 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.268 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.268 INFO kablam! | Sep 04 12:11:24.268 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.268 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.268 INFO kablam! Sep 04 12:11:24.270 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.270 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 12:11:24.270 INFO kablam! | Sep 04 12:11:24.270 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.270 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.270 INFO kablam! | Sep 04 12:11:24.270 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.270 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.270 INFO kablam! Sep 04 12:11:24.272 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.272 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 12:11:24.272 INFO kablam! | Sep 04 12:11:24.272 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.272 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.272 INFO kablam! | Sep 04 12:11:24.272 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.272 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.272 INFO kablam! Sep 04 12:11:24.274 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.274 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 12:11:24.274 INFO kablam! | Sep 04 12:11:24.274 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.274 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.274 INFO kablam! | Sep 04 12:11:24.274 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.274 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.274 INFO kablam! Sep 04 12:11:24.276 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.276 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 12:11:24.276 INFO kablam! | Sep 04 12:11:24.276 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:24.276 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.276 INFO kablam! | Sep 04 12:11:24.276 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.276 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.276 INFO kablam! Sep 04 12:11:24.278 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.278 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 12:11:24.278 INFO kablam! | Sep 04 12:11:24.278 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:24.278 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.278 INFO kablam! | Sep 04 12:11:24.278 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.278 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.278 INFO kablam! Sep 04 12:11:24.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.282 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 12:11:24.282 INFO kablam! | Sep 04 12:11:24.282 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:24.282 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.282 INFO kablam! | Sep 04 12:11:24.282 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.282 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.282 INFO kablam! Sep 04 12:11:24.285 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:24.285 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 12:11:24.285 INFO kablam! | Sep 04 12:11:24.285 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:24.285 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:24.285 INFO kablam! | Sep 04 12:11:24.285 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:24.285 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:24.285 INFO kablam! Sep 04 12:11:26.841 INFO kablam! error: aborting due to 33 previous errors Sep 04 12:11:26.841 INFO kablam! Sep 04 12:11:26.841 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 12:11:26.852 INFO kablam! error: Could not compile `libpijul`. Sep 04 12:11:26.852 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:11:27.503 INFO kablam! error: aborting due to 33 previous errors Sep 04 12:11:27.504 INFO kablam! Sep 04 12:11:27.504 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 12:11:27.523 INFO kablam! error: Could not compile `libpijul`. Sep 04 12:11:27.523 INFO kablam! Sep 04 12:11:27.523 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:11:27.525 INFO kablam! su: No module specific data is present Sep 04 12:11:27.934 INFO running `"docker" "rm" "-f" "5b0c38831f292b2b09eeb82829b4a09bf03c2c97ad255dcb81548826eb08d05e"` Sep 04 12:11:28.052 INFO blam! 5b0c38831f292b2b09eeb82829b4a09bf03c2c97ad255dcb81548826eb08d05e