Aug 30 12:26:15.157 INFO checking libpijul-0.8.3 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 12:26:15.157 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 12:26:15.157 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/try#2d477f9981361618ac78253c28051a66b6cea125:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 12:26:15.318 INFO blam! 43d09f8a5b1f7d846562bb0546164a19574feb34e2ade5abea0ac07e4521672a Aug 30 12:26:15.321 INFO running `"docker" "start" "-a" "43d09f8a5b1f7d846562bb0546164a19574feb34e2ade5abea0ac07e4521672a"` Aug 30 12:26:16.099 INFO kablam! Checking sanakirja v0.8.17 Aug 30 12:26:19.196 INFO kablam! Checking libpijul v0.8.3 (file:///source) Aug 30 12:26:22.391 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 30 12:26:22.391 INFO kablam! --> src/backend/mod.rs:12:9 Aug 30 12:26:22.391 INFO kablam! | Aug 30 12:26:22.391 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 30 12:26:22.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 12:26:22.391 INFO kablam! | Aug 30 12:26:22.391 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 12:26:22.391 INFO kablam! Aug 30 12:26:22.662 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 30 12:26:22.662 INFO kablam! --> src/backend/mod.rs:12:9 Aug 30 12:26:22.662 INFO kablam! | Aug 30 12:26:22.662 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 30 12:26:22.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 12:26:22.662 INFO kablam! | Aug 30 12:26:22.662 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 12:26:22.662 INFO kablam! Aug 30 12:26:23.385 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:23.385 INFO kablam! --> src/lib.rs:175:30 Aug 30 12:26:23.385 INFO kablam! | Aug 30 12:26:23.385 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 30 12:26:23.385 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:23.385 INFO kablam! | Aug 30 12:26:23.385 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:23.385 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:23.385 INFO kablam! Aug 30 12:26:23.386 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:23.386 INFO kablam! --> src/lib.rs:176:35 Aug 30 12:26:23.386 INFO kablam! | Aug 30 12:26:23.386 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 30 12:26:23.386 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:23.387 INFO kablam! | Aug 30 12:26:23.387 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:23.387 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:23.387 INFO kablam! Aug 30 12:26:23.388 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:23.388 INFO kablam! --> src/lib.rs:177:38 Aug 30 12:26:23.388 INFO kablam! | Aug 30 12:26:23.388 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 30 12:26:23.388 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:23.388 INFO kablam! | Aug 30 12:26:23.388 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:23.389 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:23.389 INFO kablam! Aug 30 12:26:23.663 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.663 INFO kablam! --> src/backend/mod.rs:328:18 Aug 30 12:26:23.663 INFO kablam! | Aug 30 12:26:23.663 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 30 12:26:23.663 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.663 INFO kablam! | Aug 30 12:26:23.663 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.663 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.663 INFO kablam! Aug 30 12:26:23.667 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.667 INFO kablam! --> src/backend/mod.rs:334:18 Aug 30 12:26:23.667 INFO kablam! | Aug 30 12:26:23.667 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 30 12:26:23.667 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.667 INFO kablam! | Aug 30 12:26:23.667 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.667 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.667 INFO kablam! Aug 30 12:26:23.674 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.674 INFO kablam! --> src/backend/mod.rs:358:22 Aug 30 12:26:23.674 INFO kablam! | Aug 30 12:26:23.674 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 30 12:26:23.674 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.674 INFO kablam! | Aug 30 12:26:23.674 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.674 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.674 INFO kablam! Aug 30 12:26:23.840 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:23.840 INFO kablam! --> src/lib.rs:175:30 Aug 30 12:26:23.840 INFO kablam! | Aug 30 12:26:23.840 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 30 12:26:23.840 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:23.840 INFO kablam! | Aug 30 12:26:23.840 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:23.840 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:23.840 INFO kablam! Aug 30 12:26:23.842 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:23.842 INFO kablam! --> src/lib.rs:176:35 Aug 30 12:26:23.842 INFO kablam! | Aug 30 12:26:23.842 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 30 12:26:23.842 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:23.842 INFO kablam! | Aug 30 12:26:23.842 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:23.842 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:23.842 INFO kablam! Aug 30 12:26:23.843 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:23.843 INFO kablam! --> src/lib.rs:177:38 Aug 30 12:26:23.843 INFO kablam! | Aug 30 12:26:23.844 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 30 12:26:23.844 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:23.844 INFO kablam! | Aug 30 12:26:23.844 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:23.844 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:23.844 INFO kablam! Aug 30 12:26:23.953 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.953 INFO kablam! --> src/backend/mod.rs:985:21 Aug 30 12:26:23.953 INFO kablam! | Aug 30 12:26:23.953 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 30 12:26:23.953 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.953 INFO kablam! | Aug 30 12:26:23.953 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.954 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.954 INFO kablam! Aug 30 12:26:23.958 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.958 INFO kablam! --> src/backend/mod.rs:997:26 Aug 30 12:26:23.958 INFO kablam! | Aug 30 12:26:23.958 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:23.958 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.958 INFO kablam! | Aug 30 12:26:23.958 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.959 INFO kablam! Aug 30 12:26:23.961 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.961 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 30 12:26:23.961 INFO kablam! | Aug 30 12:26:23.961 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:23.961 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.961 INFO kablam! | Aug 30 12:26:23.961 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.961 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.961 INFO kablam! Aug 30 12:26:23.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.964 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 30 12:26:23.964 INFO kablam! | Aug 30 12:26:23.964 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:23.964 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.964 INFO kablam! | Aug 30 12:26:23.964 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.964 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.964 INFO kablam! Aug 30 12:26:23.966 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.966 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 30 12:26:23.966 INFO kablam! | Aug 30 12:26:23.966 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:23.966 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.966 INFO kablam! | Aug 30 12:26:23.966 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.966 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.967 INFO kablam! Aug 30 12:26:23.969 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.969 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 30 12:26:23.969 INFO kablam! | Aug 30 12:26:23.969 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:23.969 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.969 INFO kablam! | Aug 30 12:26:23.970 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.970 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.970 INFO kablam! Aug 30 12:26:23.972 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.972 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 30 12:26:23.972 INFO kablam! | Aug 30 12:26:23.972 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:23.972 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.972 INFO kablam! | Aug 30 12:26:23.972 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.972 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.972 INFO kablam! Aug 30 12:26:23.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.975 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 30 12:26:23.975 INFO kablam! | Aug 30 12:26:23.975 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:23.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.975 INFO kablam! | Aug 30 12:26:23.976 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.976 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.976 INFO kablam! Aug 30 12:26:23.979 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.979 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 30 12:26:23.979 INFO kablam! | Aug 30 12:26:23.979 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 30 12:26:23.979 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.979 INFO kablam! | Aug 30 12:26:23.979 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.979 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.979 INFO kablam! Aug 30 12:26:23.981 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.981 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 30 12:26:23.981 INFO kablam! | Aug 30 12:26:23.981 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:23.981 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.981 INFO kablam! | Aug 30 12:26:23.982 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.982 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.982 INFO kablam! Aug 30 12:26:23.984 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.984 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 30 12:26:23.984 INFO kablam! | Aug 30 12:26:23.984 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 30 12:26:23.984 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.984 INFO kablam! | Aug 30 12:26:23.985 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.985 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.985 INFO kablam! Aug 30 12:26:23.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.987 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 30 12:26:23.987 INFO kablam! | Aug 30 12:26:23.987 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:23.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.987 INFO kablam! | Aug 30 12:26:23.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.987 INFO kablam! Aug 30 12:26:23.989 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.989 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 30 12:26:23.989 INFO kablam! | Aug 30 12:26:23.989 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:23.989 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.989 INFO kablam! | Aug 30 12:26:23.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.990 INFO kablam! Aug 30 12:26:23.993 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.993 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 30 12:26:23.993 INFO kablam! | Aug 30 12:26:23.993 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:23.993 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.993 INFO kablam! | Aug 30 12:26:23.993 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.993 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.993 INFO kablam! Aug 30 12:26:23.995 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.995 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 30 12:26:23.995 INFO kablam! | Aug 30 12:26:23.995 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:23.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.995 INFO kablam! | Aug 30 12:26:23.996 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.996 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.996 INFO kablam! Aug 30 12:26:23.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:23.998 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 30 12:26:23.998 INFO kablam! | Aug 30 12:26:23.998 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:23.998 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:23.998 INFO kablam! | Aug 30 12:26:23.998 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:23.998 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:23.998 INFO kablam! Aug 30 12:26:24.001 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.001 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 30 12:26:24.001 INFO kablam! | Aug 30 12:26:24.001 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:24.001 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.001 INFO kablam! | Aug 30 12:26:24.001 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.001 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.001 INFO kablam! Aug 30 12:26:24.003 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.003 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 30 12:26:24.004 INFO kablam! | Aug 30 12:26:24.004 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.004 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.004 INFO kablam! | Aug 30 12:26:24.004 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.004 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.004 INFO kablam! Aug 30 12:26:24.006 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.006 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 30 12:26:24.006 INFO kablam! | Aug 30 12:26:24.006 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:24.006 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.006 INFO kablam! | Aug 30 12:26:24.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.007 INFO kablam! Aug 30 12:26:24.009 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.009 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 30 12:26:24.009 INFO kablam! | Aug 30 12:26:24.009 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.009 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.009 INFO kablam! | Aug 30 12:26:24.010 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.010 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.010 INFO kablam! Aug 30 12:26:24.012 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.012 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 30 12:26:24.012 INFO kablam! | Aug 30 12:26:24.012 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.012 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.012 INFO kablam! | Aug 30 12:26:24.012 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.012 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.012 INFO kablam! Aug 30 12:26:24.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.014 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 30 12:26:24.014 INFO kablam! | Aug 30 12:26:24.015 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.015 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.015 INFO kablam! | Aug 30 12:26:24.015 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.015 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.015 INFO kablam! Aug 30 12:26:24.017 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.017 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 30 12:26:24.017 INFO kablam! | Aug 30 12:26:24.017 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.017 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.017 INFO kablam! | Aug 30 12:26:24.017 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.018 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.018 INFO kablam! Aug 30 12:26:24.020 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.020 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 30 12:26:24.020 INFO kablam! | Aug 30 12:26:24.020 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.020 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.020 INFO kablam! | Aug 30 12:26:24.020 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.020 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.020 INFO kablam! Aug 30 12:26:24.022 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.022 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 30 12:26:24.023 INFO kablam! | Aug 30 12:26:24.023 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.023 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.023 INFO kablam! | Aug 30 12:26:24.023 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.023 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.023 INFO kablam! Aug 30 12:26:24.027 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.027 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 30 12:26:24.027 INFO kablam! | Aug 30 12:26:24.027 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:24.027 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.027 INFO kablam! | Aug 30 12:26:24.027 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.027 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.027 INFO kablam! Aug 30 12:26:24.030 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.030 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 30 12:26:24.030 INFO kablam! | Aug 30 12:26:24.030 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:24.030 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.030 INFO kablam! | Aug 30 12:26:24.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.031 INFO kablam! Aug 30 12:26:24.175 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.175 INFO kablam! --> src/backend/mod.rs:328:18 Aug 30 12:26:24.175 INFO kablam! | Aug 30 12:26:24.175 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 30 12:26:24.175 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.175 INFO kablam! | Aug 30 12:26:24.175 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.175 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.175 INFO kablam! Aug 30 12:26:24.179 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.179 INFO kablam! --> src/backend/mod.rs:334:18 Aug 30 12:26:24.179 INFO kablam! | Aug 30 12:26:24.179 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 30 12:26:24.179 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.179 INFO kablam! | Aug 30 12:26:24.179 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.179 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.179 INFO kablam! Aug 30 12:26:24.187 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.187 INFO kablam! --> src/backend/mod.rs:358:22 Aug 30 12:26:24.187 INFO kablam! | Aug 30 12:26:24.187 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 30 12:26:24.187 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.187 INFO kablam! | Aug 30 12:26:24.187 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.187 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.187 INFO kablam! Aug 30 12:26:24.524 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.524 INFO kablam! --> src/backend/mod.rs:985:21 Aug 30 12:26:24.524 INFO kablam! | Aug 30 12:26:24.524 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 30 12:26:24.524 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.524 INFO kablam! | Aug 30 12:26:24.524 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.524 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.525 INFO kablam! Aug 30 12:26:24.530 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.530 INFO kablam! --> src/backend/mod.rs:997:26 Aug 30 12:26:24.530 INFO kablam! | Aug 30 12:26:24.530 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.531 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.531 INFO kablam! | Aug 30 12:26:24.531 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.531 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.531 INFO kablam! Aug 30 12:26:24.532 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.532 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 30 12:26:24.532 INFO kablam! | Aug 30 12:26:24.533 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.533 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.533 INFO kablam! | Aug 30 12:26:24.533 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.533 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.533 INFO kablam! Aug 30 12:26:24.535 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.535 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 30 12:26:24.535 INFO kablam! | Aug 30 12:26:24.535 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.535 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.535 INFO kablam! | Aug 30 12:26:24.535 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.536 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.536 INFO kablam! Aug 30 12:26:24.537 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.537 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 30 12:26:24.537 INFO kablam! | Aug 30 12:26:24.537 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.537 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.538 INFO kablam! | Aug 30 12:26:24.538 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.538 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.538 INFO kablam! Aug 30 12:26:24.540 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.540 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 30 12:26:24.540 INFO kablam! | Aug 30 12:26:24.540 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.540 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.540 INFO kablam! | Aug 30 12:26:24.540 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.540 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.540 INFO kablam! Aug 30 12:26:24.542 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.542 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 30 12:26:24.542 INFO kablam! | Aug 30 12:26:24.542 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.542 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.542 INFO kablam! | Aug 30 12:26:24.542 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.542 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.542 INFO kablam! Aug 30 12:26:24.545 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.545 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 30 12:26:24.545 INFO kablam! | Aug 30 12:26:24.545 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.545 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.545 INFO kablam! | Aug 30 12:26:24.545 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.545 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.545 INFO kablam! Aug 30 12:26:24.548 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.548 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 30 12:26:24.548 INFO kablam! | Aug 30 12:26:24.548 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 30 12:26:24.548 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.548 INFO kablam! | Aug 30 12:26:24.548 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.548 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.548 INFO kablam! Aug 30 12:26:24.550 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.550 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 30 12:26:24.550 INFO kablam! | Aug 30 12:26:24.550 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:24.550 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.550 INFO kablam! | Aug 30 12:26:24.550 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.550 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.550 INFO kablam! Aug 30 12:26:24.552 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.552 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 30 12:26:24.552 INFO kablam! | Aug 30 12:26:24.552 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 30 12:26:24.552 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.552 INFO kablam! | Aug 30 12:26:24.552 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.552 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.552 INFO kablam! Aug 30 12:26:24.554 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.554 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 30 12:26:24.554 INFO kablam! | Aug 30 12:26:24.554 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:24.554 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.554 INFO kablam! | Aug 30 12:26:24.554 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.554 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.554 INFO kablam! Aug 30 12:26:24.556 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.556 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 30 12:26:24.556 INFO kablam! | Aug 30 12:26:24.556 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.556 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.556 INFO kablam! | Aug 30 12:26:24.556 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.556 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.556 INFO kablam! Aug 30 12:26:24.558 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.558 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 30 12:26:24.558 INFO kablam! | Aug 30 12:26:24.558 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.558 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.559 INFO kablam! | Aug 30 12:26:24.559 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.559 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.559 INFO kablam! Aug 30 12:26:24.560 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.560 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 30 12:26:24.560 INFO kablam! | Aug 30 12:26:24.560 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.560 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.560 INFO kablam! | Aug 30 12:26:24.560 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.561 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.561 INFO kablam! Aug 30 12:26:24.562 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.562 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 30 12:26:24.562 INFO kablam! | Aug 30 12:26:24.562 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.562 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.562 INFO kablam! | Aug 30 12:26:24.562 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.562 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.562 INFO kablam! Aug 30 12:26:24.564 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.564 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 30 12:26:24.564 INFO kablam! | Aug 30 12:26:24.564 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:24.564 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.565 INFO kablam! | Aug 30 12:26:24.565 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.565 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.565 INFO kablam! Aug 30 12:26:24.567 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.567 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 30 12:26:24.567 INFO kablam! | Aug 30 12:26:24.567 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.567 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.567 INFO kablam! | Aug 30 12:26:24.567 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.567 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.567 INFO kablam! Aug 30 12:26:24.569 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.569 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 30 12:26:24.569 INFO kablam! | Aug 30 12:26:24.569 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:24.569 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.569 INFO kablam! | Aug 30 12:26:24.569 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.569 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.569 INFO kablam! Aug 30 12:26:24.571 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.571 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 30 12:26:24.571 INFO kablam! | Aug 30 12:26:24.571 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.571 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.571 INFO kablam! | Aug 30 12:26:24.571 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.571 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.571 INFO kablam! Aug 30 12:26:24.573 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.573 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 30 12:26:24.573 INFO kablam! | Aug 30 12:26:24.573 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.573 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.573 INFO kablam! | Aug 30 12:26:24.573 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.573 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.573 INFO kablam! Aug 30 12:26:24.575 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.575 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 30 12:26:24.575 INFO kablam! | Aug 30 12:26:24.575 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.575 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.575 INFO kablam! | Aug 30 12:26:24.575 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.575 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.575 INFO kablam! Aug 30 12:26:24.577 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.577 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 30 12:26:24.577 INFO kablam! | Aug 30 12:26:24.577 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.577 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.577 INFO kablam! | Aug 30 12:26:24.577 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.577 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.577 INFO kablam! Aug 30 12:26:24.579 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.579 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 30 12:26:24.579 INFO kablam! | Aug 30 12:26:24.579 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:24.579 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.579 INFO kablam! | Aug 30 12:26:24.579 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.579 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.579 INFO kablam! Aug 30 12:26:24.581 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.581 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 30 12:26:24.581 INFO kablam! | Aug 30 12:26:24.581 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:24.581 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.581 INFO kablam! | Aug 30 12:26:24.581 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.581 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.581 INFO kablam! Aug 30 12:26:24.584 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.584 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 30 12:26:24.584 INFO kablam! | Aug 30 12:26:24.584 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:24.584 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.584 INFO kablam! | Aug 30 12:26:24.584 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.584 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.585 INFO kablam! Aug 30 12:26:24.587 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:24.587 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 30 12:26:24.587 INFO kablam! | Aug 30 12:26:24.587 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:24.587 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:24.587 INFO kablam! | Aug 30 12:26:24.587 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:24.587 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:24.587 INFO kablam! Aug 30 12:26:27.853 INFO kablam! error: aborting due to 33 previous errors Aug 30 12:26:27.853 INFO kablam! Aug 30 12:26:27.853 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 12:26:27.866 INFO kablam! error: Could not compile `libpijul`. Aug 30 12:26:27.867 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 12:26:28.143 INFO kablam! error: aborting due to 33 previous errors Aug 30 12:26:28.144 INFO kablam! Aug 30 12:26:28.144 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 12:26:28.156 INFO kablam! error: Could not compile `libpijul`. Aug 30 12:26:28.156 INFO kablam! Aug 30 12:26:28.156 INFO kablam! To learn more, run the command again with --verbose. Aug 30 12:26:28.157 INFO kablam! su: No module specific data is present Aug 30 12:26:28.807 INFO running `"docker" "rm" "-f" "43d09f8a5b1f7d846562bb0546164a19574feb34e2ade5abea0ac07e4521672a"` Aug 30 12:26:28.933 INFO blam! 43d09f8a5b1f7d846562bb0546164a19574feb34e2ade5abea0ac07e4521672a