Sep 21 00:02:05.622 INFO checking AndrewBrinker/drow against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 00:02:05.622 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 00:02:05.622 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:02:05.868 INFO blam! 263f33d361b485e9195c32b20719bba7330aa253397a6163a4cc43f9029c9a2a Sep 21 00:02:05.870 INFO running `"docker" "start" "-a" "263f33d361b485e9195c32b20719bba7330aa253397a6163a4cc43f9029c9a2a"` Sep 21 00:02:06.965 INFO kablam! usermod: no changes Sep 21 00:02:07.186 INFO kablam! Compiling cmake v0.1.29 Sep 21 00:02:07.194 INFO kablam! Compiling libz-sys v1.0.18 Sep 21 00:02:07.194 INFO kablam! Compiling curl-sys v0.3.15 Sep 21 00:02:07.210 INFO kablam! Checking term_size v0.3.1 Sep 21 00:02:07.210 INFO kablam! Checking atty v0.2.6 Sep 21 00:02:07.222 INFO kablam! Checking toml v0.4.5 Sep 21 00:02:07.222 INFO kablam! Compiling getset v0.0.5 Sep 21 00:02:08.314 INFO kablam! Checking textwrap v0.9.0 Sep 21 00:02:10.338 INFO kablam! Checking clap v2.29.0 Sep 21 00:02:10.438 INFO kablam! Compiling libssh2-sys v0.2.6 Sep 21 00:02:10.438 INFO kablam! Compiling libgit2-sys v0.6.18 Sep 21 00:02:53.934 INFO kablam! Checking git2 v0.6.10 Sep 21 00:02:58.166 INFO kablam! Checking drow v0.1.2 (/source) Sep 21 00:02:58.783 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.783 INFO kablam! --> src/workers/document.rs:73:28 Sep 21 00:02:58.783 INFO kablam! | Sep 21 00:02:58.783 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 21 00:02:58.783 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.783 INFO kablam! Sep 21 00:02:58.783 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.783 INFO kablam! --> src/workers/document.rs:78:24 Sep 21 00:02:58.783 INFO kablam! | Sep 21 00:02:58.783 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 21 00:02:58.783 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.783 INFO kablam! Sep 21 00:02:58.783 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.783 INFO kablam! --> src/workers/document.rs:82:24 Sep 21 00:02:58.783 INFO kablam! | Sep 21 00:02:58.784 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 21 00:02:58.784 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.784 INFO kablam! Sep 21 00:02:58.786 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.786 INFO kablam! --> src/workers/document.rs:87:24 Sep 21 00:02:58.786 INFO kablam! | Sep 21 00:02:58.786 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 21 00:02:58.786 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.786 INFO kablam! Sep 21 00:02:58.796 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! --> src/workers/repo.rs:33:16 Sep 21 00:02:58.796 INFO kablam! | Sep 21 00:02:58.796 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 21 00:02:58.796 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! Sep 21 00:02:58.796 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! --> src/workers/repo.rs:38:15 Sep 21 00:02:58.796 INFO kablam! | Sep 21 00:02:58.796 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 21 00:02:58.796 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! Sep 21 00:02:58.796 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! --> src/workers/repo.rs:44:16 Sep 21 00:02:58.796 INFO kablam! | Sep 21 00:02:58.796 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 21 00:02:58.796 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! Sep 21 00:02:58.796 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.796 INFO kablam! --> src/workers/repo.rs:49:15 Sep 21 00:02:58.796 INFO kablam! | Sep 21 00:02:58.796 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 21 00:02:58.796 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! --> src/workers/repo.rs:54:15 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 21 00:02:58.797 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! --> src/workers/repo.rs:62:15 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 21 00:02:58.797 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! --> src/workers/repo.rs:67:15 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 21 00:02:58.797 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.797 INFO kablam! --> src/workers/builder.rs:11:55 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 21 00:02:58.797 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.797 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.797 INFO kablam! --> src/workers/builder.rs:87:48 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 21 00:02:58.797 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.797 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.797 INFO kablam! --> src/workers/builder.rs:91:47 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 21 00:02:58.797 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.797 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.797 INFO kablam! --> src/workers/builder.rs:95:47 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 21 00:02:58.797 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.797 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.797 INFO kablam! --> src/workers/document.rs:65:40 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 21 00:02:58.797 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.797 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! Sep 21 00:02:58.797 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.797 INFO kablam! --> src/workers/repo.rs:27:37 Sep 21 00:02:58.797 INFO kablam! | Sep 21 00:02:58.797 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 21 00:02:58.797 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.797 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.798 INFO kablam! | Sep 21 00:02:58.798 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.798 INFO kablam! | Sep 21 00:02:58.798 INFO kablam! Sep 21 00:02:58.798 INFO kablam! warning: unused import: `error::DrowError` Sep 21 00:02:58.798 INFO kablam! --> src/workers/builder.rs:2:5 Sep 21 00:02:58.798 INFO kablam! | Sep 21 00:02:58.798 INFO kablam! 2 | use error::DrowError; Sep 21 00:02:58.798 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:02:58.798 INFO kablam! | Sep 21 00:02:58.798 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:02:58.798 INFO kablam! Sep 21 00:02:58.798 INFO kablam! warning: unused import: `error::DrowError` Sep 21 00:02:58.798 INFO kablam! --> src/workers/document.rs:6:5 Sep 21 00:02:58.798 INFO kablam! | Sep 21 00:02:58.798 INFO kablam! 6 | use error::DrowError; Sep 21 00:02:58.798 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:02:58.798 INFO kablam! Sep 21 00:02:58.798 INFO kablam! warning: unused import: `error::DrowError` Sep 21 00:02:58.798 INFO kablam! --> src/workers/repo.rs:5:5 Sep 21 00:02:58.798 INFO kablam! | Sep 21 00:02:58.798 INFO kablam! 5 | use error::DrowError; Sep 21 00:02:58.798 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:02:58.798 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/document.rs:73:28 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/document.rs:78:24 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/document.rs:82:24 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/document.rs:87:24 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/repo.rs:33:16 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/repo.rs:38:15 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/repo.rs:44:16 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/repo.rs:49:15 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! Sep 21 00:02:58.810 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.810 INFO kablam! --> src/workers/repo.rs:54:15 Sep 21 00:02:58.810 INFO kablam! | Sep 21 00:02:58.810 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 21 00:02:58.810 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.811 INFO kablam! Sep 21 00:02:58.811 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.811 INFO kablam! --> src/workers/repo.rs:62:15 Sep 21 00:02:58.811 INFO kablam! | Sep 21 00:02:58.811 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 21 00:02:58.811 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.811 INFO kablam! Sep 21 00:02:58.811 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 21 00:02:58.811 INFO kablam! --> src/workers/repo.rs:67:15 Sep 21 00:02:58.811 INFO kablam! | Sep 21 00:02:58.811 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 21 00:02:58.811 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 21 00:02:58.811 INFO kablam! Sep 21 00:02:58.814 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.814 INFO kablam! --> src/workers/builder.rs:11:55 Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 21 00:02:58.814 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.814 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! Sep 21 00:02:58.814 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.814 INFO kablam! --> src/workers/builder.rs:87:48 Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 21 00:02:58.814 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.814 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! Sep 21 00:02:58.814 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.814 INFO kablam! --> src/workers/builder.rs:91:47 Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 21 00:02:58.814 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.814 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! Sep 21 00:02:58.814 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.814 INFO kablam! --> src/workers/builder.rs:95:47 Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 21 00:02:58.814 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.814 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.814 INFO kablam! | Sep 21 00:02:58.814 INFO kablam! Sep 21 00:02:58.814 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.815 INFO kablam! --> src/workers/document.rs:65:40 Sep 21 00:02:58.815 INFO kablam! | Sep 21 00:02:58.815 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 21 00:02:58.815 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.815 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.815 INFO kablam! | Sep 21 00:02:58.815 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.815 INFO kablam! | Sep 21 00:02:58.815 INFO kablam! Sep 21 00:02:58.815 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 21 00:02:58.815 INFO kablam! --> src/workers/repo.rs:27:37 Sep 21 00:02:58.815 INFO kablam! | Sep 21 00:02:58.815 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 21 00:02:58.815 INFO kablam! | ^^^^ not found in this scope Sep 21 00:02:58.815 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 00:02:58.815 INFO kablam! | Sep 21 00:02:58.815 INFO kablam! 1 | use failure::Fail; Sep 21 00:02:58.815 INFO kablam! | Sep 21 00:02:58.815 INFO kablam! Sep 21 00:02:58.817 INFO kablam! warning: unused import: `error::DrowError` Sep 21 00:02:58.817 INFO kablam! --> src/workers/builder.rs:2:5 Sep 21 00:02:58.817 INFO kablam! | Sep 21 00:02:58.817 INFO kablam! 2 | use error::DrowError; Sep 21 00:02:58.817 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:02:58.817 INFO kablam! | Sep 21 00:02:58.817 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:02:58.817 INFO kablam! Sep 21 00:02:58.818 INFO kablam! warning: unused import: `error::DrowError` Sep 21 00:02:58.818 INFO kablam! --> src/workers/document.rs:6:5 Sep 21 00:02:58.818 INFO kablam! | Sep 21 00:02:58.818 INFO kablam! 6 | use error::DrowError; Sep 21 00:02:58.818 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:02:58.818 INFO kablam! Sep 21 00:02:58.818 INFO kablam! warning: unused import: `error::DrowError` Sep 21 00:02:58.818 INFO kablam! --> src/workers/repo.rs:5:5 Sep 21 00:02:58.818 INFO kablam! | Sep 21 00:02:58.818 INFO kablam! 5 | use error::DrowError; Sep 21 00:02:58.818 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:02:58.818 INFO kablam! Sep 21 00:02:58.860 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 21 00:02:58.860 INFO kablam! --> src/error.rs:3:17 Sep 21 00:02:58.860 INFO kablam! | Sep 21 00:02:58.860 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 21 00:02:58.860 INFO kablam! | ^^^^ Sep 21 00:02:58.860 INFO kablam! | Sep 21 00:02:58.860 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 21 00:02:58.860 INFO kablam! --> src/error.rs:3:17 Sep 21 00:02:58.860 INFO kablam! | Sep 21 00:02:58.860 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 21 00:02:58.860 INFO kablam! | ^^^^ Sep 21 00:02:58.860 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 21 00:02:58.860 INFO kablam! Sep 21 00:02:58.867 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 21 00:02:58.867 INFO kablam! --> src/error.rs:3:17 Sep 21 00:02:58.867 INFO kablam! | Sep 21 00:02:58.867 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 21 00:02:58.867 INFO kablam! | ^^^^ Sep 21 00:02:58.867 INFO kablam! | Sep 21 00:02:58.867 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 21 00:02:58.867 INFO kablam! --> src/error.rs:3:17 Sep 21 00:02:58.867 INFO kablam! | Sep 21 00:02:58.867 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 21 00:02:58.867 INFO kablam! | ^^^^ Sep 21 00:02:58.867 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 21 00:02:58.867 INFO kablam! Sep 21 00:02:58.874 INFO kablam! error: aborting due to 18 previous errors Sep 21 00:02:58.874 INFO kablam! Sep 21 00:02:58.874 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 21 00:02:58.874 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:02:58.879 INFO kablam! error: aborting due to 18 previous errors Sep 21 00:02:58.879 INFO kablam! Sep 21 00:02:58.879 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 21 00:02:58.879 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:02:58.880 INFO kablam! error: Could not compile `drow`. Sep 21 00:02:58.880 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:02:58.905 INFO kablam! error: Could not compile `drow`. Sep 21 00:02:58.905 INFO kablam! Sep 21 00:02:58.905 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:02:58.907 INFO kablam! su: No module specific data is present Sep 21 00:02:59.651 INFO running `"docker" "rm" "-f" "263f33d361b485e9195c32b20719bba7330aa253397a6163a4cc43f9029c9a2a"` Sep 21 00:02:59.743 INFO blam! 263f33d361b485e9195c32b20719bba7330aa253397a6163a4cc43f9029c9a2a