Sep 04 15:06:57.927 INFO checking libpijul-0.8.3 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 15:06:57.927 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 15:06:57.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 15:06:58.162 INFO blam! 20295b3f2819fd32b576ca5233c9fd70f33c2c096b0d818b9e65e2e600a2e03e Sep 04 15:06:58.165 INFO running `"docker" "start" "-a" "20295b3f2819fd32b576ca5233c9fd70f33c2c096b0d818b9e65e2e600a2e03e"` Sep 04 15:06:59.040 INFO kablam! Checking sanakirja v0.8.17 Sep 04 15:06:59.043 INFO kablam! Checking bincode v0.8.0 Sep 04 15:07:02.534 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 04 15:07:05.750 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 15:07:05.750 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 15:07:05.750 INFO kablam! | Sep 04 15:07:05.750 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 15:07:05.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 15:07:05.750 INFO kablam! | Sep 04 15:07:05.750 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 15:07:05.750 INFO kablam! Sep 04 15:07:05.894 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 15:07:05.894 INFO kablam! --> src/backend/mod.rs:12:9 Sep 04 15:07:05.894 INFO kablam! | Sep 04 15:07:05.894 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 04 15:07:05.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 15:07:05.894 INFO kablam! | Sep 04 15:07:05.894 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 15:07:05.894 INFO kablam! Sep 04 15:07:06.891 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:06.891 INFO kablam! --> src/lib.rs:175:30 Sep 04 15:07:06.891 INFO kablam! | Sep 04 15:07:06.891 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 15:07:06.891 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:06.892 INFO kablam! | Sep 04 15:07:06.892 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:06.892 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:06.892 INFO kablam! Sep 04 15:07:06.893 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:06.893 INFO kablam! --> src/lib.rs:176:35 Sep 04 15:07:06.893 INFO kablam! | Sep 04 15:07:06.893 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 15:07:06.893 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:06.893 INFO kablam! | Sep 04 15:07:06.893 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:06.894 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:06.894 INFO kablam! Sep 04 15:07:06.895 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:06.896 INFO kablam! --> src/lib.rs:177:38 Sep 04 15:07:06.896 INFO kablam! | Sep 04 15:07:06.896 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 15:07:06.896 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:06.896 INFO kablam! | Sep 04 15:07:06.896 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:06.896 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:06.896 INFO kablam! Sep 04 15:07:07.062 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:07.062 INFO kablam! --> src/lib.rs:175:30 Sep 04 15:07:07.063 INFO kablam! | Sep 04 15:07:07.063 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 04 15:07:07.063 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:07.063 INFO kablam! | Sep 04 15:07:07.063 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:07.063 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:07.063 INFO kablam! Sep 04 15:07:07.064 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:07.064 INFO kablam! --> src/lib.rs:176:35 Sep 04 15:07:07.064 INFO kablam! | Sep 04 15:07:07.064 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 04 15:07:07.064 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:07.064 INFO kablam! | Sep 04 15:07:07.064 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:07.065 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:07.065 INFO kablam! Sep 04 15:07:07.066 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 04 15:07:07.066 INFO kablam! --> src/lib.rs:177:38 Sep 04 15:07:07.066 INFO kablam! | Sep 04 15:07:07.066 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 04 15:07:07.066 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 04 15:07:07.066 INFO kablam! | Sep 04 15:07:07.066 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 04 15:07:07.066 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 04 15:07:07.066 INFO kablam! Sep 04 15:07:07.141 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.142 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 15:07:07.142 INFO kablam! | Sep 04 15:07:07.142 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 15:07:07.142 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.142 INFO kablam! | Sep 04 15:07:07.142 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.142 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.142 INFO kablam! Sep 04 15:07:07.144 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.144 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 15:07:07.144 INFO kablam! | Sep 04 15:07:07.144 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 15:07:07.144 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.144 INFO kablam! | Sep 04 15:07:07.144 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.144 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.144 INFO kablam! Sep 04 15:07:07.149 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.149 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 15:07:07.149 INFO kablam! | Sep 04 15:07:07.149 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 15:07:07.149 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.149 INFO kablam! | Sep 04 15:07:07.149 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.149 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.149 INFO kablam! Sep 04 15:07:07.321 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.321 INFO kablam! --> src/backend/mod.rs:328:18 Sep 04 15:07:07.321 INFO kablam! | Sep 04 15:07:07.321 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 04 15:07:07.321 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.321 INFO kablam! | Sep 04 15:07:07.321 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.321 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.321 INFO kablam! Sep 04 15:07:07.323 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.323 INFO kablam! --> src/backend/mod.rs:334:18 Sep 04 15:07:07.324 INFO kablam! | Sep 04 15:07:07.324 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 04 15:07:07.324 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.324 INFO kablam! | Sep 04 15:07:07.324 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.324 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.324 INFO kablam! Sep 04 15:07:07.332 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.332 INFO kablam! --> src/backend/mod.rs:358:22 Sep 04 15:07:07.332 INFO kablam! | Sep 04 15:07:07.332 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 04 15:07:07.332 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.332 INFO kablam! | Sep 04 15:07:07.332 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.332 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.332 INFO kablam! Sep 04 15:07:07.350 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.350 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 15:07:07.350 INFO kablam! | Sep 04 15:07:07.350 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 15:07:07.350 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.350 INFO kablam! | Sep 04 15:07:07.350 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.350 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.350 INFO kablam! Sep 04 15:07:07.354 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.354 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 15:07:07.354 INFO kablam! | Sep 04 15:07:07.354 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.354 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.354 INFO kablam! | Sep 04 15:07:07.354 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.354 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.354 INFO kablam! Sep 04 15:07:07.355 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.355 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 15:07:07.355 INFO kablam! | Sep 04 15:07:07.355 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.355 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.355 INFO kablam! | Sep 04 15:07:07.355 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.355 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.355 INFO kablam! Sep 04 15:07:07.357 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.357 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 15:07:07.357 INFO kablam! | Sep 04 15:07:07.357 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.357 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.357 INFO kablam! | Sep 04 15:07:07.357 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.357 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.357 INFO kablam! Sep 04 15:07:07.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.358 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 15:07:07.358 INFO kablam! | Sep 04 15:07:07.358 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.358 INFO kablam! | Sep 04 15:07:07.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.358 INFO kablam! Sep 04 15:07:07.360 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.360 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 15:07:07.360 INFO kablam! | Sep 04 15:07:07.360 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.360 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.360 INFO kablam! | Sep 04 15:07:07.360 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.360 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.360 INFO kablam! Sep 04 15:07:07.361 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.361 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 15:07:07.361 INFO kablam! | Sep 04 15:07:07.361 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.361 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.361 INFO kablam! | Sep 04 15:07:07.361 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.362 INFO kablam! Sep 04 15:07:07.363 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.363 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 15:07:07.363 INFO kablam! | Sep 04 15:07:07.363 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.363 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.363 INFO kablam! | Sep 04 15:07:07.363 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.363 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.363 INFO kablam! Sep 04 15:07:07.365 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.365 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 15:07:07.365 INFO kablam! | Sep 04 15:07:07.365 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 15:07:07.365 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.365 INFO kablam! | Sep 04 15:07:07.365 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.365 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.365 INFO kablam! Sep 04 15:07:07.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.366 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 15:07:07.366 INFO kablam! | Sep 04 15:07:07.366 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:07.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.366 INFO kablam! | Sep 04 15:07:07.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.366 INFO kablam! Sep 04 15:07:07.367 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.367 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 15:07:07.367 INFO kablam! | Sep 04 15:07:07.368 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 15:07:07.368 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.368 INFO kablam! | Sep 04 15:07:07.368 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.368 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.368 INFO kablam! Sep 04 15:07:07.369 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.369 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 15:07:07.369 INFO kablam! | Sep 04 15:07:07.369 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:07.369 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.369 INFO kablam! | Sep 04 15:07:07.369 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.369 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.369 INFO kablam! Sep 04 15:07:07.370 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.370 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 15:07:07.370 INFO kablam! | Sep 04 15:07:07.370 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.370 INFO kablam! | Sep 04 15:07:07.370 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.371 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.371 INFO kablam! Sep 04 15:07:07.372 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.372 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 15:07:07.372 INFO kablam! | Sep 04 15:07:07.372 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.372 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.372 INFO kablam! | Sep 04 15:07:07.372 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.373 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.373 INFO kablam! Sep 04 15:07:07.373 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.373 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 15:07:07.373 INFO kablam! | Sep 04 15:07:07.373 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.373 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.373 INFO kablam! | Sep 04 15:07:07.374 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.374 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.374 INFO kablam! Sep 04 15:07:07.374 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.374 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 15:07:07.374 INFO kablam! | Sep 04 15:07:07.374 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.374 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.375 INFO kablam! | Sep 04 15:07:07.375 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.375 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.375 INFO kablam! Sep 04 15:07:07.375 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.375 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 15:07:07.375 INFO kablam! | Sep 04 15:07:07.376 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:07.376 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.376 INFO kablam! | Sep 04 15:07:07.376 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.376 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.376 INFO kablam! Sep 04 15:07:07.377 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.377 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 15:07:07.377 INFO kablam! | Sep 04 15:07:07.377 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.377 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.377 INFO kablam! | Sep 04 15:07:07.377 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.377 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.378 INFO kablam! Sep 04 15:07:07.378 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.378 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 15:07:07.378 INFO kablam! | Sep 04 15:07:07.378 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:07.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.379 INFO kablam! | Sep 04 15:07:07.379 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.379 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.379 INFO kablam! Sep 04 15:07:07.379 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.380 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 15:07:07.380 INFO kablam! | Sep 04 15:07:07.380 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.380 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.380 INFO kablam! | Sep 04 15:07:07.380 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.380 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.380 INFO kablam! Sep 04 15:07:07.381 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.381 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 15:07:07.381 INFO kablam! | Sep 04 15:07:07.381 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.381 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.381 INFO kablam! | Sep 04 15:07:07.381 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.382 INFO kablam! Sep 04 15:07:07.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.382 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 15:07:07.382 INFO kablam! | Sep 04 15:07:07.382 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.383 INFO kablam! | Sep 04 15:07:07.383 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.383 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.383 INFO kablam! Sep 04 15:07:07.383 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.383 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 15:07:07.384 INFO kablam! | Sep 04 15:07:07.384 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.384 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.384 INFO kablam! | Sep 04 15:07:07.384 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.384 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.384 INFO kablam! Sep 04 15:07:07.385 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.385 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 15:07:07.385 INFO kablam! | Sep 04 15:07:07.385 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.385 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.385 INFO kablam! | Sep 04 15:07:07.385 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.385 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.385 INFO kablam! Sep 04 15:07:07.386 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.386 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 15:07:07.386 INFO kablam! | Sep 04 15:07:07.386 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.386 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.386 INFO kablam! | Sep 04 15:07:07.386 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.386 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.386 INFO kablam! Sep 04 15:07:07.388 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.388 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 15:07:07.388 INFO kablam! | Sep 04 15:07:07.388 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:07.388 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.388 INFO kablam! | Sep 04 15:07:07.388 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.388 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.388 INFO kablam! Sep 04 15:07:07.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.390 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 15:07:07.390 INFO kablam! | Sep 04 15:07:07.390 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:07.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.390 INFO kablam! | Sep 04 15:07:07.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.390 INFO kablam! Sep 04 15:07:07.599 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.599 INFO kablam! --> src/backend/mod.rs:985:21 Sep 04 15:07:07.599 INFO kablam! | Sep 04 15:07:07.599 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 04 15:07:07.599 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.600 INFO kablam! | Sep 04 15:07:07.600 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.600 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.600 INFO kablam! Sep 04 15:07:07.608 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.608 INFO kablam! --> src/backend/mod.rs:997:26 Sep 04 15:07:07.608 INFO kablam! | Sep 04 15:07:07.608 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.608 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.608 INFO kablam! | Sep 04 15:07:07.608 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.608 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.608 INFO kablam! Sep 04 15:07:07.608 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.608 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 04 15:07:07.608 INFO kablam! | Sep 04 15:07:07.609 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.609 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.609 INFO kablam! | Sep 04 15:07:07.609 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.609 INFO kablam! Sep 04 15:07:07.609 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.609 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 04 15:07:07.609 INFO kablam! | Sep 04 15:07:07.609 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.609 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.610 INFO kablam! | Sep 04 15:07:07.610 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.610 INFO kablam! Sep 04 15:07:07.610 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.610 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 04 15:07:07.610 INFO kablam! | Sep 04 15:07:07.610 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.610 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.610 INFO kablam! | Sep 04 15:07:07.610 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.610 INFO kablam! Sep 04 15:07:07.613 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.613 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 04 15:07:07.613 INFO kablam! | Sep 04 15:07:07.613 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.613 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.613 INFO kablam! | Sep 04 15:07:07.613 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.613 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.613 INFO kablam! Sep 04 15:07:07.615 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.615 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 04 15:07:07.615 INFO kablam! | Sep 04 15:07:07.615 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.615 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.615 INFO kablam! | Sep 04 15:07:07.615 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.615 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.615 INFO kablam! Sep 04 15:07:07.616 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.616 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 04 15:07:07.616 INFO kablam! | Sep 04 15:07:07.616 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.616 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.616 INFO kablam! | Sep 04 15:07:07.616 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.617 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.617 INFO kablam! Sep 04 15:07:07.618 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.618 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 04 15:07:07.618 INFO kablam! | Sep 04 15:07:07.618 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 04 15:07:07.619 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.619 INFO kablam! | Sep 04 15:07:07.619 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.619 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.619 INFO kablam! Sep 04 15:07:07.619 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.619 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 04 15:07:07.620 INFO kablam! | Sep 04 15:07:07.620 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:07.620 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.620 INFO kablam! | Sep 04 15:07:07.620 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.620 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.620 INFO kablam! Sep 04 15:07:07.621 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.621 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 04 15:07:07.621 INFO kablam! | Sep 04 15:07:07.621 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 04 15:07:07.621 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.621 INFO kablam! | Sep 04 15:07:07.621 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.621 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.621 INFO kablam! Sep 04 15:07:07.622 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.622 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 04 15:07:07.622 INFO kablam! | Sep 04 15:07:07.622 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:07.622 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.622 INFO kablam! | Sep 04 15:07:07.622 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.622 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.622 INFO kablam! Sep 04 15:07:07.623 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.623 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 04 15:07:07.623 INFO kablam! | Sep 04 15:07:07.623 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.623 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.623 INFO kablam! | Sep 04 15:07:07.623 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.623 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.623 INFO kablam! Sep 04 15:07:07.624 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.624 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 04 15:07:07.624 INFO kablam! | Sep 04 15:07:07.625 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.625 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.625 INFO kablam! | Sep 04 15:07:07.625 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.625 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.625 INFO kablam! Sep 04 15:07:07.626 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.626 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 04 15:07:07.626 INFO kablam! | Sep 04 15:07:07.626 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.626 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.626 INFO kablam! | Sep 04 15:07:07.626 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.626 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.626 INFO kablam! Sep 04 15:07:07.628 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.628 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 04 15:07:07.628 INFO kablam! | Sep 04 15:07:07.628 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.628 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.628 INFO kablam! | Sep 04 15:07:07.628 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.628 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.628 INFO kablam! Sep 04 15:07:07.630 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.630 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 04 15:07:07.630 INFO kablam! | Sep 04 15:07:07.630 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:07.630 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.630 INFO kablam! | Sep 04 15:07:07.630 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.630 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.630 INFO kablam! Sep 04 15:07:07.632 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.632 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 04 15:07:07.632 INFO kablam! | Sep 04 15:07:07.632 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.632 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.632 INFO kablam! | Sep 04 15:07:07.632 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.632 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.632 INFO kablam! Sep 04 15:07:07.634 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.634 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 04 15:07:07.634 INFO kablam! | Sep 04 15:07:07.634 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:07.634 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.634 INFO kablam! | Sep 04 15:07:07.634 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.634 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.634 INFO kablam! Sep 04 15:07:07.636 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.636 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 04 15:07:07.636 INFO kablam! | Sep 04 15:07:07.636 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.636 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.636 INFO kablam! | Sep 04 15:07:07.636 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.636 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.636 INFO kablam! Sep 04 15:07:07.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.638 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 04 15:07:07.638 INFO kablam! | Sep 04 15:07:07.638 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.638 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.638 INFO kablam! | Sep 04 15:07:07.638 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.638 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.638 INFO kablam! Sep 04 15:07:07.639 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.639 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 04 15:07:07.639 INFO kablam! | Sep 04 15:07:07.639 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.639 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.640 INFO kablam! | Sep 04 15:07:07.640 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.640 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.640 INFO kablam! Sep 04 15:07:07.641 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.641 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 04 15:07:07.641 INFO kablam! | Sep 04 15:07:07.641 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.641 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.641 INFO kablam! | Sep 04 15:07:07.641 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.641 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.641 INFO kablam! Sep 04 15:07:07.643 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.643 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 04 15:07:07.643 INFO kablam! | Sep 04 15:07:07.643 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 04 15:07:07.643 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.643 INFO kablam! | Sep 04 15:07:07.643 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.643 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.643 INFO kablam! Sep 04 15:07:07.645 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.645 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 04 15:07:07.645 INFO kablam! | Sep 04 15:07:07.645 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 04 15:07:07.645 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.645 INFO kablam! | Sep 04 15:07:07.645 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.645 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.645 INFO kablam! Sep 04 15:07:07.648 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.648 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 04 15:07:07.648 INFO kablam! | Sep 04 15:07:07.648 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 04 15:07:07.648 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.648 INFO kablam! | Sep 04 15:07:07.649 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.649 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.649 INFO kablam! Sep 04 15:07:07.651 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 04 15:07:07.651 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 04 15:07:07.651 INFO kablam! | Sep 04 15:07:07.651 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 04 15:07:07.651 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 04 15:07:07.651 INFO kablam! | Sep 04 15:07:07.651 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 04 15:07:07.651 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 04 15:07:07.651 INFO kablam! Sep 04 15:07:10.475 INFO kablam! error: aborting due to 33 previous errors Sep 04 15:07:10.475 INFO kablam! Sep 04 15:07:10.475 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 15:07:10.488 INFO kablam! error: Could not compile `libpijul`. Sep 04 15:07:10.488 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 15:07:10.502 INFO kablam! error: aborting due to 33 previous errors Sep 04 15:07:10.503 INFO kablam! Sep 04 15:07:10.503 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 15:07:10.517 INFO kablam! error: Could not compile `libpijul`. Sep 04 15:07:10.517 INFO kablam! Sep 04 15:07:10.517 INFO kablam! To learn more, run the command again with --verbose. Sep 04 15:07:10.519 INFO kablam! su: No module specific data is present Sep 04 15:07:11.036 INFO running `"docker" "rm" "-f" "20295b3f2819fd32b576ca5233c9fd70f33c2c096b0d818b9e65e2e600a2e03e"` Sep 04 15:07:11.126 INFO blam! 20295b3f2819fd32b576ca5233c9fd70f33c2c096b0d818b9e65e2e600a2e03e