Aug 31 22:45:13.363 INFO checking libpijul-0.8.3 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Aug 31 22:45:13.363 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Aug 31 22:45:13.363 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 22:45:13.530 INFO blam! e0d518fba7ec38a692589cc0c94d92634972d61c38148ce39e57ca8c2b5da5d3 Aug 31 22:45:13.532 INFO running `"docker" "start" "-a" "e0d518fba7ec38a692589cc0c94d92634972d61c38148ce39e57ca8c2b5da5d3"` Aug 31 22:45:14.275 INFO kablam! Checking sanakirja v0.8.17 Aug 31 22:45:19.387 INFO kablam! Checking libpijul v0.8.3 (file:///source) Aug 31 22:45:22.116 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 31 22:45:22.116 INFO kablam! --> src/backend/mod.rs:12:9 Aug 31 22:45:22.116 INFO kablam! | Aug 31 22:45:22.116 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 31 22:45:22.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 22:45:22.116 INFO kablam! | Aug 31 22:45:22.116 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 22:45:22.116 INFO kablam! Aug 31 22:45:22.209 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 31 22:45:22.209 INFO kablam! --> src/backend/mod.rs:12:9 Aug 31 22:45:22.209 INFO kablam! | Aug 31 22:45:22.209 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 31 22:45:22.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 22:45:22.210 INFO kablam! | Aug 31 22:45:22.210 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 22:45:22.210 INFO kablam! Aug 31 22:45:22.876 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:22.876 INFO kablam! --> src/lib.rs:175:30 Aug 31 22:45:22.876 INFO kablam! | Aug 31 22:45:22.876 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 31 22:45:22.876 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:22.876 INFO kablam! | Aug 31 22:45:22.876 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:22.876 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:22.876 INFO kablam! Aug 31 22:45:22.878 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:22.878 INFO kablam! --> src/lib.rs:176:35 Aug 31 22:45:22.878 INFO kablam! | Aug 31 22:45:22.878 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 31 22:45:22.878 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:22.878 INFO kablam! | Aug 31 22:45:22.878 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:22.878 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:22.878 INFO kablam! Aug 31 22:45:22.879 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:22.879 INFO kablam! --> src/lib.rs:177:38 Aug 31 22:45:22.879 INFO kablam! | Aug 31 22:45:22.879 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 31 22:45:22.880 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:22.880 INFO kablam! | Aug 31 22:45:22.880 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:22.880 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:22.880 INFO kablam! Aug 31 22:45:23.085 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.085 INFO kablam! --> src/backend/mod.rs:328:18 Aug 31 22:45:23.086 INFO kablam! | Aug 31 22:45:23.086 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 31 22:45:23.086 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.086 INFO kablam! | Aug 31 22:45:23.086 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.086 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.086 INFO kablam! Aug 31 22:45:23.089 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.089 INFO kablam! --> src/backend/mod.rs:334:18 Aug 31 22:45:23.089 INFO kablam! | Aug 31 22:45:23.089 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 31 22:45:23.089 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.089 INFO kablam! | Aug 31 22:45:23.089 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.089 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.089 INFO kablam! Aug 31 22:45:23.094 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.094 INFO kablam! --> src/backend/mod.rs:358:22 Aug 31 22:45:23.094 INFO kablam! | Aug 31 22:45:23.094 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 31 22:45:23.095 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.095 INFO kablam! | Aug 31 22:45:23.095 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.095 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.095 INFO kablam! Aug 31 22:45:23.294 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.295 INFO kablam! --> src/backend/mod.rs:985:21 Aug 31 22:45:23.295 INFO kablam! | Aug 31 22:45:23.295 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 31 22:45:23.295 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.295 INFO kablam! | Aug 31 22:45:23.295 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.295 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.295 INFO kablam! Aug 31 22:45:23.299 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.299 INFO kablam! --> src/backend/mod.rs:997:26 Aug 31 22:45:23.299 INFO kablam! | Aug 31 22:45:23.299 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.299 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.299 INFO kablam! | Aug 31 22:45:23.299 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.299 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.299 INFO kablam! Aug 31 22:45:23.300 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.301 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 31 22:45:23.301 INFO kablam! | Aug 31 22:45:23.301 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.301 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.301 INFO kablam! | Aug 31 22:45:23.301 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.301 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.301 INFO kablam! Aug 31 22:45:23.303 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.303 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 31 22:45:23.303 INFO kablam! | Aug 31 22:45:23.303 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.303 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.303 INFO kablam! | Aug 31 22:45:23.303 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.303 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.303 INFO kablam! Aug 31 22:45:23.305 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.305 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 31 22:45:23.305 INFO kablam! | Aug 31 22:45:23.305 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.305 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.305 INFO kablam! | Aug 31 22:45:23.305 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.305 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.305 INFO kablam! Aug 31 22:45:23.307 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.307 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 31 22:45:23.307 INFO kablam! | Aug 31 22:45:23.307 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.307 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.307 INFO kablam! | Aug 31 22:45:23.307 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.307 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.307 INFO kablam! Aug 31 22:45:23.309 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.309 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 31 22:45:23.309 INFO kablam! | Aug 31 22:45:23.309 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.309 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.309 INFO kablam! | Aug 31 22:45:23.309 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.309 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.309 INFO kablam! Aug 31 22:45:23.311 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.311 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 31 22:45:23.311 INFO kablam! | Aug 31 22:45:23.311 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.311 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.311 INFO kablam! | Aug 31 22:45:23.311 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.311 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.311 INFO kablam! Aug 31 22:45:23.313 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.313 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 31 22:45:23.313 INFO kablam! | Aug 31 22:45:23.313 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 31 22:45:23.313 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.313 INFO kablam! | Aug 31 22:45:23.313 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.314 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.314 INFO kablam! Aug 31 22:45:23.315 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.315 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 31 22:45:23.315 INFO kablam! | Aug 31 22:45:23.315 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:23.315 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.315 INFO kablam! | Aug 31 22:45:23.315 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.315 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.315 INFO kablam! Aug 31 22:45:23.317 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.317 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 31 22:45:23.317 INFO kablam! | Aug 31 22:45:23.317 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 31 22:45:23.317 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.317 INFO kablam! | Aug 31 22:45:23.317 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.317 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.317 INFO kablam! Aug 31 22:45:23.318 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.319 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 31 22:45:23.319 INFO kablam! | Aug 31 22:45:23.319 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:23.319 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.319 INFO kablam! | Aug 31 22:45:23.319 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.319 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.319 INFO kablam! Aug 31 22:45:23.320 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.320 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 31 22:45:23.320 INFO kablam! | Aug 31 22:45:23.320 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.320 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.321 INFO kablam! | Aug 31 22:45:23.321 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.321 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.321 INFO kablam! Aug 31 22:45:23.322 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.322 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 31 22:45:23.323 INFO kablam! | Aug 31 22:45:23.323 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.323 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.323 INFO kablam! | Aug 31 22:45:23.323 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.323 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.323 INFO kablam! Aug 31 22:45:23.324 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.324 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 31 22:45:23.324 INFO kablam! | Aug 31 22:45:23.324 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.324 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.324 INFO kablam! | Aug 31 22:45:23.324 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.325 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.325 INFO kablam! Aug 31 22:45:23.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.326 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 31 22:45:23.326 INFO kablam! | Aug 31 22:45:23.326 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.326 INFO kablam! | Aug 31 22:45:23.327 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.327 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.327 INFO kablam! Aug 31 22:45:23.328 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.328 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 31 22:45:23.328 INFO kablam! | Aug 31 22:45:23.328 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:23.328 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.328 INFO kablam! | Aug 31 22:45:23.328 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.328 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.329 INFO kablam! Aug 31 22:45:23.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.330 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 31 22:45:23.330 INFO kablam! | Aug 31 22:45:23.330 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.330 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.331 INFO kablam! | Aug 31 22:45:23.331 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.331 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.331 INFO kablam! Aug 31 22:45:23.332 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.332 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 31 22:45:23.332 INFO kablam! | Aug 31 22:45:23.332 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:23.332 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.332 INFO kablam! | Aug 31 22:45:23.333 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.333 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.333 INFO kablam! Aug 31 22:45:23.334 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.334 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 31 22:45:23.334 INFO kablam! | Aug 31 22:45:23.334 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.334 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.335 INFO kablam! | Aug 31 22:45:23.335 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.335 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.335 INFO kablam! Aug 31 22:45:23.336 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.336 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 31 22:45:23.336 INFO kablam! | Aug 31 22:45:23.336 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.336 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.336 INFO kablam! | Aug 31 22:45:23.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.337 INFO kablam! Aug 31 22:45:23.338 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.338 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 31 22:45:23.338 INFO kablam! | Aug 31 22:45:23.338 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.338 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.338 INFO kablam! | Aug 31 22:45:23.338 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.339 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.339 INFO kablam! Aug 31 22:45:23.340 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.340 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 31 22:45:23.340 INFO kablam! | Aug 31 22:45:23.340 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.340 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.340 INFO kablam! | Aug 31 22:45:23.340 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.340 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.341 INFO kablam! Aug 31 22:45:23.342 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.342 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 31 22:45:23.342 INFO kablam! | Aug 31 22:45:23.342 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:23.342 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.342 INFO kablam! | Aug 31 22:45:23.342 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.342 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.343 INFO kablam! Aug 31 22:45:23.343 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.344 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 31 22:45:23.344 INFO kablam! | Aug 31 22:45:23.344 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:23.344 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.344 INFO kablam! | Aug 31 22:45:23.344 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.344 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.344 INFO kablam! Aug 31 22:45:23.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.347 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 31 22:45:23.347 INFO kablam! | Aug 31 22:45:23.347 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:23.347 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.347 INFO kablam! | Aug 31 22:45:23.347 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.347 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.347 INFO kablam! Aug 31 22:45:23.349 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.349 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 31 22:45:23.349 INFO kablam! | Aug 31 22:45:23.349 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:23.349 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.349 INFO kablam! | Aug 31 22:45:23.350 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.350 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.350 INFO kablam! Aug 31 22:45:23.468 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:23.468 INFO kablam! --> src/lib.rs:175:30 Aug 31 22:45:23.468 INFO kablam! | Aug 31 22:45:23.469 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 31 22:45:23.469 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:23.469 INFO kablam! | Aug 31 22:45:23.469 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:23.469 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:23.469 INFO kablam! Aug 31 22:45:23.470 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:23.470 INFO kablam! --> src/lib.rs:176:35 Aug 31 22:45:23.470 INFO kablam! | Aug 31 22:45:23.470 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 31 22:45:23.471 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:23.471 INFO kablam! | Aug 31 22:45:23.471 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:23.471 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:23.471 INFO kablam! Aug 31 22:45:23.472 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 31 22:45:23.472 INFO kablam! --> src/lib.rs:177:38 Aug 31 22:45:23.472 INFO kablam! | Aug 31 22:45:23.472 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 31 22:45:23.472 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 31 22:45:23.472 INFO kablam! | Aug 31 22:45:23.472 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 31 22:45:23.473 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 31 22:45:23.473 INFO kablam! Aug 31 22:45:23.843 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.843 INFO kablam! --> src/backend/mod.rs:328:18 Aug 31 22:45:23.843 INFO kablam! | Aug 31 22:45:23.843 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 31 22:45:23.843 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.844 INFO kablam! | Aug 31 22:45:23.844 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.844 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.844 INFO kablam! Aug 31 22:45:23.847 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.847 INFO kablam! --> src/backend/mod.rs:334:18 Aug 31 22:45:23.847 INFO kablam! | Aug 31 22:45:23.848 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 31 22:45:23.848 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.848 INFO kablam! | Aug 31 22:45:23.848 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.848 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.848 INFO kablam! Aug 31 22:45:23.856 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:23.856 INFO kablam! --> src/backend/mod.rs:358:22 Aug 31 22:45:23.856 INFO kablam! | Aug 31 22:45:23.856 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 31 22:45:23.856 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:23.857 INFO kablam! | Aug 31 22:45:23.857 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:23.857 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:23.857 INFO kablam! Aug 31 22:45:24.228 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.228 INFO kablam! --> src/backend/mod.rs:985:21 Aug 31 22:45:24.229 INFO kablam! | Aug 31 22:45:24.229 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 31 22:45:24.229 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.229 INFO kablam! | Aug 31 22:45:24.230 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.230 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.231 INFO kablam! Aug 31 22:45:24.235 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.235 INFO kablam! --> src/backend/mod.rs:997:26 Aug 31 22:45:24.235 INFO kablam! | Aug 31 22:45:24.235 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.235 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.235 INFO kablam! | Aug 31 22:45:24.235 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.235 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.235 INFO kablam! Aug 31 22:45:24.237 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.237 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 31 22:45:24.237 INFO kablam! | Aug 31 22:45:24.237 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.237 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.237 INFO kablam! | Aug 31 22:45:24.237 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.237 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.237 INFO kablam! Aug 31 22:45:24.240 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.240 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 31 22:45:24.240 INFO kablam! | Aug 31 22:45:24.240 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.240 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.240 INFO kablam! | Aug 31 22:45:24.240 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.240 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.240 INFO kablam! Aug 31 22:45:24.242 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.242 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 31 22:45:24.242 INFO kablam! | Aug 31 22:45:24.242 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.242 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.242 INFO kablam! | Aug 31 22:45:24.243 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.243 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.243 INFO kablam! Aug 31 22:45:24.245 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.245 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 31 22:45:24.245 INFO kablam! | Aug 31 22:45:24.245 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.245 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.246 INFO kablam! | Aug 31 22:45:24.246 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.246 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.246 INFO kablam! Aug 31 22:45:24.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.247 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 31 22:45:24.248 INFO kablam! | Aug 31 22:45:24.248 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.248 INFO kablam! | Aug 31 22:45:24.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.248 INFO kablam! Aug 31 22:45:24.251 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.251 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 31 22:45:24.251 INFO kablam! | Aug 31 22:45:24.251 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.251 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.251 INFO kablam! | Aug 31 22:45:24.251 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.251 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.251 INFO kablam! Aug 31 22:45:24.254 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.254 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 31 22:45:24.254 INFO kablam! | Aug 31 22:45:24.254 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 31 22:45:24.254 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.254 INFO kablam! | Aug 31 22:45:24.254 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.254 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.255 INFO kablam! Aug 31 22:45:24.256 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.256 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 31 22:45:24.256 INFO kablam! | Aug 31 22:45:24.256 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:24.256 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.256 INFO kablam! | Aug 31 22:45:24.256 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.257 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.257 INFO kablam! Aug 31 22:45:24.258 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.258 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 31 22:45:24.258 INFO kablam! | Aug 31 22:45:24.258 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 31 22:45:24.259 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.259 INFO kablam! | Aug 31 22:45:24.259 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.259 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.259 INFO kablam! Aug 31 22:45:24.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.260 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 31 22:45:24.260 INFO kablam! | Aug 31 22:45:24.260 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:24.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.260 INFO kablam! | Aug 31 22:45:24.261 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.261 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.261 INFO kablam! Aug 31 22:45:24.262 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.262 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 31 22:45:24.262 INFO kablam! | Aug 31 22:45:24.262 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.263 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.263 INFO kablam! | Aug 31 22:45:24.263 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.263 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.263 INFO kablam! Aug 31 22:45:24.265 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.265 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 31 22:45:24.265 INFO kablam! | Aug 31 22:45:24.265 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.265 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.265 INFO kablam! | Aug 31 22:45:24.266 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.266 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.266 INFO kablam! Aug 31 22:45:24.267 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.267 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 31 22:45:24.267 INFO kablam! | Aug 31 22:45:24.267 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.267 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.268 INFO kablam! | Aug 31 22:45:24.268 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.268 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.268 INFO kablam! Aug 31 22:45:24.269 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.269 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 31 22:45:24.269 INFO kablam! | Aug 31 22:45:24.269 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.269 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.269 INFO kablam! | Aug 31 22:45:24.270 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.270 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.270 INFO kablam! Aug 31 22:45:24.271 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.271 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 31 22:45:24.271 INFO kablam! | Aug 31 22:45:24.272 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:24.272 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.272 INFO kablam! | Aug 31 22:45:24.272 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.272 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.272 INFO kablam! Aug 31 22:45:24.274 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.274 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 31 22:45:24.274 INFO kablam! | Aug 31 22:45:24.274 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.274 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.274 INFO kablam! | Aug 31 22:45:24.274 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.274 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.275 INFO kablam! Aug 31 22:45:24.276 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.276 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 31 22:45:24.276 INFO kablam! | Aug 31 22:45:24.276 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:24.276 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.276 INFO kablam! | Aug 31 22:45:24.277 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.277 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.277 INFO kablam! Aug 31 22:45:24.278 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.278 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 31 22:45:24.278 INFO kablam! | Aug 31 22:45:24.279 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.279 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.279 INFO kablam! | Aug 31 22:45:24.279 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.279 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.279 INFO kablam! Aug 31 22:45:24.280 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.280 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 31 22:45:24.280 INFO kablam! | Aug 31 22:45:24.281 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.281 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.281 INFO kablam! | Aug 31 22:45:24.281 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.281 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.281 INFO kablam! Aug 31 22:45:24.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.282 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 31 22:45:24.283 INFO kablam! | Aug 31 22:45:24.283 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.283 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.283 INFO kablam! | Aug 31 22:45:24.283 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.283 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.283 INFO kablam! Aug 31 22:45:24.284 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.285 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 31 22:45:24.285 INFO kablam! | Aug 31 22:45:24.285 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.285 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.285 INFO kablam! | Aug 31 22:45:24.285 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.285 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.285 INFO kablam! Aug 31 22:45:24.287 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.287 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 31 22:45:24.287 INFO kablam! | Aug 31 22:45:24.287 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 31 22:45:24.287 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.287 INFO kablam! | Aug 31 22:45:24.287 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.288 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.288 INFO kablam! Aug 31 22:45:24.289 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.289 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 31 22:45:24.289 INFO kablam! | Aug 31 22:45:24.289 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 31 22:45:24.289 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.289 INFO kablam! | Aug 31 22:45:24.290 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.290 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.290 INFO kablam! Aug 31 22:45:24.293 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.293 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 31 22:45:24.293 INFO kablam! | Aug 31 22:45:24.293 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 31 22:45:24.293 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.293 INFO kablam! | Aug 31 22:45:24.294 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.294 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.295 INFO kablam! Aug 31 22:45:24.295 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 31 22:45:24.295 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 31 22:45:24.295 INFO kablam! | Aug 31 22:45:24.295 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 31 22:45:24.296 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 31 22:45:24.296 INFO kablam! | Aug 31 22:45:24.296 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 31 22:45:24.296 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 31 22:45:24.296 INFO kablam! Aug 31 22:45:25.734 INFO kablam! error: aborting due to 33 previous errors Aug 31 22:45:25.734 INFO kablam! Aug 31 22:45:25.734 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 22:45:25.743 INFO kablam! error: Could not compile `libpijul`. Aug 31 22:45:25.744 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 22:45:27.486 INFO kablam! error: aborting due to 33 previous errors Aug 31 22:45:27.486 INFO kablam! Aug 31 22:45:27.486 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 22:45:27.500 INFO kablam! error: Could not compile `libpijul`. Aug 31 22:45:27.500 INFO kablam! Aug 31 22:45:27.501 INFO kablam! To learn more, run the command again with --verbose. Aug 31 22:45:27.502 INFO kablam! su: No module specific data is present Aug 31 22:45:27.867 INFO running `"docker" "rm" "-f" "e0d518fba7ec38a692589cc0c94d92634972d61c38148ce39e57ca8c2b5da5d3"` Aug 31 22:45:27.974 INFO blam! e0d518fba7ec38a692589cc0c94d92634972d61c38148ce39e57ca8c2b5da5d3