Sep 01 17:53:16.367 INFO checking AndrewBrinker/drow against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 17:53:16.367 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 17:53:16.367 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:53:16.534 INFO blam! 3d76d40245577a488bf21fe7a9fad6dd4d3ed74570c61a511f5df4850b30b1b5 Sep 01 17:53:16.535 INFO running `"docker" "start" "-a" "3d76d40245577a488bf21fe7a9fad6dd4d3ed74570c61a511f5df4850b30b1b5"` Sep 01 17:53:17.235 INFO kablam! Checking serde v1.0.26 Sep 01 17:53:17.235 INFO kablam! Compiling cmake v0.1.29 Sep 01 17:53:17.235 INFO kablam! Compiling curl-sys v0.3.15 Sep 01 17:53:17.244 INFO kablam! Checking libz-sys v1.0.18 Sep 01 17:53:17.245 INFO kablam! Compiling getset v0.0.5 Sep 01 17:53:17.246 INFO kablam! Checking clap v2.29.0 Sep 01 17:53:20.436 INFO kablam! Compiling libssh2-sys v0.2.6 Sep 01 17:53:20.438 INFO kablam! Compiling libgit2-sys v0.6.18 Sep 01 17:53:50.012 INFO kablam! Checking toml v0.4.5 Sep 01 17:53:54.914 INFO kablam! Checking git2 v0.6.10 Sep 01 17:54:01.420 INFO kablam! Checking drow v0.1.2 (file:///source) Sep 01 17:54:02.311 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.311 INFO kablam! --> src/workers/document.rs:73:28 Sep 01 17:54:02.311 INFO kablam! | Sep 01 17:54:02.311 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 01 17:54:02.311 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.311 INFO kablam! Sep 01 17:54:02.311 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.311 INFO kablam! --> src/workers/document.rs:78:24 Sep 01 17:54:02.311 INFO kablam! | Sep 01 17:54:02.311 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 01 17:54:02.311 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.311 INFO kablam! Sep 01 17:54:02.311 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.311 INFO kablam! --> src/workers/document.rs:82:24 Sep 01 17:54:02.312 INFO kablam! | Sep 01 17:54:02.312 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 01 17:54:02.312 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.312 INFO kablam! Sep 01 17:54:02.312 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.312 INFO kablam! --> src/workers/document.rs:87:24 Sep 01 17:54:02.312 INFO kablam! | Sep 01 17:54:02.312 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 01 17:54:02.312 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.312 INFO kablam! Sep 01 17:54:02.314 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.314 INFO kablam! --> src/workers/repo.rs:33:16 Sep 01 17:54:02.314 INFO kablam! | Sep 01 17:54:02.314 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 01 17:54:02.314 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.314 INFO kablam! Sep 01 17:54:02.314 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.314 INFO kablam! --> src/workers/repo.rs:38:15 Sep 01 17:54:02.314 INFO kablam! | Sep 01 17:54:02.314 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 01 17:54:02.314 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.314 INFO kablam! Sep 01 17:54:02.314 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.314 INFO kablam! --> src/workers/repo.rs:44:16 Sep 01 17:54:02.315 INFO kablam! | Sep 01 17:54:02.315 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 01 17:54:02.315 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.315 INFO kablam! Sep 01 17:54:02.315 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.315 INFO kablam! --> src/workers/repo.rs:49:15 Sep 01 17:54:02.315 INFO kablam! | Sep 01 17:54:02.315 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 01 17:54:02.315 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.315 INFO kablam! Sep 01 17:54:02.315 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.315 INFO kablam! --> src/workers/repo.rs:54:15 Sep 01 17:54:02.315 INFO kablam! | Sep 01 17:54:02.315 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 01 17:54:02.315 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.315 INFO kablam! Sep 01 17:54:02.315 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.315 INFO kablam! --> src/workers/repo.rs:62:15 Sep 01 17:54:02.316 INFO kablam! | Sep 01 17:54:02.316 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 01 17:54:02.316 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.316 INFO kablam! Sep 01 17:54:02.316 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.316 INFO kablam! --> src/workers/repo.rs:67:15 Sep 01 17:54:02.316 INFO kablam! | Sep 01 17:54:02.316 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 01 17:54:02.316 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.316 INFO kablam! Sep 01 17:54:02.316 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.316 INFO kablam! --> src/workers/builder.rs:11:55 Sep 01 17:54:02.316 INFO kablam! | Sep 01 17:54:02.316 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 01 17:54:02.316 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.316 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.316 INFO kablam! | Sep 01 17:54:02.316 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.317 INFO kablam! | Sep 01 17:54:02.317 INFO kablam! Sep 01 17:54:02.317 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.317 INFO kablam! --> src/workers/builder.rs:87:48 Sep 01 17:54:02.317 INFO kablam! | Sep 01 17:54:02.317 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 01 17:54:02.317 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.317 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.317 INFO kablam! | Sep 01 17:54:02.317 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.317 INFO kablam! | Sep 01 17:54:02.317 INFO kablam! Sep 01 17:54:02.317 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.317 INFO kablam! --> src/workers/builder.rs:91:47 Sep 01 17:54:02.317 INFO kablam! | Sep 01 17:54:02.317 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 01 17:54:02.317 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.317 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.318 INFO kablam! | Sep 01 17:54:02.318 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.318 INFO kablam! | Sep 01 17:54:02.318 INFO kablam! Sep 01 17:54:02.318 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.318 INFO kablam! --> src/workers/builder.rs:95:47 Sep 01 17:54:02.318 INFO kablam! | Sep 01 17:54:02.318 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 01 17:54:02.318 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.318 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.318 INFO kablam! | Sep 01 17:54:02.318 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.318 INFO kablam! | Sep 01 17:54:02.318 INFO kablam! Sep 01 17:54:02.318 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.318 INFO kablam! --> src/workers/document.rs:65:40 Sep 01 17:54:02.318 INFO kablam! | Sep 01 17:54:02.318 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 01 17:54:02.318 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.318 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.319 INFO kablam! | Sep 01 17:54:02.319 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.319 INFO kablam! | Sep 01 17:54:02.319 INFO kablam! Sep 01 17:54:02.319 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.319 INFO kablam! --> src/workers/repo.rs:27:37 Sep 01 17:54:02.319 INFO kablam! | Sep 01 17:54:02.319 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 01 17:54:02.319 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.319 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.319 INFO kablam! | Sep 01 17:54:02.319 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.319 INFO kablam! | Sep 01 17:54:02.319 INFO kablam! Sep 01 17:54:02.321 INFO kablam! warning: unused import: `error::DrowError` Sep 01 17:54:02.321 INFO kablam! --> src/workers/builder.rs:2:5 Sep 01 17:54:02.321 INFO kablam! | Sep 01 17:54:02.321 INFO kablam! 2 | use error::DrowError; Sep 01 17:54:02.321 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:54:02.322 INFO kablam! | Sep 01 17:54:02.322 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 17:54:02.322 INFO kablam! Sep 01 17:54:02.322 INFO kablam! warning: unused import: `error::DrowError` Sep 01 17:54:02.322 INFO kablam! --> src/workers/document.rs:6:5 Sep 01 17:54:02.322 INFO kablam! | Sep 01 17:54:02.322 INFO kablam! 6 | use error::DrowError; Sep 01 17:54:02.322 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:54:02.322 INFO kablam! Sep 01 17:54:02.322 INFO kablam! warning: unused import: `error::DrowError` Sep 01 17:54:02.322 INFO kablam! --> src/workers/repo.rs:5:5 Sep 01 17:54:02.322 INFO kablam! | Sep 01 17:54:02.322 INFO kablam! 5 | use error::DrowError; Sep 01 17:54:02.322 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:54:02.322 INFO kablam! Sep 01 17:54:02.404 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 01 17:54:02.404 INFO kablam! --> src/error.rs:3:17 Sep 01 17:54:02.404 INFO kablam! | Sep 01 17:54:02.404 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 01 17:54:02.404 INFO kablam! | ^^^^ Sep 01 17:54:02.404 INFO kablam! | Sep 01 17:54:02.404 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 01 17:54:02.405 INFO kablam! --> src/error.rs:3:17 Sep 01 17:54:02.405 INFO kablam! | Sep 01 17:54:02.405 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 01 17:54:02.405 INFO kablam! | ^^^^ Sep 01 17:54:02.405 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 01 17:54:02.405 INFO kablam! Sep 01 17:54:02.414 INFO kablam! error: aborting due to 18 previous errors Sep 01 17:54:02.414 INFO kablam! Sep 01 17:54:02.414 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 01 17:54:02.414 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 17:54:02.425 INFO kablam! error: Could not compile `drow`. Sep 01 17:54:02.425 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:54:02.447 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.447 INFO kablam! --> src/workers/document.rs:73:28 Sep 01 17:54:02.447 INFO kablam! | Sep 01 17:54:02.447 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 01 17:54:02.447 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.447 INFO kablam! Sep 01 17:54:02.447 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.447 INFO kablam! --> src/workers/document.rs:78:24 Sep 01 17:54:02.447 INFO kablam! | Sep 01 17:54:02.448 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 01 17:54:02.448 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.448 INFO kablam! Sep 01 17:54:02.448 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.448 INFO kablam! --> src/workers/document.rs:82:24 Sep 01 17:54:02.448 INFO kablam! | Sep 01 17:54:02.448 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 01 17:54:02.448 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.448 INFO kablam! Sep 01 17:54:02.448 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.448 INFO kablam! --> src/workers/document.rs:87:24 Sep 01 17:54:02.448 INFO kablam! | Sep 01 17:54:02.448 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 01 17:54:02.448 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.448 INFO kablam! Sep 01 17:54:02.452 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.452 INFO kablam! --> src/workers/repo.rs:33:16 Sep 01 17:54:02.452 INFO kablam! | Sep 01 17:54:02.452 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 01 17:54:02.452 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.452 INFO kablam! Sep 01 17:54:02.452 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.452 INFO kablam! --> src/workers/repo.rs:38:15 Sep 01 17:54:02.453 INFO kablam! | Sep 01 17:54:02.453 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 01 17:54:02.453 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.453 INFO kablam! Sep 01 17:54:02.453 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.453 INFO kablam! --> src/workers/repo.rs:44:16 Sep 01 17:54:02.453 INFO kablam! | Sep 01 17:54:02.453 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 01 17:54:02.453 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.453 INFO kablam! Sep 01 17:54:02.453 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.453 INFO kablam! --> src/workers/repo.rs:49:15 Sep 01 17:54:02.453 INFO kablam! | Sep 01 17:54:02.453 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 01 17:54:02.453 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.453 INFO kablam! Sep 01 17:54:02.453 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.453 INFO kablam! --> src/workers/repo.rs:54:15 Sep 01 17:54:02.454 INFO kablam! | Sep 01 17:54:02.454 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 01 17:54:02.456 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.456 INFO kablam! Sep 01 17:54:02.456 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.456 INFO kablam! --> src/workers/repo.rs:62:15 Sep 01 17:54:02.456 INFO kablam! | Sep 01 17:54:02.457 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 01 17:54:02.457 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.457 INFO kablam! Sep 01 17:54:02.457 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 01 17:54:02.457 INFO kablam! --> src/workers/repo.rs:67:15 Sep 01 17:54:02.457 INFO kablam! | Sep 01 17:54:02.457 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 01 17:54:02.457 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 01 17:54:02.457 INFO kablam! Sep 01 17:54:02.457 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.457 INFO kablam! --> src/workers/builder.rs:11:55 Sep 01 17:54:02.457 INFO kablam! | Sep 01 17:54:02.457 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 01 17:54:02.457 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.457 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.457 INFO kablam! | Sep 01 17:54:02.457 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.457 INFO kablam! | Sep 01 17:54:02.457 INFO kablam! Sep 01 17:54:02.458 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.458 INFO kablam! --> src/workers/builder.rs:87:48 Sep 01 17:54:02.458 INFO kablam! | Sep 01 17:54:02.458 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 01 17:54:02.458 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.458 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.458 INFO kablam! | Sep 01 17:54:02.458 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.458 INFO kablam! | Sep 01 17:54:02.458 INFO kablam! Sep 01 17:54:02.458 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.458 INFO kablam! --> src/workers/builder.rs:91:47 Sep 01 17:54:02.458 INFO kablam! | Sep 01 17:54:02.458 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 01 17:54:02.458 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.458 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.458 INFO kablam! | Sep 01 17:54:02.458 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.458 INFO kablam! | Sep 01 17:54:02.458 INFO kablam! Sep 01 17:54:02.458 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.459 INFO kablam! --> src/workers/builder.rs:95:47 Sep 01 17:54:02.459 INFO kablam! | Sep 01 17:54:02.459 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 01 17:54:02.459 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.459 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.459 INFO kablam! | Sep 01 17:54:02.459 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.459 INFO kablam! | Sep 01 17:54:02.459 INFO kablam! Sep 01 17:54:02.459 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.459 INFO kablam! --> src/workers/document.rs:65:40 Sep 01 17:54:02.459 INFO kablam! | Sep 01 17:54:02.459 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 01 17:54:02.459 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.459 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.459 INFO kablam! | Sep 01 17:54:02.459 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.459 INFO kablam! | Sep 01 17:54:02.459 INFO kablam! Sep 01 17:54:02.459 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 01 17:54:02.460 INFO kablam! --> src/workers/repo.rs:27:37 Sep 01 17:54:02.460 INFO kablam! | Sep 01 17:54:02.460 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 01 17:54:02.460 INFO kablam! | ^^^^ not found in this scope Sep 01 17:54:02.460 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 17:54:02.460 INFO kablam! | Sep 01 17:54:02.460 INFO kablam! 1 | use failure::Fail; Sep 01 17:54:02.460 INFO kablam! | Sep 01 17:54:02.460 INFO kablam! Sep 01 17:54:02.460 INFO kablam! warning: unused import: `error::DrowError` Sep 01 17:54:02.460 INFO kablam! --> src/workers/builder.rs:2:5 Sep 01 17:54:02.460 INFO kablam! | Sep 01 17:54:02.460 INFO kablam! 2 | use error::DrowError; Sep 01 17:54:02.460 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:54:02.460 INFO kablam! | Sep 01 17:54:02.460 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 17:54:02.460 INFO kablam! Sep 01 17:54:02.460 INFO kablam! warning: unused import: `error::DrowError` Sep 01 17:54:02.460 INFO kablam! --> src/workers/document.rs:6:5 Sep 01 17:54:02.460 INFO kablam! | Sep 01 17:54:02.460 INFO kablam! 6 | use error::DrowError; Sep 01 17:54:02.461 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:54:02.461 INFO kablam! Sep 01 17:54:02.461 INFO kablam! warning: unused import: `error::DrowError` Sep 01 17:54:02.461 INFO kablam! --> src/workers/repo.rs:5:5 Sep 01 17:54:02.461 INFO kablam! | Sep 01 17:54:02.461 INFO kablam! 5 | use error::DrowError; Sep 01 17:54:02.461 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:54:02.461 INFO kablam! Sep 01 17:54:02.524 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 01 17:54:02.524 INFO kablam! --> src/error.rs:3:17 Sep 01 17:54:02.524 INFO kablam! | Sep 01 17:54:02.525 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 01 17:54:02.525 INFO kablam! | ^^^^ Sep 01 17:54:02.525 INFO kablam! | Sep 01 17:54:02.525 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 01 17:54:02.525 INFO kablam! --> src/error.rs:3:17 Sep 01 17:54:02.525 INFO kablam! | Sep 01 17:54:02.525 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 01 17:54:02.525 INFO kablam! | ^^^^ Sep 01 17:54:02.525 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 01 17:54:02.525 INFO kablam! Sep 01 17:54:02.532 INFO kablam! error: aborting due to 18 previous errors Sep 01 17:54:02.532 INFO kablam! Sep 01 17:54:02.532 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 01 17:54:02.532 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 17:54:02.550 INFO kablam! error: Could not compile `drow`. Sep 01 17:54:02.550 INFO kablam! Sep 01 17:54:02.550 INFO kablam! To learn more, run the command again with --verbose. Sep 01 17:54:02.552 INFO kablam! su: No module specific data is present Sep 01 17:54:02.905 INFO running `"docker" "rm" "-f" "3d76d40245577a488bf21fe7a9fad6dd4d3ed74570c61a511f5df4850b30b1b5"` Sep 01 17:54:03.004 INFO blam! 3d76d40245577a488bf21fe7a9fad6dd4d3ed74570c61a511f5df4850b30b1b5