Aug 11 09:39:40.562 INFO checking libpijul-0.8.3 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 09:39:40.562 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 09:39:40.562 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 09:39:40.563 INFO running `"docker" "create" "-v" "/tmp/crater.ydqtIIwClzCY:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-4/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 09:39:40.779 INFO blam! 1cb8a8061539d450362594d1352f6c4cec01ee665595ddbb7de8f584a57ffeeb Aug 11 09:39:40.781 INFO running `"docker" "start" "-a" "1cb8a8061539d450362594d1352f6c4cec01ee665595ddbb7de8f584a57ffeeb"` Aug 11 09:39:41.955 INFO kablam! Checking bs58 v0.2.1 Aug 11 09:39:41.966 INFO kablam! Checking sanakirja v0.8.17 Aug 11 09:39:47.507 INFO kablam! Checking libpijul v0.8.3 (file:///source) Aug 11 09:39:52.716 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 11 09:39:52.716 INFO kablam! --> src/backend/mod.rs:12:9 Aug 11 09:39:52.716 INFO kablam! | Aug 11 09:39:52.716 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 11 09:39:52.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 09:39:52.716 INFO kablam! | Aug 11 09:39:52.716 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 09:39:52.716 INFO kablam! Aug 11 09:39:53.508 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 11 09:39:53.508 INFO kablam! --> src/backend/mod.rs:12:9 Aug 11 09:39:53.508 INFO kablam! | Aug 11 09:39:53.508 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 11 09:39:53.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 09:39:53.509 INFO kablam! | Aug 11 09:39:53.509 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 09:39:53.509 INFO kablam! Aug 11 09:39:54.918 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:54.918 INFO kablam! --> src/lib.rs:175:30 Aug 11 09:39:54.918 INFO kablam! | Aug 11 09:39:54.919 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 11 09:39:54.919 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:54.919 INFO kablam! | Aug 11 09:39:54.919 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:54.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:54.919 INFO kablam! Aug 11 09:39:54.920 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:54.920 INFO kablam! --> src/lib.rs:176:35 Aug 11 09:39:54.920 INFO kablam! | Aug 11 09:39:54.920 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 11 09:39:54.920 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:54.920 INFO kablam! | Aug 11 09:39:54.920 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:54.921 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:54.921 INFO kablam! Aug 11 09:39:54.922 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:54.922 INFO kablam! --> src/lib.rs:177:38 Aug 11 09:39:54.922 INFO kablam! | Aug 11 09:39:54.922 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 11 09:39:54.922 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:54.922 INFO kablam! | Aug 11 09:39:54.922 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:54.922 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:54.923 INFO kablam! Aug 11 09:39:55.002 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.002 INFO kablam! --> src/lib.rs:175:30 Aug 11 09:39:55.002 INFO kablam! | Aug 11 09:39:55.002 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 11 09:39:55.002 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.003 INFO kablam! | Aug 11 09:39:55.003 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.003 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.003 INFO kablam! Aug 11 09:39:55.004 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.004 INFO kablam! --> src/lib.rs:176:35 Aug 11 09:39:55.004 INFO kablam! | Aug 11 09:39:55.004 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 11 09:39:55.004 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.005 INFO kablam! | Aug 11 09:39:55.006 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.006 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.006 INFO kablam! Aug 11 09:39:55.007 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:55.007 INFO kablam! --> src/lib.rs:177:38 Aug 11 09:39:55.007 INFO kablam! | Aug 11 09:39:55.007 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 11 09:39:55.007 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:55.007 INFO kablam! | Aug 11 09:39:55.007 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:55.007 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:55.007 INFO kablam! Aug 11 09:39:55.370 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.370 INFO kablam! --> src/backend/mod.rs:328:18 Aug 11 09:39:55.370 INFO kablam! | Aug 11 09:39:55.370 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 11 09:39:55.370 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.376 INFO kablam! | Aug 11 09:39:55.377 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.377 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.377 INFO kablam! Aug 11 09:39:55.380 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.380 INFO kablam! --> src/backend/mod.rs:334:18 Aug 11 09:39:55.380 INFO kablam! | Aug 11 09:39:55.380 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 11 09:39:55.380 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.380 INFO kablam! | Aug 11 09:39:55.380 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.381 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.381 INFO kablam! Aug 11 09:39:55.405 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.405 INFO kablam! --> src/backend/mod.rs:358:22 Aug 11 09:39:55.405 INFO kablam! | Aug 11 09:39:55.405 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 11 09:39:55.405 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.405 INFO kablam! | Aug 11 09:39:55.405 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.405 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.405 INFO kablam! Aug 11 09:39:55.597 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.597 INFO kablam! --> src/backend/mod.rs:328:18 Aug 11 09:39:55.597 INFO kablam! | Aug 11 09:39:55.597 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 11 09:39:55.597 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.608 INFO kablam! | Aug 11 09:39:55.609 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.609 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.609 INFO kablam! Aug 11 09:39:55.613 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.613 INFO kablam! --> src/backend/mod.rs:334:18 Aug 11 09:39:55.613 INFO kablam! | Aug 11 09:39:55.613 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 11 09:39:55.613 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.613 INFO kablam! | Aug 11 09:39:55.613 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.613 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.613 INFO kablam! Aug 11 09:39:55.621 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.621 INFO kablam! --> src/backend/mod.rs:358:22 Aug 11 09:39:55.621 INFO kablam! | Aug 11 09:39:55.621 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 11 09:39:55.621 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.621 INFO kablam! | Aug 11 09:39:55.621 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.621 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.621 INFO kablam! Aug 11 09:39:55.840 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.840 INFO kablam! --> src/backend/mod.rs:985:21 Aug 11 09:39:55.840 INFO kablam! | Aug 11 09:39:55.840 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 11 09:39:55.840 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.841 INFO kablam! | Aug 11 09:39:55.841 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.841 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.841 INFO kablam! Aug 11 09:39:55.858 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.858 INFO kablam! --> src/backend/mod.rs:997:26 Aug 11 09:39:55.859 INFO kablam! | Aug 11 09:39:55.859 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.859 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.859 INFO kablam! | Aug 11 09:39:55.859 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.859 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.859 INFO kablam! Aug 11 09:39:55.864 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.864 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 11 09:39:55.864 INFO kablam! | Aug 11 09:39:55.864 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.864 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.865 INFO kablam! | Aug 11 09:39:55.865 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.865 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.865 INFO kablam! Aug 11 09:39:55.872 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.872 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 11 09:39:55.872 INFO kablam! | Aug 11 09:39:55.872 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.872 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.872 INFO kablam! | Aug 11 09:39:55.872 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.872 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.872 INFO kablam! Aug 11 09:39:55.876 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.876 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 11 09:39:55.876 INFO kablam! | Aug 11 09:39:55.876 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.876 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.884 INFO kablam! | Aug 11 09:39:55.884 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.885 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.885 INFO kablam! Aug 11 09:39:55.888 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.888 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 11 09:39:55.888 INFO kablam! | Aug 11 09:39:55.888 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.888 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.888 INFO kablam! | Aug 11 09:39:55.888 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.888 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.888 INFO kablam! Aug 11 09:39:55.891 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.891 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 11 09:39:55.891 INFO kablam! | Aug 11 09:39:55.891 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.891 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.891 INFO kablam! | Aug 11 09:39:55.891 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.891 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.891 INFO kablam! Aug 11 09:39:55.894 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.894 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 11 09:39:55.894 INFO kablam! | Aug 11 09:39:55.894 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.894 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.904 INFO kablam! | Aug 11 09:39:55.904 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.904 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.905 INFO kablam! Aug 11 09:39:55.907 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.908 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 11 09:39:55.908 INFO kablam! | Aug 11 09:39:55.908 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 11 09:39:55.908 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.908 INFO kablam! | Aug 11 09:39:55.908 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.908 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.908 INFO kablam! Aug 11 09:39:55.910 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.910 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 11 09:39:55.910 INFO kablam! | Aug 11 09:39:55.910 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:55.910 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.910 INFO kablam! | Aug 11 09:39:55.911 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.911 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.911 INFO kablam! Aug 11 09:39:55.915 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.915 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 11 09:39:55.915 INFO kablam! | Aug 11 09:39:55.915 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 11 09:39:55.915 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.915 INFO kablam! | Aug 11 09:39:55.915 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.915 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.915 INFO kablam! Aug 11 09:39:55.919 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.919 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 11 09:39:55.919 INFO kablam! | Aug 11 09:39:55.919 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:55.919 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.919 INFO kablam! | Aug 11 09:39:55.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.919 INFO kablam! Aug 11 09:39:55.922 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.922 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 11 09:39:55.922 INFO kablam! | Aug 11 09:39:55.922 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.922 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.922 INFO kablam! | Aug 11 09:39:55.922 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.922 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.923 INFO kablam! Aug 11 09:39:55.932 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.932 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 11 09:39:55.932 INFO kablam! | Aug 11 09:39:55.932 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.932 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.932 INFO kablam! | Aug 11 09:39:55.933 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.933 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.933 INFO kablam! Aug 11 09:39:55.936 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.936 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 11 09:39:55.936 INFO kablam! | Aug 11 09:39:55.936 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.936 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.940 INFO kablam! | Aug 11 09:39:55.941 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.941 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.941 INFO kablam! Aug 11 09:39:55.943 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.944 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 11 09:39:55.944 INFO kablam! | Aug 11 09:39:55.944 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.944 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.948 INFO kablam! | Aug 11 09:39:55.949 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.949 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.949 INFO kablam! Aug 11 09:39:55.952 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.952 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 11 09:39:55.952 INFO kablam! | Aug 11 09:39:55.952 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:55.952 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.952 INFO kablam! | Aug 11 09:39:55.953 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.953 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.953 INFO kablam! Aug 11 09:39:55.956 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.956 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 11 09:39:55.956 INFO kablam! | Aug 11 09:39:55.956 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.956 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.960 INFO kablam! | Aug 11 09:39:55.960 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.961 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.961 INFO kablam! Aug 11 09:39:55.964 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.964 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 11 09:39:55.964 INFO kablam! | Aug 11 09:39:55.964 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:55.964 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.964 INFO kablam! | Aug 11 09:39:55.965 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.965 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.965 INFO kablam! Aug 11 09:39:55.968 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.968 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 11 09:39:55.968 INFO kablam! | Aug 11 09:39:55.968 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.968 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.972 INFO kablam! | Aug 11 09:39:55.973 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.973 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.973 INFO kablam! Aug 11 09:39:55.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.976 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 11 09:39:55.976 INFO kablam! | Aug 11 09:39:55.976 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.976 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.976 INFO kablam! | Aug 11 09:39:55.976 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.977 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.977 INFO kablam! Aug 11 09:39:55.980 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.980 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 11 09:39:55.980 INFO kablam! | Aug 11 09:39:55.980 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.980 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.981 INFO kablam! | Aug 11 09:39:55.981 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.981 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.982 INFO kablam! Aug 11 09:39:55.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.990 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 11 09:39:55.990 INFO kablam! | Aug 11 09:39:55.990 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:55.990 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.991 INFO kablam! | Aug 11 09:39:55.991 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.991 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.991 INFO kablam! Aug 11 09:39:55.995 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:55.995 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 11 09:39:55.995 INFO kablam! | Aug 11 09:39:55.995 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:55.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:55.995 INFO kablam! | Aug 11 09:39:55.995 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:55.996 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:55.996 INFO kablam! Aug 11 09:39:55.999 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.000 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 11 09:39:56.000 INFO kablam! | Aug 11 09:39:56.000 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.000 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.000 INFO kablam! | Aug 11 09:39:56.000 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.000 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.000 INFO kablam! Aug 11 09:39:56.007 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.007 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 11 09:39:56.008 INFO kablam! | Aug 11 09:39:56.008 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.008 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.008 INFO kablam! | Aug 11 09:39:56.008 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.008 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.008 INFO kablam! Aug 11 09:39:56.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.011 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 11 09:39:56.011 INFO kablam! | Aug 11 09:39:56.011 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.011 INFO kablam! | Aug 11 09:39:56.011 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.011 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.011 INFO kablam! Aug 11 09:39:56.158 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.158 INFO kablam! --> src/backend/mod.rs:985:21 Aug 11 09:39:56.158 INFO kablam! | Aug 11 09:39:56.158 INFO kablam! 985 | Ok(self.txn.del(&mut self.rng, &mut self.dbs.branches, name.as_small_str().to_unsafe(), None)?) Aug 11 09:39:56.158 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.158 INFO kablam! | Aug 11 09:39:56.159 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.159 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.159 INFO kablam! Aug 11 09:39:56.168 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.168 INFO kablam! --> src/backend/mod.rs:997:26 Aug 11 09:39:56.168 INFO kablam! | Aug 11 09:39:56.168 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.168 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.168 INFO kablam! | Aug 11 09:39:56.168 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.169 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.169 INFO kablam! Aug 11 09:39:56.170 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.170 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 11 09:39:56.170 INFO kablam! | Aug 11 09:39:56.170 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.170 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.170 INFO kablam! | Aug 11 09:39:56.170 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.170 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.171 INFO kablam! Aug 11 09:39:56.173 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.173 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 11 09:39:56.173 INFO kablam! | Aug 11 09:39:56.173 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.173 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.173 INFO kablam! | Aug 11 09:39:56.173 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.173 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.173 INFO kablam! Aug 11 09:39:56.183 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.183 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 11 09:39:56.183 INFO kablam! | Aug 11 09:39:56.184 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.184 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.184 INFO kablam! | Aug 11 09:39:56.184 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.184 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.184 INFO kablam! Aug 11 09:39:56.194 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.194 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 11 09:39:56.194 INFO kablam! | Aug 11 09:39:56.194 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.194 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.194 INFO kablam! | Aug 11 09:39:56.194 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.194 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.194 INFO kablam! Aug 11 09:39:56.195 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.195 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 11 09:39:56.195 INFO kablam! | Aug 11 09:39:56.196 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.196 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.196 INFO kablam! | Aug 11 09:39:56.196 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.196 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.196 INFO kablam! Aug 11 09:39:56.199 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.199 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 11 09:39:56.199 INFO kablam! | Aug 11 09:39:56.199 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.199 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.199 INFO kablam! | Aug 11 09:39:56.199 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.199 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.199 INFO kablam! Aug 11 09:39:56.202 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.202 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 11 09:39:56.202 INFO kablam! | Aug 11 09:39:56.202 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 11 09:39:56.202 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.203 INFO kablam! | Aug 11 09:39:56.203 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.203 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.203 INFO kablam! Aug 11 09:39:56.223 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.223 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 11 09:39:56.223 INFO kablam! | Aug 11 09:39:56.223 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.223 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.223 INFO kablam! | Aug 11 09:39:56.223 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.223 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.223 INFO kablam! Aug 11 09:39:56.228 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.228 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 11 09:39:56.228 INFO kablam! | Aug 11 09:39:56.228 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 11 09:39:56.228 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.228 INFO kablam! | Aug 11 09:39:56.228 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.228 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.228 INFO kablam! Aug 11 09:39:56.229 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.230 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 11 09:39:56.230 INFO kablam! | Aug 11 09:39:56.230 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.230 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.230 INFO kablam! | Aug 11 09:39:56.230 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.230 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.230 INFO kablam! Aug 11 09:39:56.231 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.232 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 11 09:39:56.232 INFO kablam! | Aug 11 09:39:56.232 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.232 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.232 INFO kablam! | Aug 11 09:39:56.232 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.232 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.232 INFO kablam! Aug 11 09:39:56.234 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.234 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 11 09:39:56.234 INFO kablam! | Aug 11 09:39:56.234 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.234 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.247 INFO kablam! | Aug 11 09:39:56.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.247 INFO kablam! Aug 11 09:39:56.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.247 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 11 09:39:56.247 INFO kablam! | Aug 11 09:39:56.247 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.247 INFO kablam! | Aug 11 09:39:56.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.247 INFO kablam! Aug 11 09:39:56.247 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.247 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 11 09:39:56.247 INFO kablam! | Aug 11 09:39:56.247 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.247 INFO kablam! | Aug 11 09:39:56.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.247 INFO kablam! Aug 11 09:39:56.252 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.252 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 11 09:39:56.252 INFO kablam! | Aug 11 09:39:56.252 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.252 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.261 INFO kablam! | Aug 11 09:39:56.261 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.262 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.262 INFO kablam! Aug 11 09:39:56.265 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.265 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 11 09:39:56.265 INFO kablam! | Aug 11 09:39:56.265 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.266 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.284 INFO kablam! | Aug 11 09:39:56.284 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.284 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.284 INFO kablam! Aug 11 09:39:56.284 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.284 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 11 09:39:56.284 INFO kablam! | Aug 11 09:39:56.284 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.284 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.285 INFO kablam! | Aug 11 09:39:56.285 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.285 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.285 INFO kablam! Aug 11 09:39:56.285 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.285 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 11 09:39:56.285 INFO kablam! | Aug 11 09:39:56.285 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.285 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.285 INFO kablam! | Aug 11 09:39:56.285 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.285 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.285 INFO kablam! Aug 11 09:39:56.287 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.287 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 11 09:39:56.287 INFO kablam! | Aug 11 09:39:56.287 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.287 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.287 INFO kablam! | Aug 11 09:39:56.287 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.287 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.287 INFO kablam! Aug 11 09:39:56.303 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.303 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 11 09:39:56.303 INFO kablam! | Aug 11 09:39:56.304 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.304 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.304 INFO kablam! | Aug 11 09:39:56.304 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.304 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.304 INFO kablam! Aug 11 09:39:56.304 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.304 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 11 09:39:56.304 INFO kablam! | Aug 11 09:39:56.304 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.304 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.304 INFO kablam! | Aug 11 09:39:56.304 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.304 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.304 INFO kablam! Aug 11 09:39:56.312 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.313 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 11 09:39:56.313 INFO kablam! | Aug 11 09:39:56.313 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:56.313 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.313 INFO kablam! | Aug 11 09:39:56.313 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.313 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.313 INFO kablam! Aug 11 09:39:56.315 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.315 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 11 09:39:56.315 INFO kablam! | Aug 11 09:39:56.315 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:56.316 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.316 INFO kablam! | Aug 11 09:39:56.316 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.316 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.316 INFO kablam! Aug 11 09:39:56.319 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.319 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 11 09:39:56.319 INFO kablam! | Aug 11 09:39:56.319 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:56.319 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.319 INFO kablam! | Aug 11 09:39:56.320 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.320 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.320 INFO kablam! Aug 11 09:39:56.322 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:56.322 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 11 09:39:56.322 INFO kablam! | Aug 11 09:39:56.322 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:56.322 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:56.331 INFO kablam! | Aug 11 09:39:56.332 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:56.332 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:56.332 INFO kablam! Aug 11 09:40:01.107 INFO kablam! error: aborting due to 33 previous errors Aug 11 09:40:01.107 INFO kablam! Aug 11 09:40:01.107 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 09:40:01.118 INFO kablam! error: Could not compile `libpijul`. Aug 11 09:40:01.118 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 09:40:01.676 INFO kablam! error: aborting due to 33 previous errors Aug 11 09:40:01.676 INFO kablam! Aug 11 09:40:01.676 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 09:40:01.693 INFO kablam! error: Could not compile `libpijul`. Aug 11 09:40:01.693 INFO kablam! Aug 11 09:40:01.693 INFO kablam! To learn more, run the command again with --verbose. Aug 11 09:40:01.696 INFO kablam! su: No module specific data is present Aug 11 09:40:02.572 INFO running `"docker" "rm" "-f" "1cb8a8061539d450362594d1352f6c4cec01ee665595ddbb7de8f584a57ffeeb"` Aug 11 09:40:02.760 INFO blam! 1cb8a8061539d450362594d1352f6c4cec01ee665595ddbb7de8f584a57ffeeb