Aug 11 09:39:40.466 INFO checking libpijul-0.8.3 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 09:39:40.466 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 09:39:40.466 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 09:39:40.466 INFO running `"docker" "create" "-v" "/tmp/crater.IiYD18uSMBc8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-2/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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 +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-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.703 INFO blam! efeac6549f9effa2e50a4b40b31fbf51eefd212955a9c7b2e9a6b442647f3539 Aug 11 09:39:40.706 INFO running `"docker" "start" "-a" "efeac6549f9effa2e50a4b40b31fbf51eefd212955a9c7b2e9a6b442647f3539"` Aug 11 09:39:41.813 INFO kablam! Checking bs58 v0.2.1 Aug 11 09:39:41.819 INFO kablam! Checking sanakirja v0.8.17 Aug 11 09:39:41.822 INFO kablam! Checking chrono v0.4.5 Aug 11 09:39:49.194 INFO kablam! Checking libpijul v0.8.3 (file:///source) Aug 11 09:39:55.056 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 11 09:39:55.056 INFO kablam! --> src/backend/mod.rs:12:9 Aug 11 09:39:55.056 INFO kablam! | Aug 11 09:39:55.056 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 11 09:39:55.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 09:39:55.056 INFO kablam! | Aug 11 09:39:55.056 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 09:39:55.056 INFO kablam! Aug 11 09:39:55.057 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 11 09:39:55.057 INFO kablam! --> src/backend/mod.rs:12:9 Aug 11 09:39:55.057 INFO kablam! | Aug 11 09:39:55.057 INFO kablam! 12 | use std::ascii::AsciiExt; Aug 11 09:39:55.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 09:39:55.057 INFO kablam! | Aug 11 09:39:55.057 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 09:39:55.057 INFO kablam! Aug 11 09:39:56.747 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:56.747 INFO kablam! --> src/lib.rs:175:30 Aug 11 09:39:56.747 INFO kablam! | Aug 11 09:39:56.747 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 11 09:39:56.747 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:56.747 INFO kablam! | Aug 11 09:39:56.747 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:56.747 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:56.747 INFO kablam! Aug 11 09:39:56.748 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:56.749 INFO kablam! --> src/lib.rs:176:35 Aug 11 09:39:56.749 INFO kablam! | Aug 11 09:39:56.749 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 11 09:39:56.749 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:56.749 INFO kablam! | Aug 11 09:39:56.749 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:56.749 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:56.749 INFO kablam! Aug 11 09:39:56.752 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:56.752 INFO kablam! --> src/lib.rs:177:38 Aug 11 09:39:56.752 INFO kablam! | Aug 11 09:39:56.752 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 11 09:39:56.752 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:56.752 INFO kablam! | Aug 11 09:39:56.752 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:56.752 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:56.752 INFO kablam! Aug 11 09:39:57.236 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.236 INFO kablam! --> src/backend/mod.rs:328:18 Aug 11 09:39:57.236 INFO kablam! | Aug 11 09:39:57.236 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 11 09:39:57.236 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.236 INFO kablam! | Aug 11 09:39:57.236 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.237 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.237 INFO kablam! Aug 11 09:39:57.240 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.240 INFO kablam! --> src/backend/mod.rs:334:18 Aug 11 09:39:57.240 INFO kablam! | Aug 11 09:39:57.240 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 11 09:39:57.240 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.240 INFO kablam! | Aug 11 09:39:57.240 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.240 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.240 INFO kablam! Aug 11 09:39:57.246 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.247 INFO kablam! --> src/backend/mod.rs:358:22 Aug 11 09:39:57.247 INFO kablam! | Aug 11 09:39:57.247 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 11 09:39:57.247 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.247 INFO kablam! | Aug 11 09:39:57.247 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.247 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.247 INFO kablam! Aug 11 09:39:57.326 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:57.326 INFO kablam! --> src/lib.rs:175:30 Aug 11 09:39:57.326 INFO kablam! | Aug 11 09:39:57.326 INFO kablam! 175 | db: self.txn.fork(&mut self.rng, &branch.db)?, Aug 11 09:39:57.326 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:57.337 INFO kablam! | Aug 11 09:39:57.337 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:57.337 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:57.337 INFO kablam! Aug 11 09:39:57.338 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:57.338 INFO kablam! --> src/lib.rs:176:35 Aug 11 09:39:57.339 INFO kablam! | Aug 11 09:39:57.339 INFO kablam! 176 | patches: self.txn.fork(&mut self.rng, &branch.patches)?, Aug 11 09:39:57.339 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:57.339 INFO kablam! | Aug 11 09:39:57.339 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:57.339 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:57.339 INFO kablam! Aug 11 09:39:57.340 INFO kablam! error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied Aug 11 09:39:57.340 INFO kablam! --> src/lib.rs:177:38 Aug 11 09:39:57.340 INFO kablam! | Aug 11 09:39:57.340 INFO kablam! 177 | revpatches: self.txn.fork(&mut self.rng, &branch.revpatches)?, Aug 11 09:39:57.340 INFO kablam! | ^^^^ the trait `rand_core::RngCore` is not implemented for `T` Aug 11 09:39:57.340 INFO kablam! | Aug 11 09:39:57.340 INFO kablam! = help: consider adding a `where T: rand_core::RngCore` bound Aug 11 09:39:57.340 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `T` Aug 11 09:39:57.340 INFO kablam! Aug 11 09:39:57.945 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.945 INFO kablam! --> src/backend/mod.rs:985:21 Aug 11 09:39:57.946 INFO kablam! | Aug 11 09:39:57.946 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:57.946 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.946 INFO kablam! | Aug 11 09:39:57.946 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.946 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.946 INFO kablam! Aug 11 09:39:57.946 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.946 INFO kablam! --> src/backend/mod.rs:997:26 Aug 11 09:39:57.946 INFO kablam! | Aug 11 09:39:57.946 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.947 INFO kablam! | Aug 11 09:39:57.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.947 INFO kablam! Aug 11 09:39:57.947 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.947 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 11 09:39:57.947 INFO kablam! | Aug 11 09:39:57.947 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.947 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.947 INFO kablam! | Aug 11 09:39:57.947 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.947 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.947 INFO kablam! Aug 11 09:39:57.949 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.949 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 11 09:39:57.949 INFO kablam! | Aug 11 09:39:57.949 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.949 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.949 INFO kablam! | Aug 11 09:39:57.949 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.949 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.949 INFO kablam! Aug 11 09:39:57.951 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.951 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 11 09:39:57.951 INFO kablam! | Aug 11 09:39:57.951 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.951 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.951 INFO kablam! | Aug 11 09:39:57.951 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.952 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.952 INFO kablam! Aug 11 09:39:57.954 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.954 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 11 09:39:57.954 INFO kablam! | Aug 11 09:39:57.954 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.954 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.954 INFO kablam! | Aug 11 09:39:57.954 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.954 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.954 INFO kablam! Aug 11 09:39:57.956 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.956 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 11 09:39:57.956 INFO kablam! | Aug 11 09:39:57.956 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.956 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.956 INFO kablam! | Aug 11 09:39:57.956 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.957 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.957 INFO kablam! Aug 11 09:39:57.959 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.959 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 11 09:39:57.959 INFO kablam! | Aug 11 09:39:57.959 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.959 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.959 INFO kablam! | Aug 11 09:39:57.959 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.959 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.960 INFO kablam! Aug 11 09:39:57.962 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.962 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 11 09:39:57.962 INFO kablam! | Aug 11 09:39:57.962 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 11 09:39:57.962 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.962 INFO kablam! | Aug 11 09:39:57.962 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.962 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.962 INFO kablam! Aug 11 09:39:57.964 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.964 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 11 09:39:57.964 INFO kablam! | Aug 11 09:39:57.964 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:57.964 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.964 INFO kablam! | Aug 11 09:39:57.964 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.964 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.965 INFO kablam! Aug 11 09:39:57.966 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.966 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 11 09:39:57.966 INFO kablam! | Aug 11 09:39:57.967 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 11 09:39:57.967 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.967 INFO kablam! | Aug 11 09:39:57.967 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.967 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.967 INFO kablam! Aug 11 09:39:57.968 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.968 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 11 09:39:57.969 INFO kablam! | Aug 11 09:39:57.969 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:57.969 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.969 INFO kablam! | Aug 11 09:39:57.969 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.969 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.969 INFO kablam! Aug 11 09:39:57.971 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.971 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 11 09:39:57.971 INFO kablam! | Aug 11 09:39:57.971 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.971 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.971 INFO kablam! | Aug 11 09:39:57.971 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.971 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.971 INFO kablam! Aug 11 09:39:57.973 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.973 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 11 09:39:57.973 INFO kablam! | Aug 11 09:39:57.973 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.973 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.973 INFO kablam! | Aug 11 09:39:57.974 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.974 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.974 INFO kablam! Aug 11 09:39:57.975 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.975 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 11 09:39:57.975 INFO kablam! | Aug 11 09:39:57.975 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.975 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.975 INFO kablam! | Aug 11 09:39:57.975 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.976 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.976 INFO kablam! Aug 11 09:39:57.977 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.977 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 11 09:39:57.977 INFO kablam! | Aug 11 09:39:57.977 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.977 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.978 INFO kablam! | Aug 11 09:39:57.978 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.978 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.978 INFO kablam! Aug 11 09:39:57.980 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.980 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 11 09:39:57.980 INFO kablam! | Aug 11 09:39:57.980 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:57.980 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.980 INFO kablam! | Aug 11 09:39:57.980 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.980 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.980 INFO kablam! Aug 11 09:39:57.982 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.982 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 11 09:39:57.982 INFO kablam! | Aug 11 09:39:57.982 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.982 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.982 INFO kablam! | Aug 11 09:39:57.982 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.982 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.982 INFO kablam! Aug 11 09:39:57.984 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.984 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 11 09:39:57.984 INFO kablam! | Aug 11 09:39:57.984 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:57.984 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.984 INFO kablam! | Aug 11 09:39:57.984 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.984 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.984 INFO kablam! Aug 11 09:39:57.987 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.987 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 11 09:39:57.987 INFO kablam! | Aug 11 09:39:57.987 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.987 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.987 INFO kablam! | Aug 11 09:39:57.987 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.987 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.987 INFO kablam! Aug 11 09:39:57.989 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.989 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 11 09:39:57.989 INFO kablam! | Aug 11 09:39:57.989 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.989 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.989 INFO kablam! | Aug 11 09:39:57.989 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.989 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.989 INFO kablam! Aug 11 09:39:57.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.992 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 11 09:39:57.992 INFO kablam! | Aug 11 09:39:57.992 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.992 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.992 INFO kablam! | Aug 11 09:39:57.992 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.992 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.992 INFO kablam! Aug 11 09:39:57.993 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.993 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 11 09:39:57.993 INFO kablam! | Aug 11 09:39:57.993 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.993 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.993 INFO kablam! | Aug 11 09:39:57.993 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.993 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.993 INFO kablam! Aug 11 09:39:57.994 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.995 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 11 09:39:57.995 INFO kablam! | Aug 11 09:39:57.995 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:57.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.995 INFO kablam! | Aug 11 09:39:57.995 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.995 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.995 INFO kablam! Aug 11 09:39:57.997 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:57.997 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 11 09:39:57.997 INFO kablam! | Aug 11 09:39:57.997 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:57.997 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:57.998 INFO kablam! | Aug 11 09:39:57.998 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:57.998 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:57.998 INFO kablam! Aug 11 09:39:58.001 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.001 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 11 09:39:58.001 INFO kablam! | Aug 11 09:39:58.001 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:58.001 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.001 INFO kablam! | Aug 11 09:39:58.001 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.001 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.001 INFO kablam! Aug 11 09:39:58.004 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.004 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 11 09:39:58.004 INFO kablam! | Aug 11 09:39:58.004 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:58.004 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.005 INFO kablam! | Aug 11 09:39:58.005 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.005 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.005 INFO kablam! Aug 11 09:39:58.178 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.178 INFO kablam! --> src/backend/mod.rs:328:18 Aug 11 09:39:58.178 INFO kablam! | Aug 11 09:39:58.178 INFO kablam! 328 | self.txn.del(&mut self.rng, Aug 11 09:39:58.178 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.178 INFO kablam! | Aug 11 09:39:58.178 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.178 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.178 INFO kablam! Aug 11 09:39:58.181 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.181 INFO kablam! --> src/backend/mod.rs:334:18 Aug 11 09:39:58.181 INFO kablam! | Aug 11 09:39:58.181 INFO kablam! 334 | self.txn.put(&mut self.rng, Aug 11 09:39:58.181 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.181 INFO kablam! | Aug 11 09:39:58.181 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.182 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.182 INFO kablam! Aug 11 09:39:58.188 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.188 INFO kablam! --> src/backend/mod.rs:358:22 Aug 11 09:39:58.188 INFO kablam! | Aug 11 09:39:58.188 INFO kablam! 358 | self.txn.del(&mut self.rng, Aug 11 09:39:58.188 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.188 INFO kablam! | Aug 11 09:39:58.188 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.189 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.189 INFO kablam! Aug 11 09:39:58.903 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.903 INFO kablam! --> src/backend/mod.rs:985:21 Aug 11 09:39:58.903 INFO kablam! | Aug 11 09:39:58.903 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:58.903 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.903 INFO kablam! | Aug 11 09:39:58.904 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.904 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.905 INFO kablam! Aug 11 09:39:58.911 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.911 INFO kablam! --> src/backend/mod.rs:997:26 Aug 11 09:39:58.911 INFO kablam! | Aug 11 09:39:58.911 INFO kablam! 997 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:58.911 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.918 INFO kablam! | Aug 11 09:39:58.919 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.919 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.919 INFO kablam! Aug 11 09:39:58.922 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.922 INFO kablam! --> src/backend/mod.rs:1010:26 Aug 11 09:39:58.922 INFO kablam! | Aug 11 09:39:58.922 INFO kablam! 1010 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:58.922 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.924 INFO kablam! | Aug 11 09:39:58.924 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.925 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.925 INFO kablam! Aug 11 09:39:58.934 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.935 INFO kablam! --> src/backend/mod.rs:1025:26 Aug 11 09:39:58.935 INFO kablam! | Aug 11 09:39:58.935 INFO kablam! 1025 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:58.935 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.935 INFO kablam! | Aug 11 09:39:58.936 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.936 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.936 INFO kablam! Aug 11 09:39:58.938 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.938 INFO kablam! --> src/backend/mod.rs:1035:26 Aug 11 09:39:58.938 INFO kablam! | Aug 11 09:39:58.938 INFO kablam! 1035 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:58.938 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.939 INFO kablam! | Aug 11 09:39:58.939 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.939 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.940 INFO kablam! Aug 11 09:39:58.942 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.943 INFO kablam! --> src/backend/mod.rs:1044:26 Aug 11 09:39:58.943 INFO kablam! | Aug 11 09:39:58.943 INFO kablam! 1044 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:58.943 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.943 INFO kablam! | Aug 11 09:39:58.943 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.943 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.943 INFO kablam! Aug 11 09:39:58.945 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.945 INFO kablam! --> src/backend/mod.rs:1053:26 Aug 11 09:39:58.945 INFO kablam! | Aug 11 09:39:58.945 INFO kablam! 1053 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:58.945 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.945 INFO kablam! | Aug 11 09:39:58.946 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.946 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.946 INFO kablam! Aug 11 09:39:58.949 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.949 INFO kablam! --> src/backend/mod.rs:1066:26 Aug 11 09:39:58.949 INFO kablam! | Aug 11 09:39:58.949 INFO kablam! 1066 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:58.949 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.949 INFO kablam! | Aug 11 09:39:58.949 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.949 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.949 INFO kablam! Aug 11 09:39:58.952 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.952 INFO kablam! --> src/backend/mod.rs:1079:18 Aug 11 09:39:58.952 INFO kablam! | Aug 11 09:39:58.952 INFO kablam! 1079 | self.txn.del(&mut self.rng, &mut self.dbs.inodes, key.to_unsafe(), None)?; Aug 11 09:39:58.952 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.952 INFO kablam! | Aug 11 09:39:58.953 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.953 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.953 INFO kablam! Aug 11 09:39:58.955 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.955 INFO kablam! --> src/backend/mod.rs:1080:21 Aug 11 09:39:58.955 INFO kablam! | Aug 11 09:39:58.955 INFO kablam! 1080 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:58.955 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.955 INFO kablam! | Aug 11 09:39:58.955 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.955 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.955 INFO kablam! Aug 11 09:39:58.962 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.962 INFO kablam! --> src/backend/mod.rs:1092:18 Aug 11 09:39:58.962 INFO kablam! | Aug 11 09:39:58.962 INFO kablam! 1092 | self.txn.del(&mut self.rng, Aug 11 09:39:58.962 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.962 INFO kablam! | Aug 11 09:39:58.962 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.962 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.962 INFO kablam! Aug 11 09:39:58.962 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.962 INFO kablam! --> src/backend/mod.rs:1096:21 Aug 11 09:39:58.962 INFO kablam! | Aug 11 09:39:58.962 INFO kablam! 1096 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:58.963 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.963 INFO kablam! | Aug 11 09:39:58.963 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.963 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.963 INFO kablam! Aug 11 09:39:58.966 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.966 INFO kablam! --> src/backend/mod.rs:1112:26 Aug 11 09:39:58.966 INFO kablam! | Aug 11 09:39:58.966 INFO kablam! 1112 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:58.966 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.966 INFO kablam! | Aug 11 09:39:58.966 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.966 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.966 INFO kablam! Aug 11 09:39:58.977 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.977 INFO kablam! --> src/backend/mod.rs:1121:26 Aug 11 09:39:58.977 INFO kablam! | Aug 11 09:39:58.977 INFO kablam! 1121 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:58.977 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.980 INFO kablam! | Aug 11 09:39:58.980 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.981 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.981 INFO kablam! Aug 11 09:39:58.983 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.983 INFO kablam! --> src/backend/mod.rs:1132:26 Aug 11 09:39:58.983 INFO kablam! | Aug 11 09:39:58.983 INFO kablam! 1132 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:58.983 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.983 INFO kablam! | Aug 11 09:39:58.983 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.983 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.984 INFO kablam! Aug 11 09:39:58.990 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.990 INFO kablam! --> src/backend/mod.rs:1144:26 Aug 11 09:39:58.990 INFO kablam! | Aug 11 09:39:58.990 INFO kablam! 1144 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:58.990 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.990 INFO kablam! | Aug 11 09:39:58.990 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.990 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.990 INFO kablam! Aug 11 09:39:58.993 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.993 INFO kablam! --> src/backend/mod.rs:1153:21 Aug 11 09:39:58.993 INFO kablam! | Aug 11 09:39:58.993 INFO kablam! 1153 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:58.993 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:58.993 INFO kablam! | Aug 11 09:39:58.993 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:58.993 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:58.993 INFO kablam! Aug 11 09:39:58.995 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:58.995 INFO kablam! --> src/backend/mod.rs:1163:26 Aug 11 09:39:58.995 INFO kablam! | Aug 11 09:39:58.995 INFO kablam! 1163 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:58.995 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.008 INFO kablam! | Aug 11 09:39:59.008 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.009 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.009 INFO kablam! Aug 11 09:39:59.011 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.011 INFO kablam! --> src/backend/mod.rs:1172:21 Aug 11 09:39:59.011 INFO kablam! | Aug 11 09:39:59.011 INFO kablam! 1172 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:59.011 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.011 INFO kablam! | Aug 11 09:39:59.012 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.012 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.012 INFO kablam! Aug 11 09:39:59.014 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.014 INFO kablam! --> src/backend/mod.rs:1183:26 Aug 11 09:39:59.014 INFO kablam! | Aug 11 09:39:59.014 INFO kablam! 1183 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:59.014 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.014 INFO kablam! | Aug 11 09:39:59.015 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.015 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.015 INFO kablam! Aug 11 09:39:59.017 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.017 INFO kablam! --> src/backend/mod.rs:1194:26 Aug 11 09:39:59.017 INFO kablam! | Aug 11 09:39:59.017 INFO kablam! 1194 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:59.017 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.017 INFO kablam! | Aug 11 09:39:59.017 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.017 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.017 INFO kablam! Aug 11 09:39:59.020 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.020 INFO kablam! --> src/backend/mod.rs:1205:26 Aug 11 09:39:59.020 INFO kablam! | Aug 11 09:39:59.020 INFO kablam! 1205 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:59.020 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.020 INFO kablam! | Aug 11 09:39:59.020 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.020 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.020 INFO kablam! Aug 11 09:39:59.022 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.022 INFO kablam! --> src/backend/mod.rs:1216:26 Aug 11 09:39:59.022 INFO kablam! | Aug 11 09:39:59.022 INFO kablam! 1216 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:59.022 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.022 INFO kablam! | Aug 11 09:39:59.023 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.023 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.023 INFO kablam! Aug 11 09:39:59.027 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.027 INFO kablam! --> src/backend/mod.rs:1227:26 Aug 11 09:39:59.027 INFO kablam! | Aug 11 09:39:59.027 INFO kablam! 1227 | Ok(try!(self.txn.put(&mut self.rng, Aug 11 09:39:59.027 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.027 INFO kablam! | Aug 11 09:39:59.027 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.027 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.027 INFO kablam! Aug 11 09:39:59.032 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.032 INFO kablam! --> src/backend/mod.rs:1236:26 Aug 11 09:39:59.032 INFO kablam! | Aug 11 09:39:59.032 INFO kablam! 1236 | Ok(try!(self.txn.del(&mut self.rng, Aug 11 09:39:59.032 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.033 INFO kablam! | Aug 11 09:39:59.033 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.033 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.033 INFO kablam! Aug 11 09:39:59.037 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.037 INFO kablam! --> src/backend/mod.rs:1247:21 Aug 11 09:39:59.037 INFO kablam! | Aug 11 09:39:59.037 INFO kablam! 1247 | Ok(self.txn.put(&mut self.rng, Aug 11 09:39:59.037 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.052 INFO kablam! | Aug 11 09:39:59.053 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.053 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.053 INFO kablam! Aug 11 09:39:59.056 INFO kablam! error[E0277]: the trait bound `R: rand_core::RngCore` is not satisfied Aug 11 09:39:59.056 INFO kablam! --> src/backend/mod.rs:1258:21 Aug 11 09:39:59.056 INFO kablam! | Aug 11 09:39:59.056 INFO kablam! 1258 | Ok(self.txn.del(&mut self.rng, Aug 11 09:39:59.056 INFO kablam! | ^^^ the trait `rand_core::RngCore` is not implemented for `R` Aug 11 09:39:59.056 INFO kablam! | Aug 11 09:39:59.057 INFO kablam! = help: consider adding a `where R: rand_core::RngCore` bound Aug 11 09:39:59.057 INFO kablam! = note: required because of the requirements on the impl of `rand::Rng` for `R` Aug 11 09:39:59.057 INFO kablam! Aug 11 09:40:02.959 INFO kablam! error: aborting due to 33 previous errors Aug 11 09:40:02.959 INFO kablam! Aug 11 09:40:02.959 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 09:40:02.972 INFO kablam! error: Could not compile `libpijul`. Aug 11 09:40:02.972 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 09:40:03.345 INFO kablam! error: aborting due to 33 previous errors Aug 11 09:40:03.345 INFO kablam! Aug 11 09:40:03.345 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 09:40:03.363 INFO kablam! error: Could not compile `libpijul`. Aug 11 09:40:03.363 INFO kablam! Aug 11 09:40:03.363 INFO kablam! To learn more, run the command again with --verbose. Aug 11 09:40:03.365 INFO kablam! su: No module specific data is present Aug 11 09:40:03.826 INFO running `"docker" "rm" "-f" "efeac6549f9effa2e50a4b40b31fbf51eefd212955a9c7b2e9a6b442647f3539"` Aug 11 09:40:03.941 INFO blam! efeac6549f9effa2e50a4b40b31fbf51eefd212955a9c7b2e9a6b442647f3539