Sep 20 00:48:22.198 INFO checking libpijul-compat-0.8.7 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:48:22.199 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:48:22.199 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:48:22.391 INFO blam! 71440ae8b942d88618ada59d216e26a90788b222345fdcf01d824a3bc63ebd72 Sep 20 00:48:22.393 INFO running `"docker" "start" "-a" "71440ae8b942d88618ada59d216e26a90788b222345fdcf01d824a3bc63ebd72"` Sep 20 00:48:23.901 INFO kablam! usermod: no changes Sep 20 00:48:24.153 INFO kablam! Checking bs58 v0.2.2 Sep 20 00:48:24.170 INFO kablam! Checking sanakirja v0.8.17 Sep 20 00:48:24.170 INFO kablam! Checking chrono v0.4.6 Sep 20 00:48:24.170 INFO kablam! Checking globset v0.2.1 Sep 20 00:48:26.879 INFO kablam! Checking ignore v0.2.2 Sep 20 00:48:29.786 INFO kablam! Checking libpijul-compat v0.8.7 (/source) Sep 20 00:48:33.498 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 20 00:48:33.498 INFO kablam! --> src/lib.rs:176:30 Sep 20 00:48:33.498 INFO kablam! | Sep 20 00:48:33.498 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 20 00:48:33.498 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 20 00:48:33.498 INFO kablam! | Sep 20 00:48:33.498 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 20 00:48:33.498 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 20 00:48:33.498 INFO kablam! Sep 20 00:48:33.498 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 20 00:48:33.498 INFO kablam! --> src/lib.rs:177:35 Sep 20 00:48:33.498 INFO kablam! | Sep 20 00:48:33.498 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 20 00:48:33.498 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 20 00:48:33.498 INFO kablam! | Sep 20 00:48:33.498 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 20 00:48:33.498 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 20 00:48:33.498 INFO kablam! Sep 20 00:48:33.498 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 20 00:48:33.498 INFO kablam! --> src/lib.rs:178:38 Sep 20 00:48:33.498 INFO kablam! | Sep 20 00:48:33.498 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 20 00:48:33.498 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 20 00:48:33.498 INFO kablam! | Sep 20 00:48:33.498 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 20 00:48:33.498 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 20 00:48:33.498 INFO kablam! Sep 20 00:48:33.649 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.649 INFO kablam! --> src/backend/mod.rs:327:18 Sep 20 00:48:33.649 INFO kablam! | Sep 20 00:48:33.649 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 20 00:48:33.649 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.649 INFO kablam! | Sep 20 00:48:33.649 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.649 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.649 INFO kablam! Sep 20 00:48:33.649 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.649 INFO kablam! --> src/backend/mod.rs:333:18 Sep 20 00:48:33.650 INFO kablam! | Sep 20 00:48:33.650 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 20 00:48:33.650 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.650 INFO kablam! | Sep 20 00:48:33.650 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.650 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.650 INFO kablam! Sep 20 00:48:33.678 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.678 INFO kablam! --> src/backend/mod.rs:357:22 Sep 20 00:48:33.678 INFO kablam! | Sep 20 00:48:33.678 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 20 00:48:33.678 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.678 INFO kablam! | Sep 20 00:48:33.678 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.678 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.678 INFO kablam! Sep 20 00:48:33.854 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 20 00:48:33.854 INFO kablam! --> src/lib.rs:176:30 Sep 20 00:48:33.854 INFO kablam! | Sep 20 00:48:33.854 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 20 00:48:33.854 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 20 00:48:33.854 INFO kablam! | Sep 20 00:48:33.854 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 20 00:48:33.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 20 00:48:33.854 INFO kablam! Sep 20 00:48:33.854 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 20 00:48:33.854 INFO kablam! --> src/lib.rs:177:35 Sep 20 00:48:33.854 INFO kablam! | Sep 20 00:48:33.854 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 20 00:48:33.854 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 20 00:48:33.854 INFO kablam! | Sep 20 00:48:33.854 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 20 00:48:33.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 20 00:48:33.854 INFO kablam! Sep 20 00:48:33.854 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 20 00:48:33.854 INFO kablam! --> src/lib.rs:178:38 Sep 20 00:48:33.854 INFO kablam! | Sep 20 00:48:33.854 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 20 00:48:33.854 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 20 00:48:33.854 INFO kablam! | Sep 20 00:48:33.854 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 20 00:48:33.854 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 20 00:48:33.854 INFO kablam! Sep 20 00:48:33.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.959 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 20 00:48:33.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.959 INFO kablam! Sep 20 00:48:33.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.959 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.959 INFO kablam! Sep 20 00:48:33.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.959 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.959 INFO kablam! Sep 20 00:48:33.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.959 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.959 INFO kablam! Sep 20 00:48:33.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.959 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.959 INFO kablam! | Sep 20 00:48:33.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.960 INFO kablam! Sep 20 00:48:33.960 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.960 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.960 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.960 INFO kablam! Sep 20 00:48:33.960 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.960 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.960 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.960 INFO kablam! Sep 20 00:48:33.960 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.960 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.960 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.960 INFO kablam! Sep 20 00:48:33.960 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.960 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 20 00:48:33.960 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.960 INFO kablam! Sep 20 00:48:33.960 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.960 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 20 00:48:33.960 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.960 INFO kablam! | Sep 20 00:48:33.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.960 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.960 INFO kablam! Sep 20 00:48:33.962 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.962 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 20 00:48:33.962 INFO kablam! | Sep 20 00:48:33.962 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 20 00:48:33.962 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.962 INFO kablam! | Sep 20 00:48:33.962 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.962 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.962 INFO kablam! Sep 20 00:48:33.964 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.964 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 20 00:48:33.964 INFO kablam! | Sep 20 00:48:33.964 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 20 00:48:33.964 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.964 INFO kablam! | Sep 20 00:48:33.964 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.964 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.964 INFO kablam! Sep 20 00:48:33.965 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.965 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 20 00:48:33.965 INFO kablam! | Sep 20 00:48:33.965 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.965 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.965 INFO kablam! | Sep 20 00:48:33.965 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.965 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.965 INFO kablam! Sep 20 00:48:33.967 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.967 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 20 00:48:33.967 INFO kablam! | Sep 20 00:48:33.967 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.967 INFO kablam! | Sep 20 00:48:33.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.967 INFO kablam! Sep 20 00:48:33.968 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.968 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 20 00:48:33.968 INFO kablam! | Sep 20 00:48:33.968 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.968 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.968 INFO kablam! | Sep 20 00:48:33.968 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.968 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.968 INFO kablam! Sep 20 00:48:33.969 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.969 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 20 00:48:33.969 INFO kablam! | Sep 20 00:48:33.969 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.969 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.969 INFO kablam! | Sep 20 00:48:33.969 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.969 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.970 INFO kablam! Sep 20 00:48:33.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.971 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 20 00:48:33.971 INFO kablam! | Sep 20 00:48:33.971 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 20 00:48:33.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.971 INFO kablam! | Sep 20 00:48:33.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.971 INFO kablam! Sep 20 00:48:33.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.971 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 20 00:48:33.971 INFO kablam! | Sep 20 00:48:33.971 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.971 INFO kablam! | Sep 20 00:48:33.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.972 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.972 INFO kablam! Sep 20 00:48:33.974 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.974 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 20 00:48:33.974 INFO kablam! | Sep 20 00:48:33.974 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 20 00:48:33.974 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.974 INFO kablam! | Sep 20 00:48:33.974 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.974 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.974 INFO kablam! Sep 20 00:48:33.976 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.976 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 20 00:48:33.976 INFO kablam! | Sep 20 00:48:33.976 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.976 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.976 INFO kablam! | Sep 20 00:48:33.976 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.976 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.976 INFO kablam! Sep 20 00:48:33.977 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.977 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 20 00:48:33.977 INFO kablam! | Sep 20 00:48:33.977 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.977 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.977 INFO kablam! | Sep 20 00:48:33.977 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.977 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.977 INFO kablam! Sep 20 00:48:33.978 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.978 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 20 00:48:33.978 INFO kablam! | Sep 20 00:48:33.978 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.978 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.978 INFO kablam! | Sep 20 00:48:33.978 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.978 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.978 INFO kablam! Sep 20 00:48:33.981 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.981 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 20 00:48:33.981 INFO kablam! | Sep 20 00:48:33.981 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.981 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.981 INFO kablam! | Sep 20 00:48:33.981 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.981 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.981 INFO kablam! Sep 20 00:48:33.981 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.981 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 20 00:48:33.981 INFO kablam! | Sep 20 00:48:33.981 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:33.981 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.981 INFO kablam! | Sep 20 00:48:33.981 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.981 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.981 INFO kablam! Sep 20 00:48:33.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.983 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 20 00:48:33.983 INFO kablam! | Sep 20 00:48:33.983 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:33.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.983 INFO kablam! | Sep 20 00:48:33.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.983 INFO kablam! Sep 20 00:48:33.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.990 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 20 00:48:33.990 INFO kablam! | Sep 20 00:48:33.990 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 20 00:48:33.990 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.990 INFO kablam! | Sep 20 00:48:33.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.990 INFO kablam! Sep 20 00:48:33.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:33.990 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 20 00:48:33.990 INFO kablam! | Sep 20 00:48:33.990 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 20 00:48:33.990 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:33.990 INFO kablam! | Sep 20 00:48:33.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:33.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:33.990 INFO kablam! Sep 20 00:48:34.113 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.113 INFO kablam! --> src/backend/mod.rs:327:18 Sep 20 00:48:34.113 INFO kablam! | Sep 20 00:48:34.113 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 20 00:48:34.113 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.113 INFO kablam! | Sep 20 00:48:34.113 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.113 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.113 INFO kablam! Sep 20 00:48:34.116 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.116 INFO kablam! --> src/backend/mod.rs:333:18 Sep 20 00:48:34.116 INFO kablam! | Sep 20 00:48:34.116 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 20 00:48:34.116 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.116 INFO kablam! | Sep 20 00:48:34.116 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.116 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.116 INFO kablam! Sep 20 00:48:34.122 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.122 INFO kablam! --> src/backend/mod.rs:357:22 Sep 20 00:48:34.122 INFO kablam! | Sep 20 00:48:34.122 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 20 00:48:34.122 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.122 INFO kablam! | Sep 20 00:48:34.122 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.122 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.122 INFO kablam! Sep 20 00:48:34.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.358 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 20 00:48:34.358 INFO kablam! | Sep 20 00:48:34.358 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 20 00:48:34.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.358 INFO kablam! | Sep 20 00:48:34.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.358 INFO kablam! Sep 20 00:48:34.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.366 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 20 00:48:34.366 INFO kablam! | Sep 20 00:48:34.366 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.366 INFO kablam! | Sep 20 00:48:34.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.366 INFO kablam! Sep 20 00:48:34.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.366 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 20 00:48:34.366 INFO kablam! | Sep 20 00:48:34.366 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.366 INFO kablam! | Sep 20 00:48:34.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.366 INFO kablam! Sep 20 00:48:34.371 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.371 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 20 00:48:34.371 INFO kablam! | Sep 20 00:48:34.371 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.371 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.371 INFO kablam! | Sep 20 00:48:34.371 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.371 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.371 INFO kablam! Sep 20 00:48:34.371 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.371 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 20 00:48:34.371 INFO kablam! | Sep 20 00:48:34.371 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.371 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.371 INFO kablam! | Sep 20 00:48:34.371 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.371 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.371 INFO kablam! Sep 20 00:48:34.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.382 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 20 00:48:34.382 INFO kablam! | Sep 20 00:48:34.382 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.382 INFO kablam! | Sep 20 00:48:34.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.382 INFO kablam! Sep 20 00:48:34.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.382 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 20 00:48:34.382 INFO kablam! | Sep 20 00:48:34.382 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.382 INFO kablam! | Sep 20 00:48:34.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.382 INFO kablam! Sep 20 00:48:34.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.382 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 20 00:48:34.382 INFO kablam! | Sep 20 00:48:34.382 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.382 INFO kablam! | Sep 20 00:48:34.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.382 INFO kablam! Sep 20 00:48:34.386 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.386 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 20 00:48:34.386 INFO kablam! | Sep 20 00:48:34.386 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 20 00:48:34.386 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.386 INFO kablam! | Sep 20 00:48:34.386 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.386 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.386 INFO kablam! Sep 20 00:48:34.386 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.386 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 20 00:48:34.386 INFO kablam! | Sep 20 00:48:34.386 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 20 00:48:34.386 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.386 INFO kablam! | Sep 20 00:48:34.386 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.386 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.386 INFO kablam! Sep 20 00:48:34.386 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.386 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 20 00:48:34.386 INFO kablam! | Sep 20 00:48:34.386 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 20 00:48:34.386 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.386 INFO kablam! | Sep 20 00:48:34.386 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.386 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.386 INFO kablam! Sep 20 00:48:34.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.390 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 20 00:48:34.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.390 INFO kablam! Sep 20 00:48:34.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.390 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.390 INFO kablam! Sep 20 00:48:34.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.390 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.390 INFO kablam! Sep 20 00:48:34.390 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.390 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.390 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.390 INFO kablam! | Sep 20 00:48:34.390 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.390 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.390 INFO kablam! Sep 20 00:48:34.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.398 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 20 00:48:34.398 INFO kablam! | Sep 20 00:48:34.398 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.398 INFO kablam! | Sep 20 00:48:34.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.398 INFO kablam! Sep 20 00:48:34.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.398 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 20 00:48:34.398 INFO kablam! | Sep 20 00:48:34.398 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 20 00:48:34.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.398 INFO kablam! | Sep 20 00:48:34.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.398 INFO kablam! Sep 20 00:48:34.398 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.398 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 20 00:48:34.398 INFO kablam! | Sep 20 00:48:34.398 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.398 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.398 INFO kablam! | Sep 20 00:48:34.398 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.398 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.398 INFO kablam! Sep 20 00:48:34.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.402 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 20 00:48:34.402 INFO kablam! | Sep 20 00:48:34.402 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 20 00:48:34.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.402 INFO kablam! | Sep 20 00:48:34.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.402 INFO kablam! Sep 20 00:48:34.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.402 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 20 00:48:34.402 INFO kablam! | Sep 20 00:48:34.402 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.402 INFO kablam! | Sep 20 00:48:34.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.402 INFO kablam! Sep 20 00:48:34.402 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.402 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 20 00:48:34.402 INFO kablam! | Sep 20 00:48:34.402 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.402 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.402 INFO kablam! | Sep 20 00:48:34.402 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.402 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.402 INFO kablam! Sep 20 00:48:34.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.410 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 20 00:48:34.410 INFO kablam! | Sep 20 00:48:34.410 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.410 INFO kablam! | Sep 20 00:48:34.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.410 INFO kablam! Sep 20 00:48:34.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.410 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 20 00:48:34.410 INFO kablam! | Sep 20 00:48:34.410 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.410 INFO kablam! | Sep 20 00:48:34.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.410 INFO kablam! Sep 20 00:48:34.410 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.410 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 20 00:48:34.410 INFO kablam! | Sep 20 00:48:34.410 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 20 00:48:34.410 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.410 INFO kablam! | Sep 20 00:48:34.410 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.410 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.410 INFO kablam! Sep 20 00:48:34.411 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.411 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 20 00:48:34.411 INFO kablam! | Sep 20 00:48:34.411 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 20 00:48:34.411 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.411 INFO kablam! | Sep 20 00:48:34.411 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.411 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.411 INFO kablam! Sep 20 00:48:34.417 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.417 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 20 00:48:34.417 INFO kablam! | Sep 20 00:48:34.417 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 20 00:48:34.417 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.417 INFO kablam! | Sep 20 00:48:34.417 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.417 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.417 INFO kablam! Sep 20 00:48:34.426 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 20 00:48:34.426 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 20 00:48:34.426 INFO kablam! | Sep 20 00:48:34.426 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 20 00:48:34.426 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 20 00:48:34.426 INFO kablam! | Sep 20 00:48:34.426 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 20 00:48:34.426 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 20 00:48:34.426 INFO kablam! Sep 20 00:48:35.819 INFO kablam! error: aborting due to 33 previous errors Sep 20 00:48:35.819 INFO kablam! Sep 20 00:48:35.819 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 00:48:35.831 INFO kablam! error: Could not compile `libpijul-compat`. Sep 20 00:48:35.832 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:48:36.147 INFO kablam! error: aborting due to 33 previous errors Sep 20 00:48:36.147 INFO kablam! Sep 20 00:48:36.147 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 00:48:36.161 INFO kablam! error: Could not compile `libpijul-compat`. Sep 20 00:48:36.161 INFO kablam! Sep 20 00:48:36.161 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:48:36.162 INFO kablam! su: No module specific data is present Sep 20 00:48:36.775 INFO running `"docker" "rm" "-f" "71440ae8b942d88618ada59d216e26a90788b222345fdcf01d824a3bc63ebd72"` Sep 20 00:48:36.849 INFO blam! 71440ae8b942d88618ada59d216e26a90788b222345fdcf01d824a3bc63ebd72