Sep 03 21:06:52.960 INFO checking AndrewBrinker/drow against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 21:06:52.960 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 21:06:52.960 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:06:53.137 INFO blam! d480f5a7ce041085d84d02ee13c93268ec1dcdea9544ad15aece8f02e9e98d30 Sep 03 21:06:53.139 INFO running `"docker" "start" "-a" "d480f5a7ce041085d84d02ee13c93268ec1dcdea9544ad15aece8f02e9e98d30"` Sep 03 21:06:53.942 INFO kablam! Compiling cmake v0.1.29 Sep 03 21:06:53.942 INFO kablam! Compiling libz-sys v1.0.18 Sep 03 21:06:53.942 INFO kablam! Compiling curl-sys v0.3.15 Sep 03 21:06:53.946 INFO kablam! Checking toml v0.4.5 Sep 03 21:06:53.948 INFO kablam! Compiling getset v0.0.5 Sep 03 21:06:53.948 INFO kablam! Checking clap v2.29.0 Sep 03 21:06:57.592 INFO kablam! Compiling libssh2-sys v0.2.6 Sep 03 21:06:57.651 INFO kablam! Compiling libgit2-sys v0.6.18 Sep 03 21:07:31.846 INFO kablam! Checking git2 v0.6.10 Sep 03 21:07:39.511 INFO kablam! Checking drow v0.1.2 (file:///source) Sep 03 21:07:40.762 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.762 INFO kablam! --> src/workers/document.rs:73:28 Sep 03 21:07:40.762 INFO kablam! | Sep 03 21:07:40.762 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 03 21:07:40.762 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.762 INFO kablam! Sep 03 21:07:40.763 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.763 INFO kablam! --> src/workers/document.rs:78:24 Sep 03 21:07:40.763 INFO kablam! | Sep 03 21:07:40.763 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 03 21:07:40.763 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.763 INFO kablam! Sep 03 21:07:40.763 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.763 INFO kablam! --> src/workers/document.rs:82:24 Sep 03 21:07:40.763 INFO kablam! | Sep 03 21:07:40.763 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 03 21:07:40.763 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.763 INFO kablam! Sep 03 21:07:40.763 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.763 INFO kablam! --> src/workers/document.rs:87:24 Sep 03 21:07:40.763 INFO kablam! | Sep 03 21:07:40.763 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 03 21:07:40.763 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.764 INFO kablam! Sep 03 21:07:40.765 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.765 INFO kablam! --> src/workers/repo.rs:33:16 Sep 03 21:07:40.765 INFO kablam! | Sep 03 21:07:40.765 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 03 21:07:40.765 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.765 INFO kablam! Sep 03 21:07:40.766 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.766 INFO kablam! --> src/workers/repo.rs:38:15 Sep 03 21:07:40.767 INFO kablam! | Sep 03 21:07:40.767 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 03 21:07:40.767 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! Sep 03 21:07:40.767 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! --> src/workers/repo.rs:44:16 Sep 03 21:07:40.767 INFO kablam! | Sep 03 21:07:40.767 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 03 21:07:40.767 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! Sep 03 21:07:40.767 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! --> src/workers/repo.rs:49:15 Sep 03 21:07:40.767 INFO kablam! | Sep 03 21:07:40.767 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 03 21:07:40.767 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! Sep 03 21:07:40.767 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! --> src/workers/repo.rs:54:15 Sep 03 21:07:40.767 INFO kablam! | Sep 03 21:07:40.767 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 03 21:07:40.767 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! Sep 03 21:07:40.767 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! --> src/workers/repo.rs:62:15 Sep 03 21:07:40.767 INFO kablam! | Sep 03 21:07:40.767 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 03 21:07:40.767 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.767 INFO kablam! Sep 03 21:07:40.768 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.768 INFO kablam! --> src/workers/repo.rs:67:15 Sep 03 21:07:40.768 INFO kablam! | Sep 03 21:07:40.768 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 03 21:07:40.768 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.768 INFO kablam! Sep 03 21:07:40.769 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.769 INFO kablam! --> src/workers/builder.rs:11:55 Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 03 21:07:40.770 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.770 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! Sep 03 21:07:40.770 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.770 INFO kablam! --> src/workers/builder.rs:87:48 Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 03 21:07:40.770 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.770 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! Sep 03 21:07:40.770 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.770 INFO kablam! --> src/workers/builder.rs:91:47 Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 03 21:07:40.770 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.770 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.770 INFO kablam! | Sep 03 21:07:40.770 INFO kablam! Sep 03 21:07:40.770 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.771 INFO kablam! --> src/workers/builder.rs:95:47 Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 03 21:07:40.771 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.771 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! Sep 03 21:07:40.771 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.771 INFO kablam! --> src/workers/document.rs:65:40 Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 03 21:07:40.771 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.771 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! Sep 03 21:07:40.771 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.771 INFO kablam! --> src/workers/repo.rs:27:37 Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 03 21:07:40.771 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.771 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.771 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.771 INFO kablam! | Sep 03 21:07:40.772 INFO kablam! Sep 03 21:07:40.774 INFO kablam! warning: unused import: `error::DrowError` Sep 03 21:07:40.774 INFO kablam! --> src/workers/builder.rs:2:5 Sep 03 21:07:40.774 INFO kablam! | Sep 03 21:07:40.774 INFO kablam! 2 | use error::DrowError; Sep 03 21:07:40.774 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:07:40.774 INFO kablam! | Sep 03 21:07:40.774 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 21:07:40.774 INFO kablam! Sep 03 21:07:40.775 INFO kablam! warning: unused import: `error::DrowError` Sep 03 21:07:40.775 INFO kablam! --> src/workers/document.rs:6:5 Sep 03 21:07:40.775 INFO kablam! | Sep 03 21:07:40.775 INFO kablam! 6 | use error::DrowError; Sep 03 21:07:40.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:07:40.775 INFO kablam! Sep 03 21:07:40.775 INFO kablam! warning: unused import: `error::DrowError` Sep 03 21:07:40.775 INFO kablam! --> src/workers/repo.rs:5:5 Sep 03 21:07:40.775 INFO kablam! | Sep 03 21:07:40.775 INFO kablam! 5 | use error::DrowError; Sep 03 21:07:40.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:07:40.775 INFO kablam! Sep 03 21:07:40.841 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.841 INFO kablam! --> src/workers/document.rs:73:28 Sep 03 21:07:40.841 INFO kablam! | Sep 03 21:07:40.841 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 03 21:07:40.841 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.841 INFO kablam! Sep 03 21:07:40.842 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.842 INFO kablam! --> src/workers/document.rs:78:24 Sep 03 21:07:40.842 INFO kablam! | Sep 03 21:07:40.842 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 03 21:07:40.842 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.842 INFO kablam! Sep 03 21:07:40.843 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.843 INFO kablam! --> src/workers/document.rs:82:24 Sep 03 21:07:40.843 INFO kablam! | Sep 03 21:07:40.843 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 03 21:07:40.843 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.843 INFO kablam! Sep 03 21:07:40.844 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.844 INFO kablam! --> src/workers/document.rs:87:24 Sep 03 21:07:40.844 INFO kablam! | Sep 03 21:07:40.844 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 03 21:07:40.844 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.845 INFO kablam! Sep 03 21:07:40.849 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.849 INFO kablam! --> src/workers/repo.rs:33:16 Sep 03 21:07:40.849 INFO kablam! | Sep 03 21:07:40.849 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 03 21:07:40.849 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.850 INFO kablam! Sep 03 21:07:40.850 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.850 INFO kablam! --> src/workers/repo.rs:38:15 Sep 03 21:07:40.851 INFO kablam! | Sep 03 21:07:40.851 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 03 21:07:40.851 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.851 INFO kablam! Sep 03 21:07:40.852 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.852 INFO kablam! --> src/workers/repo.rs:44:16 Sep 03 21:07:40.852 INFO kablam! | Sep 03 21:07:40.852 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 03 21:07:40.852 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.852 INFO kablam! Sep 03 21:07:40.853 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.853 INFO kablam! --> src/workers/repo.rs:49:15 Sep 03 21:07:40.853 INFO kablam! | Sep 03 21:07:40.853 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 03 21:07:40.853 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.854 INFO kablam! Sep 03 21:07:40.854 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.854 INFO kablam! --> src/workers/repo.rs:54:15 Sep 03 21:07:40.854 INFO kablam! | Sep 03 21:07:40.854 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 03 21:07:40.854 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.855 INFO kablam! Sep 03 21:07:40.855 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.855 INFO kablam! --> src/workers/repo.rs:62:15 Sep 03 21:07:40.855 INFO kablam! | Sep 03 21:07:40.856 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 03 21:07:40.856 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.856 INFO kablam! Sep 03 21:07:40.857 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 03 21:07:40.857 INFO kablam! --> src/workers/repo.rs:67:15 Sep 03 21:07:40.857 INFO kablam! | Sep 03 21:07:40.857 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 03 21:07:40.857 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 03 21:07:40.857 INFO kablam! Sep 03 21:07:40.859 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.859 INFO kablam! --> src/workers/builder.rs:11:55 Sep 03 21:07:40.859 INFO kablam! | Sep 03 21:07:40.859 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 03 21:07:40.859 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.860 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.860 INFO kablam! | Sep 03 21:07:40.860 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.860 INFO kablam! | Sep 03 21:07:40.861 INFO kablam! Sep 03 21:07:40.861 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.861 INFO kablam! --> src/workers/builder.rs:87:48 Sep 03 21:07:40.861 INFO kablam! | Sep 03 21:07:40.861 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 03 21:07:40.861 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.862 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.862 INFO kablam! | Sep 03 21:07:40.862 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.862 INFO kablam! | Sep 03 21:07:40.863 INFO kablam! Sep 03 21:07:40.863 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.863 INFO kablam! --> src/workers/builder.rs:91:47 Sep 03 21:07:40.863 INFO kablam! | Sep 03 21:07:40.863 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 03 21:07:40.863 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.864 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.864 INFO kablam! | Sep 03 21:07:40.864 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.864 INFO kablam! | Sep 03 21:07:40.864 INFO kablam! Sep 03 21:07:40.865 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.865 INFO kablam! --> src/workers/builder.rs:95:47 Sep 03 21:07:40.865 INFO kablam! | Sep 03 21:07:40.865 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 03 21:07:40.865 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.866 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.866 INFO kablam! | Sep 03 21:07:40.866 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.866 INFO kablam! | Sep 03 21:07:40.866 INFO kablam! Sep 03 21:07:40.867 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.867 INFO kablam! --> src/workers/document.rs:65:40 Sep 03 21:07:40.867 INFO kablam! | Sep 03 21:07:40.867 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 03 21:07:40.867 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.868 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.868 INFO kablam! | Sep 03 21:07:40.868 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.868 INFO kablam! | Sep 03 21:07:40.868 INFO kablam! Sep 03 21:07:40.869 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 03 21:07:40.869 INFO kablam! --> src/workers/repo.rs:27:37 Sep 03 21:07:40.869 INFO kablam! | Sep 03 21:07:40.869 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 03 21:07:40.869 INFO kablam! | ^^^^ not found in this scope Sep 03 21:07:40.870 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 03 21:07:40.870 INFO kablam! | Sep 03 21:07:40.870 INFO kablam! 1 | use failure::Fail; Sep 03 21:07:40.870 INFO kablam! | Sep 03 21:07:40.870 INFO kablam! Sep 03 21:07:40.877 INFO kablam! warning: unused import: `error::DrowError` Sep 03 21:07:40.877 INFO kablam! --> src/workers/builder.rs:2:5 Sep 03 21:07:40.877 INFO kablam! | Sep 03 21:07:40.877 INFO kablam! 2 | use error::DrowError; Sep 03 21:07:40.877 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:07:40.878 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 03 21:07:40.878 INFO kablam! --> src/error.rs:3:17 Sep 03 21:07:40.878 INFO kablam! | Sep 03 21:07:40.878 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 03 21:07:40.878 INFO kablam! | ^^^^ Sep 03 21:07:40.878 INFO kablam! | Sep 03 21:07:40.878 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 03 21:07:40.878 INFO kablam! --> src/error.rs:3:17 Sep 03 21:07:40.878 INFO kablam! | Sep 03 21:07:40.878 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 03 21:07:40.878 INFO kablam! | ^^^^ Sep 03 21:07:40.878 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 03 21:07:40.878 INFO kablam! Sep 03 21:07:40.879 INFO kablam! | Sep 03 21:07:40.879 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 21:07:40.880 INFO kablam! Sep 03 21:07:40.880 INFO kablam! warning: unused import: `error::DrowError` Sep 03 21:07:40.880 INFO kablam! --> src/workers/document.rs:6:5 Sep 03 21:07:40.880 INFO kablam! | Sep 03 21:07:40.880 INFO kablam! 6 | use error::DrowError; Sep 03 21:07:40.880 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:07:40.881 INFO kablam! Sep 03 21:07:40.882 INFO kablam! warning: unused import: `error::DrowError` Sep 03 21:07:40.882 INFO kablam! --> src/workers/repo.rs:5:5 Sep 03 21:07:40.882 INFO kablam! | Sep 03 21:07:40.882 INFO kablam! 5 | use error::DrowError; Sep 03 21:07:40.882 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:07:40.883 INFO kablam! Sep 03 21:07:40.890 INFO kablam! error: aborting due to 18 previous errors Sep 03 21:07:40.890 INFO kablam! Sep 03 21:07:40.890 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 03 21:07:40.890 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 03 21:07:40.902 INFO kablam! error: Could not compile `drow`. Sep 03 21:07:40.902 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:07:40.983 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 03 21:07:40.983 INFO kablam! --> src/error.rs:3:17 Sep 03 21:07:40.983 INFO kablam! | Sep 03 21:07:40.983 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 03 21:07:40.983 INFO kablam! | ^^^^ Sep 03 21:07:40.983 INFO kablam! | Sep 03 21:07:40.983 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 03 21:07:40.983 INFO kablam! --> src/error.rs:3:17 Sep 03 21:07:40.983 INFO kablam! | Sep 03 21:07:40.983 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 03 21:07:40.983 INFO kablam! | ^^^^ Sep 03 21:07:40.983 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 03 21:07:40.983 INFO kablam! Sep 03 21:07:40.994 INFO kablam! error: aborting due to 18 previous errors Sep 03 21:07:40.994 INFO kablam! Sep 03 21:07:40.994 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 03 21:07:40.994 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 03 21:07:41.015 INFO kablam! error: Could not compile `drow`. Sep 03 21:07:41.015 INFO kablam! Sep 03 21:07:41.015 INFO kablam! To learn more, run the command again with --verbose. Sep 03 21:07:41.016 INFO kablam! su: No module specific data is present Sep 03 21:07:41.497 INFO running `"docker" "rm" "-f" "d480f5a7ce041085d84d02ee13c93268ec1dcdea9544ad15aece8f02e9e98d30"` Sep 03 21:07:41.663 INFO blam! d480f5a7ce041085d84d02ee13c93268ec1dcdea9544ad15aece8f02e9e98d30