Sep 21 07:39:54.148 INFO checking libpijul-0.8.3 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:39:54.148 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:39:54.148 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:39:54.369 INFO blam! d61a4d2b778322ea44ceceb44a78aa1bd6c63fafa7e15c04d2d3a28733cc26f8 Sep 21 07:39:54.371 INFO running `"docker" "start" "-a" "d61a4d2b778322ea44ceceb44a78aa1bd6c63fafa7e15c04d2d3a28733cc26f8"` Sep 21 07:39:55.358 INFO kablam! usermod: no changes Sep 21 07:39:55.582 INFO kablam! Checking sanakirja v0.8.17 Sep 21 07:39:57.783 INFO kablam! Checking libpijul v0.8.3 (/source) Sep 21 07:40:00.898 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:40:00.898 INFO kablam! --> src/backend/mod.rs:12:9 Sep 21 07:40:00.898 INFO kablam! | Sep 21 07:40:00.898 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 21 07:40:00.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:40:00.898 INFO kablam! | Sep 21 07:40:00.898 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:40:00.898 INFO kablam! Sep 21 07:40:01.002 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:40:01.002 INFO kablam! --> src/backend/mod.rs:12:9 Sep 21 07:40:01.002 INFO kablam! | Sep 21 07:40:01.002 INFO kablam! 12 | use std::ascii::AsciiExt; Sep 21 07:40:01.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:40:01.002 INFO kablam! | Sep 21 07:40:01.002 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:40:01.002 INFO kablam! Sep 21 07:40:01.610 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.610 INFO kablam! --> src/lib.rs:175:30 Sep 21 07:40:01.610 INFO kablam! | Sep 21 07:40:01.610 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:01.610 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.610 INFO kablam! | Sep 21 07:40:01.610 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.610 INFO kablam! Sep 21 07:40:01.610 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.610 INFO kablam! --> src/lib.rs:176:35 Sep 21 07:40:01.610 INFO kablam! | Sep 21 07:40:01.610 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:01.610 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.610 INFO kablam! | Sep 21 07:40:01.610 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.610 INFO kablam! Sep 21 07:40:01.610 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.610 INFO kablam! --> src/lib.rs:177:38 Sep 21 07:40:01.610 INFO kablam! | Sep 21 07:40:01.610 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:01.610 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.610 INFO kablam! | Sep 21 07:40:01.610 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.610 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.610 INFO kablam! Sep 21 07:40:01.750 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.750 INFO kablam! --> src/backend/mod.rs:328:18 Sep 21 07:40:01.750 INFO kablam! | Sep 21 07:40:01.750 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 21 07:40:01.750 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.750 INFO kablam! | Sep 21 07:40:01.750 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.750 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.750 INFO kablam! Sep 21 07:40:01.750 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.750 INFO kablam! --> src/backend/mod.rs:334:18 Sep 21 07:40:01.750 INFO kablam! | Sep 21 07:40:01.750 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 21 07:40:01.750 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.750 INFO kablam! | Sep 21 07:40:01.750 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.750 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.750 INFO kablam! Sep 21 07:40:01.758 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.758 INFO kablam! --> src/backend/mod.rs:358:22 Sep 21 07:40:01.758 INFO kablam! | Sep 21 07:40:01.758 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 21 07:40:01.758 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.758 INFO kablam! | Sep 21 07:40:01.758 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.758 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.758 INFO kablam! Sep 21 07:40:01.866 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.866 INFO kablam! --> src/lib.rs:175:30 Sep 21 07:40:01.866 INFO kablam! | Sep 21 07:40:01.866 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Sep 21 07:40:01.866 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.866 INFO kablam! | Sep 21 07:40:01.866 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.868 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.868 INFO kablam! Sep 21 07:40:01.868 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.868 INFO kablam! --> src/lib.rs:176:35 Sep 21 07:40:01.868 INFO kablam! | Sep 21 07:40:01.868 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Sep 21 07:40:01.868 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.868 INFO kablam! | Sep 21 07:40:01.868 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.868 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.868 INFO kablam! Sep 21 07:40:01.878 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Sep 21 07:40:01.878 INFO kablam! --> src/lib.rs:177:38 Sep 21 07:40:01.878 INFO kablam! | Sep 21 07:40:01.878 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Sep 21 07:40:01.878 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Sep 21 07:40:01.878 INFO kablam! | Sep 21 07:40:01.878 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Sep 21 07:40:01.878 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Sep 21 07:40:01.878 INFO kablam! Sep 21 07:40:01.954 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.954 INFO kablam! --> src/backend/mod.rs:985:21 Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 21 07:40:01.954 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.954 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.954 INFO kablam! Sep 21 07:40:01.954 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.954 INFO kablam! --> src/backend/mod.rs:997:26 Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.954 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.954 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.954 INFO kablam! Sep 21 07:40:01.954 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.954 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.954 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.954 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.954 INFO kablam! Sep 21 07:40:01.954 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.954 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.954 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.954 INFO kablam! | Sep 21 07:40:01.954 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.955 INFO kablam! Sep 21 07:40:01.958 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.958 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 21 07:40:01.958 INFO kablam! | Sep 21 07:40:01.958 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.958 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.958 INFO kablam! | Sep 21 07:40:01.958 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.958 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.958 INFO kablam! Sep 21 07:40:01.958 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.958 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 21 07:40:01.958 INFO kablam! | Sep 21 07:40:01.958 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.958 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.958 INFO kablam! | Sep 21 07:40:01.958 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.958 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.958 INFO kablam! Sep 21 07:40:01.958 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.958 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 21 07:40:01.958 INFO kablam! | Sep 21 07:40:01.958 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.958 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.958 INFO kablam! | Sep 21 07:40:01.958 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.959 INFO kablam! Sep 21 07:40:01.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.963 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 21 07:40:01.963 INFO kablam! | Sep 21 07:40:01.963 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.963 INFO kablam! | Sep 21 07:40:01.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.963 INFO kablam! Sep 21 07:40:01.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.963 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 21 07:40:01.963 INFO kablam! | Sep 21 07:40:01.963 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:01.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.963 INFO kablam! | Sep 21 07:40:01.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.963 INFO kablam! Sep 21 07:40:01.963 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.963 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 21 07:40:01.963 INFO kablam! | Sep 21 07:40:01.963 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.963 INFO kablam! | Sep 21 07:40:01.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.963 INFO kablam! Sep 21 07:40:01.965 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.965 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 21 07:40:01.965 INFO kablam! | Sep 21 07:40:01.965 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 21 07:40:01.965 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.965 INFO kablam! | Sep 21 07:40:01.965 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.965 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.965 INFO kablam! Sep 21 07:40:01.968 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.968 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 21 07:40:01.968 INFO kablam! | Sep 21 07:40:01.968 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.968 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.968 INFO kablam! | Sep 21 07:40:01.968 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.968 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.968 INFO kablam! Sep 21 07:40:01.968 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.968 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 21 07:40:01.968 INFO kablam! | Sep 21 07:40:01.968 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.968 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.968 INFO kablam! | Sep 21 07:40:01.968 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.968 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.968 INFO kablam! Sep 21 07:40:01.970 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.971 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 21 07:40:01.971 INFO kablam! | Sep 21 07:40:01.971 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.971 INFO kablam! | Sep 21 07:40:01.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.971 INFO kablam! Sep 21 07:40:01.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.971 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 21 07:40:01.971 INFO kablam! | Sep 21 07:40:01.971 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.971 INFO kablam! | Sep 21 07:40:01.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.971 INFO kablam! Sep 21 07:40:01.973 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.973 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 21 07:40:01.973 INFO kablam! | Sep 21 07:40:01.973 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.973 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.973 INFO kablam! | Sep 21 07:40:01.973 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.973 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.973 INFO kablam! Sep 21 07:40:01.973 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.973 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 21 07:40:01.973 INFO kablam! | Sep 21 07:40:01.973 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.973 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.973 INFO kablam! | Sep 21 07:40:01.973 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.973 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.974 INFO kablam! Sep 21 07:40:01.978 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.978 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 21 07:40:01.978 INFO kablam! | Sep 21 07:40:01.978 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.978 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.978 INFO kablam! | Sep 21 07:40:01.978 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.978 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.978 INFO kablam! Sep 21 07:40:01.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.983 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.983 INFO kablam! Sep 21 07:40:01.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.983 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.983 INFO kablam! Sep 21 07:40:01.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.983 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.983 INFO kablam! Sep 21 07:40:01.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.983 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.983 INFO kablam! | Sep 21 07:40:01.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.983 INFO kablam! Sep 21 07:40:01.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.987 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 21 07:40:01.987 INFO kablam! | Sep 21 07:40:01.987 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.987 INFO kablam! | Sep 21 07:40:01.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.987 INFO kablam! Sep 21 07:40:01.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.987 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 21 07:40:01.987 INFO kablam! | Sep 21 07:40:01.987 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:01.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.987 INFO kablam! | Sep 21 07:40:01.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.987 INFO kablam! Sep 21 07:40:01.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.987 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 21 07:40:01.987 INFO kablam! | Sep 21 07:40:01.987 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:01.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.987 INFO kablam! | Sep 21 07:40:01.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.993 INFO kablam! Sep 21 07:40:01.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.998 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 21 07:40:01.998 INFO kablam! | Sep 21 07:40:01.998 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:01.998 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.998 INFO kablam! | Sep 21 07:40:01.998 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.998 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.998 INFO kablam! Sep 21 07:40:01.998 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:01.998 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 21 07:40:01.998 INFO kablam! | Sep 21 07:40:01.998 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:01.998 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:01.998 INFO kablam! | Sep 21 07:40:01.998 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:01.998 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:01.998 INFO kablam! Sep 21 07:40:02.126 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.126 INFO kablam! --> src/backend/mod.rs:328:18 Sep 21 07:40:02.126 INFO kablam! | Sep 21 07:40:02.126 INFO kablam! 328 | self.txn.del(&mut self.rng, Sep 21 07:40:02.126 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.126 INFO kablam! | Sep 21 07:40:02.126 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.126 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.126 INFO kablam! Sep 21 07:40:02.134 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.134 INFO kablam! --> src/backend/mod.rs:334:18 Sep 21 07:40:02.134 INFO kablam! | Sep 21 07:40:02.134 INFO kablam! 334 | self.txn.put(&mut self.rng, Sep 21 07:40:02.134 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.134 INFO kablam! | Sep 21 07:40:02.134 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.134 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.134 INFO kablam! Sep 21 07:40:02.138 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.138 INFO kablam! --> src/backend/mod.rs:358:22 Sep 21 07:40:02.138 INFO kablam! | Sep 21 07:40:02.138 INFO kablam! 358 | self.txn.del(&mut self.rng, Sep 21 07:40:02.138 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.138 INFO kablam! | Sep 21 07:40:02.138 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.138 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.138 INFO kablam! Sep 21 07:40:02.342 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.342 INFO kablam! --> src/backend/mod.rs:985:21 Sep 21 07:40:02.342 INFO kablam! | Sep 21 07:40:02.342 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Sep 21 07:40:02.342 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.342 INFO kablam! | Sep 21 07:40:02.342 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.342 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.342 INFO kablam! Sep 21 07:40:02.343 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.343 INFO kablam! --> src/backend/mod.rs:997:26 Sep 21 07:40:02.343 INFO kablam! | Sep 21 07:40:02.343 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.343 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.343 INFO kablam! | Sep 21 07:40:02.343 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.343 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.343 INFO kablam! Sep 21 07:40:02.350 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.350 INFO kablam! --> src/backend/mod.rs:1010:26 Sep 21 07:40:02.350 INFO kablam! | Sep 21 07:40:02.350 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.350 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.350 INFO kablam! | Sep 21 07:40:02.350 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.350 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.350 INFO kablam! Sep 21 07:40:02.352 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.352 INFO kablam! --> src/backend/mod.rs:1025:26 Sep 21 07:40:02.352 INFO kablam! | Sep 21 07:40:02.352 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.352 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.352 INFO kablam! | Sep 21 07:40:02.352 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.352 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.352 INFO kablam! Sep 21 07:40:02.352 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.352 INFO kablam! --> src/backend/mod.rs:1035:26 Sep 21 07:40:02.352 INFO kablam! | Sep 21 07:40:02.352 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.352 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.352 INFO kablam! | Sep 21 07:40:02.352 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.352 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.352 INFO kablam! Sep 21 07:40:02.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.358 INFO kablam! --> src/backend/mod.rs:1044:26 Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.358 INFO kablam! Sep 21 07:40:02.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.358 INFO kablam! --> src/backend/mod.rs:1053:26 Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.358 INFO kablam! Sep 21 07:40:02.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.358 INFO kablam! --> src/backend/mod.rs:1066:26 Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.358 INFO kablam! Sep 21 07:40:02.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.358 INFO kablam! --> src/backend/mod.rs:1079:18 Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Sep 21 07:40:02.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.358 INFO kablam! Sep 21 07:40:02.358 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.358 INFO kablam! --> src/backend/mod.rs:1080:21 Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.358 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.358 INFO kablam! | Sep 21 07:40:02.358 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.358 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.358 INFO kablam! Sep 21 07:40:02.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.362 INFO kablam! --> src/backend/mod.rs:1092:18 Sep 21 07:40:02.362 INFO kablam! | Sep 21 07:40:02.362 INFO kablam! 1092 | self.txn.del(&mut self.rng, Sep 21 07:40:02.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.362 INFO kablam! | Sep 21 07:40:02.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.362 INFO kablam! Sep 21 07:40:02.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.362 INFO kablam! --> src/backend/mod.rs:1096:21 Sep 21 07:40:02.362 INFO kablam! | Sep 21 07:40:02.362 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.362 INFO kablam! | Sep 21 07:40:02.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.362 INFO kablam! Sep 21 07:40:02.362 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.362 INFO kablam! --> src/backend/mod.rs:1112:26 Sep 21 07:40:02.362 INFO kablam! | Sep 21 07:40:02.362 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.362 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.362 INFO kablam! | Sep 21 07:40:02.362 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.362 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.362 INFO kablam! Sep 21 07:40:02.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.366 INFO kablam! --> src/backend/mod.rs:1121:26 Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.366 INFO kablam! Sep 21 07:40:02.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.366 INFO kablam! --> src/backend/mod.rs:1132:26 Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.366 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.366 INFO kablam! Sep 21 07:40:02.366 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.366 INFO kablam! --> src/backend/mod.rs:1144:26 Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.366 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.366 INFO kablam! | Sep 21 07:40:02.366 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.367 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.367 INFO kablam! Sep 21 07:40:02.370 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.370 INFO kablam! --> src/backend/mod.rs:1153:21 Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.370 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.370 INFO kablam! Sep 21 07:40:02.370 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.370 INFO kablam! --> src/backend/mod.rs:1163:26 Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.370 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.370 INFO kablam! Sep 21 07:40:02.370 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.370 INFO kablam! --> src/backend/mod.rs:1172:21 Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.370 INFO kablam! | Sep 21 07:40:02.370 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.370 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.371 INFO kablam! Sep 21 07:40:02.371 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.371 INFO kablam! --> src/backend/mod.rs:1183:26 Sep 21 07:40:02.371 INFO kablam! | Sep 21 07:40:02.371 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.371 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.371 INFO kablam! | Sep 21 07:40:02.371 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.371 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.371 INFO kablam! Sep 21 07:40:02.374 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.374 INFO kablam! --> src/backend/mod.rs:1194:26 Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.374 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.374 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.374 INFO kablam! Sep 21 07:40:02.374 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.374 INFO kablam! --> src/backend/mod.rs:1205:26 Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.374 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.374 INFO kablam! | Sep 21 07:40:02.374 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.375 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.375 INFO kablam! Sep 21 07:40:02.375 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.375 INFO kablam! --> src/backend/mod.rs:1216:26 Sep 21 07:40:02.375 INFO kablam! | Sep 21 07:40:02.375 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.375 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.375 INFO kablam! | Sep 21 07:40:02.375 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.375 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.375 INFO kablam! Sep 21 07:40:02.375 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.375 INFO kablam! --> src/backend/mod.rs:1227:26 Sep 21 07:40:02.375 INFO kablam! | Sep 21 07:40:02.375 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Sep 21 07:40:02.378 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.378 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.378 INFO kablam! Sep 21 07:40:02.378 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.378 INFO kablam! --> src/backend/mod.rs:1236:26 Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Sep 21 07:40:02.378 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.378 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.378 INFO kablam! Sep 21 07:40:02.378 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.378 INFO kablam! --> src/backend/mod.rs:1247:21 Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Sep 21 07:40:02.378 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.378 INFO kablam! | Sep 21 07:40:02.378 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.378 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.378 INFO kablam! Sep 21 07:40:02.382 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Sep 21 07:40:02.382 INFO kablam! --> src/backend/mod.rs:1258:21 Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Sep 21 07:40:02.382 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Sep 21 07:40:02.382 INFO kablam! | Sep 21 07:40:02.382 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Sep 21 07:40:02.382 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Sep 21 07:40:02.382 INFO kablam! Sep 21 07:40:03.810 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:03.810 INFO kablam! Sep 21 07:40:03.810 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:03.817 INFO kablam! error: Could not compile `libpijul`. Sep 21 07:40:03.818 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:40:04.143 INFO kablam! error: aborting due to 33 previous errors Sep 21 07:40:04.143 INFO kablam! Sep 21 07:40:04.143 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 07:40:04.156 INFO kablam! error: Could not compile `libpijul`. Sep 21 07:40:04.156 INFO kablam! Sep 21 07:40:04.156 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:40:04.157 INFO kablam! su: No module specific data is present Sep 21 07:40:05.078 INFO running `"docker" "rm" "-f" "d61a4d2b778322ea44ceceb44a78aa1bd6c63fafa7e15c04d2d3a28733cc26f8"` Sep 21 07:40:05.190 INFO blam! d61a4d2b778322ea44ceceb44a78aa1bd6c63fafa7e15c04d2d3a28733cc26f8