Sep 21 07:39:53.740 INFO checking libpijul-compat-0.8.7 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:39:53.740 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:39:53.740 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.898 INFO blam! 98cffaa20233c55faf5b0d6569bc059e776f766152fbd89aaa9fba76f02eeca7 Sep 21 07:39:53.900 INFO running `"docker" "start" "-a" "98cffaa20233c55faf5b0d6569bc059e776f766152fbd89aaa9fba76f02eeca7"` Sep 21 07:39:54.741 INFO kablam! usermod: no changes Sep 21 07:39:54.943 INFO kablam! Checking sanakirja v0.8.17 Sep 21 07:39:54.954 INFO kablam! Checking ignore v0.2.2 Sep 21 07:39:57.416 INFO kablam! Checking libpijul-compat v0.8.7 (/source) Sep 21 07:40:00.956 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.956 INFO kablam! --> src/lib.rs:176:30 Sep 21 07:40:00.956 INFO kablam! | Sep 21 07:40:00.956 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:00.956 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.956 INFO kablam! | Sep 21 07:40:00.956 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.956 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.956 INFO kablam! Sep 21 07:40:00.956 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.956 INFO kablam! --> src/lib.rs:177:35 Sep 21 07:40:00.957 INFO kablam! | Sep 21 07:40:00.957 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:00.957 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.957 INFO kablam! | Sep 21 07:40:00.957 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.957 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.957 INFO kablam! Sep 21 07:40:00.957 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:00.957 INFO kablam! --> src/lib.rs:178:38 Sep 21 07:40:00.957 INFO kablam! | Sep 21 07:40:00.957 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:00.957 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:00.957 INFO kablam! | Sep 21 07:40:00.957 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:00.957 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:00.957 INFO kablam! Sep 21 07:40:01.170 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.170 INFO kablam! --> src/backend/mod.rs:327:18 Sep 21 07:40:01.170 INFO kablam! | Sep 21 07:40:01.170 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 21 07:40:01.170 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.170 INFO kablam! | Sep 21 07:40:01.170 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.170 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.170 INFO kablam! Sep 21 07:40:01.174 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.174 INFO kablam! --> src/backend/mod.rs:333:18 Sep 21 07:40:01.174 INFO kablam! | Sep 21 07:40:01.174 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 21 07:40:01.174 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.174 INFO kablam! | Sep 21 07:40:01.174 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.174 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.174 INFO kablam! Sep 21 07:40:01.182 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.182 INFO kablam! --> src/backend/mod.rs:357:22 Sep 21 07:40:01.182 INFO kablam! | Sep 21 07:40:01.182 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 21 07:40:01.182 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.182 INFO kablam! | Sep 21 07:40:01.182 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.182 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.182 INFO kablam! Sep 21 07:40:01.262 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.262 INFO kablam! --> src/lib.rs:176:30 Sep 21 07:40:01.262 INFO kablam! | Sep 21 07:40:01.262 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:01.262 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.262 INFO kablam! | Sep 21 07:40:01.262 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.262 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.262 INFO kablam! Sep 21 07:40:01.262 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.262 INFO kablam! --> src/lib.rs:177:35 Sep 21 07:40:01.262 INFO kablam! | Sep 21 07:40:01.262 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:01.262 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.262 INFO kablam! | Sep 21 07:40:01.262 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.262 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.262 INFO kablam! Sep 21 07:40:01.262 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.262 INFO kablam! --> src/lib.rs:178:38 Sep 21 07:40:01.262 INFO kablam! | Sep 21 07:40:01.262 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:01.262 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.262 INFO kablam! | Sep 21 07:40:01.262 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.262 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.262 INFO kablam! Sep 21 07:40:01.349 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.349 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 21 07:40:01.349 INFO kablam! | Sep 21 07:40:01.349 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:01.349 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.349 INFO kablam! | Sep 21 07:40:01.349 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.349 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.349 INFO kablam! Sep 21 07:40:01.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.362 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 21 07:40:01.362 INFO kablam! | Sep 21 07:40:01.362 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.362 INFO kablam! | Sep 21 07:40:01.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.362 INFO kablam! Sep 21 07:40:01.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.366 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 21 07:40:01.366 INFO kablam! | Sep 21 07:40:01.366 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.366 INFO kablam! | Sep 21 07:40:01.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.366 INFO kablam! Sep 21 07:40:01.373 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.373 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 21 07:40:01.373 INFO kablam! | Sep 21 07:40:01.373 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.373 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.373 INFO kablam! | Sep 21 07:40:01.373 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.373 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.373 INFO kablam! Sep 21 07:40:01.373 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.373 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 21 07:40:01.373 INFO kablam! | Sep 21 07:40:01.373 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.373 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.373 INFO kablam! | Sep 21 07:40:01.373 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.373 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.373 INFO kablam! Sep 21 07:40:01.373 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.373 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 21 07:40:01.373 INFO kablam! | Sep 21 07:40:01.373 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.373 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.373 INFO kablam! | Sep 21 07:40:01.373 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.373 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.373 INFO kablam! Sep 21 07:40:01.379 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.379 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.379 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.379 INFO kablam! Sep 21 07:40:01.379 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.379 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.379 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.379 INFO kablam! Sep 21 07:40:01.379 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.379 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:01.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.379 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.379 INFO kablam! Sep 21 07:40:01.379 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.379 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.379 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.379 INFO kablam! | Sep 21 07:40:01.379 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.379 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.379 INFO kablam! Sep 21 07:40:01.384 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.384 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 21 07:40:01.384 INFO kablam! | Sep 21 07:40:01.384 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 21 07:40:01.384 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.384 INFO kablam! | Sep 21 07:40:01.384 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.384 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.384 INFO kablam! Sep 21 07:40:01.384 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.384 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 21 07:40:01.384 INFO kablam! | Sep 21 07:40:01.384 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.384 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.384 INFO kablam! | Sep 21 07:40:01.384 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.384 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.384 INFO kablam! Sep 21 07:40:01.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.390 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 21 07:40:01.390 INFO kablam! | Sep 21 07:40:01.390 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.390 INFO kablam! | Sep 21 07:40:01.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.390 INFO kablam! Sep 21 07:40:01.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.390 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 21 07:40:01.390 INFO kablam! | Sep 21 07:40:01.390 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.390 INFO kablam! | Sep 21 07:40:01.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.390 INFO kablam! Sep 21 07:40:01.395 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.395 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 21 07:40:01.395 INFO kablam! | Sep 21 07:40:01.395 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.395 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.395 INFO kablam! | Sep 21 07:40:01.395 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.395 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.396 INFO kablam! Sep 21 07:40:01.396 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.396 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.396 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.396 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.396 INFO kablam! Sep 21 07:40:01.396 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.396 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.396 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.396 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.396 INFO kablam! Sep 21 07:40:01.396 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.396 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.396 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.396 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.396 INFO kablam! Sep 21 07:40:01.396 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.396 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.396 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.396 INFO kablam! | Sep 21 07:40:01.396 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.396 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.396 INFO kablam! Sep 21 07:40:01.397 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.397 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 21 07:40:01.397 INFO kablam! | Sep 21 07:40:01.397 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.397 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.397 INFO kablam! | Sep 21 07:40:01.397 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.397 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.397 INFO kablam! Sep 21 07:40:01.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.402 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.402 INFO kablam! Sep 21 07:40:01.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.402 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.402 INFO kablam! Sep 21 07:40:01.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.402 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.402 INFO kablam! Sep 21 07:40:01.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.402 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.402 INFO kablam! | Sep 21 07:40:01.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.402 INFO kablam! Sep 21 07:40:01.404 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.404 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 21 07:40:01.404 INFO kablam! | Sep 21 07:40:01.404 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.404 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.404 INFO kablam! | Sep 21 07:40:01.404 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.404 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.404 INFO kablam! Sep 21 07:40:01.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.410 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 21 07:40:01.410 INFO kablam! | Sep 21 07:40:01.410 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.410 INFO kablam! | Sep 21 07:40:01.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.410 INFO kablam! Sep 21 07:40:01.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.410 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 21 07:40:01.410 INFO kablam! | Sep 21 07:40:01.410 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.410 INFO kablam! | Sep 21 07:40:01.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.410 INFO kablam! Sep 21 07:40:01.466 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.466 INFO kablam! --> src/backend/mod.rs:327:18 Sep 21 07:40:01.466 INFO kablam! | Sep 21 07:40:01.466 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 21 07:40:01.466 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.466 INFO kablam! | Sep 21 07:40:01.466 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.466 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.466 INFO kablam! Sep 21 07:40:01.466 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.466 INFO kablam! --> src/backend/mod.rs:333:18 Sep 21 07:40:01.466 INFO kablam! | Sep 21 07:40:01.466 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 21 07:40:01.466 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.466 INFO kablam! | Sep 21 07:40:01.466 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.466 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.466 INFO kablam! Sep 21 07:40:01.470 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.470 INFO kablam! --> src/backend/mod.rs:357:22 Sep 21 07:40:01.470 INFO kablam! | Sep 21 07:40:01.470 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 21 07:40:01.470 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.470 INFO kablam! | Sep 21 07:40:01.470 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.470 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.470 INFO kablam! Sep 21 07:40:01.674 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.674 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 21 07:40:01.674 INFO kablam! | Sep 21 07:40:01.674 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:01.674 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.674 INFO kablam! | Sep 21 07:40:01.674 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.674 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.674 INFO kablam! Sep 21 07:40:01.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.678 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 21 07:40:01.678 INFO kablam! | Sep 21 07:40:01.678 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.678 INFO kablam! | Sep 21 07:40:01.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.678 INFO kablam! Sep 21 07:40:01.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.678 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 21 07:40:01.678 INFO kablam! | Sep 21 07:40:01.678 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.678 INFO kablam! | Sep 21 07:40:01.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.678 INFO kablam! Sep 21 07:40:01.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.678 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 21 07:40:01.678 INFO kablam! | Sep 21 07:40:01.678 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.678 INFO kablam! | Sep 21 07:40:01.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.678 INFO kablam! Sep 21 07:40:01.682 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.682 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 21 07:40:01.682 INFO kablam! | Sep 21 07:40:01.682 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.682 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.682 INFO kablam! | Sep 21 07:40:01.682 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.682 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.682 INFO kablam! Sep 21 07:40:01.682 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.682 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 21 07:40:01.682 INFO kablam! | Sep 21 07:40:01.682 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.682 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.682 INFO kablam! | Sep 21 07:40:01.682 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.682 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.682 INFO kablam! Sep 21 07:40:01.682 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.682 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 21 07:40:01.682 INFO kablam! | Sep 21 07:40:01.682 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.682 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.682 INFO kablam! | Sep 21 07:40:01.682 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.682 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.682 INFO kablam! Sep 21 07:40:01.684 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.684 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 21 07:40:01.684 INFO kablam! | Sep 21 07:40:01.684 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.684 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.684 INFO kablam! | Sep 21 07:40:01.684 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.684 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.684 INFO kablam! Sep 21 07:40:01.686 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.686 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 21 07:40:01.686 INFO kablam! | Sep 21 07:40:01.686 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:01.687 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.687 INFO kablam! | Sep 21 07:40:01.687 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.687 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.687 INFO kablam! Sep 21 07:40:01.687 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.687 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 21 07:40:01.687 INFO kablam! | Sep 21 07:40:01.687 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.687 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.687 INFO kablam! | Sep 21 07:40:01.687 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.687 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.687 INFO kablam! Sep 21 07:40:01.687 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.687 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 21 07:40:01.687 INFO kablam! | Sep 21 07:40:01.690 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 21 07:40:01.690 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.690 INFO kablam! | Sep 21 07:40:01.690 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.690 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.690 INFO kablam! Sep 21 07:40:01.690 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.690 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 21 07:40:01.690 INFO kablam! | Sep 21 07:40:01.690 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.690 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.690 INFO kablam! | Sep 21 07:40:01.690 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.690 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.690 INFO kablam! Sep 21 07:40:01.691 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.691 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 21 07:40:01.691 INFO kablam! | Sep 21 07:40:01.691 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.691 INFO kablam! | Sep 21 07:40:01.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.691 INFO kablam! Sep 21 07:40:01.691 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.691 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 21 07:40:01.691 INFO kablam! | Sep 21 07:40:01.691 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.691 INFO kablam! | Sep 21 07:40:01.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.691 INFO kablam! Sep 21 07:40:01.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.698 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.698 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.698 INFO kablam! Sep 21 07:40:01.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.698 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.698 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.698 INFO kablam! Sep 21 07:40:01.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.698 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.698 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.698 INFO kablam! Sep 21 07:40:01.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.698 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.698 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.698 INFO kablam! Sep 21 07:40:01.698 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.698 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.698 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.698 INFO kablam! | Sep 21 07:40:01.698 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.698 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.699 INFO kablam! Sep 21 07:40:01.699 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.699 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 21 07:40:01.699 INFO kablam! | Sep 21 07:40:01.699 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.699 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.699 INFO kablam! | Sep 21 07:40:01.699 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.699 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.699 INFO kablam! Sep 21 07:40:01.700 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.700 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 21 07:40:01.700 INFO kablam! | Sep 21 07:40:01.700 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.700 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.700 INFO kablam! | Sep 21 07:40:01.700 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.700 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.700 INFO kablam! Sep 21 07:40:01.700 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.700 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 21 07:40:01.700 INFO kablam! | Sep 21 07:40:01.700 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.700 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.700 INFO kablam! | Sep 21 07:40:01.700 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.700 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.700 INFO kablam! Sep 21 07:40:01.700 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.700 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 21 07:40:01.700 INFO kablam! | Sep 21 07:40:01.700 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.700 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.700 INFO kablam! | Sep 21 07:40:01.700 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.700 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.700 INFO kablam! Sep 21 07:40:01.701 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.701 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 21 07:40:01.701 INFO kablam! | Sep 21 07:40:01.701 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.701 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.701 INFO kablam! | Sep 21 07:40:01.701 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.701 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.701 INFO kablam! Sep 21 07:40:01.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.702 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 21 07:40:01.702 INFO kablam! | Sep 21 07:40:01.702 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.702 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.702 INFO kablam! | Sep 21 07:40:01.702 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.702 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.702 INFO kablam! Sep 21 07:40:01.703 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.703 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 21 07:40:01.703 INFO kablam! | Sep 21 07:40:01.703 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.703 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.703 INFO kablam! | Sep 21 07:40:01.703 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.703 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.706 INFO kablam! Sep 21 07:40:01.707 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.707 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 21 07:40:01.707 INFO kablam! | Sep 21 07:40:01.707 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.707 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.707 INFO kablam! | Sep 21 07:40:01.707 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.707 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.707 INFO kablam! Sep 21 07:40:03.701 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:03.701 INFO kablam! Sep 21 07:40:03.706 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:03.715 INFO kablam! error: Could not compile `libpijul-compat`. Sep 21 07:40:03.715 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:40:03.853 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:03.853 INFO kablam! Sep 21 07:40:03.853 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:03.870 INFO kablam! error: Could not compile `libpijul-compat`. Sep 21 07:40:03.870 INFO kablam! Sep 21 07:40:03.870 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:40:03.872 INFO kablam! su: No module specific data is present Sep 21 07:40:04.802 INFO running `"docker" "rm" "-f" "98cffaa20233c55faf5b0d6569bc059e776f766152fbd89aaa9fba76f02eeca7"` Sep 21 07:40:04.852 INFO blam! 98cffaa20233c55faf5b0d6569bc059e776f766152fbd89aaa9fba76f02eeca7