Aug 30 12:26:14.979 INFO checking libpijul-compat-0.8.7 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 12:26:14.979 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 12:26:14.979 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/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.142 INFO blam! 074f1fb5e2e7a3fa0f1e78564e53e22ca9c8acfaa68dabbfca834b25632f1cb3 Aug 30 12:26:15.144 INFO running `"docker" "start" "-a" "074f1fb5e2e7a3fa0f1e78564e53e22ca9c8acfaa68dabbfca834b25632f1cb3"` Aug 30 12:26:16.079 INFO kablam! Checking bs58 v0.2.1 Aug 30 12:26:16.081 INFO kablam! Checking sanakirja v0.8.17 Aug 30 12:26:16.082 INFO kablam! Checking globset v0.2.1 Aug 30 12:26:18.536 INFO kablam! Checking ignore v0.2.2 Aug 30 12:26:21.256 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Aug 30 12:26:26.650 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:26.652 INFO kablam! --> src/lib.rs:176:30 Aug 30 12:26:26.652 INFO kablam! | Aug 30 12:26:26.652 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 30 12:26:26.652 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:26.652 INFO kablam! | Aug 30 12:26:26.652 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:26.652 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:26.652 INFO kablam! Aug 30 12:26:26.654 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:26.654 INFO kablam! --> src/lib.rs:177:35 Aug 30 12:26:26.654 INFO kablam! | Aug 30 12:26:26.654 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 30 12:26:26.654 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:26.654 INFO kablam! | Aug 30 12:26:26.654 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:26.655 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:26.655 INFO kablam! Aug 30 12:26:26.657 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:26.657 INFO kablam! --> src/lib.rs:178:38 Aug 30 12:26:26.657 INFO kablam! | Aug 30 12:26:26.657 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 30 12:26:26.657 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:26.657 INFO kablam! | Aug 30 12:26:26.658 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:26.658 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:26.658 INFO kablam! Aug 30 12:26:26.840 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:26.840 INFO kablam! --> src/lib.rs:176:30 Aug 30 12:26:26.840 INFO kablam! | Aug 30 12:26:26.840 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 30 12:26:26.840 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:26.840 INFO kablam! | Aug 30 12:26:26.840 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:26.840 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:26.841 INFO kablam! Aug 30 12:26:26.842 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:26.842 INFO kablam! --> src/lib.rs:177:35 Aug 30 12:26:26.842 INFO kablam! | Aug 30 12:26:26.842 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 30 12:26:26.842 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:26.842 INFO kablam! | Aug 30 12:26:26.842 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:26.842 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:26.842 INFO kablam! Aug 30 12:26:26.843 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 30 12:26:26.844 INFO kablam! --> src/lib.rs:178:38 Aug 30 12:26:26.844 INFO kablam! | Aug 30 12:26:26.844 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 30 12:26:26.844 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 30 12:26:26.844 INFO kablam! | Aug 30 12:26:26.844 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 30 12:26:26.844 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 30 12:26:26.844 INFO kablam! Aug 30 12:26:27.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.014 INFO kablam! --> src/backend/mod.rs:327:18 Aug 30 12:26:27.014 INFO kablam! | Aug 30 12:26:27.014 INFO kablam! 327 | self.txn.del(&mut self.rng, Aug 30 12:26:27.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.014 INFO kablam! | Aug 30 12:26:27.014 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.014 INFO kablam! Aug 30 12:26:27.019 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.019 INFO kablam! --> src/backend/mod.rs:333:18 Aug 30 12:26:27.019 INFO kablam! | Aug 30 12:26:27.019 INFO kablam! 333 | self.txn.put(&mut self.rng, Aug 30 12:26:27.019 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.019 INFO kablam! | Aug 30 12:26:27.020 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.020 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.020 INFO kablam! Aug 30 12:26:27.029 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.029 INFO kablam! --> src/backend/mod.rs:357:22 Aug 30 12:26:27.029 INFO kablam! | Aug 30 12:26:27.029 INFO kablam! 357 | self.txn.del(&mut self.rng, Aug 30 12:26:27.029 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.029 INFO kablam! | Aug 30 12:26:27.029 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.030 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.030 INFO kablam! Aug 30 12:26:27.190 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.190 INFO kablam! --> src/backend/mod.rs:327:18 Aug 30 12:26:27.190 INFO kablam! | Aug 30 12:26:27.190 INFO kablam! 327 | self.txn.del(&mut self.rng, Aug 30 12:26:27.190 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.190 INFO kablam! | Aug 30 12:26:27.190 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.190 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.191 INFO kablam! Aug 30 12:26:27.194 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.194 INFO kablam! --> src/backend/mod.rs:333:18 Aug 30 12:26:27.194 INFO kablam! | Aug 30 12:26:27.194 INFO kablam! 333 | self.txn.put(&mut self.rng, Aug 30 12:26:27.194 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.194 INFO kablam! | Aug 30 12:26:27.194 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.194 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.194 INFO kablam! Aug 30 12:26:27.202 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.203 INFO kablam! --> src/backend/mod.rs:357:22 Aug 30 12:26:27.203 INFO kablam! | Aug 30 12:26:27.203 INFO kablam! 357 | self.txn.del(&mut self.rng, Aug 30 12:26:27.203 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.203 INFO kablam! | Aug 30 12:26:27.203 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.203 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.203 INFO kablam! Aug 30 12:26:27.449 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.449 INFO kablam! --> src/backend/mod.rs:1090:21 Aug 30 12:26:27.449 INFO kablam! | Aug 30 12:26:27.449 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 30 12:26:27.449 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.450 INFO kablam! | Aug 30 12:26:27.450 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.450 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.451 INFO kablam! Aug 30 12:26:27.457 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.457 INFO kablam! --> src/backend/mod.rs:1102:26 Aug 30 12:26:27.457 INFO kablam! | Aug 30 12:26:27.457 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.457 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.458 INFO kablam! | Aug 30 12:26:27.458 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.458 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.459 INFO kablam! Aug 30 12:26:27.465 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.465 INFO kablam! --> src/backend/mod.rs:1123:26 Aug 30 12:26:27.465 INFO kablam! | Aug 30 12:26:27.465 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.465 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.465 INFO kablam! | Aug 30 12:26:27.466 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.466 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.466 INFO kablam! Aug 30 12:26:27.473 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.473 INFO kablam! --> src/backend/mod.rs:1146:26 Aug 30 12:26:27.473 INFO kablam! | Aug 30 12:26:27.473 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.473 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.473 INFO kablam! | Aug 30 12:26:27.474 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.474 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.474 INFO kablam! Aug 30 12:26:27.477 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.477 INFO kablam! --> src/backend/mod.rs:1156:26 Aug 30 12:26:27.477 INFO kablam! | Aug 30 12:26:27.477 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.477 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.477 INFO kablam! | Aug 30 12:26:27.478 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.478 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.478 INFO kablam! Aug 30 12:26:27.482 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.482 INFO kablam! --> src/backend/mod.rs:1165:26 Aug 30 12:26:27.482 INFO kablam! | Aug 30 12:26:27.482 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.482 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.482 INFO kablam! | Aug 30 12:26:27.483 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.483 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.483 INFO kablam! Aug 30 12:26:27.486 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.486 INFO kablam! --> src/backend/mod.rs:1174:26 Aug 30 12:26:27.486 INFO kablam! | Aug 30 12:26:27.486 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.486 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.486 INFO kablam! | Aug 30 12:26:27.487 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.487 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.487 INFO kablam! Aug 30 12:26:27.490 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.491 INFO kablam! --> src/backend/mod.rs:1187:26 Aug 30 12:26:27.491 INFO kablam! | Aug 30 12:26:27.491 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.491 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.491 INFO kablam! | Aug 30 12:26:27.491 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.492 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.492 INFO kablam! Aug 30 12:26:27.495 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.495 INFO kablam! --> src/backend/mod.rs:1200:18 Aug 30 12:26:27.495 INFO kablam! | Aug 30 12:26:27.495 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 30 12:26:27.496 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.496 INFO kablam! | Aug 30 12:26:27.496 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.497 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.497 INFO kablam! Aug 30 12:26:27.499 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.499 INFO kablam! --> src/backend/mod.rs:1201:21 Aug 30 12:26:27.499 INFO kablam! | Aug 30 12:26:27.499 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:27.499 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.500 INFO kablam! | Aug 30 12:26:27.500 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.501 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.501 INFO kablam! Aug 30 12:26:27.503 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.503 INFO kablam! --> src/backend/mod.rs:1213:18 Aug 30 12:26:27.503 INFO kablam! | Aug 30 12:26:27.503 INFO kablam! 1213 | self.txn.del(&mut self.rng, Aug 30 12:26:27.503 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.504 INFO kablam! | Aug 30 12:26:27.504 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.505 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.505 INFO kablam! Aug 30 12:26:27.507 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.507 INFO kablam! --> src/backend/mod.rs:1217:21 Aug 30 12:26:27.507 INFO kablam! | Aug 30 12:26:27.507 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:27.507 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.508 INFO kablam! | Aug 30 12:26:27.508 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.508 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.509 INFO kablam! Aug 30 12:26:27.511 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.511 INFO kablam! --> src/backend/mod.rs:1233:26 Aug 30 12:26:27.511 INFO kablam! | Aug 30 12:26:27.511 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.511 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.512 INFO kablam! | Aug 30 12:26:27.512 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.512 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.513 INFO kablam! Aug 30 12:26:27.516 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.516 INFO kablam! --> src/backend/mod.rs:1242:26 Aug 30 12:26:27.516 INFO kablam! | Aug 30 12:26:27.516 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.516 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.516 INFO kablam! | Aug 30 12:26:27.517 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.517 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.517 INFO kablam! Aug 30 12:26:27.519 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.520 INFO kablam! --> src/backend/mod.rs:1253:26 Aug 30 12:26:27.520 INFO kablam! | Aug 30 12:26:27.520 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.520 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.520 INFO kablam! | Aug 30 12:26:27.520 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.521 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.521 INFO kablam! Aug 30 12:26:27.523 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.523 INFO kablam! --> src/backend/mod.rs:1265:26 Aug 30 12:26:27.523 INFO kablam! | Aug 30 12:26:27.523 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.523 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.524 INFO kablam! | Aug 30 12:26:27.524 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.524 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.525 INFO kablam! Aug 30 12:26:27.527 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.527 INFO kablam! --> src/backend/mod.rs:1274:21 Aug 30 12:26:27.527 INFO kablam! | Aug 30 12:26:27.528 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:27.528 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.528 INFO kablam! | Aug 30 12:26:27.528 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.529 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.529 INFO kablam! Aug 30 12:26:27.531 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.532 INFO kablam! --> src/backend/mod.rs:1284:26 Aug 30 12:26:27.532 INFO kablam! | Aug 30 12:26:27.532 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.532 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.532 INFO kablam! | Aug 30 12:26:27.532 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.533 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.533 INFO kablam! Aug 30 12:26:27.536 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.536 INFO kablam! --> src/backend/mod.rs:1293:21 Aug 30 12:26:27.536 INFO kablam! | Aug 30 12:26:27.536 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:27.536 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.536 INFO kablam! | Aug 30 12:26:27.537 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.537 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.537 INFO kablam! Aug 30 12:26:27.540 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.540 INFO kablam! --> src/backend/mod.rs:1304:26 Aug 30 12:26:27.540 INFO kablam! | Aug 30 12:26:27.540 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.540 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.540 INFO kablam! | Aug 30 12:26:27.541 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.541 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.541 INFO kablam! Aug 30 12:26:27.544 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.544 INFO kablam! --> src/backend/mod.rs:1315:26 Aug 30 12:26:27.544 INFO kablam! | Aug 30 12:26:27.544 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.544 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.544 INFO kablam! | Aug 30 12:26:27.545 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.545 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.545 INFO kablam! Aug 30 12:26:27.548 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.548 INFO kablam! --> src/backend/mod.rs:1326:26 Aug 30 12:26:27.548 INFO kablam! | Aug 30 12:26:27.548 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.548 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.548 INFO kablam! | Aug 30 12:26:27.549 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.549 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.549 INFO kablam! Aug 30 12:26:27.552 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.552 INFO kablam! --> src/backend/mod.rs:1337:26 Aug 30 12:26:27.552 INFO kablam! | Aug 30 12:26:27.552 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.552 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.552 INFO kablam! | Aug 30 12:26:27.552 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.553 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.553 INFO kablam! Aug 30 12:26:27.556 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.556 INFO kablam! --> src/backend/mod.rs:1348:26 Aug 30 12:26:27.556 INFO kablam! | Aug 30 12:26:27.556 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.556 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.556 INFO kablam! | Aug 30 12:26:27.557 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.557 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.557 INFO kablam! Aug 30 12:26:27.560 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.560 INFO kablam! --> src/backend/mod.rs:1357:26 Aug 30 12:26:27.560 INFO kablam! | Aug 30 12:26:27.560 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.560 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.560 INFO kablam! | Aug 30 12:26:27.560 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.561 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.561 INFO kablam! Aug 30 12:26:27.565 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.565 INFO kablam! --> src/backend/mod.rs:1368:21 Aug 30 12:26:27.565 INFO kablam! | Aug 30 12:26:27.565 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:27.565 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.566 INFO kablam! | Aug 30 12:26:27.566 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.566 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.567 INFO kablam! Aug 30 12:26:27.569 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.570 INFO kablam! --> src/backend/mod.rs:1379:21 Aug 30 12:26:27.570 INFO kablam! | Aug 30 12:26:27.570 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:27.570 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.570 INFO kablam! | Aug 30 12:26:27.571 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.571 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.571 INFO kablam! Aug 30 12:26:27.602 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.602 INFO kablam! --> src/backend/mod.rs:1090:21 Aug 30 12:26:27.602 INFO kablam! | Aug 30 12:26:27.602 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 30 12:26:27.602 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.602 INFO kablam! | Aug 30 12:26:27.602 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.602 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.602 INFO kablam! Aug 30 12:26:27.608 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.608 INFO kablam! --> src/backend/mod.rs:1102:26 Aug 30 12:26:27.608 INFO kablam! | Aug 30 12:26:27.608 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.608 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.608 INFO kablam! | Aug 30 12:26:27.608 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.608 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.608 INFO kablam! Aug 30 12:26:27.613 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.613 INFO kablam! --> src/backend/mod.rs:1123:26 Aug 30 12:26:27.613 INFO kablam! | Aug 30 12:26:27.613 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.613 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.613 INFO kablam! | Aug 30 12:26:27.613 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.613 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.613 INFO kablam! Aug 30 12:26:27.619 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.619 INFO kablam! --> src/backend/mod.rs:1146:26 Aug 30 12:26:27.619 INFO kablam! | Aug 30 12:26:27.619 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.619 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.619 INFO kablam! | Aug 30 12:26:27.619 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.619 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.619 INFO kablam! Aug 30 12:26:27.622 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.622 INFO kablam! --> src/backend/mod.rs:1156:26 Aug 30 12:26:27.622 INFO kablam! | Aug 30 12:26:27.622 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.622 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.622 INFO kablam! | Aug 30 12:26:27.622 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.622 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.622 INFO kablam! Aug 30 12:26:27.624 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.624 INFO kablam! --> src/backend/mod.rs:1165:26 Aug 30 12:26:27.624 INFO kablam! | Aug 30 12:26:27.624 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.624 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.624 INFO kablam! | Aug 30 12:26:27.624 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.624 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.625 INFO kablam! Aug 30 12:26:27.627 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.627 INFO kablam! --> src/backend/mod.rs:1174:26 Aug 30 12:26:27.627 INFO kablam! | Aug 30 12:26:27.627 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.627 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.627 INFO kablam! | Aug 30 12:26:27.627 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.627 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.627 INFO kablam! Aug 30 12:26:27.629 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.629 INFO kablam! --> src/backend/mod.rs:1187:26 Aug 30 12:26:27.629 INFO kablam! | Aug 30 12:26:27.629 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.629 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.629 INFO kablam! | Aug 30 12:26:27.629 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.629 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.630 INFO kablam! Aug 30 12:26:27.632 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.632 INFO kablam! --> src/backend/mod.rs:1200:18 Aug 30 12:26:27.632 INFO kablam! | Aug 30 12:26:27.632 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 30 12:26:27.632 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.632 INFO kablam! | Aug 30 12:26:27.632 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.632 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.633 INFO kablam! Aug 30 12:26:27.634 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.634 INFO kablam! --> src/backend/mod.rs:1201:21 Aug 30 12:26:27.634 INFO kablam! | Aug 30 12:26:27.634 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:27.634 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.635 INFO kablam! | Aug 30 12:26:27.635 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.635 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.635 INFO kablam! Aug 30 12:26:27.637 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.637 INFO kablam! --> src/backend/mod.rs:1213:18 Aug 30 12:26:27.637 INFO kablam! | Aug 30 12:26:27.637 INFO kablam! 1213 | self.txn.del(&mut self.rng, Aug 30 12:26:27.637 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.637 INFO kablam! | Aug 30 12:26:27.637 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.637 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.637 INFO kablam! Aug 30 12:26:27.638 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.639 INFO kablam! --> src/backend/mod.rs:1217:21 Aug 30 12:26:27.639 INFO kablam! | Aug 30 12:26:27.639 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:27.639 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.639 INFO kablam! | Aug 30 12:26:27.639 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.639 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.639 INFO kablam! Aug 30 12:26:27.642 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.642 INFO kablam! --> src/backend/mod.rs:1233:26 Aug 30 12:26:27.642 INFO kablam! | Aug 30 12:26:27.642 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.642 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.642 INFO kablam! | Aug 30 12:26:27.642 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.642 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.642 INFO kablam! Aug 30 12:26:27.643 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.643 INFO kablam! --> src/backend/mod.rs:1242:26 Aug 30 12:26:27.643 INFO kablam! | Aug 30 12:26:27.643 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.643 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.644 INFO kablam! | Aug 30 12:26:27.644 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.644 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.644 INFO kablam! Aug 30 12:26:27.646 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.646 INFO kablam! --> src/backend/mod.rs:1253:26 Aug 30 12:26:27.646 INFO kablam! | Aug 30 12:26:27.646 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.646 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.646 INFO kablam! | Aug 30 12:26:27.646 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.646 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.646 INFO kablam! Aug 30 12:26:27.648 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.648 INFO kablam! --> src/backend/mod.rs:1265:26 Aug 30 12:26:27.648 INFO kablam! | Aug 30 12:26:27.648 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.648 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.648 INFO kablam! | Aug 30 12:26:27.648 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.648 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.648 INFO kablam! Aug 30 12:26:27.650 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.650 INFO kablam! --> src/backend/mod.rs:1274:21 Aug 30 12:26:27.650 INFO kablam! | Aug 30 12:26:27.650 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:27.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.650 INFO kablam! | Aug 30 12:26:27.651 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.651 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.651 INFO kablam! Aug 30 12:26:27.653 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.653 INFO kablam! --> src/backend/mod.rs:1284:26 Aug 30 12:26:27.653 INFO kablam! | Aug 30 12:26:27.653 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.653 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.653 INFO kablam! | Aug 30 12:26:27.653 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.653 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.653 INFO kablam! Aug 30 12:26:27.655 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.655 INFO kablam! --> src/backend/mod.rs:1293:21 Aug 30 12:26:27.655 INFO kablam! | Aug 30 12:26:27.655 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:27.655 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.655 INFO kablam! | Aug 30 12:26:27.655 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.655 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.655 INFO kablam! Aug 30 12:26:27.657 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.657 INFO kablam! --> src/backend/mod.rs:1304:26 Aug 30 12:26:27.657 INFO kablam! | Aug 30 12:26:27.657 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.657 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.657 INFO kablam! | Aug 30 12:26:27.658 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.658 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.658 INFO kablam! Aug 30 12:26:27.659 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.659 INFO kablam! --> src/backend/mod.rs:1315:26 Aug 30 12:26:27.659 INFO kablam! | Aug 30 12:26:27.659 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.659 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.659 INFO kablam! | Aug 30 12:26:27.660 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.660 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.660 INFO kablam! Aug 30 12:26:27.662 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.662 INFO kablam! --> src/backend/mod.rs:1326:26 Aug 30 12:26:27.662 INFO kablam! | Aug 30 12:26:27.662 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.662 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.662 INFO kablam! | Aug 30 12:26:27.662 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.662 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.662 INFO kablam! Aug 30 12:26:27.663 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.663 INFO kablam! --> src/backend/mod.rs:1337:26 Aug 30 12:26:27.663 INFO kablam! | Aug 30 12:26:27.664 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.664 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.664 INFO kablam! | Aug 30 12:26:27.664 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.664 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.664 INFO kablam! Aug 30 12:26:27.665 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.666 INFO kablam! --> src/backend/mod.rs:1348:26 Aug 30 12:26:27.666 INFO kablam! | Aug 30 12:26:27.666 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Aug 30 12:26:27.666 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.666 INFO kablam! | Aug 30 12:26:27.666 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.666 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.666 INFO kablam! Aug 30 12:26:27.668 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.668 INFO kablam! --> src/backend/mod.rs:1357:26 Aug 30 12:26:27.668 INFO kablam! | Aug 30 12:26:27.668 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Aug 30 12:26:27.668 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.668 INFO kablam! | Aug 30 12:26:27.668 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.668 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.668 INFO kablam! Aug 30 12:26:27.671 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.671 INFO kablam! --> src/backend/mod.rs:1368:21 Aug 30 12:26:27.671 INFO kablam! | Aug 30 12:26:27.671 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Aug 30 12:26:27.672 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.672 INFO kablam! | Aug 30 12:26:27.672 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.672 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.672 INFO kablam! Aug 30 12:26:27.674 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 30 12:26:27.674 INFO kablam! --> src/backend/mod.rs:1379:21 Aug 30 12:26:27.674 INFO kablam! | Aug 30 12:26:27.675 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Aug 30 12:26:27.675 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 30 12:26:27.675 INFO kablam! | Aug 30 12:26:27.675 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 30 12:26:27.675 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 30 12:26:27.675 INFO kablam! Aug 30 12:26:30.585 INFO kablam! error: aborting due to 33 previous errors Aug 30 12:26:30.585 INFO kablam! Aug 30 12:26:30.585 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 12:26:30.594 INFO kablam! error: Could not compile `libpijul-compat`. Aug 30 12:26:30.595 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 12:26:30.930 INFO kablam! error: aborting due to 33 previous errors Aug 30 12:26:30.930 INFO kablam! Aug 30 12:26:30.930 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 12:26:30.943 INFO kablam! error: Could not compile `libpijul-compat`. Aug 30 12:26:30.943 INFO kablam! Aug 30 12:26:30.943 INFO kablam! To learn more, run the command again with --verbose. Aug 30 12:26:30.944 INFO kablam! su: No module specific data is present Aug 30 12:26:31.640 INFO running `"docker" "rm" "-f" "074f1fb5e2e7a3fa0f1e78564e53e22ca9c8acfaa68dabbfca834b25632f1cb3"` Aug 30 12:26:31.740 INFO blam! 074f1fb5e2e7a3fa0f1e78564e53e22ca9c8acfaa68dabbfca834b25632f1cb3