Sep 10 15:29:32.045 INFO checking libpijul-0.8.3 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 15:29:32.045 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 15:29:32.045 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 15:29:32.228 INFO blam! fdf361715576cbfff1d1119edd56ea21ae4e7a59f2e436674fd3a59855bbaa5a Sep 10 15:29:32.230 INFO running `"docker" "start" "-a" "fdf361715576cbfff1d1119edd56ea21ae4e7a59f2e436674fd3a59855bbaa5a"` Sep 10 15:29:33.188 INFO kablam! usermod: no changes Sep 10 15:29:33.384 INFO kablam! Checking bs58 v0.2.1 Sep 10 15:29:33.394 INFO kablam! Checking sanakirja v0.8.17 Sep 10 15:29:36.111 INFO kablam! Checking libpijul v0.8.3 (file:///source) Sep 10 15:29:38.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 15:29:38.702 INFO kablam! --> src/backend/mod.rs:12:9 Sep 10 15:29:38.702 INFO kablam! | Sep 10 15:29:38.702 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 10 15:29:38.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 15:29:38.702 INFO kablam! | Sep 10 15:29:38.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 15:29:38.702 INFO kablam! Sep 10 15:29:39.166 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 15:29:39.166 INFO kablam! --> src/backend/mod.rs:12:9 Sep 10 15:29:39.166 INFO kablam! | Sep 10 15:29:39.166 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 10 15:29:39.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 15:29:39.166 INFO kablam! | Sep 10 15:29:39.166 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 15:29:39.166 INFO kablam! Sep 10 15:29:39.218 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:39.218 INFO kablam! --> src/lib.rs:175:30 Sep 10 15:29:39.218 INFO kablam! | Sep 10 15:29:39.218 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 10 15:29:39.218 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:39.218 INFO kablam! | Sep 10 15:29:39.218 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:39.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:39.218 INFO kablam! Sep 10 15:29:39.218 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:39.218 INFO kablam! --> src/lib.rs:176:35 Sep 10 15:29:39.218 INFO kablam! | Sep 10 15:29:39.218 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 10 15:29:39.218 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:39.218 INFO kablam! | Sep 10 15:29:39.218 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:39.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:39.218 INFO kablam! Sep 10 15:29:39.218 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:39.218 INFO kablam! --> src/lib.rs:177:38 Sep 10 15:29:39.218 INFO kablam! | Sep 10 15:29:39.218 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 10 15:29:39.218 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:39.218 INFO kablam! | Sep 10 15:29:39.218 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:39.218 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:39.218 INFO kablam! Sep 10 15:29:39.338 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.338 INFO kablam! --> src/backend/mod.rs:328:18 Sep 10 15:29:39.338 INFO kablam! | Sep 10 15:29:39.338 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 10 15:29:39.338 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.338 INFO kablam! | Sep 10 15:29:39.338 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.338 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.338 INFO kablam! Sep 10 15:29:39.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.346 INFO kablam! --> src/backend/mod.rs:334:18 Sep 10 15:29:39.346 INFO kablam! | Sep 10 15:29:39.346 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 10 15:29:39.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.346 INFO kablam! | Sep 10 15:29:39.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.346 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.346 INFO kablam! Sep 10 15:29:39.346 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.346 INFO kablam! --> src/backend/mod.rs:358:22 Sep 10 15:29:39.346 INFO kablam! | Sep 10 15:29:39.346 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 10 15:29:39.346 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.346 INFO kablam! | Sep 10 15:29:39.346 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.346 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.346 INFO kablam! Sep 10 15:29:39.480 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.480 INFO kablam! --> src/backend/mod.rs:985:21 Sep 10 15:29:39.480 INFO kablam! | Sep 10 15:29:39.480 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 10 15:29:39.480 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.480 INFO kablam! | Sep 10 15:29:39.480 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.480 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.480 INFO kablam! Sep 10 15:29:39.482 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.482 INFO kablam! --> src/backend/mod.rs:997:26 Sep 10 15:29:39.482 INFO kablam! | Sep 10 15:29:39.482 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.482 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.482 INFO kablam! | Sep 10 15:29:39.482 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.483 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.483 INFO kablam! Sep 10 15:29:39.484 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.484 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 10 15:29:39.484 INFO kablam! | Sep 10 15:29:39.484 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.484 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.484 INFO kablam! | Sep 10 15:29:39.484 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.484 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.484 INFO kablam! Sep 10 15:29:39.486 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.486 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 10 15:29:39.486 INFO kablam! | Sep 10 15:29:39.486 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.486 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.486 INFO kablam! | Sep 10 15:29:39.486 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.486 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.486 INFO kablam! Sep 10 15:29:39.487 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.487 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 10 15:29:39.487 INFO kablam! | Sep 10 15:29:39.487 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.487 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.487 INFO kablam! | Sep 10 15:29:39.487 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.487 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.487 INFO kablam! Sep 10 15:29:39.489 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.489 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 10 15:29:39.489 INFO kablam! | Sep 10 15:29:39.489 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.489 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.489 INFO kablam! | Sep 10 15:29:39.489 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.489 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.489 INFO kablam! Sep 10 15:29:39.490 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.490 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 10 15:29:39.490 INFO kablam! | Sep 10 15:29:39.490 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.490 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.490 INFO kablam! | Sep 10 15:29:39.490 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.491 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.491 INFO kablam! Sep 10 15:29:39.492 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.492 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 10 15:29:39.492 INFO kablam! | Sep 10 15:29:39.492 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.492 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.492 INFO kablam! | Sep 10 15:29:39.492 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.492 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.492 INFO kablam! Sep 10 15:29:39.494 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.494 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 10 15:29:39.494 INFO kablam! | Sep 10 15:29:39.494 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 10 15:29:39.494 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.494 INFO kablam! | Sep 10 15:29:39.494 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.494 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.494 INFO kablam! Sep 10 15:29:39.495 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.495 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 10 15:29:39.495 INFO kablam! | Sep 10 15:29:39.495 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:39.495 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.495 INFO kablam! | Sep 10 15:29:39.496 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.496 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.496 INFO kablam! Sep 10 15:29:39.497 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.497 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 10 15:29:39.497 INFO kablam! | Sep 10 15:29:39.497 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 10 15:29:39.497 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.497 INFO kablam! | Sep 10 15:29:39.497 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.497 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.497 INFO kablam! Sep 10 15:29:39.498 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.498 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 10 15:29:39.498 INFO kablam! | Sep 10 15:29:39.498 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:39.498 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.498 INFO kablam! | Sep 10 15:29:39.499 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.499 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.499 INFO kablam! Sep 10 15:29:39.500 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.500 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 10 15:29:39.500 INFO kablam! | Sep 10 15:29:39.500 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.500 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.500 INFO kablam! | Sep 10 15:29:39.500 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.500 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.500 INFO kablam! Sep 10 15:29:39.501 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.501 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 10 15:29:39.501 INFO kablam! | Sep 10 15:29:39.501 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.501 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.501 INFO kablam! | Sep 10 15:29:39.502 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.502 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.502 INFO kablam! Sep 10 15:29:39.503 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.503 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 10 15:29:39.503 INFO kablam! | Sep 10 15:29:39.503 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.503 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.503 INFO kablam! | Sep 10 15:29:39.503 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.503 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.503 INFO kablam! Sep 10 15:29:39.504 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.504 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 10 15:29:39.504 INFO kablam! | Sep 10 15:29:39.504 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.504 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.504 INFO kablam! | Sep 10 15:29:39.504 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.504 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.504 INFO kablam! Sep 10 15:29:39.505 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.505 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 10 15:29:39.505 INFO kablam! | Sep 10 15:29:39.505 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:39.505 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.505 INFO kablam! | Sep 10 15:29:39.506 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.506 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.506 INFO kablam! Sep 10 15:29:39.507 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.507 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 10 15:29:39.507 INFO kablam! | Sep 10 15:29:39.507 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.507 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.507 INFO kablam! | Sep 10 15:29:39.507 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.507 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.507 INFO kablam! Sep 10 15:29:39.508 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.508 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 10 15:29:39.508 INFO kablam! | Sep 10 15:29:39.508 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:39.508 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.508 INFO kablam! | Sep 10 15:29:39.508 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.508 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.508 INFO kablam! Sep 10 15:29:39.510 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.510 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 10 15:29:39.510 INFO kablam! | Sep 10 15:29:39.510 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.510 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.510 INFO kablam! | Sep 10 15:29:39.510 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.510 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.510 INFO kablam! Sep 10 15:29:39.511 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.511 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 10 15:29:39.511 INFO kablam! | Sep 10 15:29:39.511 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.511 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.511 INFO kablam! | Sep 10 15:29:39.511 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.511 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.511 INFO kablam! Sep 10 15:29:39.512 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.512 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 10 15:29:39.512 INFO kablam! | Sep 10 15:29:39.512 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.512 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.512 INFO kablam! | Sep 10 15:29:39.513 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.513 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.513 INFO kablam! Sep 10 15:29:39.514 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.514 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 10 15:29:39.514 INFO kablam! | Sep 10 15:29:39.514 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.514 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.514 INFO kablam! | Sep 10 15:29:39.514 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.514 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.514 INFO kablam! Sep 10 15:29:39.515 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.515 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 10 15:29:39.515 INFO kablam! | Sep 10 15:29:39.515 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.515 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.515 INFO kablam! | Sep 10 15:29:39.515 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.516 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.516 INFO kablam! Sep 10 15:29:39.517 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.517 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 10 15:29:39.517 INFO kablam! | Sep 10 15:29:39.517 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.517 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.517 INFO kablam! | Sep 10 15:29:39.517 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.517 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.517 INFO kablam! Sep 10 15:29:39.519 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.519 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 10 15:29:39.519 INFO kablam! | Sep 10 15:29:39.519 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:39.519 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.519 INFO kablam! | Sep 10 15:29:39.519 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.519 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.519 INFO kablam! Sep 10 15:29:39.520 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.520 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 10 15:29:39.520 INFO kablam! | Sep 10 15:29:39.520 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:39.520 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.520 INFO kablam! | Sep 10 15:29:39.520 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.521 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.521 INFO kablam! Sep 10 15:29:39.691 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:39.692 INFO kablam! --> src/lib.rs:175:30 Sep 10 15:29:39.692 INFO kablam! | Sep 10 15:29:39.692 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 10 15:29:39.692 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:39.692 INFO kablam! | Sep 10 15:29:39.692 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:39.692 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:39.692 INFO kablam! Sep 10 15:29:39.692 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:39.693 INFO kablam! --> src/lib.rs:176:35 Sep 10 15:29:39.693 INFO kablam! | Sep 10 15:29:39.693 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 10 15:29:39.693 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:39.693 INFO kablam! | Sep 10 15:29:39.693 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:39.693 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:39.693 INFO kablam! Sep 10 15:29:39.693 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:39.693 INFO kablam! --> src/lib.rs:177:38 Sep 10 15:29:39.693 INFO kablam! | Sep 10 15:29:39.693 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 10 15:29:39.693 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:39.693 INFO kablam! | Sep 10 15:29:39.693 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:39.694 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:39.694 INFO kablam! Sep 10 15:29:39.824 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.824 INFO kablam! --> src/backend/mod.rs:328:18 Sep 10 15:29:39.824 INFO kablam! | Sep 10 15:29:39.824 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 10 15:29:39.824 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.824 INFO kablam! | Sep 10 15:29:39.824 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.824 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.824 INFO kablam! Sep 10 15:29:39.826 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.826 INFO kablam! --> src/backend/mod.rs:334:18 Sep 10 15:29:39.826 INFO kablam! | Sep 10 15:29:39.826 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 10 15:29:39.826 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.826 INFO kablam! | Sep 10 15:29:39.826 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.826 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.826 INFO kablam! Sep 10 15:29:39.830 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.830 INFO kablam! --> src/backend/mod.rs:358:22 Sep 10 15:29:39.830 INFO kablam! | Sep 10 15:29:39.830 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 10 15:29:39.830 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.830 INFO kablam! | Sep 10 15:29:39.830 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.830 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.830 INFO kablam! Sep 10 15:29:39.977 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.977 INFO kablam! --> src/backend/mod.rs:985:21 Sep 10 15:29:39.977 INFO kablam! | Sep 10 15:29:39.977 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 10 15:29:39.977 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.986 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.986 INFO kablam! Sep 10 15:29:39.986 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.986 INFO kablam! --> src/backend/mod.rs:997:26 Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.986 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.986 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.986 INFO kablam! Sep 10 15:29:39.986 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.986 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.986 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.986 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.986 INFO kablam! Sep 10 15:29:39.986 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.986 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.986 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.986 INFO kablam! | Sep 10 15:29:39.986 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.987 INFO kablam! Sep 10 15:29:39.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.987 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 10 15:29:39.987 INFO kablam! | Sep 10 15:29:39.987 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.987 INFO kablam! | Sep 10 15:29:39.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.987 INFO kablam! Sep 10 15:29:39.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.987 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 10 15:29:39.987 INFO kablam! | Sep 10 15:29:39.987 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.987 INFO kablam! | Sep 10 15:29:39.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.987 INFO kablam! Sep 10 15:29:39.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.987 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 10 15:29:39.987 INFO kablam! | Sep 10 15:29:39.987 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.987 INFO kablam! | Sep 10 15:29:39.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.987 INFO kablam! Sep 10 15:29:39.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.991 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 10 15:29:39.991 INFO kablam! | Sep 10 15:29:39.991 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.991 INFO kablam! | Sep 10 15:29:39.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.991 INFO kablam! Sep 10 15:29:39.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.991 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 10 15:29:39.991 INFO kablam! | Sep 10 15:29:39.991 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 10 15:29:39.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.991 INFO kablam! | Sep 10 15:29:39.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.991 INFO kablam! Sep 10 15:29:39.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.991 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 10 15:29:39.991 INFO kablam! | Sep 10 15:29:39.991 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:39.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.991 INFO kablam! | Sep 10 15:29:39.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.991 INFO kablam! Sep 10 15:29:39.993 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.993 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 10 15:29:39.993 INFO kablam! | Sep 10 15:29:39.993 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 10 15:29:39.993 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.993 INFO kablam! | Sep 10 15:29:39.993 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.993 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.993 INFO kablam! Sep 10 15:29:39.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.998 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 10 15:29:39.998 INFO kablam! | Sep 10 15:29:39.998 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:39.998 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.998 INFO kablam! | Sep 10 15:29:39.998 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.998 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.998 INFO kablam! Sep 10 15:29:39.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.998 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 10 15:29:39.998 INFO kablam! | Sep 10 15:29:39.998 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:39.998 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.998 INFO kablam! | Sep 10 15:29:39.998 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.998 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.998 INFO kablam! Sep 10 15:29:39.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:39.998 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 10 15:29:39.998 INFO kablam! | Sep 10 15:29:39.999 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:39.999 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:39.999 INFO kablam! | Sep 10 15:29:39.999 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:39.999 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:39.999 INFO kablam! Sep 10 15:29:40.000 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.000 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 10 15:29:40.000 INFO kablam! | Sep 10 15:29:40.000 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:40.000 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.000 INFO kablam! | Sep 10 15:29:40.000 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.000 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.000 INFO kablam! Sep 10 15:29:40.001 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.001 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 10 15:29:40.001 INFO kablam! | Sep 10 15:29:40.001 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:40.001 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.001 INFO kablam! | Sep 10 15:29:40.001 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.001 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.001 INFO kablam! Sep 10 15:29:40.006 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.006 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 10 15:29:40.006 INFO kablam! | Sep 10 15:29:40.006 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:40.006 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.006 INFO kablam! | Sep 10 15:29:40.006 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.006 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.006 INFO kablam! Sep 10 15:29:40.006 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.006 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 10 15:29:40.006 INFO kablam! | Sep 10 15:29:40.006 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:40.006 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.006 INFO kablam! | Sep 10 15:29:40.006 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.006 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.006 INFO kablam! Sep 10 15:29:40.006 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.006 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 10 15:29:40.006 INFO kablam! | Sep 10 15:29:40.006 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:40.006 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.006 INFO kablam! | Sep 10 15:29:40.006 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.006 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.006 INFO kablam! Sep 10 15:29:40.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.007 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 10 15:29:40.007 INFO kablam! | Sep 10 15:29:40.007 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:40.007 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.007 INFO kablam! | Sep 10 15:29:40.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.007 INFO kablam! Sep 10 15:29:40.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.007 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 10 15:29:40.007 INFO kablam! | Sep 10 15:29:40.008 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:40.008 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.008 INFO kablam! | Sep 10 15:29:40.008 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.008 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.008 INFO kablam! Sep 10 15:29:40.009 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.009 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 10 15:29:40.009 INFO kablam! | Sep 10 15:29:40.009 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:40.009 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.009 INFO kablam! | Sep 10 15:29:40.009 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.009 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.009 INFO kablam! Sep 10 15:29:40.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.014 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:40.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.014 INFO kablam! Sep 10 15:29:40.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.014 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:40.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.014 INFO kablam! Sep 10 15:29:40.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.014 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:40.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.014 INFO kablam! Sep 10 15:29:40.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.014 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:40.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.014 INFO kablam! | Sep 10 15:29:40.014 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.014 INFO kablam! Sep 10 15:29:40.015 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:40.015 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 10 15:29:40.015 INFO kablam! | Sep 10 15:29:40.015 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:40.015 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:40.015 INFO kablam! | Sep 10 15:29:40.015 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:40.015 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:40.016 INFO kablam! Sep 10 15:29:41.296 INFO kablam! error: aborting due to 33 previous errors Sep 10 15:29:41.297 INFO kablam! Sep 10 15:29:41.297 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 15:29:41.306 INFO kablam! error: Could not compile `libpijul`. Sep 10 15:29:41.306 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 15:29:41.705 INFO kablam! error: aborting due to 33 previous errors Sep 10 15:29:41.705 INFO kablam! Sep 10 15:29:41.705 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 15:29:41.726 INFO kablam! error: Could not compile `libpijul`. Sep 10 15:29:41.726 INFO kablam! Sep 10 15:29:41.726 INFO kablam! To learn more, run the command again with --verbose. Sep 10 15:29:41.727 INFO kablam! su: No module specific data is present Sep 10 15:29:42.594 INFO running `"docker" "rm" "-f" "fdf361715576cbfff1d1119edd56ea21ae4e7a59f2e436674fd3a59855bbaa5a"` Sep 10 15:29:42.693 INFO blam! fdf361715576cbfff1d1119edd56ea21ae4e7a59f2e436674fd3a59855bbaa5a