Sep 10 15:29:31.503 INFO checking libpijul-compat-0.8.7 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 15:29:31.503 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 15:29:31.503 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/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:31.657 INFO blam! fe623f4575cc09c9212dc76d72bf6c6628bf2557991f33ef5aa3f05513fddaa6 Sep 10 15:29:31.659 INFO running `"docker" "start" "-a" "fe623f4575cc09c9212dc76d72bf6c6628bf2557991f33ef5aa3f05513fddaa6"` Sep 10 15:29:32.540 INFO kablam! usermod: no changes Sep 10 15:29:32.761 INFO kablam! Checking bs58 v0.2.1 Sep 10 15:29:32.767 INFO kablam! Checking sanakirja v0.8.17 Sep 10 15:29:32.767 INFO kablam! Checking chrono v0.4.6 Sep 10 15:29:32.768 INFO kablam! Checking ignore v0.2.2 Sep 10 15:29:37.418 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 10 15:29:41.014 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:41.014 INFO kablam! --> src/lib.rs:176:30 Sep 10 15:29:41.014 INFO kablam! | Sep 10 15:29:41.014 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 10 15:29:41.014 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:41.014 INFO kablam! | Sep 10 15:29:41.014 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:41.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:41.014 INFO kablam! Sep 10 15:29:41.014 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:41.014 INFO kablam! --> src/lib.rs:177:35 Sep 10 15:29:41.014 INFO kablam! | Sep 10 15:29:41.014 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 10 15:29:41.014 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:41.014 INFO kablam! | Sep 10 15:29:41.014 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:41.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:41.014 INFO kablam! Sep 10 15:29:41.014 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:41.014 INFO kablam! --> src/lib.rs:178:38 Sep 10 15:29:41.014 INFO kablam! | Sep 10 15:29:41.014 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 10 15:29:41.014 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:41.014 INFO kablam! | Sep 10 15:29:41.014 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:41.014 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:41.014 INFO kablam! Sep 10 15:29:41.142 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.142 INFO kablam! --> src/backend/mod.rs:327:18 Sep 10 15:29:41.142 INFO kablam! | Sep 10 15:29:41.142 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 10 15:29:41.142 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.142 INFO kablam! | Sep 10 15:29:41.142 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.142 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.142 INFO kablam! Sep 10 15:29:41.146 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.146 INFO kablam! --> src/backend/mod.rs:333:18 Sep 10 15:29:41.146 INFO kablam! | Sep 10 15:29:41.146 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 10 15:29:41.146 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.146 INFO kablam! | Sep 10 15:29:41.146 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.146 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.146 INFO kablam! Sep 10 15:29:41.146 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.146 INFO kablam! --> src/backend/mod.rs:357:22 Sep 10 15:29:41.146 INFO kablam! | Sep 10 15:29:41.146 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 10 15:29:41.146 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.146 INFO kablam! | Sep 10 15:29:41.146 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.146 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.146 INFO kablam! Sep 10 15:29:41.296 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:41.297 INFO kablam! --> src/lib.rs:176:30 Sep 10 15:29:41.297 INFO kablam! | Sep 10 15:29:41.297 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 10 15:29:41.297 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:41.302 INFO kablam! | Sep 10 15:29:41.302 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:41.302 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:41.302 INFO kablam! Sep 10 15:29:41.302 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:41.302 INFO kablam! --> src/lib.rs:177:35 Sep 10 15:29:41.302 INFO kablam! | Sep 10 15:29:41.302 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 10 15:29:41.302 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:41.302 INFO kablam! | Sep 10 15:29:41.302 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:41.302 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:41.302 INFO kablam! Sep 10 15:29:41.302 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 10 15:29:41.302 INFO kablam! --> src/lib.rs:178:38 Sep 10 15:29:41.302 INFO kablam! | Sep 10 15:29:41.302 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 10 15:29:41.302 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 10 15:29:41.302 INFO kablam! | Sep 10 15:29:41.302 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 10 15:29:41.302 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 10 15:29:41.302 INFO kablam! Sep 10 15:29:41.310 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.310 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 10 15:29:41.310 INFO kablam! | Sep 10 15:29:41.310 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 10 15:29:41.310 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.310 INFO kablam! | Sep 10 15:29:41.311 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.311 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.311 INFO kablam! Sep 10 15:29:41.313 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.313 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 10 15:29:41.313 INFO kablam! | Sep 10 15:29:41.313 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.313 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.313 INFO kablam! | Sep 10 15:29:41.313 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.313 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.313 INFO kablam! Sep 10 15:29:41.318 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.318 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 10 15:29:41.318 INFO kablam! | Sep 10 15:29:41.318 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.318 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.318 INFO kablam! | Sep 10 15:29:41.318 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.318 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.318 INFO kablam! Sep 10 15:29:41.318 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.318 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 10 15:29:41.318 INFO kablam! | Sep 10 15:29:41.318 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.318 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.318 INFO kablam! | Sep 10 15:29:41.318 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.318 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.318 INFO kablam! Sep 10 15:29:41.319 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.319 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 10 15:29:41.319 INFO kablam! | Sep 10 15:29:41.319 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.319 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.319 INFO kablam! | Sep 10 15:29:41.319 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.319 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.319 INFO kablam! Sep 10 15:29:41.322 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.322 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 10 15:29:41.322 INFO kablam! | Sep 10 15:29:41.322 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.322 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.322 INFO kablam! | Sep 10 15:29:41.322 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.322 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.322 INFO kablam! Sep 10 15:29:41.322 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.322 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 10 15:29:41.322 INFO kablam! | Sep 10 15:29:41.322 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.322 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.322 INFO kablam! | Sep 10 15:29:41.322 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.322 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.322 INFO kablam! Sep 10 15:29:41.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.326 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.326 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.326 INFO kablam! Sep 10 15:29:41.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.326 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 10 15:29:41.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.326 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.326 INFO kablam! Sep 10 15:29:41.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.326 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:41.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.326 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.326 INFO kablam! Sep 10 15:29:41.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.326 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 10 15:29:41.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.326 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.326 INFO kablam! Sep 10 15:29:41.326 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.326 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:41.326 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.326 INFO kablam! | Sep 10 15:29:41.326 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.327 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.327 INFO kablam! Sep 10 15:29:41.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.330 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.330 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.330 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.330 INFO kablam! Sep 10 15:29:41.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.330 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.330 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.330 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.330 INFO kablam! Sep 10 15:29:41.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.330 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.330 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.330 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.330 INFO kablam! Sep 10 15:29:41.330 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.330 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.330 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.330 INFO kablam! | Sep 10 15:29:41.330 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.330 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.330 INFO kablam! Sep 10 15:29:41.331 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.331 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 10 15:29:41.331 INFO kablam! | Sep 10 15:29:41.332 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:41.332 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.332 INFO kablam! | Sep 10 15:29:41.332 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.332 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.332 INFO kablam! Sep 10 15:29:41.332 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.332 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 10 15:29:41.332 INFO kablam! | Sep 10 15:29:41.332 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.332 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.332 INFO kablam! | Sep 10 15:29:41.332 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.332 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.332 INFO kablam! Sep 10 15:29:41.332 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.332 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 10 15:29:41.332 INFO kablam! | Sep 10 15:29:41.332 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:41.332 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.332 INFO kablam! | Sep 10 15:29:41.332 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.332 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.332 INFO kablam! Sep 10 15:29:41.333 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.333 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 10 15:29:41.333 INFO kablam! | Sep 10 15:29:41.333 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.333 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.333 INFO kablam! | Sep 10 15:29:41.333 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.333 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.333 INFO kablam! Sep 10 15:29:41.333 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.333 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 10 15:29:41.333 INFO kablam! | Sep 10 15:29:41.333 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.333 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.333 INFO kablam! | Sep 10 15:29:41.333 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.333 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.333 INFO kablam! Sep 10 15:29:41.334 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.334 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 10 15:29:41.334 INFO kablam! | Sep 10 15:29:41.334 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.334 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.334 INFO kablam! | Sep 10 15:29:41.334 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.334 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.334 INFO kablam! Sep 10 15:29:41.335 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.335 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 10 15:29:41.335 INFO kablam! | Sep 10 15:29:41.335 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.335 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.335 INFO kablam! | Sep 10 15:29:41.335 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.335 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.335 INFO kablam! Sep 10 15:29:41.336 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.336 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 10 15:29:41.336 INFO kablam! | Sep 10 15:29:41.336 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.336 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.336 INFO kablam! | Sep 10 15:29:41.336 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.336 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.336 INFO kablam! Sep 10 15:29:41.337 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.337 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 10 15:29:41.337 INFO kablam! | Sep 10 15:29:41.337 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.337 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.337 INFO kablam! | Sep 10 15:29:41.337 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.337 INFO kablam! Sep 10 15:29:41.338 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.338 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 10 15:29:41.338 INFO kablam! | Sep 10 15:29:41.338 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:41.338 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.338 INFO kablam! | Sep 10 15:29:41.338 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.338 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.338 INFO kablam! Sep 10 15:29:41.339 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.339 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 10 15:29:41.339 INFO kablam! | Sep 10 15:29:41.339 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:41.339 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.339 INFO kablam! | Sep 10 15:29:41.339 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.339 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.339 INFO kablam! Sep 10 15:29:41.443 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.443 INFO kablam! --> src/backend/mod.rs:327:18 Sep 10 15:29:41.443 INFO kablam! | Sep 10 15:29:41.443 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 10 15:29:41.443 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.443 INFO kablam! | Sep 10 15:29:41.443 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.443 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.443 INFO kablam! Sep 10 15:29:41.445 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.445 INFO kablam! --> src/backend/mod.rs:333:18 Sep 10 15:29:41.445 INFO kablam! | Sep 10 15:29:41.445 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 10 15:29:41.445 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.445 INFO kablam! | Sep 10 15:29:41.445 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.445 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.445 INFO kablam! Sep 10 15:29:41.448 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.448 INFO kablam! --> src/backend/mod.rs:357:22 Sep 10 15:29:41.448 INFO kablam! | Sep 10 15:29:41.448 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 10 15:29:41.448 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.448 INFO kablam! | Sep 10 15:29:41.448 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.449 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.449 INFO kablam! Sep 10 15:29:41.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.678 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 10 15:29:41.678 INFO kablam! | Sep 10 15:29:41.678 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 10 15:29:41.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.678 INFO kablam! | Sep 10 15:29:41.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.678 INFO kablam! Sep 10 15:29:41.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.678 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 10 15:29:41.678 INFO kablam! | Sep 10 15:29:41.678 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.678 INFO kablam! | Sep 10 15:29:41.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.678 INFO kablam! Sep 10 15:29:41.680 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.680 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 10 15:29:41.680 INFO kablam! | Sep 10 15:29:41.680 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.680 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.680 INFO kablam! | Sep 10 15:29:41.680 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.680 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.680 INFO kablam! Sep 10 15:29:41.683 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.683 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 10 15:29:41.683 INFO kablam! | Sep 10 15:29:41.683 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.683 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.684 INFO kablam! | Sep 10 15:29:41.684 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.684 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.684 INFO kablam! Sep 10 15:29:41.685 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.685 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 10 15:29:41.685 INFO kablam! | Sep 10 15:29:41.685 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.685 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.685 INFO kablam! | Sep 10 15:29:41.685 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.685 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.685 INFO kablam! Sep 10 15:29:41.686 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.686 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 10 15:29:41.686 INFO kablam! | Sep 10 15:29:41.686 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.686 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.686 INFO kablam! | Sep 10 15:29:41.686 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.686 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.686 INFO kablam! Sep 10 15:29:41.687 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.687 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 10 15:29:41.687 INFO kablam! | Sep 10 15:29:41.687 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.687 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.687 INFO kablam! | Sep 10 15:29:41.687 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.687 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.687 INFO kablam! Sep 10 15:29:41.688 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.688 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 10 15:29:41.688 INFO kablam! | Sep 10 15:29:41.688 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.688 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.688 INFO kablam! | Sep 10 15:29:41.688 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.688 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.688 INFO kablam! Sep 10 15:29:41.690 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.690 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 10 15:29:41.690 INFO kablam! | Sep 10 15:29:41.690 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 10 15:29:41.690 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.690 INFO kablam! | Sep 10 15:29:41.690 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.690 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.690 INFO kablam! Sep 10 15:29:41.690 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.691 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 10 15:29:41.691 INFO kablam! | Sep 10 15:29:41.691 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:41.691 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.691 INFO kablam! | Sep 10 15:29:41.691 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.691 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.691 INFO kablam! Sep 10 15:29:41.692 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.692 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 10 15:29:41.692 INFO kablam! | Sep 10 15:29:41.692 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 10 15:29:41.692 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.692 INFO kablam! | Sep 10 15:29:41.692 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.692 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.692 INFO kablam! Sep 10 15:29:41.693 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.693 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 10 15:29:41.693 INFO kablam! | Sep 10 15:29:41.693 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:41.693 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.693 INFO kablam! | Sep 10 15:29:41.693 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.693 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.693 INFO kablam! Sep 10 15:29:41.694 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.694 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 10 15:29:41.694 INFO kablam! | Sep 10 15:29:41.694 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.694 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.694 INFO kablam! | Sep 10 15:29:41.694 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.694 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.694 INFO kablam! Sep 10 15:29:41.695 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.695 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 10 15:29:41.695 INFO kablam! | Sep 10 15:29:41.695 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.695 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.695 INFO kablam! | Sep 10 15:29:41.695 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.695 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.695 INFO kablam! Sep 10 15:29:41.696 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.696 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 10 15:29:41.696 INFO kablam! | Sep 10 15:29:41.696 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.696 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.696 INFO kablam! | Sep 10 15:29:41.696 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.696 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.696 INFO kablam! Sep 10 15:29:41.696 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.696 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 10 15:29:41.697 INFO kablam! | Sep 10 15:29:41.697 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.697 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.697 INFO kablam! | Sep 10 15:29:41.697 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.697 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.697 INFO kablam! Sep 10 15:29:41.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.702 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:41.702 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.702 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.702 INFO kablam! Sep 10 15:29:41.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.702 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.702 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.702 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.702 INFO kablam! Sep 10 15:29:41.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.702 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:41.702 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.702 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.702 INFO kablam! Sep 10 15:29:41.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.702 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.702 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.702 INFO kablam! | Sep 10 15:29:41.702 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.702 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.702 INFO kablam! Sep 10 15:29:41.702 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.702 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 10 15:29:41.703 INFO kablam! | Sep 10 15:29:41.703 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.703 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.703 INFO kablam! | Sep 10 15:29:41.703 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.703 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.703 INFO kablam! Sep 10 15:29:41.703 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.703 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 10 15:29:41.703 INFO kablam! | Sep 10 15:29:41.703 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.703 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.703 INFO kablam! | Sep 10 15:29:41.703 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.703 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.703 INFO kablam! Sep 10 15:29:41.706 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.706 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 10 15:29:41.706 INFO kablam! | Sep 10 15:29:41.706 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.706 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.706 INFO kablam! | Sep 10 15:29:41.706 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.706 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.706 INFO kablam! Sep 10 15:29:41.706 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.706 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 10 15:29:41.706 INFO kablam! | Sep 10 15:29:41.706 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 10 15:29:41.706 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.706 INFO kablam! | Sep 10 15:29:41.706 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.706 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.706 INFO kablam! Sep 10 15:29:41.706 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.706 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 10 15:29:41.706 INFO kablam! | Sep 10 15:29:41.706 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 10 15:29:41.706 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.706 INFO kablam! | Sep 10 15:29:41.706 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.706 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.706 INFO kablam! Sep 10 15:29:41.707 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.707 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 10 15:29:41.707 INFO kablam! | Sep 10 15:29:41.707 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 10 15:29:41.707 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.707 INFO kablam! | Sep 10 15:29:41.707 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.707 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.707 INFO kablam! Sep 10 15:29:41.708 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 10 15:29:41.708 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 10 15:29:41.708 INFO kablam! | Sep 10 15:29:41.708 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 10 15:29:41.708 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 10 15:29:41.708 INFO kablam! | Sep 10 15:29:41.708 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 10 15:29:41.708 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 10 15:29:41.708 INFO kablam! Sep 10 15:29:43.059 INFO kablam! error: aborting due to 33 previous errors Sep 10 15:29:43.059 INFO kablam! Sep 10 15:29:43.059 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 15:29:43.078 INFO kablam! error: Could not compile `libpijul-compat`. Sep 10 15:29:43.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 15:29:43.140 INFO kablam! error: aborting due to 33 previous errors Sep 10 15:29:43.140 INFO kablam! Sep 10 15:29:43.140 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 15:29:43.157 INFO kablam! error: Could not compile `libpijul-compat`. Sep 10 15:29:43.157 INFO kablam! Sep 10 15:29:43.157 INFO kablam! To learn more, run the command again with --verbose. Sep 10 15:29:43.159 INFO kablam! su: No module specific data is present Sep 10 15:29:44.146 INFO running `"docker" "rm" "-f" "fe623f4575cc09c9212dc76d72bf6c6628bf2557991f33ef5aa3f05513fddaa6"` Sep 10 15:29:44.201 INFO blam! fe623f4575cc09c9212dc76d72bf6c6628bf2557991f33ef5aa3f05513fddaa6