Sep 06 04:26:33.328 INFO checking libpijul-0.8.3 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 04:26:33.328 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 04:26:33.328 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:26:33.592 INFO blam! 02a313af43ba398f5d02c599054dc750db1f1faad3869b2ed9e18726ef598a9e Sep 06 04:26:33.594 INFO running `"docker" "start" "-a" "02a313af43ba398f5d02c599054dc750db1f1faad3869b2ed9e18726ef598a9e"` Sep 06 04:26:34.413 INFO kablam! usermod: no changes Sep 06 04:26:34.515 INFO kablam! Checking sanakirja v0.8.17 Sep 06 04:26:36.506 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 06 04:26:38.634 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 04:26:38.635 INFO kablam! --> src/backend/mod.rs:12:9 Sep 06 04:26:38.635 INFO kablam! | Sep 06 04:26:38.635 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 06 04:26:38.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 04:26:38.635 INFO kablam! | Sep 06 04:26:38.635 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 04:26:38.635 INFO kablam! Sep 06 04:26:38.685 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 04:26:38.685 INFO kablam! --> src/backend/mod.rs:12:9 Sep 06 04:26:38.685 INFO kablam! | Sep 06 04:26:38.685 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 06 04:26:38.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 04:26:38.685 INFO kablam! | Sep 06 04:26:38.685 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 04:26:38.685 INFO kablam! Sep 06 04:26:39.334 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:39.334 INFO kablam! --> src/lib.rs:175:30 Sep 06 04:26:39.334 INFO kablam! | Sep 06 04:26:39.334 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 06 04:26:39.334 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:39.334 INFO kablam! | Sep 06 04:26:39.334 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:39.334 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:39.334 INFO kablam! Sep 06 04:26:39.338 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:39.338 INFO kablam! --> src/lib.rs:176:35 Sep 06 04:26:39.338 INFO kablam! | Sep 06 04:26:39.338 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 06 04:26:39.338 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:39.338 INFO kablam! | Sep 06 04:26:39.338 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:39.338 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:39.338 INFO kablam! Sep 06 04:26:39.338 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:39.338 INFO kablam! --> src/lib.rs:177:38 Sep 06 04:26:39.338 INFO kablam! | Sep 06 04:26:39.338 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 06 04:26:39.338 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:39.338 INFO kablam! | Sep 06 04:26:39.338 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:39.338 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:39.338 INFO kablam! Sep 06 04:26:39.470 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.470 INFO kablam! --> src/backend/mod.rs:328:18 Sep 06 04:26:39.470 INFO kablam! | Sep 06 04:26:39.470 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 06 04:26:39.470 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.470 INFO kablam! | Sep 06 04:26:39.470 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.470 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.470 INFO kablam! Sep 06 04:26:39.470 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.470 INFO kablam! --> src/backend/mod.rs:334:18 Sep 06 04:26:39.470 INFO kablam! | Sep 06 04:26:39.470 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 06 04:26:39.470 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.470 INFO kablam! | Sep 06 04:26:39.470 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.470 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.470 INFO kablam! Sep 06 04:26:39.474 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.474 INFO kablam! --> src/backend/mod.rs:358:22 Sep 06 04:26:39.474 INFO kablam! | Sep 06 04:26:39.474 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 06 04:26:39.474 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.474 INFO kablam! | Sep 06 04:26:39.474 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.474 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.474 INFO kablam! Sep 06 04:26:39.482 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:39.482 INFO kablam! --> src/lib.rs:175:30 Sep 06 04:26:39.482 INFO kablam! | Sep 06 04:26:39.482 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 06 04:26:39.482 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:39.482 INFO kablam! | Sep 06 04:26:39.482 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:39.482 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:39.482 INFO kablam! Sep 06 04:26:39.482 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:39.482 INFO kablam! --> src/lib.rs:176:35 Sep 06 04:26:39.482 INFO kablam! | Sep 06 04:26:39.482 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 06 04:26:39.482 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:39.482 INFO kablam! | Sep 06 04:26:39.482 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:39.482 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:39.482 INFO kablam! Sep 06 04:26:39.482 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:39.482 INFO kablam! --> src/lib.rs:177:38 Sep 06 04:26:39.482 INFO kablam! | Sep 06 04:26:39.482 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 06 04:26:39.482 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:39.482 INFO kablam! | Sep 06 04:26:39.482 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:39.482 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:39.482 INFO kablam! Sep 06 04:26:39.610 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.610 INFO kablam! --> src/backend/mod.rs:328:18 Sep 06 04:26:39.610 INFO kablam! | Sep 06 04:26:39.610 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 06 04:26:39.610 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.614 INFO kablam! | Sep 06 04:26:39.614 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.614 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.614 INFO kablam! Sep 06 04:26:39.614 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.614 INFO kablam! --> src/backend/mod.rs:334:18 Sep 06 04:26:39.614 INFO kablam! | Sep 06 04:26:39.614 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 06 04:26:39.614 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.614 INFO kablam! | Sep 06 04:26:39.614 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.614 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.614 INFO kablam! Sep 06 04:26:39.618 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.618 INFO kablam! --> src/backend/mod.rs:358:22 Sep 06 04:26:39.618 INFO kablam! | Sep 06 04:26:39.618 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 06 04:26:39.618 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.618 INFO kablam! | Sep 06 04:26:39.618 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.618 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.618 INFO kablam! Sep 06 04:26:39.624 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.624 INFO kablam! --> src/backend/mod.rs:985:21 Sep 06 04:26:39.624 INFO kablam! | Sep 06 04:26:39.624 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 06 04:26:39.624 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.624 INFO kablam! | Sep 06 04:26:39.624 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.624 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.624 INFO kablam! Sep 06 04:26:39.630 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.630 INFO kablam! --> src/backend/mod.rs:997:26 Sep 06 04:26:39.630 INFO kablam! | Sep 06 04:26:39.630 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.630 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.630 INFO kablam! | Sep 06 04:26:39.630 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.630 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.630 INFO kablam! Sep 06 04:26:39.630 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.630 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 06 04:26:39.630 INFO kablam! | Sep 06 04:26:39.630 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.630 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.630 INFO kablam! | Sep 06 04:26:39.630 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.630 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.630 INFO kablam! Sep 06 04:26:39.630 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.630 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 06 04:26:39.630 INFO kablam! | Sep 06 04:26:39.630 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.630 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.630 INFO kablam! | Sep 06 04:26:39.630 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.630 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.630 INFO kablam! Sep 06 04:26:39.636 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.636 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 06 04:26:39.636 INFO kablam! | Sep 06 04:26:39.636 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.636 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.636 INFO kablam! | Sep 06 04:26:39.636 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.636 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.636 INFO kablam! Sep 06 04:26:39.636 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.636 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 06 04:26:39.636 INFO kablam! | Sep 06 04:26:39.636 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.636 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.636 INFO kablam! | Sep 06 04:26:39.636 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.636 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.636 INFO kablam! Sep 06 04:26:39.636 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.636 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 06 04:26:39.636 INFO kablam! | Sep 06 04:26:39.636 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.636 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.636 INFO kablam! | Sep 06 04:26:39.636 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.636 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.636 INFO kablam! Sep 06 04:26:39.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.638 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.638 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.638 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.638 INFO kablam! Sep 06 04:26:39.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.638 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 06 04:26:39.638 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.638 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.638 INFO kablam! Sep 06 04:26:39.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.638 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:39.638 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.638 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.638 INFO kablam! Sep 06 04:26:39.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.638 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 06 04:26:39.638 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.638 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.638 INFO kablam! Sep 06 04:26:39.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.638 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:39.638 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.638 INFO kablam! | Sep 06 04:26:39.638 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.639 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.639 INFO kablam! Sep 06 04:26:39.639 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.639 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 06 04:26:39.639 INFO kablam! | Sep 06 04:26:39.639 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.639 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.639 INFO kablam! | Sep 06 04:26:39.639 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.639 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.639 INFO kablam! Sep 06 04:26:39.642 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.642 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.642 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.642 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.642 INFO kablam! Sep 06 04:26:39.642 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.642 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.642 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.642 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.642 INFO kablam! Sep 06 04:26:39.642 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.642 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.642 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.642 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.642 INFO kablam! Sep 06 04:26:39.642 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.642 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:39.642 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.642 INFO kablam! | Sep 06 04:26:39.642 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.642 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.642 INFO kablam! Sep 06 04:26:39.646 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.646 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.646 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.646 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.646 INFO kablam! Sep 06 04:26:39.646 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.646 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:39.646 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.646 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.646 INFO kablam! Sep 06 04:26:39.646 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.646 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.646 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.646 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.646 INFO kablam! Sep 06 04:26:39.646 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.646 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.646 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.646 INFO kablam! | Sep 06 04:26:39.646 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.646 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.646 INFO kablam! Sep 06 04:26:39.650 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.650 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.650 INFO kablam! Sep 06 04:26:39.650 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.650 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.650 INFO kablam! Sep 06 04:26:39.650 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.650 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.650 INFO kablam! Sep 06 04:26:39.650 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.650 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.650 INFO kablam! | Sep 06 04:26:39.650 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.650 INFO kablam! Sep 06 04:26:39.654 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.654 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 06 04:26:39.654 INFO kablam! | Sep 06 04:26:39.654 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:39.654 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.654 INFO kablam! | Sep 06 04:26:39.654 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.654 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.654 INFO kablam! Sep 06 04:26:39.654 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.654 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 06 04:26:39.654 INFO kablam! | Sep 06 04:26:39.654 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:39.654 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.654 INFO kablam! | Sep 06 04:26:39.654 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.654 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.654 INFO kablam! Sep 06 04:26:39.828 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.828 INFO kablam! --> src/backend/mod.rs:985:21 Sep 06 04:26:39.828 INFO kablam! | Sep 06 04:26:39.828 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 06 04:26:39.828 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.828 INFO kablam! | Sep 06 04:26:39.828 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.828 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.828 INFO kablam! Sep 06 04:26:39.830 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.830 INFO kablam! --> src/backend/mod.rs:997:26 Sep 06 04:26:39.830 INFO kablam! | Sep 06 04:26:39.830 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.830 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.830 INFO kablam! | Sep 06 04:26:39.830 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.830 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.830 INFO kablam! Sep 06 04:26:39.831 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.831 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 06 04:26:39.831 INFO kablam! | Sep 06 04:26:39.831 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.831 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.831 INFO kablam! | Sep 06 04:26:39.831 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.831 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.831 INFO kablam! Sep 06 04:26:39.832 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.832 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 06 04:26:39.833 INFO kablam! | Sep 06 04:26:39.833 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.833 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.833 INFO kablam! | Sep 06 04:26:39.833 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.833 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.833 INFO kablam! Sep 06 04:26:39.834 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.834 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 06 04:26:39.834 INFO kablam! | Sep 06 04:26:39.834 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.834 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.834 INFO kablam! | Sep 06 04:26:39.834 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.834 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.834 INFO kablam! Sep 06 04:26:39.835 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.835 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 06 04:26:39.835 INFO kablam! | Sep 06 04:26:39.835 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.835 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.835 INFO kablam! | Sep 06 04:26:39.835 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.835 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.835 INFO kablam! Sep 06 04:26:39.836 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.836 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 06 04:26:39.836 INFO kablam! | Sep 06 04:26:39.836 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.836 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.836 INFO kablam! | Sep 06 04:26:39.836 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.836 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.836 INFO kablam! Sep 06 04:26:39.837 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.837 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 06 04:26:39.837 INFO kablam! | Sep 06 04:26:39.837 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.837 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.837 INFO kablam! | Sep 06 04:26:39.837 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.837 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.837 INFO kablam! Sep 06 04:26:39.838 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.838 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 06 04:26:39.838 INFO kablam! | Sep 06 04:26:39.838 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 06 04:26:39.838 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.838 INFO kablam! | Sep 06 04:26:39.838 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.838 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.838 INFO kablam! Sep 06 04:26:39.839 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.839 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 06 04:26:39.839 INFO kablam! | Sep 06 04:26:39.839 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:39.839 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.839 INFO kablam! | Sep 06 04:26:39.839 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.839 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.839 INFO kablam! Sep 06 04:26:39.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.846 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 06 04:26:39.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.846 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.846 INFO kablam! Sep 06 04:26:39.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.846 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:39.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.846 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.846 INFO kablam! Sep 06 04:26:39.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.846 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.846 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.846 INFO kablam! Sep 06 04:26:39.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.846 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.846 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.846 INFO kablam! Sep 06 04:26:39.846 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.846 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.846 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.846 INFO kablam! | Sep 06 04:26:39.846 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.846 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.847 INFO kablam! Sep 06 04:26:39.847 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.847 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 06 04:26:39.847 INFO kablam! | Sep 06 04:26:39.847 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.847 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.847 INFO kablam! | Sep 06 04:26:39.847 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.847 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.847 INFO kablam! Sep 06 04:26:39.847 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.847 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 06 04:26:39.847 INFO kablam! | Sep 06 04:26:39.847 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:39.847 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.847 INFO kablam! | Sep 06 04:26:39.847 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.847 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.847 INFO kablam! Sep 06 04:26:39.847 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.847 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 06 04:26:39.847 INFO kablam! | Sep 06 04:26:39.847 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.847 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.854 INFO kablam! Sep 06 04:26:39.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.854 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:39.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.854 INFO kablam! Sep 06 04:26:39.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.854 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.854 INFO kablam! Sep 06 04:26:39.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.854 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.854 INFO kablam! Sep 06 04:26:39.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.854 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.854 INFO kablam! Sep 06 04:26:39.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.854 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.854 INFO kablam! | Sep 06 04:26:39.854 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.854 INFO kablam! Sep 06 04:26:39.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.855 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:39.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.855 INFO kablam! Sep 06 04:26:39.855 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.855 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:39.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.855 INFO kablam! Sep 06 04:26:39.855 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.855 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:39.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.855 INFO kablam! Sep 06 04:26:39.855 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:39.855 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:39.855 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:39.855 INFO kablam! | Sep 06 04:26:39.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:39.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:39.855 INFO kablam! Sep 06 04:26:41.518 INFO kablam! error: aborting due to 33 previous errors Sep 06 04:26:41.518 INFO kablam! Sep 06 04:26:41.518 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 04:26:41.530 INFO kablam! error: Could not compile `libpijul`. Sep 06 04:26:41.530 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 04:26:42.102 INFO kablam! error: aborting due to 33 previous errors Sep 06 04:26:42.102 INFO kablam! Sep 06 04:26:42.102 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 04:26:42.112 INFO kablam! error: Could not compile `libpijul`. Sep 06 04:26:42.112 INFO kablam! Sep 06 04:26:42.112 INFO kablam! To learn more, run the command again with --verbose. Sep 06 04:26:42.114 INFO kablam! su: No module specific data is present Sep 06 04:26:42.974 INFO running `"docker" "rm" "-f" "02a313af43ba398f5d02c599054dc750db1f1faad3869b2ed9e18726ef598a9e"` Sep 06 04:26:43.079 INFO blam! 02a313af43ba398f5d02c599054dc750db1f1faad3869b2ed9e18726ef598a9e