Sep 14 13:48:50.763 INFO checking libpijul-compat-0.8.7 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 13:48:50.763 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 13:48:50.763 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:48:50.967 INFO blam! 8aabe58b2e2367024c267a0b1f92e0d29e9eeb6a0d9ae6ad012045e12d30245e Sep 14 13:48:50.975 INFO running `"docker" "start" "-a" "8aabe58b2e2367024c267a0b1f92e0d29e9eeb6a0d9ae6ad012045e12d30245e"` Sep 14 13:48:52.486 INFO kablam! usermod: no changes Sep 14 13:48:52.739 INFO kablam! Checking bs58 v0.2.1 Sep 14 13:48:52.752 INFO kablam! Checking sanakirja v0.8.17 Sep 14 13:48:52.759 INFO kablam! Checking chrono v0.4.6 Sep 14 13:48:52.759 INFO kablam! Checking globset v0.2.1 Sep 14 13:48:54.458 INFO kablam! Checking ignore v0.2.2 Sep 14 13:48:56.991 INFO kablam! Checking libpijul-compat v0.8.7 (file:///source) Sep 14 13:48:59.907 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:59.907 INFO kablam! --> src/lib.rs:176:30 Sep 14 13:48:59.907 INFO kablam! | Sep 14 13:48:59.907 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 14 13:48:59.907 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:59.907 INFO kablam! | Sep 14 13:48:59.907 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:59.907 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:59.907 INFO kablam! Sep 14 13:48:59.907 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:59.907 INFO kablam! --> src/lib.rs:177:35 Sep 14 13:48:59.907 INFO kablam! | Sep 14 13:48:59.907 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 14 13:48:59.907 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:59.915 INFO kablam! | Sep 14 13:48:59.915 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:59.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:59.915 INFO kablam! Sep 14 13:48:59.915 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:48:59.915 INFO kablam! --> src/lib.rs:178:38 Sep 14 13:48:59.915 INFO kablam! | Sep 14 13:48:59.915 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 14 13:48:59.915 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:48:59.915 INFO kablam! | Sep 14 13:48:59.915 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:48:59.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:48:59.915 INFO kablam! Sep 14 13:49:00.058 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.058 INFO kablam! --> src/backend/mod.rs:327:18 Sep 14 13:49:00.058 INFO kablam! | Sep 14 13:49:00.058 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 14 13:49:00.058 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.059 INFO kablam! | Sep 14 13:49:00.059 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.059 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.059 INFO kablam! Sep 14 13:49:00.063 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.063 INFO kablam! --> src/backend/mod.rs:333:18 Sep 14 13:49:00.063 INFO kablam! | Sep 14 13:49:00.063 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 14 13:49:00.063 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.063 INFO kablam! | Sep 14 13:49:00.063 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.063 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.063 INFO kablam! Sep 14 13:49:00.067 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.067 INFO kablam! --> src/backend/mod.rs:357:22 Sep 14 13:49:00.067 INFO kablam! | Sep 14 13:49:00.067 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 14 13:49:00.067 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.067 INFO kablam! | Sep 14 13:49:00.067 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.067 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.067 INFO kablam! Sep 14 13:49:00.230 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.230 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 14 13:49:00.230 INFO kablam! | Sep 14 13:49:00.230 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 14 13:49:00.230 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.235 INFO kablam! | Sep 14 13:49:00.235 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.235 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.235 INFO kablam! Sep 14 13:49:00.235 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.235 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 14 13:49:00.235 INFO kablam! | Sep 14 13:49:00.235 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.235 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.235 INFO kablam! | Sep 14 13:49:00.235 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.235 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.235 INFO kablam! Sep 14 13:49:00.239 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.239 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 14 13:49:00.239 INFO kablam! | Sep 14 13:49:00.239 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.239 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.239 INFO kablam! | Sep 14 13:49:00.239 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.239 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.239 INFO kablam! Sep 14 13:49:00.239 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.239 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 14 13:49:00.239 INFO kablam! | Sep 14 13:49:00.239 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.239 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.239 INFO kablam! | Sep 14 13:49:00.239 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.239 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.239 INFO kablam! Sep 14 13:49:00.239 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.239 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 14 13:49:00.239 INFO kablam! | Sep 14 13:49:00.239 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.239 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.239 INFO kablam! | Sep 14 13:49:00.239 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.239 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.239 INFO kablam! Sep 14 13:49:00.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.247 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.247 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.247 INFO kablam! Sep 14 13:49:00.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.247 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.247 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.247 INFO kablam! Sep 14 13:49:00.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.247 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.247 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.247 INFO kablam! Sep 14 13:49:00.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.247 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 14 13:49:00.247 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 14 13:49:00.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.248 INFO kablam! Sep 14 13:49:00.248 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.248 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 14 13:49:00.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.248 INFO kablam! Sep 14 13:49:00.248 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.248 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 14 13:49:00.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.248 INFO kablam! Sep 14 13:49:00.248 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.248 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 14 13:49:00.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.248 INFO kablam! Sep 14 13:49:00.248 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.248 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.248 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.248 INFO kablam! | Sep 14 13:49:00.248 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.248 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.248 INFO kablam! Sep 14 13:49:00.251 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.251 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 14 13:49:00.251 INFO kablam! | Sep 14 13:49:00.251 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.251 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.251 INFO kablam! | Sep 14 13:49:00.251 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.251 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.251 INFO kablam! Sep 14 13:49:00.251 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.251 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 14 13:49:00.251 INFO kablam! | Sep 14 13:49:00.251 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.251 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.251 INFO kablam! | Sep 14 13:49:00.251 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.251 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.251 INFO kablam! Sep 14 13:49:00.251 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.251 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 14 13:49:00.251 INFO kablam! | Sep 14 13:49:00.251 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.251 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.251 INFO kablam! | Sep 14 13:49:00.251 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.251 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.252 INFO kablam! Sep 14 13:49:00.252 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.252 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 14 13:49:00.252 INFO kablam! | Sep 14 13:49:00.252 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 14 13:49:00.252 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.252 INFO kablam! | Sep 14 13:49:00.252 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.252 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.252 INFO kablam! Sep 14 13:49:00.259 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.259 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.259 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.259 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.259 INFO kablam! Sep 14 13:49:00.259 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.259 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 14 13:49:00.259 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.259 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.259 INFO kablam! Sep 14 13:49:00.259 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.259 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.259 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.259 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.259 INFO kablam! Sep 14 13:49:00.259 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.259 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 14 13:49:00.259 INFO kablam! | Sep 14 13:49:00.259 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.259 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.260 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.260 INFO kablam! Sep 14 13:49:00.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.260 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.260 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.260 INFO kablam! Sep 14 13:49:00.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.260 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.260 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.260 INFO kablam! Sep 14 13:49:00.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.260 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.260 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.260 INFO kablam! Sep 14 13:49:00.260 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.260 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.260 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.260 INFO kablam! | Sep 14 13:49:00.260 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.260 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.260 INFO kablam! Sep 14 13:49:00.267 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.267 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 14 13:49:00.267 INFO kablam! | Sep 14 13:49:00.267 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 14 13:49:00.267 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.267 INFO kablam! | Sep 14 13:49:00.267 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.267 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.267 INFO kablam! Sep 14 13:49:00.267 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.267 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 14 13:49:00.267 INFO kablam! | Sep 14 13:49:00.267 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 14 13:49:00.267 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.267 INFO kablam! | Sep 14 13:49:00.267 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.267 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.267 INFO kablam! Sep 14 13:49:00.459 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:49:00.459 INFO kablam! --> src/lib.rs:176:30 Sep 14 13:49:00.459 INFO kablam! | Sep 14 13:49:00.459 INFO kablam! 176 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 14 13:49:00.459 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:49:00.459 INFO kablam! | Sep 14 13:49:00.459 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:49:00.459 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:49:00.459 INFO kablam! Sep 14 13:49:00.471 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:49:00.471 INFO kablam! --> src/lib.rs:177:35 Sep 14 13:49:00.471 INFO kablam! | Sep 14 13:49:00.471 INFO kablam! 177 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 14 13:49:00.471 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:49:00.471 INFO kablam! | Sep 14 13:49:00.471 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:49:00.471 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:49:00.471 INFO kablam! Sep 14 13:49:00.471 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 14 13:49:00.471 INFO kablam! --> src/lib.rs:178:38 Sep 14 13:49:00.471 INFO kablam! | Sep 14 13:49:00.471 INFO kablam! 178 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 14 13:49:00.471 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 14 13:49:00.471 INFO kablam! | Sep 14 13:49:00.471 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 14 13:49:00.471 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 14 13:49:00.471 INFO kablam! Sep 14 13:49:00.677 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.677 INFO kablam! --> src/backend/mod.rs:327:18 Sep 14 13:49:00.677 INFO kablam! | Sep 14 13:49:00.677 INFO kablam! 327 | self.txn.del(&mut self.rng, Sep 14 13:49:00.677 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.677 INFO kablam! | Sep 14 13:49:00.677 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.677 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.677 INFO kablam! Sep 14 13:49:00.679 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.679 INFO kablam! --> src/backend/mod.rs:333:18 Sep 14 13:49:00.679 INFO kablam! | Sep 14 13:49:00.679 INFO kablam! 333 | self.txn.put(&mut self.rng, Sep 14 13:49:00.680 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.680 INFO kablam! | Sep 14 13:49:00.680 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.680 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.680 INFO kablam! Sep 14 13:49:00.684 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.684 INFO kablam! --> src/backend/mod.rs:357:22 Sep 14 13:49:00.684 INFO kablam! | Sep 14 13:49:00.684 INFO kablam! 357 | self.txn.del(&mut self.rng, Sep 14 13:49:00.684 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.684 INFO kablam! | Sep 14 13:49:00.684 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.684 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.684 INFO kablam! Sep 14 13:49:00.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.963 INFO kablam! --> src/backend/mod.rs:1090:21 Sep 14 13:49:00.963 INFO kablam! | Sep 14 13:49:00.963 INFO kablam! 1090 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 14 13:49:00.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.968 INFO kablam! | Sep 14 13:49:00.968 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.968 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.968 INFO kablam! Sep 14 13:49:00.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.975 INFO kablam! --> src/backend/mod.rs:1102:26 Sep 14 13:49:00.975 INFO kablam! | Sep 14 13:49:00.975 INFO kablam! 1102 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.975 INFO kablam! | Sep 14 13:49:00.975 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.975 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.975 INFO kablam! Sep 14 13:49:00.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.975 INFO kablam! --> src/backend/mod.rs:1123:26 Sep 14 13:49:00.975 INFO kablam! | Sep 14 13:49:00.975 INFO kablam! 1123 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.975 INFO kablam! | Sep 14 13:49:00.975 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.975 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.975 INFO kablam! Sep 14 13:49:00.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.991 INFO kablam! --> src/backend/mod.rs:1146:26 Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! 1146 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.991 INFO kablam! Sep 14 13:49:00.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.991 INFO kablam! --> src/backend/mod.rs:1156:26 Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! 1156 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.991 INFO kablam! Sep 14 13:49:00.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.991 INFO kablam! --> src/backend/mod.rs:1165:26 Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! 1165 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:00.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.991 INFO kablam! Sep 14 13:49:00.991 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:00.991 INFO kablam! --> src/backend/mod.rs:1174:26 Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! 1174 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:00.991 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:00.991 INFO kablam! | Sep 14 13:49:00.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:00.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:00.991 INFO kablam! Sep 14 13:49:01.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.007 INFO kablam! --> src/backend/mod.rs:1187:26 Sep 14 13:49:01.007 INFO kablam! | Sep 14 13:49:01.007 INFO kablam! 1187 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:01.007 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.007 INFO kablam! | Sep 14 13:49:01.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.007 INFO kablam! Sep 14 13:49:01.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.007 INFO kablam! --> src/backend/mod.rs:1200:18 Sep 14 13:49:01.007 INFO kablam! | Sep 14 13:49:01.007 INFO kablam! 1200 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 14 13:49:01.007 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.007 INFO kablam! | Sep 14 13:49:01.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.007 INFO kablam! Sep 14 13:49:01.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.007 INFO kablam! --> src/backend/mod.rs:1201:21 Sep 14 13:49:01.007 INFO kablam! | Sep 14 13:49:01.007 INFO kablam! 1201 | Ok(self.txn.put(&mut self.rng, Sep 14 13:49:01.007 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.007 INFO kablam! | Sep 14 13:49:01.007 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.007 INFO kablam! Sep 14 13:49:01.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.011 INFO kablam! --> src/backend/mod.rs:1213:18 Sep 14 13:49:01.011 INFO kablam! | Sep 14 13:49:01.011 INFO kablam! 1213 | self.txn.del(&mut self.rng, Sep 14 13:49:01.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.011 INFO kablam! | Sep 14 13:49:01.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.011 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.011 INFO kablam! Sep 14 13:49:01.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.011 INFO kablam! --> src/backend/mod.rs:1217:21 Sep 14 13:49:01.011 INFO kablam! | Sep 14 13:49:01.011 INFO kablam! 1217 | Ok(self.txn.put(&mut self.rng, Sep 14 13:49:01.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.011 INFO kablam! | Sep 14 13:49:01.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.011 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.011 INFO kablam! Sep 14 13:49:01.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.011 INFO kablam! --> src/backend/mod.rs:1233:26 Sep 14 13:49:01.011 INFO kablam! | Sep 14 13:49:01.011 INFO kablam! 1233 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:01.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.011 INFO kablam! | Sep 14 13:49:01.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.011 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.011 INFO kablam! Sep 14 13:49:01.019 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.019 INFO kablam! --> src/backend/mod.rs:1242:26 Sep 14 13:49:01.019 INFO kablam! | Sep 14 13:49:01.019 INFO kablam! 1242 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:01.019 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.019 INFO kablam! | Sep 14 13:49:01.019 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.019 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.019 INFO kablam! Sep 14 13:49:01.019 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.019 INFO kablam! --> src/backend/mod.rs:1253:26 Sep 14 13:49:01.019 INFO kablam! | Sep 14 13:49:01.019 INFO kablam! 1253 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:01.019 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.019 INFO kablam! | Sep 14 13:49:01.019 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.019 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.019 INFO kablam! Sep 14 13:49:01.019 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.019 INFO kablam! --> src/backend/mod.rs:1265:26 Sep 14 13:49:01.019 INFO kablam! | Sep 14 13:49:01.019 INFO kablam! 1265 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:01.019 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.019 INFO kablam! | Sep 14 13:49:01.019 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.019 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.019 INFO kablam! Sep 14 13:49:01.019 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.020 INFO kablam! --> src/backend/mod.rs:1274:21 Sep 14 13:49:01.020 INFO kablam! | Sep 14 13:49:01.020 INFO kablam! 1274 | Ok(self.txn.del(&mut self.rng, Sep 14 13:49:01.020 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.020 INFO kablam! | Sep 14 13:49:01.020 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.020 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.020 INFO kablam! Sep 14 13:49:01.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.031 INFO kablam! --> src/backend/mod.rs:1284:26 Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! 1284 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:01.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.031 INFO kablam! Sep 14 13:49:01.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.031 INFO kablam! --> src/backend/mod.rs:1293:21 Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! 1293 | Ok(self.txn.del(&mut self.rng, Sep 14 13:49:01.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.031 INFO kablam! Sep 14 13:49:01.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.031 INFO kablam! --> src/backend/mod.rs:1304:26 Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! 1304 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:01.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.031 INFO kablam! Sep 14 13:49:01.031 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.031 INFO kablam! --> src/backend/mod.rs:1315:26 Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! 1315 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:01.031 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.031 INFO kablam! | Sep 14 13:49:01.031 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.031 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.031 INFO kablam! Sep 14 13:49:01.043 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.043 INFO kablam! --> src/backend/mod.rs:1326:26 Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! 1326 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:01.043 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.043 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.043 INFO kablam! Sep 14 13:49:01.043 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.043 INFO kablam! --> src/backend/mod.rs:1337:26 Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! 1337 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:01.043 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.043 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.043 INFO kablam! Sep 14 13:49:01.043 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.043 INFO kablam! --> src/backend/mod.rs:1348:26 Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! 1348 | Ok(try!(self.txn.put(&mut self.rng, Sep 14 13:49:01.043 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.043 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.043 INFO kablam! Sep 14 13:49:01.043 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.043 INFO kablam! --> src/backend/mod.rs:1357:26 Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! 1357 | Ok(try!(self.txn.del(&mut self.rng, Sep 14 13:49:01.043 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.043 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.043 INFO kablam! Sep 14 13:49:01.043 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.043 INFO kablam! --> src/backend/mod.rs:1368:21 Sep 14 13:49:01.043 INFO kablam! | Sep 14 13:49:01.043 INFO kablam! 1368 | Ok(self.txn.put(&mut self.rng, Sep 14 13:49:01.044 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.044 INFO kablam! | Sep 14 13:49:01.044 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.044 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.044 INFO kablam! Sep 14 13:49:01.044 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 14 13:49:01.044 INFO kablam! --> src/backend/mod.rs:1379:21 Sep 14 13:49:01.044 INFO kablam! | Sep 14 13:49:01.044 INFO kablam! 1379 | Ok(self.txn.del(&mut self.rng, Sep 14 13:49:01.044 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 14 13:49:01.044 INFO kablam! | Sep 14 13:49:01.044 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 14 13:49:01.044 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 14 13:49:01.044 INFO kablam! Sep 14 13:49:02.591 INFO kablam! error: aborting due to 33 previous errors Sep 14 13:49:02.591 INFO kablam! Sep 14 13:49:02.592 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 13:49:02.603 INFO kablam! error: Could not compile `libpijul-compat`. Sep 14 13:49:02.603 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 13:49:02.961 INFO kablam! error: aborting due to 33 previous errors Sep 14 13:49:02.961 INFO kablam! Sep 14 13:49:02.962 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 13:49:02.987 INFO kablam! error: Could not compile `libpijul-compat`. Sep 14 13:49:02.987 INFO kablam! Sep 14 13:49:02.987 INFO kablam! To learn more, run the command again with --verbose. Sep 14 13:49:02.987 INFO kablam! su: No module specific data is present Sep 14 13:49:03.575 INFO running `"docker" "rm" "-f" "8aabe58b2e2367024c267a0b1f92e0d29e9eeb6a0d9ae6ad012045e12d30245e"` Sep 14 13:49:03.717 INFO blam! 8aabe58b2e2367024c267a0b1f92e0d29e9eeb6a0d9ae6ad012045e12d30245e