Sep 01 15:17:21.611 INFO checking libpijul-0.8.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 15:17:21.611 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:17:21.611 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:17:21.818 INFO blam! 117b441c25bde8a30521c089336a648c00dae8d7854f6c0abf31c12bd578852f Sep 01 15:17:21.820 INFO running `"docker" "start" "-a" "117b441c25bde8a30521c089336a648c00dae8d7854f6c0abf31c12bd578852f"` Sep 01 15:17:22.959 INFO kablam! Checking sanakirja v0.8.17 Sep 01 15:17:26.372 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 01 15:17:28.790 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 15:17:28.790 INFO kablam! --> src/backend/mod.rs:12:9 Sep 01 15:17:28.790 INFO kablam! | Sep 01 15:17:28.790 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 01 15:17:28.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 15:17:28.790 INFO kablam! | Sep 01 15:17:28.790 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 15:17:28.790 INFO kablam! Sep 01 15:17:28.898 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 15:17:28.898 INFO kablam! --> src/backend/mod.rs:12:9 Sep 01 15:17:28.898 INFO kablam! | Sep 01 15:17:28.898 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 01 15:17:28.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 15:17:28.898 INFO kablam! | Sep 01 15:17:28.898 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 15:17:28.898 INFO kablam! Sep 01 15:17:29.608 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 01 15:17:29.608 INFO kablam! --> src/lib.rs:175:30 Sep 01 15:17:29.608 INFO kablam! | Sep 01 15:17:29.608 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 01 15:17:29.608 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 01 15:17:29.608 INFO kablam! | Sep 01 15:17:29.608 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 01 15:17:29.608 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 01 15:17:29.608 INFO kablam! Sep 01 15:17:29.608 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 01 15:17:29.609 INFO kablam! --> src/lib.rs:176:35 Sep 01 15:17:29.609 INFO kablam! | Sep 01 15:17:29.609 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 01 15:17:29.609 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 01 15:17:29.609 INFO kablam! | Sep 01 15:17:29.609 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 01 15:17:29.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 01 15:17:29.609 INFO kablam! Sep 01 15:17:29.609 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 01 15:17:29.610 INFO kablam! --> src/lib.rs:177:38 Sep 01 15:17:29.610 INFO kablam! | Sep 01 15:17:29.610 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 01 15:17:29.610 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 01 15:17:29.610 INFO kablam! | Sep 01 15:17:29.610 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 01 15:17:29.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 01 15:17:29.610 INFO kablam! Sep 01 15:17:29.751 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 01 15:17:29.751 INFO kablam! --> src/lib.rs:175:30 Sep 01 15:17:29.751 INFO kablam! | Sep 01 15:17:29.752 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 01 15:17:29.752 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 01 15:17:29.752 INFO kablam! | Sep 01 15:17:29.752 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 01 15:17:29.752 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 01 15:17:29.752 INFO kablam! Sep 01 15:17:29.753 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 01 15:17:29.753 INFO kablam! --> src/lib.rs:176:35 Sep 01 15:17:29.753 INFO kablam! | Sep 01 15:17:29.753 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 01 15:17:29.753 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 01 15:17:29.753 INFO kablam! | Sep 01 15:17:29.753 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 01 15:17:29.753 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 01 15:17:29.753 INFO kablam! Sep 01 15:17:29.756 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 01 15:17:29.756 INFO kablam! --> src/lib.rs:177:38 Sep 01 15:17:29.756 INFO kablam! | Sep 01 15:17:29.756 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 01 15:17:29.756 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 01 15:17:29.756 INFO kablam! | Sep 01 15:17:29.756 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 01 15:17:29.756 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 01 15:17:29.756 INFO kablam! Sep 01 15:17:29.849 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:29.849 INFO kablam! --> src/backend/mod.rs:328:18 Sep 01 15:17:29.849 INFO kablam! | Sep 01 15:17:29.849 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 01 15:17:29.849 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:29.849 INFO kablam! | Sep 01 15:17:29.850 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:29.850 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:29.850 INFO kablam! Sep 01 15:17:29.853 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:29.853 INFO kablam! --> src/backend/mod.rs:334:18 Sep 01 15:17:29.853 INFO kablam! | Sep 01 15:17:29.853 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 01 15:17:29.853 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:29.853 INFO kablam! | Sep 01 15:17:29.853 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:29.853 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:29.853 INFO kablam! Sep 01 15:17:29.861 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:29.861 INFO kablam! --> src/backend/mod.rs:358:22 Sep 01 15:17:29.861 INFO kablam! | Sep 01 15:17:29.861 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 01 15:17:29.861 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:29.861 INFO kablam! | Sep 01 15:17:29.861 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:29.861 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:29.861 INFO kablam! Sep 01 15:17:30.050 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.050 INFO kablam! --> src/backend/mod.rs:328:18 Sep 01 15:17:30.050 INFO kablam! | Sep 01 15:17:30.050 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 01 15:17:30.050 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.050 INFO kablam! | Sep 01 15:17:30.050 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.050 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.050 INFO kablam! Sep 01 15:17:30.054 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.054 INFO kablam! --> src/backend/mod.rs:334:18 Sep 01 15:17:30.054 INFO kablam! | Sep 01 15:17:30.054 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 01 15:17:30.054 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.054 INFO kablam! | Sep 01 15:17:30.054 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.054 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.054 INFO kablam! Sep 01 15:17:30.061 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.061 INFO kablam! --> src/backend/mod.rs:358:22 Sep 01 15:17:30.061 INFO kablam! | Sep 01 15:17:30.061 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 01 15:17:30.061 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.061 INFO kablam! | Sep 01 15:17:30.062 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.062 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.062 INFO kablam! Sep 01 15:17:30.176 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.176 INFO kablam! --> src/backend/mod.rs:985:21 Sep 01 15:17:30.176 INFO kablam! | Sep 01 15:17:30.176 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 01 15:17:30.176 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.176 INFO kablam! | Sep 01 15:17:30.176 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.176 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.177 INFO kablam! Sep 01 15:17:30.182 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.182 INFO kablam! --> src/backend/mod.rs:997:26 Sep 01 15:17:30.182 INFO kablam! | Sep 01 15:17:30.182 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.182 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.182 INFO kablam! | Sep 01 15:17:30.182 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.182 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.182 INFO kablam! Sep 01 15:17:30.184 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.184 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 01 15:17:30.184 INFO kablam! | Sep 01 15:17:30.184 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.184 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.184 INFO kablam! | Sep 01 15:17:30.184 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.184 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.184 INFO kablam! Sep 01 15:17:30.187 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.187 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 01 15:17:30.188 INFO kablam! | Sep 01 15:17:30.188 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.188 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.188 INFO kablam! | Sep 01 15:17:30.188 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.188 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.188 INFO kablam! Sep 01 15:17:30.188 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.188 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 01 15:17:30.188 INFO kablam! | Sep 01 15:17:30.188 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.188 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.188 INFO kablam! | Sep 01 15:17:30.188 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.188 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.188 INFO kablam! Sep 01 15:17:30.190 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.190 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 01 15:17:30.190 INFO kablam! | Sep 01 15:17:30.190 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.191 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.191 INFO kablam! | Sep 01 15:17:30.191 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.191 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.191 INFO kablam! Sep 01 15:17:30.192 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.192 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 01 15:17:30.192 INFO kablam! | Sep 01 15:17:30.192 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.192 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.192 INFO kablam! | Sep 01 15:17:30.192 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.193 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.193 INFO kablam! Sep 01 15:17:30.195 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.195 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 01 15:17:30.195 INFO kablam! | Sep 01 15:17:30.195 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.195 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.195 INFO kablam! | Sep 01 15:17:30.195 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.195 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.195 INFO kablam! Sep 01 15:17:30.201 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.201 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 01 15:17:30.201 INFO kablam! | Sep 01 15:17:30.201 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 01 15:17:30.201 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.201 INFO kablam! | Sep 01 15:17:30.201 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.201 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.201 INFO kablam! Sep 01 15:17:30.201 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.201 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 01 15:17:30.201 INFO kablam! | Sep 01 15:17:30.202 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 01 15:17:30.202 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.202 INFO kablam! | Sep 01 15:17:30.202 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.202 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.202 INFO kablam! Sep 01 15:17:30.202 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.202 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 01 15:17:30.202 INFO kablam! | Sep 01 15:17:30.202 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 01 15:17:30.202 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.202 INFO kablam! | Sep 01 15:17:30.202 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.202 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.202 INFO kablam! Sep 01 15:17:30.203 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.203 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 01 15:17:30.203 INFO kablam! | Sep 01 15:17:30.203 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 01 15:17:30.203 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.203 INFO kablam! | Sep 01 15:17:30.203 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.203 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.203 INFO kablam! Sep 01 15:17:30.205 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.205 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 01 15:17:30.205 INFO kablam! | Sep 01 15:17:30.205 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.205 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.205 INFO kablam! | Sep 01 15:17:30.205 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.206 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.206 INFO kablam! Sep 01 15:17:30.207 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.207 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 01 15:17:30.207 INFO kablam! | Sep 01 15:17:30.207 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.208 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.208 INFO kablam! | Sep 01 15:17:30.208 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.208 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.208 INFO kablam! Sep 01 15:17:30.209 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.209 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 01 15:17:30.209 INFO kablam! | Sep 01 15:17:30.209 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.209 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.209 INFO kablam! | Sep 01 15:17:30.209 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.209 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.209 INFO kablam! Sep 01 15:17:30.211 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.211 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 01 15:17:30.211 INFO kablam! | Sep 01 15:17:30.211 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.211 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.211 INFO kablam! | Sep 01 15:17:30.211 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.211 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.211 INFO kablam! Sep 01 15:17:30.213 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.213 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 01 15:17:30.213 INFO kablam! | Sep 01 15:17:30.213 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 01 15:17:30.213 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.213 INFO kablam! | Sep 01 15:17:30.213 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.213 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.213 INFO kablam! Sep 01 15:17:30.215 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.215 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 01 15:17:30.215 INFO kablam! | Sep 01 15:17:30.215 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.215 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.215 INFO kablam! | Sep 01 15:17:30.215 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.215 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.215 INFO kablam! Sep 01 15:17:30.217 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.217 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 01 15:17:30.217 INFO kablam! | Sep 01 15:17:30.217 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 01 15:17:30.217 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.217 INFO kablam! | Sep 01 15:17:30.217 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.217 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.217 INFO kablam! Sep 01 15:17:30.219 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.219 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 01 15:17:30.219 INFO kablam! | Sep 01 15:17:30.219 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.219 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.219 INFO kablam! | Sep 01 15:17:30.219 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.219 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.219 INFO kablam! Sep 01 15:17:30.220 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.221 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 01 15:17:30.221 INFO kablam! | Sep 01 15:17:30.221 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.221 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.221 INFO kablam! | Sep 01 15:17:30.221 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.221 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.221 INFO kablam! Sep 01 15:17:30.222 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.222 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 01 15:17:30.222 INFO kablam! | Sep 01 15:17:30.222 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.222 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.223 INFO kablam! | Sep 01 15:17:30.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.223 INFO kablam! Sep 01 15:17:30.224 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.224 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 01 15:17:30.224 INFO kablam! | Sep 01 15:17:30.224 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.224 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.224 INFO kablam! | Sep 01 15:17:30.224 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.225 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.225 INFO kablam! Sep 01 15:17:30.226 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.226 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 01 15:17:30.226 INFO kablam! | Sep 01 15:17:30.226 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.226 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.226 INFO kablam! | Sep 01 15:17:30.226 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.226 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.227 INFO kablam! Sep 01 15:17:30.232 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.232 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 01 15:17:30.232 INFO kablam! | Sep 01 15:17:30.232 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.232 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.232 INFO kablam! | Sep 01 15:17:30.232 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.232 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.232 INFO kablam! Sep 01 15:17:30.232 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.232 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 01 15:17:30.232 INFO kablam! | Sep 01 15:17:30.232 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 01 15:17:30.232 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.232 INFO kablam! | Sep 01 15:17:30.232 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.232 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.232 INFO kablam! Sep 01 15:17:30.234 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.234 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 01 15:17:30.234 INFO kablam! | Sep 01 15:17:30.234 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 01 15:17:30.234 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.234 INFO kablam! | Sep 01 15:17:30.234 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.234 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.234 INFO kablam! Sep 01 15:17:30.376 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.376 INFO kablam! --> src/backend/mod.rs:985:21 Sep 01 15:17:30.376 INFO kablam! | Sep 01 15:17:30.376 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 01 15:17:30.376 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.376 INFO kablam! | Sep 01 15:17:30.376 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.376 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.376 INFO kablam! Sep 01 15:17:30.381 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.381 INFO kablam! --> src/backend/mod.rs:997:26 Sep 01 15:17:30.381 INFO kablam! | Sep 01 15:17:30.381 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.381 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.381 INFO kablam! | Sep 01 15:17:30.381 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.381 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.381 INFO kablam! Sep 01 15:17:30.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.382 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 01 15:17:30.382 INFO kablam! | Sep 01 15:17:30.382 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.382 INFO kablam! | Sep 01 15:17:30.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.382 INFO kablam! Sep 01 15:17:30.384 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.384 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 01 15:17:30.384 INFO kablam! | Sep 01 15:17:30.384 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.384 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.384 INFO kablam! | Sep 01 15:17:30.384 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.384 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.384 INFO kablam! Sep 01 15:17:30.385 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.385 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 01 15:17:30.385 INFO kablam! | Sep 01 15:17:30.385 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.385 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.385 INFO kablam! | Sep 01 15:17:30.385 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.385 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.385 INFO kablam! Sep 01 15:17:30.386 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.386 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 01 15:17:30.387 INFO kablam! | Sep 01 15:17:30.387 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.387 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.387 INFO kablam! | Sep 01 15:17:30.387 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.387 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.387 INFO kablam! Sep 01 15:17:30.388 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.388 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 01 15:17:30.388 INFO kablam! | Sep 01 15:17:30.388 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.388 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.388 INFO kablam! | Sep 01 15:17:30.388 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.388 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.388 INFO kablam! Sep 01 15:17:30.389 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.389 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 01 15:17:30.389 INFO kablam! | Sep 01 15:17:30.389 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.389 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.389 INFO kablam! | Sep 01 15:17:30.389 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.389 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.389 INFO kablam! Sep 01 15:17:30.391 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.391 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 01 15:17:30.391 INFO kablam! | Sep 01 15:17:30.391 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 01 15:17:30.391 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.391 INFO kablam! | Sep 01 15:17:30.391 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.391 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.391 INFO kablam! Sep 01 15:17:30.392 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.392 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 01 15:17:30.392 INFO kablam! | Sep 01 15:17:30.392 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 01 15:17:30.392 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.392 INFO kablam! | Sep 01 15:17:30.392 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.392 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.392 INFO kablam! Sep 01 15:17:30.393 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.394 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 01 15:17:30.394 INFO kablam! | Sep 01 15:17:30.394 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 01 15:17:30.394 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.394 INFO kablam! | Sep 01 15:17:30.394 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.394 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.394 INFO kablam! Sep 01 15:17:30.394 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.394 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 01 15:17:30.394 INFO kablam! | Sep 01 15:17:30.394 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 01 15:17:30.394 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.394 INFO kablam! | Sep 01 15:17:30.394 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.395 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.395 INFO kablam! Sep 01 15:17:30.395 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.395 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 01 15:17:30.395 INFO kablam! | Sep 01 15:17:30.396 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.396 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.396 INFO kablam! | Sep 01 15:17:30.396 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.396 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.396 INFO kablam! Sep 01 15:17:30.397 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.397 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 01 15:17:30.397 INFO kablam! | Sep 01 15:17:30.397 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.397 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.397 INFO kablam! | Sep 01 15:17:30.397 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.397 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.397 INFO kablam! Sep 01 15:17:30.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.398 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 01 15:17:30.398 INFO kablam! | Sep 01 15:17:30.398 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.398 INFO kablam! | Sep 01 15:17:30.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.398 INFO kablam! Sep 01 15:17:30.399 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.399 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 01 15:17:30.399 INFO kablam! | Sep 01 15:17:30.399 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.399 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.399 INFO kablam! | Sep 01 15:17:30.399 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.399 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.399 INFO kablam! Sep 01 15:17:30.400 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.400 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 01 15:17:30.400 INFO kablam! | Sep 01 15:17:30.400 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 01 15:17:30.400 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.400 INFO kablam! | Sep 01 15:17:30.400 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.409 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.409 INFO kablam! Sep 01 15:17:30.409 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.409 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 01 15:17:30.409 INFO kablam! | Sep 01 15:17:30.410 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.410 INFO kablam! | Sep 01 15:17:30.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.410 INFO kablam! Sep 01 15:17:30.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.410 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 01 15:17:30.410 INFO kablam! | Sep 01 15:17:30.410 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 01 15:17:30.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.410 INFO kablam! | Sep 01 15:17:30.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.410 INFO kablam! Sep 01 15:17:30.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.410 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 01 15:17:30.410 INFO kablam! | Sep 01 15:17:30.410 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.410 INFO kablam! | Sep 01 15:17:30.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.411 INFO kablam! Sep 01 15:17:30.411 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.411 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 01 15:17:30.411 INFO kablam! | Sep 01 15:17:30.411 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.411 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.411 INFO kablam! | Sep 01 15:17:30.411 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.411 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.411 INFO kablam! Sep 01 15:17:30.411 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.411 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 01 15:17:30.411 INFO kablam! | Sep 01 15:17:30.411 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.411 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.411 INFO kablam! | Sep 01 15:17:30.411 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.411 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.411 INFO kablam! Sep 01 15:17:30.411 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.411 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 01 15:17:30.411 INFO kablam! | Sep 01 15:17:30.412 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.412 INFO kablam! | Sep 01 15:17:30.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.412 INFO kablam! Sep 01 15:17:30.412 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.412 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 01 15:17:30.412 INFO kablam! | Sep 01 15:17:30.412 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 01 15:17:30.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.412 INFO kablam! | Sep 01 15:17:30.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.412 INFO kablam! Sep 01 15:17:30.412 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.412 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 01 15:17:30.412 INFO kablam! | Sep 01 15:17:30.412 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 01 15:17:30.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.412 INFO kablam! | Sep 01 15:17:30.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.413 INFO kablam! Sep 01 15:17:30.413 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.413 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 01 15:17:30.413 INFO kablam! | Sep 01 15:17:30.413 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 01 15:17:30.413 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.413 INFO kablam! | Sep 01 15:17:30.413 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.413 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.413 INFO kablam! Sep 01 15:17:30.413 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 01 15:17:30.413 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 01 15:17:30.413 INFO kablam! | Sep 01 15:17:30.414 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 01 15:17:30.414 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 01 15:17:30.414 INFO kablam! | Sep 01 15:17:30.414 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 01 15:17:30.414 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 01 15:17:30.414 INFO kablam! Sep 01 15:17:32.771 INFO kablam! error: aborting due to 33 previous errors Sep 01 15:17:32.771 INFO kablam! Sep 01 15:17:32.771 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 15:17:32.778 INFO kablam! error: Could not compile `libpijul`. Sep 01 15:17:32.778 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:17:32.944 INFO kablam! error: aborting due to 33 previous errors Sep 01 15:17:32.944 INFO kablam! Sep 01 15:17:32.944 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 15:17:32.958 INFO kablam! error: Could not compile `libpijul`. Sep 01 15:17:32.958 INFO kablam! Sep 01 15:17:32.958 INFO kablam! To learn more, run the command again with --verbose. Sep 01 15:17:32.959 INFO kablam! su: No module specific data is present Sep 01 15:17:33.410 INFO running `"docker" "rm" "-f" "117b441c25bde8a30521c089336a648c00dae8d7854f6c0abf31c12bd578852f"` Sep 01 15:17:33.535 INFO blam! 117b441c25bde8a30521c089336a648c00dae8d7854f6c0abf31c12bd578852f