Sep 02 08:48:42.950 INFO checking libpijul-compat-0.8.7 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 08:48:42.950 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 08:48:42.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 08:48:43.159 INFO blam! 4c9ae8b53d0d8c128ee052927e29e8f8803bc933865fdfe8f76cd8b25a8e70fd Sep 02 08:48:43.161 INFO running `"docker" "start" "-a" "4c9ae8b53d0d8c128ee052927e29e8f8803bc933865fdfe8f76cd8b25a8e70fd"` Sep 02 08:48:43.919 INFO kablam! Checking sanakirja v0.8.17 Sep 02 08:48:43.921 INFO kablam! Checking globset v0.2.1 Sep 02 08:48:45.914 INFO kablam! Checking ignore v0.2.2 Sep 02 08:48:48.443 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 02 08:48:53.104 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:53.104 INFO kablam! --> src/lib.rs:176:30 Sep 02 08:48:53.104 INFO kablam! | Sep 02 08:48:53.104 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:48:53.104 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:53.105 INFO kablam! | Sep 02 08:48:53.105 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:53.105 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:53.105 INFO kablam! Sep 02 08:48:53.105 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:53.105 INFO kablam! --> src/lib.rs:177:35 Sep 02 08:48:53.105 INFO kablam! | Sep 02 08:48:53.106 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:48:53.106 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:53.106 INFO kablam! | Sep 02 08:48:53.106 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:53.106 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:53.106 INFO kablam! Sep 02 08:48:53.107 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:53.107 INFO kablam! --> src/lib.rs:178:38 Sep 02 08:48:53.107 INFO kablam! | Sep 02 08:48:53.107 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:48:53.107 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:53.107 INFO kablam! | Sep 02 08:48:53.107 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:53.107 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:53.107 INFO kablam! Sep 02 08:48:53.450 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.450 INFO kablam! --> src/backend/mod.rs:327:18 Sep 02 08:48:53.450 INFO kablam! | Sep 02 08:48:53.450 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 02 08:48:53.450 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.450 INFO kablam! | Sep 02 08:48:53.450 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.450 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.450 INFO kablam! Sep 02 08:48:53.454 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.454 INFO kablam! --> src/backend/mod.rs:333:18 Sep 02 08:48:53.454 INFO kablam! | Sep 02 08:48:53.454 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 02 08:48:53.454 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.454 INFO kablam! | Sep 02 08:48:53.454 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.454 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.454 INFO kablam! Sep 02 08:48:53.462 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.462 INFO kablam! --> src/backend/mod.rs:357:22 Sep 02 08:48:53.462 INFO kablam! | Sep 02 08:48:53.462 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 02 08:48:53.462 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.462 INFO kablam! | Sep 02 08:48:53.462 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.462 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.462 INFO kablam! Sep 02 08:48:53.862 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.862 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 02 08:48:53.862 INFO kablam! | Sep 02 08:48:53.862 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:48:53.862 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.862 INFO kablam! | Sep 02 08:48:53.862 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.862 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.862 INFO kablam! Sep 02 08:48:53.867 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.867 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 02 08:48:53.867 INFO kablam! | Sep 02 08:48:53.868 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.868 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.868 INFO kablam! | Sep 02 08:48:53.868 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.868 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.868 INFO kablam! Sep 02 08:48:53.873 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.873 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 02 08:48:53.873 INFO kablam! | Sep 02 08:48:53.873 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.873 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.873 INFO kablam! | Sep 02 08:48:53.873 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.873 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.873 INFO kablam! Sep 02 08:48:53.879 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.879 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 02 08:48:53.879 INFO kablam! | Sep 02 08:48:53.879 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.879 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.879 INFO kablam! | Sep 02 08:48:53.879 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.879 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.879 INFO kablam! Sep 02 08:48:53.881 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.881 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 02 08:48:53.881 INFO kablam! | Sep 02 08:48:53.881 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.881 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.881 INFO kablam! | Sep 02 08:48:53.881 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.881 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.881 INFO kablam! Sep 02 08:48:53.883 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.883 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 02 08:48:53.883 INFO kablam! | Sep 02 08:48:53.883 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.884 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.884 INFO kablam! | Sep 02 08:48:53.884 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.884 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.884 INFO kablam! Sep 02 08:48:53.885 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.885 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 02 08:48:53.886 INFO kablam! | Sep 02 08:48:53.886 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.886 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.886 INFO kablam! | Sep 02 08:48:53.886 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.886 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.886 INFO kablam! Sep 02 08:48:53.888 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.888 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 02 08:48:53.889 INFO kablam! | Sep 02 08:48:53.889 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.889 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.889 INFO kablam! | Sep 02 08:48:53.889 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.889 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.889 INFO kablam! Sep 02 08:48:53.891 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.892 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 02 08:48:53.892 INFO kablam! | Sep 02 08:48:53.892 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:48:53.892 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.892 INFO kablam! | Sep 02 08:48:53.892 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.892 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.892 INFO kablam! Sep 02 08:48:53.893 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.894 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 02 08:48:53.894 INFO kablam! | Sep 02 08:48:53.894 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:53.894 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.894 INFO kablam! | Sep 02 08:48:53.894 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.894 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.894 INFO kablam! Sep 02 08:48:53.896 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.896 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 02 08:48:53.896 INFO kablam! | Sep 02 08:48:53.896 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 02 08:48:53.896 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.896 INFO kablam! | Sep 02 08:48:53.896 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.896 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.896 INFO kablam! Sep 02 08:48:53.898 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.898 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 02 08:48:53.898 INFO kablam! | Sep 02 08:48:53.898 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:53.898 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.898 INFO kablam! | Sep 02 08:48:53.898 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.898 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.898 INFO kablam! Sep 02 08:48:53.900 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.900 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 02 08:48:53.900 INFO kablam! | Sep 02 08:48:53.900 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.900 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.900 INFO kablam! | Sep 02 08:48:53.900 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.900 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.900 INFO kablam! Sep 02 08:48:53.903 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.903 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 02 08:48:53.903 INFO kablam! | Sep 02 08:48:53.903 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.903 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.903 INFO kablam! | Sep 02 08:48:53.903 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.903 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.903 INFO kablam! Sep 02 08:48:53.905 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.905 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 02 08:48:53.905 INFO kablam! | Sep 02 08:48:53.905 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.905 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.905 INFO kablam! | Sep 02 08:48:53.905 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.905 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.905 INFO kablam! Sep 02 08:48:53.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.907 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 02 08:48:53.907 INFO kablam! | Sep 02 08:48:53.907 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.907 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.907 INFO kablam! | Sep 02 08:48:53.907 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.907 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.907 INFO kablam! Sep 02 08:48:53.909 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.909 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 02 08:48:53.909 INFO kablam! | Sep 02 08:48:53.909 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:53.909 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.909 INFO kablam! | Sep 02 08:48:53.909 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.909 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.909 INFO kablam! Sep 02 08:48:53.912 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.912 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 02 08:48:53.912 INFO kablam! | Sep 02 08:48:53.912 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.912 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.912 INFO kablam! | Sep 02 08:48:53.912 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.912 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.912 INFO kablam! Sep 02 08:48:53.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.914 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 02 08:48:53.914 INFO kablam! | Sep 02 08:48:53.914 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:53.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.914 INFO kablam! | Sep 02 08:48:53.914 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.914 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.914 INFO kablam! Sep 02 08:48:53.916 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.916 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 02 08:48:53.916 INFO kablam! | Sep 02 08:48:53.916 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.916 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.916 INFO kablam! | Sep 02 08:48:53.917 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.917 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.917 INFO kablam! Sep 02 08:48:53.918 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.918 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 02 08:48:53.918 INFO kablam! | Sep 02 08:48:53.918 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.918 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.919 INFO kablam! | Sep 02 08:48:53.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.919 INFO kablam! Sep 02 08:48:53.920 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.920 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 02 08:48:53.921 INFO kablam! | Sep 02 08:48:53.921 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.921 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.921 INFO kablam! | Sep 02 08:48:53.921 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.921 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.921 INFO kablam! Sep 02 08:48:53.923 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.923 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 02 08:48:53.923 INFO kablam! | Sep 02 08:48:53.923 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.923 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.923 INFO kablam! | Sep 02 08:48:53.923 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.923 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.923 INFO kablam! Sep 02 08:48:53.925 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.925 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 02 08:48:53.925 INFO kablam! | Sep 02 08:48:53.925 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:53.925 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.925 INFO kablam! | Sep 02 08:48:53.925 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.925 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.925 INFO kablam! Sep 02 08:48:53.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.927 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 02 08:48:53.927 INFO kablam! | Sep 02 08:48:53.927 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:53.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.927 INFO kablam! | Sep 02 08:48:53.927 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.927 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.927 INFO kablam! Sep 02 08:48:53.931 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.931 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 02 08:48:53.931 INFO kablam! | Sep 02 08:48:53.931 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:53.931 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.931 INFO kablam! | Sep 02 08:48:53.931 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.931 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.931 INFO kablam! Sep 02 08:48:53.934 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:53.934 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 02 08:48:53.934 INFO kablam! | Sep 02 08:48:53.934 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:53.934 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:53.934 INFO kablam! | Sep 02 08:48:53.934 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:53.934 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:53.934 INFO kablam! Sep 02 08:48:54.024 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:54.024 INFO kablam! --> src/lib.rs:176:30 Sep 02 08:48:54.024 INFO kablam! | Sep 02 08:48:54.024 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 02 08:48:54.024 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:54.024 INFO kablam! | Sep 02 08:48:54.024 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:54.024 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:54.024 INFO kablam! Sep 02 08:48:54.026 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:54.026 INFO kablam! --> src/lib.rs:177:35 Sep 02 08:48:54.026 INFO kablam! | Sep 02 08:48:54.026 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 02 08:48:54.026 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:54.026 INFO kablam! | Sep 02 08:48:54.026 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:54.026 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:54.026 INFO kablam! Sep 02 08:48:54.027 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 02 08:48:54.028 INFO kablam! --> src/lib.rs:178:38 Sep 02 08:48:54.028 INFO kablam! | Sep 02 08:48:54.028 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 02 08:48:54.028 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 02 08:48:54.028 INFO kablam! | Sep 02 08:48:54.028 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 02 08:48:54.028 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 02 08:48:54.028 INFO kablam! Sep 02 08:48:54.409 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.409 INFO kablam! --> src/backend/mod.rs:327:18 Sep 02 08:48:54.409 INFO kablam! | Sep 02 08:48:54.409 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 02 08:48:54.409 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.409 INFO kablam! | Sep 02 08:48:54.409 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.409 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.409 INFO kablam! Sep 02 08:48:54.413 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.413 INFO kablam! --> src/backend/mod.rs:333:18 Sep 02 08:48:54.413 INFO kablam! | Sep 02 08:48:54.413 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 02 08:48:54.413 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.414 INFO kablam! | Sep 02 08:48:54.414 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.414 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.414 INFO kablam! Sep 02 08:48:54.422 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.422 INFO kablam! --> src/backend/mod.rs:357:22 Sep 02 08:48:54.422 INFO kablam! | Sep 02 08:48:54.422 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 02 08:48:54.422 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.422 INFO kablam! | Sep 02 08:48:54.422 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.423 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.423 INFO kablam! Sep 02 08:48:54.854 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.854 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 02 08:48:54.854 INFO kablam! | Sep 02 08:48:54.854 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 02 08:48:54.854 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.854 INFO kablam! | Sep 02 08:48:54.855 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.855 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.855 INFO kablam! Sep 02 08:48:54.862 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.862 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 02 08:48:54.862 INFO kablam! | Sep 02 08:48:54.862 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.862 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.862 INFO kablam! | Sep 02 08:48:54.862 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.862 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.862 INFO kablam! Sep 02 08:48:54.868 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.868 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 02 08:48:54.868 INFO kablam! | Sep 02 08:48:54.868 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.868 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.868 INFO kablam! | Sep 02 08:48:54.869 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.869 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.869 INFO kablam! Sep 02 08:48:54.875 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.875 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 02 08:48:54.875 INFO kablam! | Sep 02 08:48:54.875 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.875 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.875 INFO kablam! | Sep 02 08:48:54.876 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.876 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.876 INFO kablam! Sep 02 08:48:54.879 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.879 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 02 08:48:54.879 INFO kablam! | Sep 02 08:48:54.879 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.879 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.879 INFO kablam! | Sep 02 08:48:54.879 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.879 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.879 INFO kablam! Sep 02 08:48:54.883 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.883 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 02 08:48:54.883 INFO kablam! | Sep 02 08:48:54.883 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.883 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.883 INFO kablam! | Sep 02 08:48:54.883 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.883 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.883 INFO kablam! Sep 02 08:48:54.886 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.886 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 02 08:48:54.886 INFO kablam! | Sep 02 08:48:54.886 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.886 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.886 INFO kablam! | Sep 02 08:48:54.886 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.886 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.887 INFO kablam! Sep 02 08:48:54.890 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.890 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 02 08:48:54.890 INFO kablam! | Sep 02 08:48:54.890 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.890 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.890 INFO kablam! | Sep 02 08:48:54.890 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.890 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.891 INFO kablam! Sep 02 08:48:54.894 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.894 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 02 08:48:54.894 INFO kablam! | Sep 02 08:48:54.894 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 02 08:48:54.894 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.894 INFO kablam! | Sep 02 08:48:54.895 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.895 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.895 INFO kablam! Sep 02 08:48:54.897 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.897 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 02 08:48:54.897 INFO kablam! | Sep 02 08:48:54.897 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:54.897 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.897 INFO kablam! | Sep 02 08:48:54.898 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.898 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.898 INFO kablam! Sep 02 08:48:54.900 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.900 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 02 08:48:54.900 INFO kablam! | Sep 02 08:48:54.900 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 02 08:48:54.900 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.900 INFO kablam! | Sep 02 08:48:54.901 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.901 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.901 INFO kablam! Sep 02 08:48:54.903 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.903 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 02 08:48:54.903 INFO kablam! | Sep 02 08:48:54.903 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:54.903 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.903 INFO kablam! | Sep 02 08:48:54.904 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.904 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.904 INFO kablam! Sep 02 08:48:54.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.907 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 02 08:48:54.907 INFO kablam! | Sep 02 08:48:54.908 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.908 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.908 INFO kablam! | Sep 02 08:48:54.908 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.908 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.908 INFO kablam! Sep 02 08:48:54.911 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.911 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 02 08:48:54.911 INFO kablam! | Sep 02 08:48:54.911 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.911 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.911 INFO kablam! | Sep 02 08:48:54.912 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.912 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.912 INFO kablam! Sep 02 08:48:54.914 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.914 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 02 08:48:54.914 INFO kablam! | Sep 02 08:48:54.914 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.914 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.915 INFO kablam! | Sep 02 08:48:54.915 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.915 INFO kablam! Sep 02 08:48:54.917 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.917 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 02 08:48:54.917 INFO kablam! | Sep 02 08:48:54.917 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.917 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.918 INFO kablam! | Sep 02 08:48:54.918 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.918 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.918 INFO kablam! Sep 02 08:48:54.921 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.921 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 02 08:48:54.921 INFO kablam! | Sep 02 08:48:54.921 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:54.921 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.921 INFO kablam! | Sep 02 08:48:54.921 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.921 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.922 INFO kablam! Sep 02 08:48:54.924 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.924 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 02 08:48:54.924 INFO kablam! | Sep 02 08:48:54.924 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.924 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.924 INFO kablam! | Sep 02 08:48:54.925 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.925 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.925 INFO kablam! Sep 02 08:48:54.927 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.927 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 02 08:48:54.927 INFO kablam! | Sep 02 08:48:54.927 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:54.927 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.928 INFO kablam! | Sep 02 08:48:54.928 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.928 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.928 INFO kablam! Sep 02 08:48:54.931 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.931 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 02 08:48:54.931 INFO kablam! | Sep 02 08:48:54.931 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.931 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.931 INFO kablam! | Sep 02 08:48:54.931 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.931 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.932 INFO kablam! Sep 02 08:48:54.934 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.934 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 02 08:48:54.934 INFO kablam! | Sep 02 08:48:54.934 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.934 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.934 INFO kablam! | Sep 02 08:48:54.934 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.934 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.935 INFO kablam! Sep 02 08:48:54.937 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.937 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 02 08:48:54.937 INFO kablam! | Sep 02 08:48:54.937 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.937 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.937 INFO kablam! | Sep 02 08:48:54.937 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.937 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.938 INFO kablam! Sep 02 08:48:54.940 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.940 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 02 08:48:54.940 INFO kablam! | Sep 02 08:48:54.940 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.940 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.940 INFO kablam! | Sep 02 08:48:54.941 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.941 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.941 INFO kablam! Sep 02 08:48:54.943 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.943 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 02 08:48:54.943 INFO kablam! | Sep 02 08:48:54.943 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 02 08:48:54.943 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.943 INFO kablam! | Sep 02 08:48:54.944 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.944 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.944 INFO kablam! Sep 02 08:48:54.946 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.946 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 02 08:48:54.946 INFO kablam! | Sep 02 08:48:54.946 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 02 08:48:54.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.947 INFO kablam! | Sep 02 08:48:54.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.947 INFO kablam! Sep 02 08:48:54.951 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.951 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 02 08:48:54.951 INFO kablam! | Sep 02 08:48:54.951 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 02 08:48:54.951 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.951 INFO kablam! | Sep 02 08:48:54.952 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.952 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.952 INFO kablam! Sep 02 08:48:54.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 02 08:48:54.955 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 02 08:48:54.955 INFO kablam! | Sep 02 08:48:54.955 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 02 08:48:54.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 02 08:48:54.955 INFO kablam! | Sep 02 08:48:54.956 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 02 08:48:54.956 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 02 08:48:54.956 INFO kablam! Sep 02 08:48:57.705 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:48:57.705 INFO kablam! Sep 02 08:48:57.705 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:48:57.719 INFO kablam! error: Could not compile `libpijul-compat`. Sep 02 08:48:57.719 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 08:48:58.144 INFO kablam! error: aborting due to 33 previous errors Sep 02 08:48:58.145 INFO kablam! Sep 02 08:48:58.145 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 08:48:58.165 INFO kablam! error: Could not compile `libpijul-compat`. Sep 02 08:48:58.166 INFO kablam! Sep 02 08:48:58.166 INFO kablam! To learn more, run the command again with --verbose. Sep 02 08:48:58.167 INFO kablam! su: No module specific data is present Sep 02 08:48:58.639 INFO running `"docker" "rm" "-f" "4c9ae8b53d0d8c128ee052927e29e8f8803bc933865fdfe8f76cd8b25a8e70fd"` Sep 02 08:48:58.773 INFO blam! 4c9ae8b53d0d8c128ee052927e29e8f8803bc933865fdfe8f76cd8b25a8e70fd