Sep 21 07:39:53.964 INFO checking libpijul-0.8.3 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:39:53.964 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:39:53.964 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:39:54.128 INFO blam! 5651009ebf1a653cb23f2cd8be12d5d7b8f63dfe97f29bc0723a5753134536e2 Sep 21 07:39:54.130 INFO running `"docker" "start" "-a" "5651009ebf1a653cb23f2cd8be12d5d7b8f63dfe97f29bc0723a5753134536e2"` Sep 21 07:39:54.982 INFO kablam! usermod: no changes Sep 21 07:39:55.143 INFO kablam! Checking sanakirja v0.8.17 Sep 21 07:39:55.143 INFO kablam! Checking chrono v0.4.6 Sep 21 07:39:57.796 INFO kablam! Checking libpijul v0.8.3 (/source) Sep 21 07:40:00.394 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:40:00.394 INFO kablam! --> src/backend/mod.rs:12:9 Sep 21 07:40:00.394 INFO kablam! | Sep 21 07:40:00.394 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 21 07:40:00.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:40:00.394 INFO kablam! | Sep 21 07:40:00.394 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:40:00.394 INFO kablam! Sep 21 07:40:00.418 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:40:00.418 INFO kablam! --> src/backend/mod.rs:12:9 Sep 21 07:40:00.418 INFO kablam! | Sep 21 07:40:00.418 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 21 07:40:00.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:40:00.418 INFO kablam! | Sep 21 07:40:00.418 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:40:00.418 INFO kablam! Sep 21 07:40:00.876 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.876 INFO kablam! --> src/lib.rs:175:30 Sep 21 07:40:00.876 INFO kablam! | Sep 21 07:40:00.876 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:00.876 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.876 INFO kablam! | Sep 21 07:40:00.876 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.876 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.876 INFO kablam! Sep 21 07:40:00.876 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.876 INFO kablam! --> src/lib.rs:176:35 Sep 21 07:40:00.876 INFO kablam! | Sep 21 07:40:00.876 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:00.876 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.876 INFO kablam! | Sep 21 07:40:00.876 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.876 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.876 INFO kablam! Sep 21 07:40:00.880 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.880 INFO kablam! --> src/lib.rs:177:38 Sep 21 07:40:00.880 INFO kablam! | Sep 21 07:40:00.880 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:00.880 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.880 INFO kablam! | Sep 21 07:40:00.880 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.880 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.880 INFO kablam! Sep 21 07:40:00.959 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.959 INFO kablam! --> src/lib.rs:175:30 Sep 21 07:40:00.959 INFO kablam! | Sep 21 07:40:00.959 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:00.959 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.959 INFO kablam! | Sep 21 07:40:00.959 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.959 INFO kablam! Sep 21 07:40:00.960 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.960 INFO kablam! --> src/lib.rs:176:35 Sep 21 07:40:00.960 INFO kablam! | Sep 21 07:40:00.960 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:00.960 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.960 INFO kablam! | Sep 21 07:40:00.960 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.960 INFO kablam! Sep 21 07:40:00.961 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.961 INFO kablam! --> src/lib.rs:177:38 Sep 21 07:40:00.961 INFO kablam! | Sep 21 07:40:00.961 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:00.961 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.961 INFO kablam! | Sep 21 07:40:00.961 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.961 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.961 INFO kablam! Sep 21 07:40:01.021 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.021 INFO kablam! --> src/backend/mod.rs:328:18 Sep 21 07:40:01.021 INFO kablam! | Sep 21 07:40:01.021 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 21 07:40:01.022 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.022 INFO kablam! | Sep 21 07:40:01.022 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.022 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.023 INFO kablam! Sep 21 07:40:01.030 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.030 INFO kablam! --> src/backend/mod.rs:334:18 Sep 21 07:40:01.030 INFO kablam! | Sep 21 07:40:01.030 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 21 07:40:01.030 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.030 INFO kablam! | Sep 21 07:40:01.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.031 INFO kablam! Sep 21 07:40:01.035 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.035 INFO kablam! --> src/backend/mod.rs:358:22 Sep 21 07:40:01.035 INFO kablam! | Sep 21 07:40:01.035 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 21 07:40:01.035 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.035 INFO kablam! | Sep 21 07:40:01.035 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.035 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.035 INFO kablam! Sep 21 07:40:01.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.138 INFO kablam! --> src/backend/mod.rs:328:18 Sep 21 07:40:01.138 INFO kablam! | Sep 21 07:40:01.138 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 21 07:40:01.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.138 INFO kablam! | Sep 21 07:40:01.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.138 INFO kablam! Sep 21 07:40:01.154 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.154 INFO kablam! --> src/backend/mod.rs:334:18 Sep 21 07:40:01.154 INFO kablam! | Sep 21 07:40:01.154 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 21 07:40:01.154 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.154 INFO kablam! | Sep 21 07:40:01.154 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.154 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.154 INFO kablam! Sep 21 07:40:01.162 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.162 INFO kablam! --> src/backend/mod.rs:358:22 Sep 21 07:40:01.162 INFO kablam! | Sep 21 07:40:01.162 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 21 07:40:01.162 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.162 INFO kablam! | Sep 21 07:40:01.162 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.162 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.162 INFO kablam! Sep 21 07:40:01.194 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.194 INFO kablam! --> src/backend/mod.rs:985:21 Sep 21 07:40:01.194 INFO kablam! | Sep 21 07:40:01.194 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 21 07:40:01.194 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.194 INFO kablam! | Sep 21 07:40:01.194 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.194 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.194 INFO kablam! Sep 21 07:40:01.194 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.194 INFO kablam! --> src/backend/mod.rs:997:26 Sep 21 07:40:01.194 INFO kablam! | Sep 21 07:40:01.194 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.194 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.194 INFO kablam! | Sep 21 07:40:01.194 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.194 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.194 INFO kablam! Sep 21 07:40:01.194 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.194 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 21 07:40:01.194 INFO kablam! | Sep 21 07:40:01.194 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.194 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.194 INFO kablam! | Sep 21 07:40:01.194 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.194 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.194 INFO kablam! Sep 21 07:40:01.198 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.198 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 21 07:40:01.198 INFO kablam! | Sep 21 07:40:01.198 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.198 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.198 INFO kablam! | Sep 21 07:40:01.198 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.198 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.198 INFO kablam! Sep 21 07:40:01.198 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.198 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 21 07:40:01.198 INFO kablam! | Sep 21 07:40:01.198 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.198 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.198 INFO kablam! | Sep 21 07:40:01.198 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.198 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.198 INFO kablam! Sep 21 07:40:01.198 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.198 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 21 07:40:01.198 INFO kablam! | Sep 21 07:40:01.198 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.198 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.198 INFO kablam! | Sep 21 07:40:01.198 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.198 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.198 INFO kablam! Sep 21 07:40:01.199 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.199 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 21 07:40:01.199 INFO kablam! | Sep 21 07:40:01.199 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.199 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.199 INFO kablam! | Sep 21 07:40:01.199 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.199 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.199 INFO kablam! Sep 21 07:40:01.200 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.200 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 21 07:40:01.200 INFO kablam! | Sep 21 07:40:01.200 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.200 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.200 INFO kablam! | Sep 21 07:40:01.200 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.200 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.200 INFO kablam! Sep 21 07:40:01.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.206 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:01.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.206 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.206 INFO kablam! Sep 21 07:40:01.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.206 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.206 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.206 INFO kablam! Sep 21 07:40:01.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.206 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 21 07:40:01.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.206 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.206 INFO kablam! Sep 21 07:40:01.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.206 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.206 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.206 INFO kablam! Sep 21 07:40:01.206 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.206 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.206 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.206 INFO kablam! | Sep 21 07:40:01.206 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.206 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.206 INFO kablam! Sep 21 07:40:01.210 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.210 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.210 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.210 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.210 INFO kablam! Sep 21 07:40:01.210 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.210 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.210 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.210 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.210 INFO kablam! Sep 21 07:40:01.210 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.210 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.210 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.210 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.210 INFO kablam! Sep 21 07:40:01.210 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.210 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.210 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.210 INFO kablam! | Sep 21 07:40:01.210 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.210 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.210 INFO kablam! Sep 21 07:40:01.214 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.214 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.214 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.214 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.214 INFO kablam! Sep 21 07:40:01.214 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.214 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.214 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.214 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.214 INFO kablam! Sep 21 07:40:01.214 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.214 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.214 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.214 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.214 INFO kablam! Sep 21 07:40:01.214 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.214 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.214 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.214 INFO kablam! | Sep 21 07:40:01.214 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.214 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.214 INFO kablam! Sep 21 07:40:01.218 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.218 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 21 07:40:01.218 INFO kablam! | Sep 21 07:40:01.218 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.218 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.218 INFO kablam! | Sep 21 07:40:01.218 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.218 INFO kablam! Sep 21 07:40:01.218 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.218 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 21 07:40:01.218 INFO kablam! | Sep 21 07:40:01.218 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.218 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.218 INFO kablam! | Sep 21 07:40:01.218 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.218 INFO kablam! Sep 21 07:40:01.218 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.218 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 21 07:40:01.218 INFO kablam! | Sep 21 07:40:01.218 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.218 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.218 INFO kablam! | Sep 21 07:40:01.218 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.218 INFO kablam! Sep 21 07:40:01.222 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.222 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 21 07:40:01.222 INFO kablam! | Sep 21 07:40:01.222 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.222 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.222 INFO kablam! | Sep 21 07:40:01.222 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.222 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.222 INFO kablam! Sep 21 07:40:01.222 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.222 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 21 07:40:01.222 INFO kablam! | Sep 21 07:40:01.222 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.222 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.222 INFO kablam! | Sep 21 07:40:01.222 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.222 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.222 INFO kablam! Sep 21 07:40:01.230 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.230 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 21 07:40:01.230 INFO kablam! | Sep 21 07:40:01.230 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.230 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.230 INFO kablam! | Sep 21 07:40:01.230 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.230 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.230 INFO kablam! Sep 21 07:40:01.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.337 INFO kablam! --> src/backend/mod.rs:985:21 Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 21 07:40:01.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.337 INFO kablam! Sep 21 07:40:01.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.337 INFO kablam! --> src/backend/mod.rs:997:26 Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.337 INFO kablam! Sep 21 07:40:01.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.337 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.337 INFO kablam! Sep 21 07:40:01.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.337 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.337 INFO kablam! | Sep 21 07:40:01.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.338 INFO kablam! Sep 21 07:40:01.338 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.338 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 21 07:40:01.338 INFO kablam! | Sep 21 07:40:01.338 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.338 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.338 INFO kablam! | Sep 21 07:40:01.338 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.338 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.338 INFO kablam! Sep 21 07:40:01.339 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.339 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 21 07:40:01.339 INFO kablam! | Sep 21 07:40:01.339 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.339 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.339 INFO kablam! | Sep 21 07:40:01.339 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.339 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.340 INFO kablam! Sep 21 07:40:01.340 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.340 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 21 07:40:01.340 INFO kablam! | Sep 21 07:40:01.340 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.340 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.340 INFO kablam! | Sep 21 07:40:01.340 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.340 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.340 INFO kablam! Sep 21 07:40:01.343 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.343 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 21 07:40:01.343 INFO kablam! | Sep 21 07:40:01.343 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.343 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.343 INFO kablam! | Sep 21 07:40:01.343 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.343 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.343 INFO kablam! Sep 21 07:40:01.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.346 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 21 07:40:01.346 INFO kablam! | Sep 21 07:40:01.346 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:01.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.346 INFO kablam! | Sep 21 07:40:01.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.346 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.346 INFO kablam! Sep 21 07:40:01.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.346 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 21 07:40:01.346 INFO kablam! | Sep 21 07:40:01.346 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.346 INFO kablam! | Sep 21 07:40:01.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.346 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.346 INFO kablam! Sep 21 07:40:01.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.346 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 21 07:40:01.346 INFO kablam! | Sep 21 07:40:01.346 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 21 07:40:01.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.346 INFO kablam! | Sep 21 07:40:01.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.346 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.347 INFO kablam! Sep 21 07:40:01.348 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.349 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 21 07:40:01.349 INFO kablam! | Sep 21 07:40:01.349 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.349 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.349 INFO kablam! | Sep 21 07:40:01.349 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.349 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.349 INFO kablam! Sep 21 07:40:01.349 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.349 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 21 07:40:01.349 INFO kablam! | Sep 21 07:40:01.349 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.349 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.349 INFO kablam! | Sep 21 07:40:01.349 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.350 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.350 INFO kablam! Sep 21 07:40:01.350 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.350 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 21 07:40:01.350 INFO kablam! | Sep 21 07:40:01.350 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.350 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.350 INFO kablam! | Sep 21 07:40:01.350 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.350 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.350 INFO kablam! Sep 21 07:40:01.353 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.353 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 21 07:40:01.353 INFO kablam! | Sep 21 07:40:01.353 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.353 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.353 INFO kablam! | Sep 21 07:40:01.353 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.353 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.353 INFO kablam! Sep 21 07:40:01.353 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.353 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 21 07:40:01.353 INFO kablam! | Sep 21 07:40:01.353 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.353 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.353 INFO kablam! | Sep 21 07:40:01.353 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.353 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.353 INFO kablam! Sep 21 07:40:01.353 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.353 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 21 07:40:01.353 INFO kablam! | Sep 21 07:40:01.353 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.353 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.353 INFO kablam! | Sep 21 07:40:01.353 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.353 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.353 INFO kablam! Sep 21 07:40:01.357 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.357 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 21 07:40:01.357 INFO kablam! | Sep 21 07:40:01.357 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.357 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.357 INFO kablam! | Sep 21 07:40:01.357 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.357 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.357 INFO kablam! Sep 21 07:40:01.357 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.357 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 21 07:40:01.357 INFO kablam! | Sep 21 07:40:01.357 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.357 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.357 INFO kablam! | Sep 21 07:40:01.357 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.357 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.357 INFO kablam! Sep 21 07:40:01.359 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.359 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 21 07:40:01.359 INFO kablam! | Sep 21 07:40:01.359 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.359 INFO kablam! | Sep 21 07:40:01.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.359 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.359 INFO kablam! Sep 21 07:40:01.359 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.359 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 21 07:40:01.359 INFO kablam! | Sep 21 07:40:01.359 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.359 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.359 INFO kablam! | Sep 21 07:40:01.359 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.360 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.360 INFO kablam! Sep 21 07:40:01.360 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.360 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 21 07:40:01.360 INFO kablam! | Sep 21 07:40:01.360 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.360 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.360 INFO kablam! | Sep 21 07:40:01.360 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.360 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.360 INFO kablam! Sep 21 07:40:01.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.362 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 21 07:40:01.362 INFO kablam! | Sep 21 07:40:01.362 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.362 INFO kablam! | Sep 21 07:40:01.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.362 INFO kablam! Sep 21 07:40:01.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.362 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 21 07:40:01.362 INFO kablam! | Sep 21 07:40:01.362 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.362 INFO kablam! | Sep 21 07:40:01.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.362 INFO kablam! Sep 21 07:40:01.365 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.365 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 21 07:40:01.365 INFO kablam! | Sep 21 07:40:01.365 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.365 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.365 INFO kablam! | Sep 21 07:40:01.365 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.365 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.365 INFO kablam! Sep 21 07:40:01.365 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.365 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 21 07:40:01.365 INFO kablam! | Sep 21 07:40:01.365 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.365 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.365 INFO kablam! | Sep 21 07:40:01.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.366 INFO kablam! Sep 21 07:40:01.367 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.367 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 21 07:40:01.367 INFO kablam! | Sep 21 07:40:01.367 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.367 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.367 INFO kablam! | Sep 21 07:40:01.367 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.367 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.367 INFO kablam! Sep 21 07:40:03.466 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:03.466 INFO kablam! Sep 21 07:40:03.466 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:03.482 INFO kablam! error: Could not compile `libpijul`. Sep 21 07:40:03.482 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:40:03.947 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:03.947 INFO kablam! Sep 21 07:40:03.947 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:03.967 INFO kablam! error: Could not compile `libpijul`. Sep 21 07:40:03.967 INFO kablam! Sep 21 07:40:03.967 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:40:03.968 INFO kablam! su: No module specific data is present Sep 21 07:40:04.725 INFO running `"docker" "rm" "-f" "5651009ebf1a653cb23f2cd8be12d5d7b8f63dfe97f29bc0723a5753134536e2"` Sep 21 07:40:04.774 INFO blam! 5651009ebf1a653cb23f2cd8be12d5d7b8f63dfe97f29bc0723a5753134536e2