Sep 06 04:26:33.391 INFO checking libpijul-compat-0.8.7 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 04:26:33.391 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 04:26:33.391 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:26:33.635 INFO blam! 25929c91ba2b60e0307aed15bac88535758fd42c97f2ee15aefb1842ab9a06a8 Sep 06 04:26:33.637 INFO running `"docker" "start" "-a" "25929c91ba2b60e0307aed15bac88535758fd42c97f2ee15aefb1842ab9a06a8"` Sep 06 04:26:34.422 INFO kablam! usermod: no changes Sep 06 04:26:34.524 INFO kablam! Checking bs58 v0.2.1 Sep 06 04:26:34.527 INFO kablam! Checking sanakirja v0.8.17 Sep 06 04:26:34.528 INFO kablam! Checking chrono v0.4.6 Sep 06 04:26:34.528 INFO kablam! Checking bincode v0.8.0 Sep 06 04:26:34.528 INFO kablam! Checking globset v0.2.1 Sep 06 04:26:35.499 INFO kablam! Checking ignore v0.2.2 Sep 06 04:26:38.014 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 06 04:26:41.586 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:41.587 INFO kablam! --> src/lib.rs:176:30 Sep 06 04:26:41.587 INFO kablam! | Sep 06 04:26:41.587 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 06 04:26:41.587 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:41.587 INFO kablam! | Sep 06 04:26:41.587 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:41.587 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:41.587 INFO kablam! Sep 06 04:26:41.587 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:41.587 INFO kablam! --> src/lib.rs:177:35 Sep 06 04:26:41.587 INFO kablam! | Sep 06 04:26:41.587 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 06 04:26:41.587 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:41.587 INFO kablam! | Sep 06 04:26:41.587 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:41.587 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:41.587 INFO kablam! Sep 06 04:26:41.587 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:41.587 INFO kablam! --> src/lib.rs:178:38 Sep 06 04:26:41.587 INFO kablam! | Sep 06 04:26:41.587 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 06 04:26:41.587 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:41.587 INFO kablam! | Sep 06 04:26:41.587 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:41.587 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:41.587 INFO kablam! Sep 06 04:26:41.714 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.714 INFO kablam! --> src/backend/mod.rs:327:18 Sep 06 04:26:41.714 INFO kablam! | Sep 06 04:26:41.714 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 06 04:26:41.714 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.714 INFO kablam! | Sep 06 04:26:41.714 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.714 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.714 INFO kablam! Sep 06 04:26:41.714 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.714 INFO kablam! --> src/backend/mod.rs:333:18 Sep 06 04:26:41.714 INFO kablam! | Sep 06 04:26:41.714 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 06 04:26:41.714 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.714 INFO kablam! | Sep 06 04:26:41.714 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.714 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.714 INFO kablam! Sep 06 04:26:41.718 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.718 INFO kablam! --> src/backend/mod.rs:357:22 Sep 06 04:26:41.718 INFO kablam! | Sep 06 04:26:41.718 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 06 04:26:41.718 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.718 INFO kablam! | Sep 06 04:26:41.718 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.718 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.718 INFO kablam! Sep 06 04:26:41.774 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:41.774 INFO kablam! --> src/lib.rs:176:30 Sep 06 04:26:41.774 INFO kablam! | Sep 06 04:26:41.774 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 06 04:26:41.774 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:41.774 INFO kablam! | Sep 06 04:26:41.774 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:41.774 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:41.774 INFO kablam! Sep 06 04:26:41.778 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:41.778 INFO kablam! --> src/lib.rs:177:35 Sep 06 04:26:41.778 INFO kablam! | Sep 06 04:26:41.778 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 06 04:26:41.778 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:41.778 INFO kablam! | Sep 06 04:26:41.778 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:41.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:41.778 INFO kablam! Sep 06 04:26:41.778 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 06 04:26:41.778 INFO kablam! --> src/lib.rs:178:38 Sep 06 04:26:41.778 INFO kablam! | Sep 06 04:26:41.778 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 06 04:26:41.778 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 06 04:26:41.778 INFO kablam! | Sep 06 04:26:41.778 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 06 04:26:41.778 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 06 04:26:41.778 INFO kablam! Sep 06 04:26:41.890 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.890 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 06 04:26:41.890 INFO kablam! | Sep 06 04:26:41.890 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 06 04:26:41.890 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.890 INFO kablam! | Sep 06 04:26:41.890 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.890 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.890 INFO kablam! Sep 06 04:26:41.892 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.892 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 06 04:26:41.892 INFO kablam! | Sep 06 04:26:41.892 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.892 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.892 INFO kablam! | Sep 06 04:26:41.892 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.892 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.892 INFO kablam! Sep 06 04:26:41.894 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.895 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 06 04:26:41.895 INFO kablam! | Sep 06 04:26:41.895 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.895 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.898 INFO kablam! | Sep 06 04:26:41.898 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.898 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.898 INFO kablam! Sep 06 04:26:41.898 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.898 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 06 04:26:41.898 INFO kablam! | Sep 06 04:26:41.898 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.898 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.898 INFO kablam! | Sep 06 04:26:41.898 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.898 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.898 INFO kablam! Sep 06 04:26:41.898 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.898 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 06 04:26:41.898 INFO kablam! | Sep 06 04:26:41.898 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.898 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.898 INFO kablam! | Sep 06 04:26:41.898 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.898 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.898 INFO kablam! Sep 06 04:26:41.900 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.900 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 06 04:26:41.900 INFO kablam! | Sep 06 04:26:41.900 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.900 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.900 INFO kablam! | Sep 06 04:26:41.900 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.900 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.900 INFO kablam! Sep 06 04:26:41.901 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.901 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 06 04:26:41.901 INFO kablam! | Sep 06 04:26:41.901 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.901 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.901 INFO kablam! | Sep 06 04:26:41.901 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.901 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.901 INFO kablam! Sep 06 04:26:41.903 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.903 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 06 04:26:41.903 INFO kablam! | Sep 06 04:26:41.903 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.903 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.903 INFO kablam! | Sep 06 04:26:41.903 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.903 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.903 INFO kablam! Sep 06 04:26:41.905 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.905 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 06 04:26:41.905 INFO kablam! | Sep 06 04:26:41.905 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 06 04:26:41.905 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.905 INFO kablam! | Sep 06 04:26:41.905 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.905 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.905 INFO kablam! Sep 06 04:26:41.906 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.906 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 06 04:26:41.906 INFO kablam! | Sep 06 04:26:41.906 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:41.906 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.906 INFO kablam! | Sep 06 04:26:41.906 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.906 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.906 INFO kablam! Sep 06 04:26:41.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.907 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 06 04:26:41.907 INFO kablam! | Sep 06 04:26:41.907 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 06 04:26:41.907 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.907 INFO kablam! | Sep 06 04:26:41.907 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.907 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.907 INFO kablam! Sep 06 04:26:41.908 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.908 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 06 04:26:41.908 INFO kablam! | Sep 06 04:26:41.908 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:41.908 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.908 INFO kablam! | Sep 06 04:26:41.908 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.908 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.908 INFO kablam! Sep 06 04:26:41.909 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.909 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 06 04:26:41.909 INFO kablam! | Sep 06 04:26:41.909 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.909 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.909 INFO kablam! | Sep 06 04:26:41.909 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.909 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.909 INFO kablam! Sep 06 04:26:41.910 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.910 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 06 04:26:41.910 INFO kablam! | Sep 06 04:26:41.910 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.910 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.910 INFO kablam! | Sep 06 04:26:41.910 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.910 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.910 INFO kablam! Sep 06 04:26:41.911 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.911 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 06 04:26:41.911 INFO kablam! | Sep 06 04:26:41.911 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.911 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.911 INFO kablam! | Sep 06 04:26:41.911 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.911 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.911 INFO kablam! Sep 06 04:26:41.912 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.912 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 06 04:26:41.912 INFO kablam! | Sep 06 04:26:41.912 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.912 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.912 INFO kablam! | Sep 06 04:26:41.912 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.912 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.912 INFO kablam! Sep 06 04:26:41.913 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.913 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 06 04:26:41.913 INFO kablam! | Sep 06 04:26:41.913 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:41.913 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.913 INFO kablam! | Sep 06 04:26:41.913 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.913 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.913 INFO kablam! Sep 06 04:26:41.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.914 INFO kablam! --> src/backend/mod.rs:327:18 Sep 06 04:26:41.914 INFO kablam! | Sep 06 04:26:41.914 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 06 04:26:41.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.914 INFO kablam! | Sep 06 04:26:41.914 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.914 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.914 INFO kablam! Sep 06 04:26:41.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.914 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 06 04:26:41.914 INFO kablam! | Sep 06 04:26:41.914 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.914 INFO kablam! | Sep 06 04:26:41.914 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.914 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.914 INFO kablam! Sep 06 04:26:41.915 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.915 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 06 04:26:41.915 INFO kablam! | Sep 06 04:26:41.915 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:41.915 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.915 INFO kablam! | Sep 06 04:26:41.915 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.915 INFO kablam! Sep 06 04:26:41.916 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.916 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 06 04:26:41.916 INFO kablam! | Sep 06 04:26:41.916 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.916 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.917 INFO kablam! | Sep 06 04:26:41.917 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.917 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.917 INFO kablam! Sep 06 04:26:41.917 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.917 INFO kablam! --> src/backend/mod.rs:333:18 Sep 06 04:26:41.917 INFO kablam! | Sep 06 04:26:41.917 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 06 04:26:41.917 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.917 INFO kablam! | Sep 06 04:26:41.917 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.917 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.917 INFO kablam! Sep 06 04:26:41.918 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.918 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 06 04:26:41.918 INFO kablam! | Sep 06 04:26:41.918 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.918 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.918 INFO kablam! | Sep 06 04:26:41.918 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.918 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.918 INFO kablam! Sep 06 04:26:41.918 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.918 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 06 04:26:41.918 INFO kablam! | Sep 06 04:26:41.918 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.919 INFO kablam! | Sep 06 04:26:41.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.919 INFO kablam! Sep 06 04:26:41.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.919 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 06 04:26:41.919 INFO kablam! | Sep 06 04:26:41.919 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.919 INFO kablam! | Sep 06 04:26:41.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.920 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.920 INFO kablam! Sep 06 04:26:41.920 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.920 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 06 04:26:41.920 INFO kablam! | Sep 06 04:26:41.920 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:41.920 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.920 INFO kablam! | Sep 06 04:26:41.920 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.921 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.921 INFO kablam! Sep 06 04:26:41.921 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.921 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 06 04:26:41.921 INFO kablam! | Sep 06 04:26:41.921 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:41.921 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.921 INFO kablam! | Sep 06 04:26:41.922 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.922 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.922 INFO kablam! Sep 06 04:26:41.926 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.926 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 06 04:26:41.926 INFO kablam! | Sep 06 04:26:41.926 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:41.926 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.926 INFO kablam! | Sep 06 04:26:41.926 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.926 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.926 INFO kablam! Sep 06 04:26:41.926 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.926 INFO kablam! --> src/backend/mod.rs:357:22 Sep 06 04:26:41.926 INFO kablam! | Sep 06 04:26:41.926 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 06 04:26:41.926 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.926 INFO kablam! | Sep 06 04:26:41.926 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.926 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.926 INFO kablam! Sep 06 04:26:41.926 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:41.926 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 06 04:26:41.926 INFO kablam! | Sep 06 04:26:41.926 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:41.926 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:41.926 INFO kablam! | Sep 06 04:26:41.926 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:41.926 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:41.926 INFO kablam! Sep 06 04:26:42.100 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.100 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 06 04:26:42.100 INFO kablam! | Sep 06 04:26:42.100 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 06 04:26:42.100 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.100 INFO kablam! | Sep 06 04:26:42.100 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.100 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.100 INFO kablam! Sep 06 04:26:42.109 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.109 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 06 04:26:42.109 INFO kablam! | Sep 06 04:26:42.109 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.109 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.109 INFO kablam! | Sep 06 04:26:42.109 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.109 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.109 INFO kablam! Sep 06 04:26:42.112 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.112 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 06 04:26:42.112 INFO kablam! | Sep 06 04:26:42.112 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.112 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.112 INFO kablam! | Sep 06 04:26:42.112 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.112 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.112 INFO kablam! Sep 06 04:26:42.115 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.115 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 06 04:26:42.115 INFO kablam! | Sep 06 04:26:42.115 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.115 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.115 INFO kablam! | Sep 06 04:26:42.115 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.115 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.115 INFO kablam! Sep 06 04:26:42.118 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.118 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 06 04:26:42.118 INFO kablam! | Sep 06 04:26:42.118 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.118 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.118 INFO kablam! | Sep 06 04:26:42.118 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.118 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.118 INFO kablam! Sep 06 04:26:42.118 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.118 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 06 04:26:42.118 INFO kablam! | Sep 06 04:26:42.118 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.118 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.118 INFO kablam! | Sep 06 04:26:42.118 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.118 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.118 INFO kablam! Sep 06 04:26:42.122 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.122 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 06 04:26:42.122 INFO kablam! | Sep 06 04:26:42.122 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.122 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.122 INFO kablam! | Sep 06 04:26:42.122 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.122 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.122 INFO kablam! Sep 06 04:26:42.122 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.122 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 06 04:26:42.122 INFO kablam! | Sep 06 04:26:42.122 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.122 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.122 INFO kablam! | Sep 06 04:26:42.122 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.122 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.122 INFO kablam! Sep 06 04:26:42.122 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.122 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 06 04:26:42.122 INFO kablam! | Sep 06 04:26:42.122 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 06 04:26:42.122 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.122 INFO kablam! | Sep 06 04:26:42.122 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.122 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.122 INFO kablam! Sep 06 04:26:42.123 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.123 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 06 04:26:42.123 INFO kablam! | Sep 06 04:26:42.123 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:42.123 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.123 INFO kablam! | Sep 06 04:26:42.123 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.123 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.123 INFO kablam! Sep 06 04:26:42.124 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.124 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 06 04:26:42.124 INFO kablam! | Sep 06 04:26:42.124 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 06 04:26:42.124 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.124 INFO kablam! | Sep 06 04:26:42.124 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.124 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.124 INFO kablam! Sep 06 04:26:42.125 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.125 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 06 04:26:42.125 INFO kablam! | Sep 06 04:26:42.125 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:42.125 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.125 INFO kablam! | Sep 06 04:26:42.125 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.125 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.125 INFO kablam! Sep 06 04:26:42.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.138 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.138 INFO kablam! Sep 06 04:26:42.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.138 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.138 INFO kablam! Sep 06 04:26:42.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.138 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.138 INFO kablam! Sep 06 04:26:42.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.138 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.138 INFO kablam! Sep 06 04:26:42.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.138 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:42.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.138 INFO kablam! Sep 06 04:26:42.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.138 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.138 INFO kablam! | Sep 06 04:26:42.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.139 INFO kablam! Sep 06 04:26:42.139 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.139 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 06 04:26:42.139 INFO kablam! | Sep 06 04:26:42.139 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:42.139 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.139 INFO kablam! | Sep 06 04:26:42.139 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.139 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.139 INFO kablam! Sep 06 04:26:42.146 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.146 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.146 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.146 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.146 INFO kablam! Sep 06 04:26:42.146 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.146 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.146 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.146 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.146 INFO kablam! Sep 06 04:26:42.146 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.146 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.146 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.146 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.146 INFO kablam! Sep 06 04:26:42.146 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.146 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 06 04:26:42.146 INFO kablam! | Sep 06 04:26:42.146 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.146 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.147 INFO kablam! | Sep 06 04:26:42.147 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.147 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.147 INFO kablam! Sep 06 04:26:42.147 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.147 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 06 04:26:42.147 INFO kablam! | Sep 06 04:26:42.147 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 06 04:26:42.147 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.147 INFO kablam! | Sep 06 04:26:42.147 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.147 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.147 INFO kablam! Sep 06 04:26:42.156 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.156 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 06 04:26:42.156 INFO kablam! | Sep 06 04:26:42.156 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 06 04:26:42.156 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.156 INFO kablam! | Sep 06 04:26:42.156 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.156 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.156 INFO kablam! Sep 06 04:26:42.156 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.156 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 06 04:26:42.156 INFO kablam! | Sep 06 04:26:42.156 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 06 04:26:42.156 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.156 INFO kablam! | Sep 06 04:26:42.156 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.156 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.156 INFO kablam! Sep 06 04:26:42.156 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 06 04:26:42.156 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 06 04:26:42.156 INFO kablam! | Sep 06 04:26:42.156 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 06 04:26:42.157 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 06 04:26:42.157 INFO kablam! | Sep 06 04:26:42.157 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 06 04:26:42.157 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 06 04:26:42.157 INFO kablam! Sep 06 04:26:43.446 INFO kablam! error: aborting due to 33 previous errors Sep 06 04:26:43.446 INFO kablam! Sep 06 04:26:43.446 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 04:26:43.456 INFO kablam! error: Could not compile `libpijul-compat`. Sep 06 04:26:43.456 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 04:26:43.716 INFO kablam! error: aborting due to 33 previous errors Sep 06 04:26:43.716 INFO kablam! Sep 06 04:26:43.716 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 04:26:43.732 INFO kablam! error: Could not compile `libpijul-compat`. Sep 06 04:26:43.732 INFO kablam! Sep 06 04:26:43.732 INFO kablam! To learn more, run the command again with --verbose. Sep 06 04:26:43.732 INFO kablam! su: No module specific data is present Sep 06 04:26:44.307 INFO running `"docker" "rm" "-f" "25929c91ba2b60e0307aed15bac88535758fd42c97f2ee15aefb1842ab9a06a8"` Sep 06 04:26:44.366 INFO blam! 25929c91ba2b60e0307aed15bac88535758fd42c97f2ee15aefb1842ab9a06a8