Sep 14 13:48:50.801 INFO checking libpijul-0.8.3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:48:50.801 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:48:50.801 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:48:51.152 INFO blam! ac741822ac09540931fd6c6e6a6981d88034295394ca21dcdca7c0abdf3dce87 Sep 14 13:48:51.167 INFO running `"docker" "start" "-a" "ac741822ac09540931fd6c6e6a6981d88034295394ca21dcdca7c0abdf3dce87"` Sep 14 13:48:52.414 INFO kablam! usermod: no changes Sep 14 13:48:52.571 INFO kablam! Checking sanakirja v0.8.17 Sep 14 13:48:52.571 INFO kablam! Checking chrono v0.4.6 Sep 14 13:48:55.943 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 14 13:48:58.131 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 13:48:58.131 INFO kablam! --> src/backend/mod.rs:12:9 Sep 14 13:48:58.131 INFO kablam! | Sep 14 13:48:58.131 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 14 13:48:58.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 13:48:58.131 INFO kablam! | Sep 14 13:48:58.131 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 13:48:58.131 INFO kablam! Sep 14 13:48:58.471 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 13:48:58.471 INFO kablam! --> src/backend/mod.rs:12:9 Sep 14 13:48:58.471 INFO kablam! | Sep 14 13:48:58.471 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 14 13:48:58.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 13:48:58.471 INFO kablam! | Sep 14 13:48:58.471 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 13:48:58.471 INFO kablam! Sep 14 13:48:58.707 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:58.707 INFO kablam! --> src/lib.rs:175:30 Sep 14 13:48:58.707 INFO kablam! | Sep 14 13:48:58.707 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 14 13:48:58.707 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:58.707 INFO kablam! | Sep 14 13:48:58.707 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:58.707 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:58.707 INFO kablam! Sep 14 13:48:58.707 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:58.707 INFO kablam! --> src/lib.rs:176:35 Sep 14 13:48:58.707 INFO kablam! | Sep 14 13:48:58.707 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 14 13:48:58.707 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:58.707 INFO kablam! | Sep 14 13:48:58.707 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:58.707 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:58.707 INFO kablam! Sep 14 13:48:58.707 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:58.707 INFO kablam! --> src/lib.rs:177:38 Sep 14 13:48:58.707 INFO kablam! | Sep 14 13:48:58.707 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 14 13:48:58.707 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:58.707 INFO kablam! | Sep 14 13:48:58.707 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:58.707 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:58.707 INFO kablam! Sep 14 13:48:59.021 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.021 INFO kablam! --> src/backend/mod.rs:328:18 Sep 14 13:48:59.021 INFO kablam! | Sep 14 13:48:59.021 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 14 13:48:59.021 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.021 INFO kablam! | Sep 14 13:48:59.021 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.021 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.021 INFO kablam! Sep 14 13:48:59.023 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.023 INFO kablam! --> src/backend/mod.rs:334:18 Sep 14 13:48:59.023 INFO kablam! | Sep 14 13:48:59.023 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 14 13:48:59.023 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.023 INFO kablam! | Sep 14 13:48:59.023 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.023 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.023 INFO kablam! Sep 14 13:48:59.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.031 INFO kablam! --> src/backend/mod.rs:358:22 Sep 14 13:48:59.031 INFO kablam! | Sep 14 13:48:59.031 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 14 13:48:59.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.031 INFO kablam! | Sep 14 13:48:59.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.031 INFO kablam! Sep 14 13:48:59.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.359 INFO kablam! --> src/backend/mod.rs:985:21 Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 14 13:48:59.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.359 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.359 INFO kablam! Sep 14 13:48:59.359 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.359 INFO kablam! --> src/backend/mod.rs:997:26 Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.359 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.359 INFO kablam! Sep 14 13:48:59.359 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.359 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.359 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.359 INFO kablam! Sep 14 13:48:59.359 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.359 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.359 INFO kablam! | Sep 14 13:48:59.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.359 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.359 INFO kablam! Sep 14 13:48:59.374 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.374 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 14 13:48:59.375 INFO kablam! | Sep 14 13:48:59.375 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.375 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.375 INFO kablam! | Sep 14 13:48:59.375 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.375 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.375 INFO kablam! Sep 14 13:48:59.378 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.379 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 14 13:48:59.379 INFO kablam! | Sep 14 13:48:59.379 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.386 INFO kablam! | Sep 14 13:48:59.387 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.387 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.387 INFO kablam! Sep 14 13:48:59.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.391 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 14 13:48:59.391 INFO kablam! | Sep 14 13:48:59.391 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.391 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.391 INFO kablam! | Sep 14 13:48:59.391 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.391 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.391 INFO kablam! Sep 14 13:48:59.391 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.391 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 14 13:48:59.391 INFO kablam! | Sep 14 13:48:59.391 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.391 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.391 INFO kablam! | Sep 14 13:48:59.391 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.391 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.391 INFO kablam! Sep 14 13:48:59.391 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.391 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 14 13:48:59.391 INFO kablam! | Sep 14 13:48:59.391 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 14 13:48:59.391 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.412 INFO kablam! Sep 14 13:48:59.412 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.412 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 14 13:48:59.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.412 INFO kablam! Sep 14 13:48:59.412 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.412 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 14 13:48:59.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.412 INFO kablam! Sep 14 13:48:59.412 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.412 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 14 13:48:59.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.412 INFO kablam! Sep 14 13:48:59.412 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.412 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.412 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.412 INFO kablam! Sep 14 13:48:59.412 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:59.412 INFO kablam! --> src/lib.rs:175:30 Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 14 13:48:59.412 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:59.412 INFO kablam! | Sep 14 13:48:59.412 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:59.412 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:59.412 INFO kablam! Sep 14 13:48:59.420 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.420 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 14 13:48:59.420 INFO kablam! | Sep 14 13:48:59.420 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.420 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.420 INFO kablam! | Sep 14 13:48:59.420 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.420 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.420 INFO kablam! Sep 14 13:48:59.420 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.420 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 14 13:48:59.420 INFO kablam! | Sep 14 13:48:59.420 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.420 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.420 INFO kablam! | Sep 14 13:48:59.420 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.420 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.420 INFO kablam! Sep 14 13:48:59.420 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.420 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 14 13:48:59.420 INFO kablam! | Sep 14 13:48:59.420 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.420 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.420 INFO kablam! | Sep 14 13:48:59.420 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.420 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.420 INFO kablam! Sep 14 13:48:59.431 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:59.431 INFO kablam! --> src/lib.rs:176:35 Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 14 13:48:59.431 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:59.431 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:59.431 INFO kablam! Sep 14 13:48:59.431 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:59.431 INFO kablam! --> src/lib.rs:177:38 Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 14 13:48:59.431 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:59.431 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:59.431 INFO kablam! Sep 14 13:48:59.431 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.431 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 14 13:48:59.431 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.431 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.431 INFO kablam! Sep 14 13:48:59.431 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.431 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.431 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.431 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.431 INFO kablam! Sep 14 13:48:59.431 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.431 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 14 13:48:59.431 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.431 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.431 INFO kablam! Sep 14 13:48:59.431 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.431 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.431 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.431 INFO kablam! | Sep 14 13:48:59.431 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.431 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.431 INFO kablam! Sep 14 13:48:59.439 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.439 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.439 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.439 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.439 INFO kablam! Sep 14 13:48:59.439 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.439 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.439 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.439 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.439 INFO kablam! Sep 14 13:48:59.439 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.439 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.439 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.439 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.439 INFO kablam! Sep 14 13:48:59.439 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.439 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.439 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.439 INFO kablam! | Sep 14 13:48:59.439 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.440 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.440 INFO kablam! Sep 14 13:48:59.446 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.447 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 14 13:48:59.447 INFO kablam! | Sep 14 13:48:59.447 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.447 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.447 INFO kablam! | Sep 14 13:48:59.447 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.447 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.447 INFO kablam! Sep 14 13:48:59.452 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.452 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 14 13:48:59.452 INFO kablam! | Sep 14 13:48:59.452 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 14 13:48:59.452 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.452 INFO kablam! | Sep 14 13:48:59.452 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.452 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.452 INFO kablam! Sep 14 13:48:59.452 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.452 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 14 13:48:59.452 INFO kablam! | Sep 14 13:48:59.452 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 14 13:48:59.452 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.452 INFO kablam! | Sep 14 13:48:59.452 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.452 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.452 INFO kablam! Sep 14 13:48:59.723 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.723 INFO kablam! --> src/backend/mod.rs:328:18 Sep 14 13:48:59.723 INFO kablam! | Sep 14 13:48:59.723 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 14 13:48:59.723 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.723 INFO kablam! | Sep 14 13:48:59.723 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.723 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.723 INFO kablam! Sep 14 13:48:59.723 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.723 INFO kablam! --> src/backend/mod.rs:334:18 Sep 14 13:48:59.723 INFO kablam! | Sep 14 13:48:59.723 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 14 13:48:59.723 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.723 INFO kablam! | Sep 14 13:48:59.723 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.723 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.723 INFO kablam! Sep 14 13:48:59.723 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.723 INFO kablam! --> src/backend/mod.rs:358:22 Sep 14 13:48:59.723 INFO kablam! | Sep 14 13:48:59.723 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 14 13:48:59.723 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.727 INFO kablam! | Sep 14 13:48:59.727 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.727 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.727 INFO kablam! Sep 14 13:48:59.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.927 INFO kablam! --> src/backend/mod.rs:985:21 Sep 14 13:48:59.927 INFO kablam! | Sep 14 13:48:59.927 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 14 13:48:59.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.927 INFO kablam! | Sep 14 13:48:59.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.927 INFO kablam! Sep 14 13:48:59.939 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.939 INFO kablam! --> src/backend/mod.rs:997:26 Sep 14 13:48:59.939 INFO kablam! | Sep 14 13:48:59.939 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.939 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.939 INFO kablam! | Sep 14 13:48:59.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.939 INFO kablam! Sep 14 13:48:59.939 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.939 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 14 13:48:59.939 INFO kablam! | Sep 14 13:48:59.939 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.939 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.939 INFO kablam! | Sep 14 13:48:59.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.939 INFO kablam! Sep 14 13:48:59.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.947 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.947 INFO kablam! Sep 14 13:48:59.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.947 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.947 INFO kablam! Sep 14 13:48:59.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.947 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.947 INFO kablam! Sep 14 13:48:59.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.947 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.947 INFO kablam! Sep 14 13:48:59.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.947 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.947 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.947 INFO kablam! | Sep 14 13:48:59.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.948 INFO kablam! Sep 14 13:48:59.948 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.948 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 14 13:48:59.948 INFO kablam! | Sep 14 13:48:59.948 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 14 13:48:59.948 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.948 INFO kablam! | Sep 14 13:48:59.948 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.948 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.948 INFO kablam! Sep 14 13:48:59.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.959 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 14 13:48:59.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.959 INFO kablam! Sep 14 13:48:59.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.959 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 14 13:48:59.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.959 INFO kablam! Sep 14 13:48:59.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.959 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 14 13:48:59.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.959 INFO kablam! Sep 14 13:48:59.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.959 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.959 INFO kablam! | Sep 14 13:48:59.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.959 INFO kablam! Sep 14 13:48:59.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.971 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.971 INFO kablam! Sep 14 13:48:59.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.971 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.971 INFO kablam! Sep 14 13:48:59.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.971 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.971 INFO kablam! Sep 14 13:48:59.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.971 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 14 13:48:59.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.971 INFO kablam! Sep 14 13:48:59.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.971 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 14 13:48:59.971 INFO kablam! | Sep 14 13:48:59.971 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.972 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.972 INFO kablam! | Sep 14 13:48:59.972 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.972 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.972 INFO kablam! Sep 14 13:48:59.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.983 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 14 13:48:59.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.983 INFO kablam! Sep 14 13:48:59.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.983 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.983 INFO kablam! Sep 14 13:48:59.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.983 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.983 INFO kablam! Sep 14 13:48:59.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.983 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.983 INFO kablam! | Sep 14 13:48:59.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.983 INFO kablam! Sep 14 13:48:59.985 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.985 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 14 13:48:59.985 INFO kablam! | Sep 14 13:48:59.985 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.985 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.990 INFO kablam! | Sep 14 13:48:59.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.990 INFO kablam! Sep 14 13:48:59.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.990 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 14 13:48:59.990 INFO kablam! | Sep 14 13:48:59.990 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:48:59.990 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.990 INFO kablam! | Sep 14 13:48:59.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.990 INFO kablam! Sep 14 13:48:59.995 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.995 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 14 13:48:59.995 INFO kablam! | Sep 14 13:48:59.995 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:48:59.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.995 INFO kablam! | Sep 14 13:48:59.995 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.995 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.995 INFO kablam! Sep 14 13:48:59.995 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.995 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 14 13:48:59.995 INFO kablam! | Sep 14 13:48:59.995 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 14 13:48:59.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.995 INFO kablam! | Sep 14 13:48:59.995 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.995 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.995 INFO kablam! Sep 14 13:48:59.995 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:48:59.995 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 14 13:48:59.995 INFO kablam! | Sep 14 13:48:59.995 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 14 13:48:59.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:48:59.995 INFO kablam! | Sep 14 13:48:59.995 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:48:59.995 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:48:59.995 INFO kablam! Sep 14 13:49:02.347 INFO kablam! error: aborting due to 33 previous errors Sep 14 13:49:02.347 INFO kablam! Sep 14 13:49:02.347 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 13:49:02.358 INFO kablam! error: Could not compile `libpijul`. Sep 14 13:49:02.358 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 13:49:02.444 INFO kablam! error: aborting due to 33 previous errors Sep 14 13:49:02.444 INFO kablam! Sep 14 13:49:02.444 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 13:49:02.458 INFO kablam! error: Could not compile `libpijul`. Sep 14 13:49:02.459 INFO kablam! Sep 14 13:49:02.459 INFO kablam! To learn more, run the command again with --verbose. Sep 14 13:49:02.459 INFO kablam! su: No module specific data is present Sep 14 13:49:02.988 INFO running `"docker" "rm" "-f" "ac741822ac09540931fd6c6e6a6981d88034295394ca21dcdca7c0abdf3dce87"` Sep 14 13:49:03.085 INFO blam! ac741822ac09540931fd6c6e6a6981d88034295394ca21dcdca7c0abdf3dce87