Sep 21 07:39:53.612 INFO checking libpijul-compat-0.8.7 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:39:53.612 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:39:53.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:39:53.733 INFO blam! a92a24260be198ec9cb6b39c621f4897b730de5885a7457406cff24622736ac3 Sep 21 07:39:53.734 INFO running `"docker" "start" "-a" "a92a24260be198ec9cb6b39c621f4897b730de5885a7457406cff24622736ac3"` Sep 21 07:39:54.706 INFO kablam! usermod: no changes Sep 21 07:39:54.940 INFO kablam! Checking bs58 v0.2.2 Sep 21 07:39:54.943 INFO kablam! Checking sanakirja v0.8.17 Sep 21 07:39:54.943 INFO kablam! Checking globset v0.2.1 Sep 21 07:39:56.082 INFO kablam! Checking ignore v0.2.2 Sep 21 07:39:57.646 INFO kablam! Checking libpijul-compat v0.8.7 (/source) Sep 21 07:40:01.682 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.682 INFO kablam! --> src/lib.rs:176:30 Sep 21 07:40:01.683 INFO kablam! | Sep 21 07:40:01.683 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:01.683 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.683 INFO kablam! | Sep 21 07:40:01.683 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.683 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.683 INFO kablam! Sep 21 07:40:01.683 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.683 INFO kablam! --> src/lib.rs:177:35 Sep 21 07:40:01.683 INFO kablam! | Sep 21 07:40:01.683 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:01.683 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.683 INFO kablam! | Sep 21 07:40:01.683 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.683 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.683 INFO kablam! Sep 21 07:40:01.686 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.686 INFO kablam! --> src/lib.rs:178:38 Sep 21 07:40:01.686 INFO kablam! | Sep 21 07:40:01.686 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:01.686 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.686 INFO kablam! | Sep 21 07:40:01.686 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.686 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.686 INFO kablam! Sep 21 07:40:01.831 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.831 INFO kablam! --> src/backend/mod.rs:327:18 Sep 21 07:40:01.831 INFO kablam! | Sep 21 07:40:01.831 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 21 07:40:01.831 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.831 INFO kablam! | Sep 21 07:40:01.831 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.831 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.831 INFO kablam! Sep 21 07:40:01.834 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.834 INFO kablam! --> src/backend/mod.rs:333:18 Sep 21 07:40:01.834 INFO kablam! | Sep 21 07:40:01.834 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 21 07:40:01.834 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.834 INFO kablam! | Sep 21 07:40:01.834 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.834 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.834 INFO kablam! Sep 21 07:40:01.842 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.842 INFO kablam! --> src/backend/mod.rs:357:22 Sep 21 07:40:01.842 INFO kablam! | Sep 21 07:40:01.842 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 21 07:40:01.842 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.842 INFO kablam! | Sep 21 07:40:01.842 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.842 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.842 INFO kablam! Sep 21 07:40:01.862 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.862 INFO kablam! --> src/lib.rs:176:30 Sep 21 07:40:01.862 INFO kablam! | Sep 21 07:40:01.862 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:01.862 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.862 INFO kablam! | Sep 21 07:40:01.862 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.862 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.862 INFO kablam! Sep 21 07:40:01.862 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.862 INFO kablam! --> src/lib.rs:177:35 Sep 21 07:40:01.862 INFO kablam! | Sep 21 07:40:01.862 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:01.862 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.862 INFO kablam! | Sep 21 07:40:01.862 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.862 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.862 INFO kablam! Sep 21 07:40:01.862 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.862 INFO kablam! --> src/lib.rs:178:38 Sep 21 07:40:01.862 INFO kablam! | Sep 21 07:40:01.862 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:01.862 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.862 INFO kablam! | Sep 21 07:40:01.862 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.862 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.862 INFO kablam! Sep 21 07:40:02.166 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.166 INFO kablam! --> src/backend/mod.rs:327:18 Sep 21 07:40:02.166 INFO kablam! | Sep 21 07:40:02.166 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 21 07:40:02.166 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.166 INFO kablam! | Sep 21 07:40:02.166 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.166 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.166 INFO kablam! Sep 21 07:40:02.166 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.166 INFO kablam! --> src/backend/mod.rs:333:18 Sep 21 07:40:02.166 INFO kablam! | Sep 21 07:40:02.166 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 21 07:40:02.166 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.166 INFO kablam! | Sep 21 07:40:02.166 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.166 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.166 INFO kablam! Sep 21 07:40:02.166 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.166 INFO kablam! --> src/backend/mod.rs:357:22 Sep 21 07:40:02.166 INFO kablam! | Sep 21 07:40:02.166 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 21 07:40:02.166 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.166 INFO kablam! | Sep 21 07:40:02.166 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.166 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.166 INFO kablam! Sep 21 07:40:02.242 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.242 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 21 07:40:02.242 INFO kablam! | Sep 21 07:40:02.242 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 21 07:40:02.242 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.242 INFO kablam! | Sep 21 07:40:02.242 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.254 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.254 INFO kablam! Sep 21 07:40:02.254 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.254 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 21 07:40:02.254 INFO kablam! | Sep 21 07:40:02.254 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.254 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.254 INFO kablam! | Sep 21 07:40:02.254 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.254 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.254 INFO kablam! Sep 21 07:40:02.258 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.258 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 21 07:40:02.258 INFO kablam! | Sep 21 07:40:02.258 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.258 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.258 INFO kablam! | Sep 21 07:40:02.258 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.258 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.258 INFO kablam! Sep 21 07:40:02.258 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.258 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 21 07:40:02.258 INFO kablam! | Sep 21 07:40:02.258 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.258 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.258 INFO kablam! | Sep 21 07:40:02.258 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.258 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.258 INFO kablam! Sep 21 07:40:02.270 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.270 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 21 07:40:02.270 INFO kablam! | Sep 21 07:40:02.270 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.270 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.270 INFO kablam! | Sep 21 07:40:02.270 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.270 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.270 INFO kablam! Sep 21 07:40:02.270 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.270 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 21 07:40:02.270 INFO kablam! | Sep 21 07:40:02.270 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.270 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.270 INFO kablam! | Sep 21 07:40:02.270 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.270 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.270 INFO kablam! Sep 21 07:40:02.270 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.270 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 21 07:40:02.270 INFO kablam! | Sep 21 07:40:02.270 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.270 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.270 INFO kablam! | Sep 21 07:40:02.270 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.270 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.270 INFO kablam! Sep 21 07:40:02.274 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.274 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 21 07:40:02.274 INFO kablam! | Sep 21 07:40:02.274 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.274 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.274 INFO kablam! | Sep 21 07:40:02.274 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.274 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.274 INFO kablam! Sep 21 07:40:02.274 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.274 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 21 07:40:02.274 INFO kablam! | Sep 21 07:40:02.274 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:02.274 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.274 INFO kablam! | Sep 21 07:40:02.274 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.274 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.274 INFO kablam! Sep 21 07:40:02.274 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.274 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 21 07:40:02.274 INFO kablam! | Sep 21 07:40:02.274 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.274 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.274 INFO kablam! | Sep 21 07:40:02.274 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.274 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.274 INFO kablam! Sep 21 07:40:02.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.282 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 21 07:40:02.282 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.282 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.282 INFO kablam! Sep 21 07:40:02.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.282 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.282 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.282 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.282 INFO kablam! Sep 21 07:40:02.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.282 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.282 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.282 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.282 INFO kablam! Sep 21 07:40:02.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.282 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.282 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.282 INFO kablam! | Sep 21 07:40:02.282 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.282 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.282 INFO kablam! Sep 21 07:40:02.282 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.283 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 21 07:40:02.283 INFO kablam! | Sep 21 07:40:02.283 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.283 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.283 INFO kablam! | Sep 21 07:40:02.283 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.283 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.283 INFO kablam! Sep 21 07:40:02.283 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.283 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 21 07:40:02.283 INFO kablam! | Sep 21 07:40:02.283 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.283 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.283 INFO kablam! | Sep 21 07:40:02.286 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.286 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.286 INFO kablam! Sep 21 07:40:02.288 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.288 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 21 07:40:02.288 INFO kablam! | Sep 21 07:40:02.288 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.288 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.288 INFO kablam! | Sep 21 07:40:02.288 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.288 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.288 INFO kablam! Sep 21 07:40:02.290 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.290 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 21 07:40:02.290 INFO kablam! | Sep 21 07:40:02.290 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.290 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.290 INFO kablam! | Sep 21 07:40:02.290 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.290 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.290 INFO kablam! Sep 21 07:40:02.293 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.293 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 21 07:40:02.293 INFO kablam! | Sep 21 07:40:02.293 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.293 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.294 INFO kablam! | Sep 21 07:40:02.294 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.294 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.294 INFO kablam! Sep 21 07:40:02.294 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.294 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 21 07:40:02.294 INFO kablam! | Sep 21 07:40:02.294 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.294 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.294 INFO kablam! | Sep 21 07:40:02.294 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.294 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.294 INFO kablam! Sep 21 07:40:02.294 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.294 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 21 07:40:02.294 INFO kablam! | Sep 21 07:40:02.294 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.294 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.294 INFO kablam! | Sep 21 07:40:02.294 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.294 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.294 INFO kablam! Sep 21 07:40:02.307 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.307 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 21 07:40:02.307 INFO kablam! | Sep 21 07:40:02.307 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.307 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.307 INFO kablam! | Sep 21 07:40:02.307 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.307 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.307 INFO kablam! Sep 21 07:40:02.320 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.320 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 21 07:40:02.320 INFO kablam! | Sep 21 07:40:02.320 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.320 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.320 INFO kablam! | Sep 21 07:40:02.320 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.320 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.320 INFO kablam! Sep 21 07:40:02.320 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.320 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 21 07:40:02.320 INFO kablam! | Sep 21 07:40:02.320 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.320 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.320 INFO kablam! | Sep 21 07:40:02.320 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.320 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.320 INFO kablam! Sep 21 07:40:02.320 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.320 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 21 07:40:02.320 INFO kablam! | Sep 21 07:40:02.320 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.320 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.320 INFO kablam! | Sep 21 07:40:02.320 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.320 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.320 INFO kablam! Sep 21 07:40:02.322 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.322 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 21 07:40:02.322 INFO kablam! | Sep 21 07:40:02.322 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.322 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.322 INFO kablam! | Sep 21 07:40:02.322 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.322 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.322 INFO kablam! Sep 21 07:40:02.324 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.324 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 21 07:40:02.324 INFO kablam! | Sep 21 07:40:02.324 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.324 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.324 INFO kablam! | Sep 21 07:40:02.324 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.324 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.324 INFO kablam! Sep 21 07:40:02.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.362 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 21 07:40:02.363 INFO kablam! | Sep 21 07:40:02.363 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 21 07:40:02.363 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.363 INFO kablam! | Sep 21 07:40:02.363 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.363 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.363 INFO kablam! Sep 21 07:40:02.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.366 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.366 INFO kablam! Sep 21 07:40:02.370 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.370 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.370 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.371 INFO kablam! Sep 21 07:40:02.371 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.374 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.374 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.374 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.374 INFO kablam! Sep 21 07:40:02.374 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.374 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.374 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.375 INFO kablam! | Sep 21 07:40:02.375 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.375 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.375 INFO kablam! Sep 21 07:40:02.375 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.375 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 21 07:40:02.375 INFO kablam! | Sep 21 07:40:02.375 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.375 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.375 INFO kablam! | Sep 21 07:40:02.375 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.375 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.375 INFO kablam! Sep 21 07:40:02.378 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.378 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.378 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.378 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.378 INFO kablam! Sep 21 07:40:02.378 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.378 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.378 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.378 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.378 INFO kablam! Sep 21 07:40:02.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.382 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:02.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.382 INFO kablam! Sep 21 07:40:02.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.382 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.382 INFO kablam! Sep 21 07:40:02.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.382 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 21 07:40:02.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.382 INFO kablam! Sep 21 07:40:02.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.382 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 21 07:40:02.383 INFO kablam! | Sep 21 07:40:02.383 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.383 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.383 INFO kablam! | Sep 21 07:40:02.383 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.383 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.383 INFO kablam! Sep 21 07:40:02.383 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.383 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 21 07:40:02.383 INFO kablam! | Sep 21 07:40:02.383 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.383 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.384 INFO kablam! | Sep 21 07:40:02.384 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.384 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.384 INFO kablam! Sep 21 07:40:02.387 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.387 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 21 07:40:02.387 INFO kablam! | Sep 21 07:40:02.387 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.387 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.388 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.388 INFO kablam! Sep 21 07:40:02.388 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.388 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.388 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.388 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.388 INFO kablam! Sep 21 07:40:02.388 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.388 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.388 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.388 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.388 INFO kablam! Sep 21 07:40:02.388 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.388 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.388 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.388 INFO kablam! | Sep 21 07:40:02.388 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.388 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.388 INFO kablam! Sep 21 07:40:02.392 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.392 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 21 07:40:02.392 INFO kablam! | Sep 21 07:40:02.392 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.392 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.392 INFO kablam! | Sep 21 07:40:02.392 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.392 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.392 INFO kablam! Sep 21 07:40:02.392 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.392 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 21 07:40:02.392 INFO kablam! | Sep 21 07:40:02.392 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.392 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.392 INFO kablam! | Sep 21 07:40:02.392 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.392 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.392 INFO kablam! Sep 21 07:40:02.393 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.393 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 21 07:40:02.393 INFO kablam! | Sep 21 07:40:02.393 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.393 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.393 INFO kablam! | Sep 21 07:40:02.393 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.393 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.393 INFO kablam! Sep 21 07:40:02.393 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.393 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 21 07:40:02.394 INFO kablam! | Sep 21 07:40:02.394 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.394 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.394 INFO kablam! | Sep 21 07:40:02.394 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.394 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.394 INFO kablam! Sep 21 07:40:02.394 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.394 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 21 07:40:02.394 INFO kablam! | Sep 21 07:40:02.394 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.394 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.394 INFO kablam! | Sep 21 07:40:02.394 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.394 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.394 INFO kablam! Sep 21 07:40:02.394 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.394 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 21 07:40:02.394 INFO kablam! | Sep 21 07:40:02.394 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.394 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.394 INFO kablam! | Sep 21 07:40:02.394 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.394 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.394 INFO kablam! Sep 21 07:40:02.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.398 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 21 07:40:02.398 INFO kablam! | Sep 21 07:40:02.398 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.398 INFO kablam! | Sep 21 07:40:02.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.398 INFO kablam! Sep 21 07:40:02.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.398 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 21 07:40:02.398 INFO kablam! | Sep 21 07:40:02.398 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.398 INFO kablam! | Sep 21 07:40:02.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.398 INFO kablam! Sep 21 07:40:02.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.398 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 21 07:40:02.398 INFO kablam! | Sep 21 07:40:02.398 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.398 INFO kablam! | Sep 21 07:40:02.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.398 INFO kablam! Sep 21 07:40:02.406 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.406 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 21 07:40:02.406 INFO kablam! | Sep 21 07:40:02.406 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.406 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.406 INFO kablam! | Sep 21 07:40:02.406 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.406 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.406 INFO kablam! Sep 21 07:40:04.032 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:04.032 INFO kablam! Sep 21 07:40:04.032 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:04.042 INFO kablam! error: Could not compile `libpijul-compat`. Sep 21 07:40:04.042 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:40:04.063 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:04.063 INFO kablam! Sep 21 07:40:04.063 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:04.080 INFO kablam! error: Could not compile `libpijul-compat`. Sep 21 07:40:04.080 INFO kablam! Sep 21 07:40:04.080 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:40:04.083 INFO kablam! su: No module specific data is present Sep 21 07:40:04.972 INFO running `"docker" "rm" "-f" "a92a24260be198ec9cb6b39c621f4897b730de5885a7457406cff24622736ac3"` Sep 21 07:40:05.025 INFO blam! a92a24260be198ec9cb6b39c621f4897b730de5885a7457406cff24622736ac3