Sep 04 12:11:14.841 INFO checking libpijul-0.8.3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 12:11:14.841 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 12:11:14.842 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:15.083 INFO blam! 403ee99914bbf8e365642a16d0c1189b9bf3057c2f31515db9c19f50de9feb55 Sep 04 12:11:15.085 INFO running `"docker" "start" "-a" "403ee99914bbf8e365642a16d0c1189b9bf3057c2f31515db9c19f50de9feb55"` Sep 04 12:11:15.967 INFO kablam! Checking sanakirja v0.8.17 Sep 04 12:11:15.968 INFO kablam! Checking chrono v0.4.6 Sep 04 12:11:20.582 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 04 12:11:23.805 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 12:11:23.805 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 12:11:23.805 INFO kablam! | Sep 04 12:11:23.805 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 12:11:23.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 12:11:23.805 INFO kablam! | Sep 04 12:11:23.805 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:11:23.805 INFO kablam! Sep 04 12:11:23.984 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 12:11:23.984 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 12:11:23.984 INFO kablam! | Sep 04 12:11:23.984 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 12:11:23.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 12:11:23.984 INFO kablam! | Sep 04 12:11:23.984 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:11:23.984 INFO kablam! Sep 04 12:11:25.031 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:25.031 INFO kablam! --> src/lib.rs:175:30 Sep 04 12:11:25.031 INFO kablam! | Sep 04 12:11:25.031 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 12:11:25.031 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:25.031 INFO kablam! | Sep 04 12:11:25.031 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:25.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:25.031 INFO kablam! Sep 04 12:11:25.033 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:25.033 INFO kablam! --> src/lib.rs:176:35 Sep 04 12:11:25.033 INFO kablam! | Sep 04 12:11:25.033 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 12:11:25.033 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:25.033 INFO kablam! | Sep 04 12:11:25.033 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:25.033 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:25.033 INFO kablam! Sep 04 12:11:25.035 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:25.035 INFO kablam! --> src/lib.rs:177:38 Sep 04 12:11:25.035 INFO kablam! | Sep 04 12:11:25.035 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 12:11:25.035 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:25.035 INFO kablam! | Sep 04 12:11:25.035 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:25.035 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:25.035 INFO kablam! Sep 04 12:11:25.239 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:25.239 INFO kablam! --> src/lib.rs:175:30 Sep 04 12:11:25.239 INFO kablam! | Sep 04 12:11:25.239 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 12:11:25.239 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:25.239 INFO kablam! | Sep 04 12:11:25.240 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:25.240 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:25.240 INFO kablam! Sep 04 12:11:25.241 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:25.241 INFO kablam! --> src/lib.rs:176:35 Sep 04 12:11:25.241 INFO kablam! | Sep 04 12:11:25.241 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 12:11:25.241 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:25.241 INFO kablam! | Sep 04 12:11:25.241 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:25.241 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:25.241 INFO kablam! Sep 04 12:11:25.243 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 12:11:25.243 INFO kablam! --> src/lib.rs:177:38 Sep 04 12:11:25.243 INFO kablam! | Sep 04 12:11:25.243 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 12:11:25.243 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 12:11:25.243 INFO kablam! | Sep 04 12:11:25.243 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 12:11:25.243 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 12:11:25.243 INFO kablam! Sep 04 12:11:25.391 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.391 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 12:11:25.391 INFO kablam! | Sep 04 12:11:25.391 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 12:11:25.391 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.391 INFO kablam! | Sep 04 12:11:25.391 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.391 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.391 INFO kablam! Sep 04 12:11:25.395 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.395 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 12:11:25.395 INFO kablam! | Sep 04 12:11:25.395 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 12:11:25.395 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.395 INFO kablam! | Sep 04 12:11:25.395 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.395 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.395 INFO kablam! Sep 04 12:11:25.403 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.403 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 12:11:25.403 INFO kablam! | Sep 04 12:11:25.403 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 12:11:25.404 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.404 INFO kablam! | Sep 04 12:11:25.404 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.404 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.404 INFO kablam! Sep 04 12:11:25.596 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.596 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 12:11:25.596 INFO kablam! | Sep 04 12:11:25.596 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 12:11:25.596 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.596 INFO kablam! | Sep 04 12:11:25.596 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.596 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.596 INFO kablam! Sep 04 12:11:25.600 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.600 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 12:11:25.600 INFO kablam! | Sep 04 12:11:25.600 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 12:11:25.600 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.600 INFO kablam! | Sep 04 12:11:25.600 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.600 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.600 INFO kablam! Sep 04 12:11:25.608 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.608 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 12:11:25.608 INFO kablam! | Sep 04 12:11:25.608 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 12:11:25.608 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.608 INFO kablam! | Sep 04 12:11:25.609 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.609 INFO kablam! Sep 04 12:11:25.761 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.761 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 12:11:25.761 INFO kablam! | Sep 04 12:11:25.761 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:25.761 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.761 INFO kablam! | Sep 04 12:11:25.761 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.761 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.761 INFO kablam! Sep 04 12:11:25.767 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.767 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 12:11:25.767 INFO kablam! | Sep 04 12:11:25.767 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.767 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.767 INFO kablam! | Sep 04 12:11:25.767 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.767 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.767 INFO kablam! Sep 04 12:11:25.769 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.769 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 12:11:25.769 INFO kablam! | Sep 04 12:11:25.769 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.769 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.769 INFO kablam! | Sep 04 12:11:25.769 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.769 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.769 INFO kablam! Sep 04 12:11:25.772 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.772 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 12:11:25.772 INFO kablam! | Sep 04 12:11:25.772 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.772 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.772 INFO kablam! | Sep 04 12:11:25.772 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.772 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.772 INFO kablam! Sep 04 12:11:25.774 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.774 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 12:11:25.774 INFO kablam! | Sep 04 12:11:25.774 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.774 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.774 INFO kablam! | Sep 04 12:11:25.774 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.774 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.774 INFO kablam! Sep 04 12:11:25.777 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.777 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 12:11:25.777 INFO kablam! | Sep 04 12:11:25.777 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.777 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.777 INFO kablam! | Sep 04 12:11:25.777 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.777 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.777 INFO kablam! Sep 04 12:11:25.779 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.779 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 12:11:25.779 INFO kablam! | Sep 04 12:11:25.779 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.779 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.779 INFO kablam! | Sep 04 12:11:25.779 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.779 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.779 INFO kablam! Sep 04 12:11:25.782 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.782 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 12:11:25.782 INFO kablam! | Sep 04 12:11:25.782 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.782 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.782 INFO kablam! | Sep 04 12:11:25.782 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.782 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.782 INFO kablam! Sep 04 12:11:25.785 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.785 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 12:11:25.785 INFO kablam! | Sep 04 12:11:25.785 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 12:11:25.785 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.785 INFO kablam! | Sep 04 12:11:25.785 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.785 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.785 INFO kablam! Sep 04 12:11:25.787 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.787 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 12:11:25.787 INFO kablam! | Sep 04 12:11:25.787 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:25.787 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.787 INFO kablam! | Sep 04 12:11:25.787 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.787 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.787 INFO kablam! Sep 04 12:11:25.789 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.789 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 12:11:25.789 INFO kablam! | Sep 04 12:11:25.789 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 12:11:25.789 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.789 INFO kablam! | Sep 04 12:11:25.789 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.789 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.790 INFO kablam! Sep 04 12:11:25.791 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.791 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 12:11:25.791 INFO kablam! | Sep 04 12:11:25.791 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:25.791 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.791 INFO kablam! | Sep 04 12:11:25.791 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.791 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.792 INFO kablam! Sep 04 12:11:25.793 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.793 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 12:11:25.793 INFO kablam! | Sep 04 12:11:25.793 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.794 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.794 INFO kablam! | Sep 04 12:11:25.794 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.794 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.794 INFO kablam! Sep 04 12:11:25.796 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.796 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 12:11:25.796 INFO kablam! | Sep 04 12:11:25.796 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.796 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.796 INFO kablam! | Sep 04 12:11:25.796 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.796 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.796 INFO kablam! Sep 04 12:11:25.798 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.798 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 12:11:25.798 INFO kablam! | Sep 04 12:11:25.798 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.798 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.798 INFO kablam! | Sep 04 12:11:25.798 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.798 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.798 INFO kablam! Sep 04 12:11:25.800 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.800 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 12:11:25.800 INFO kablam! | Sep 04 12:11:25.800 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.800 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.800 INFO kablam! | Sep 04 12:11:25.800 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.800 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.800 INFO kablam! Sep 04 12:11:25.802 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.802 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 12:11:25.802 INFO kablam! | Sep 04 12:11:25.802 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:25.802 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.802 INFO kablam! | Sep 04 12:11:25.803 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.803 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.803 INFO kablam! Sep 04 12:11:25.804 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.804 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 12:11:25.805 INFO kablam! | Sep 04 12:11:25.805 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.805 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.805 INFO kablam! | Sep 04 12:11:25.805 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.805 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.805 INFO kablam! Sep 04 12:11:25.807 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.807 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 12:11:25.807 INFO kablam! | Sep 04 12:11:25.807 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:25.807 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.807 INFO kablam! | Sep 04 12:11:25.807 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.807 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.807 INFO kablam! Sep 04 12:11:25.809 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.809 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 12:11:25.809 INFO kablam! | Sep 04 12:11:25.809 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.809 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.809 INFO kablam! | Sep 04 12:11:25.809 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.809 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.809 INFO kablam! Sep 04 12:11:25.811 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.811 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 12:11:25.811 INFO kablam! | Sep 04 12:11:25.811 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.811 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.811 INFO kablam! | Sep 04 12:11:25.811 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.811 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.812 INFO kablam! Sep 04 12:11:25.813 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.813 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 12:11:25.813 INFO kablam! | Sep 04 12:11:25.813 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.813 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.813 INFO kablam! | Sep 04 12:11:25.813 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.813 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.813 INFO kablam! Sep 04 12:11:25.815 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.815 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 12:11:25.815 INFO kablam! | Sep 04 12:11:25.815 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.815 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.815 INFO kablam! | Sep 04 12:11:25.815 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.815 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.815 INFO kablam! Sep 04 12:11:25.817 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.817 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 12:11:25.817 INFO kablam! | Sep 04 12:11:25.817 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.817 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.817 INFO kablam! | Sep 04 12:11:25.817 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.817 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.817 INFO kablam! Sep 04 12:11:25.819 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.819 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 12:11:25.819 INFO kablam! | Sep 04 12:11:25.819 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.819 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.819 INFO kablam! | Sep 04 12:11:25.819 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.820 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.820 INFO kablam! Sep 04 12:11:25.823 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.823 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 12:11:25.823 INFO kablam! | Sep 04 12:11:25.823 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:25.823 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.823 INFO kablam! | Sep 04 12:11:25.823 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.823 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.823 INFO kablam! Sep 04 12:11:25.826 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.826 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 12:11:25.826 INFO kablam! | Sep 04 12:11:25.826 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:25.826 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.826 INFO kablam! | Sep 04 12:11:25.826 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.826 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.826 INFO kablam! Sep 04 12:11:25.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.960 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 12:11:25.960 INFO kablam! | Sep 04 12:11:25.960 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:25.960 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.960 INFO kablam! | Sep 04 12:11:25.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.960 INFO kablam! Sep 04 12:11:25.965 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.966 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 12:11:25.966 INFO kablam! | Sep 04 12:11:25.966 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.966 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.966 INFO kablam! | Sep 04 12:11:25.966 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.966 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.966 INFO kablam! Sep 04 12:11:25.968 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.968 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 12:11:25.968 INFO kablam! | Sep 04 12:11:25.968 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.968 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.968 INFO kablam! | Sep 04 12:11:25.968 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.968 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.968 INFO kablam! Sep 04 12:11:25.970 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.971 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 12:11:25.971 INFO kablam! | Sep 04 12:11:25.971 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.971 INFO kablam! | Sep 04 12:11:25.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.971 INFO kablam! Sep 04 12:11:25.973 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.973 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 12:11:25.973 INFO kablam! | Sep 04 12:11:25.973 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.973 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.973 INFO kablam! | Sep 04 12:11:25.973 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.973 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.973 INFO kablam! Sep 04 12:11:25.976 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.976 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 12:11:25.976 INFO kablam! | Sep 04 12:11:25.976 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.976 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.976 INFO kablam! | Sep 04 12:11:25.976 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.976 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.976 INFO kablam! Sep 04 12:11:25.978 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.978 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 12:11:25.978 INFO kablam! | Sep 04 12:11:25.978 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.978 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.978 INFO kablam! | Sep 04 12:11:25.978 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.978 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.978 INFO kablam! Sep 04 12:11:25.981 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.981 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 12:11:25.981 INFO kablam! | Sep 04 12:11:25.981 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.981 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.981 INFO kablam! | Sep 04 12:11:25.981 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.981 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.981 INFO kablam! Sep 04 12:11:25.984 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.984 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 12:11:25.984 INFO kablam! | Sep 04 12:11:25.984 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 12:11:25.984 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.984 INFO kablam! | Sep 04 12:11:25.984 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.984 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.984 INFO kablam! Sep 04 12:11:25.986 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.986 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 12:11:25.986 INFO kablam! | Sep 04 12:11:25.986 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:25.986 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.986 INFO kablam! | Sep 04 12:11:25.986 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.986 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.986 INFO kablam! Sep 04 12:11:25.988 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.988 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 12:11:25.988 INFO kablam! | Sep 04 12:11:25.988 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 12:11:25.988 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.988 INFO kablam! | Sep 04 12:11:25.988 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.988 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.988 INFO kablam! Sep 04 12:11:25.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.990 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 12:11:25.990 INFO kablam! | Sep 04 12:11:25.990 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:25.990 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.990 INFO kablam! | Sep 04 12:11:25.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.990 INFO kablam! Sep 04 12:11:25.992 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.992 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 12:11:25.992 INFO kablam! | Sep 04 12:11:25.992 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.992 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.992 INFO kablam! | Sep 04 12:11:25.992 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.992 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.992 INFO kablam! Sep 04 12:11:25.994 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.994 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 12:11:25.995 INFO kablam! | Sep 04 12:11:25.995 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.995 INFO kablam! | Sep 04 12:11:25.995 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.995 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.995 INFO kablam! Sep 04 12:11:25.996 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.996 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 12:11:25.996 INFO kablam! | Sep 04 12:11:25.996 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:25.996 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.996 INFO kablam! | Sep 04 12:11:25.997 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.997 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.997 INFO kablam! Sep 04 12:11:25.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:25.998 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 12:11:25.998 INFO kablam! | Sep 04 12:11:25.998 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:25.998 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:25.998 INFO kablam! | Sep 04 12:11:25.999 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:25.999 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:25.999 INFO kablam! Sep 04 12:11:26.000 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.001 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 12:11:26.001 INFO kablam! | Sep 04 12:11:26.001 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:26.001 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.001 INFO kablam! | Sep 04 12:11:26.001 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.001 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.001 INFO kablam! Sep 04 12:11:26.003 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.003 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 12:11:26.003 INFO kablam! | Sep 04 12:11:26.003 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:26.003 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.003 INFO kablam! | Sep 04 12:11:26.003 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.003 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.003 INFO kablam! Sep 04 12:11:26.005 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.005 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 12:11:26.005 INFO kablam! | Sep 04 12:11:26.005 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:26.005 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.005 INFO kablam! | Sep 04 12:11:26.005 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.005 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.005 INFO kablam! Sep 04 12:11:26.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.007 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 12:11:26.007 INFO kablam! | Sep 04 12:11:26.007 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:26.007 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.007 INFO kablam! | Sep 04 12:11:26.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.007 INFO kablam! Sep 04 12:11:26.009 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.009 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 12:11:26.009 INFO kablam! | Sep 04 12:11:26.009 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:26.009 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.009 INFO kablam! | Sep 04 12:11:26.009 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.009 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.009 INFO kablam! Sep 04 12:11:26.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.011 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 12:11:26.011 INFO kablam! | Sep 04 12:11:26.011 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:26.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.011 INFO kablam! | Sep 04 12:11:26.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.012 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.012 INFO kablam! Sep 04 12:11:26.013 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.013 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 12:11:26.013 INFO kablam! | Sep 04 12:11:26.013 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:26.013 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.013 INFO kablam! | Sep 04 12:11:26.013 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.013 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.013 INFO kablam! Sep 04 12:11:26.015 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.015 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 12:11:26.015 INFO kablam! | Sep 04 12:11:26.015 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 12:11:26.015 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.015 INFO kablam! | Sep 04 12:11:26.015 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.015 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.015 INFO kablam! Sep 04 12:11:26.017 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.017 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 12:11:26.017 INFO kablam! | Sep 04 12:11:26.017 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 12:11:26.017 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.017 INFO kablam! | Sep 04 12:11:26.017 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.017 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.017 INFO kablam! Sep 04 12:11:26.021 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.021 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 12:11:26.021 INFO kablam! | Sep 04 12:11:26.021 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 12:11:26.021 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.021 INFO kablam! | Sep 04 12:11:26.021 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.021 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.021 INFO kablam! Sep 04 12:11:26.024 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 12:11:26.024 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 12:11:26.024 INFO kablam! | Sep 04 12:11:26.024 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 12:11:26.024 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 12:11:26.024 INFO kablam! | Sep 04 12:11:26.024 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 12:11:26.024 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 12:11:26.024 INFO kablam! Sep 04 12:11:28.808 INFO kablam! error: aborting due to 33 previous errors Sep 04 12:11:28.808 INFO kablam! Sep 04 12:11:28.808 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 12:11:28.818 INFO kablam! error: Could not compile `libpijul`. Sep 04 12:11:28.818 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:11:28.850 INFO kablam! error: aborting due to 33 previous errors Sep 04 12:11:28.850 INFO kablam! Sep 04 12:11:28.851 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 12:11:28.867 INFO kablam! error: Could not compile `libpijul`. Sep 04 12:11:28.867 INFO kablam! Sep 04 12:11:28.867 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:11:28.868 INFO kablam! su: No module specific data is present Sep 04 12:11:29.249 INFO running `"docker" "rm" "-f" "403ee99914bbf8e365642a16d0c1189b9bf3057c2f31515db9c19f50de9feb55"` Sep 04 12:11:29.333 INFO blam! 403ee99914bbf8e365642a16d0c1189b9bf3057c2f31515db9c19f50de9feb55