Sep 05 20:10:03.819 INFO checking AndrewBrinker/drow against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 20:10:03.819 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 20:10:03.819 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 20:10:04.159 INFO blam! 496653b678efeaf9e6a58360c48b18383de9b6a45a122554e95a3980c4305cf9 Sep 05 20:10:04.161 INFO running `"docker" "start" "-a" "496653b678efeaf9e6a58360c48b18383de9b6a45a122554e95a3980c4305cf9"` Sep 05 20:10:05.465 INFO kablam! usermod: no changes Sep 05 20:10:05.650 INFO kablam! Compiling cmake v0.1.29 Sep 05 20:10:05.650 INFO kablam! Compiling libz-sys v1.0.18 Sep 05 20:10:05.650 INFO kablam! Compiling curl-sys v0.3.15 Sep 05 20:10:05.651 INFO kablam! Checking term_size v0.3.1 Sep 05 20:10:05.651 INFO kablam! Checking toml v0.4.5 Sep 05 20:10:05.651 INFO kablam! Checking backtrace-sys v0.1.16 Sep 05 20:10:05.655 INFO kablam! Compiling getset v0.0.5 Sep 05 20:10:06.038 INFO kablam! Checking backtrace v0.3.4 Sep 05 20:10:06.126 INFO kablam! Checking textwrap v0.9.0 Sep 05 20:10:07.494 INFO kablam! Compiling libssh2-sys v0.2.6 Sep 05 20:10:07.506 INFO kablam! Compiling libgit2-sys v0.6.18 Sep 05 20:10:07.598 INFO kablam! Checking clap v2.29.0 Sep 05 20:10:12.138 INFO kablam! Checking failure v0.1.1 Sep 05 20:10:50.630 INFO kablam! Checking git2 v0.6.10 Sep 05 20:10:54.717 INFO kablam! Checking drow v0.1.2 (file:///source) Sep 05 20:10:55.679 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! --> src/workers/document.rs:73:28 Sep 05 20:10:55.679 INFO kablam! | Sep 05 20:10:55.679 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 05 20:10:55.679 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! Sep 05 20:10:55.679 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! --> src/workers/document.rs:78:24 Sep 05 20:10:55.679 INFO kablam! | Sep 05 20:10:55.679 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 05 20:10:55.679 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! Sep 05 20:10:55.679 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! --> src/workers/document.rs:82:24 Sep 05 20:10:55.679 INFO kablam! | Sep 05 20:10:55.679 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 05 20:10:55.679 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! Sep 05 20:10:55.679 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! --> src/workers/document.rs:87:24 Sep 05 20:10:55.679 INFO kablam! | Sep 05 20:10:55.679 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 05 20:10:55.679 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.679 INFO kablam! Sep 05 20:10:55.689 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.689 INFO kablam! --> src/workers/repo.rs:33:16 Sep 05 20:10:55.689 INFO kablam! | Sep 05 20:10:55.689 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 05 20:10:55.690 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.690 INFO kablam! Sep 05 20:10:55.698 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! --> src/workers/repo.rs:38:15 Sep 05 20:10:55.698 INFO kablam! | Sep 05 20:10:55.698 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 05 20:10:55.698 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! Sep 05 20:10:55.698 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! --> src/workers/repo.rs:44:16 Sep 05 20:10:55.698 INFO kablam! | Sep 05 20:10:55.698 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 05 20:10:55.698 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! Sep 05 20:10:55.698 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! --> src/workers/repo.rs:49:15 Sep 05 20:10:55.698 INFO kablam! | Sep 05 20:10:55.698 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 05 20:10:55.698 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! Sep 05 20:10:55.698 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! --> src/workers/repo.rs:54:15 Sep 05 20:10:55.698 INFO kablam! | Sep 05 20:10:55.698 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 05 20:10:55.698 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! Sep 05 20:10:55.698 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! --> src/workers/repo.rs:62:15 Sep 05 20:10:55.698 INFO kablam! | Sep 05 20:10:55.698 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 05 20:10:55.698 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.698 INFO kablam! Sep 05 20:10:55.700 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.700 INFO kablam! --> src/workers/repo.rs:67:15 Sep 05 20:10:55.700 INFO kablam! | Sep 05 20:10:55.700 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 05 20:10:55.700 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.700 INFO kablam! Sep 05 20:10:55.700 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.700 INFO kablam! --> src/workers/builder.rs:11:55 Sep 05 20:10:55.700 INFO kablam! | Sep 05 20:10:55.700 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 05 20:10:55.700 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.700 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.700 INFO kablam! | Sep 05 20:10:55.700 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.700 INFO kablam! | Sep 05 20:10:55.700 INFO kablam! Sep 05 20:10:55.700 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.701 INFO kablam! --> src/workers/builder.rs:87:48 Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 05 20:10:55.701 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.701 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! Sep 05 20:10:55.701 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.701 INFO kablam! --> src/workers/builder.rs:91:47 Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 05 20:10:55.701 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.701 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! Sep 05 20:10:55.701 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.701 INFO kablam! --> src/workers/builder.rs:95:47 Sep 05 20:10:55.701 INFO kablam! | Sep 05 20:10:55.701 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 05 20:10:55.701 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.701 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.702 INFO kablam! | Sep 05 20:10:55.702 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.702 INFO kablam! | Sep 05 20:10:55.702 INFO kablam! Sep 05 20:10:55.702 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.702 INFO kablam! --> src/workers/document.rs:65:40 Sep 05 20:10:55.702 INFO kablam! | Sep 05 20:10:55.702 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 05 20:10:55.702 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.702 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.702 INFO kablam! | Sep 05 20:10:55.702 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.702 INFO kablam! | Sep 05 20:10:55.703 INFO kablam! Sep 05 20:10:55.703 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.703 INFO kablam! --> src/workers/repo.rs:27:37 Sep 05 20:10:55.703 INFO kablam! | Sep 05 20:10:55.703 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 05 20:10:55.703 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.703 INFO kablam! | Sep 05 20:10:55.703 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.703 INFO kablam! | Sep 05 20:10:55.703 INFO kablam! Sep 05 20:10:55.703 INFO kablam! warning: unused import: `error::DrowError` Sep 05 20:10:55.703 INFO kablam! --> src/workers/builder.rs:2:5 Sep 05 20:10:55.703 INFO kablam! | Sep 05 20:10:55.703 INFO kablam! 2 | use error::DrowError; Sep 05 20:10:55.703 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:10:55.703 INFO kablam! | Sep 05 20:10:55.703 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:10:55.703 INFO kablam! Sep 05 20:10:55.703 INFO kablam! warning: unused import: `error::DrowError` Sep 05 20:10:55.703 INFO kablam! --> src/workers/document.rs:6:5 Sep 05 20:10:55.704 INFO kablam! | Sep 05 20:10:55.704 INFO kablam! 6 | use error::DrowError; Sep 05 20:10:55.704 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:10:55.705 INFO kablam! Sep 05 20:10:55.705 INFO kablam! warning: unused import: `error::DrowError` Sep 05 20:10:55.706 INFO kablam! --> src/workers/repo.rs:5:5 Sep 05 20:10:55.706 INFO kablam! | Sep 05 20:10:55.706 INFO kablam! 5 | use error::DrowError; Sep 05 20:10:55.706 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:10:55.706 INFO kablam! Sep 05 20:10:55.750 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! --> src/workers/document.rs:73:28 Sep 05 20:10:55.750 INFO kablam! | Sep 05 20:10:55.750 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 05 20:10:55.750 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! Sep 05 20:10:55.750 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! --> src/workers/document.rs:78:24 Sep 05 20:10:55.750 INFO kablam! | Sep 05 20:10:55.750 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 05 20:10:55.750 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! Sep 05 20:10:55.750 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! --> src/workers/document.rs:82:24 Sep 05 20:10:55.750 INFO kablam! | Sep 05 20:10:55.750 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 05 20:10:55.750 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! Sep 05 20:10:55.750 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! --> src/workers/document.rs:87:24 Sep 05 20:10:55.750 INFO kablam! | Sep 05 20:10:55.750 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 05 20:10:55.750 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.750 INFO kablam! Sep 05 20:10:55.752 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.752 INFO kablam! --> src/workers/repo.rs:33:16 Sep 05 20:10:55.752 INFO kablam! | Sep 05 20:10:55.752 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 05 20:10:55.752 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.752 INFO kablam! Sep 05 20:10:55.752 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.752 INFO kablam! --> src/workers/repo.rs:38:15 Sep 05 20:10:55.752 INFO kablam! | Sep 05 20:10:55.752 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 05 20:10:55.752 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! Sep 05 20:10:55.758 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! --> src/workers/repo.rs:44:16 Sep 05 20:10:55.758 INFO kablam! | Sep 05 20:10:55.758 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 05 20:10:55.758 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! Sep 05 20:10:55.758 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! --> src/workers/repo.rs:49:15 Sep 05 20:10:55.758 INFO kablam! | Sep 05 20:10:55.758 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 05 20:10:55.758 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! Sep 05 20:10:55.758 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! --> src/workers/repo.rs:54:15 Sep 05 20:10:55.758 INFO kablam! | Sep 05 20:10:55.758 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 05 20:10:55.758 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.758 INFO kablam! Sep 05 20:10:55.759 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.759 INFO kablam! --> src/workers/repo.rs:62:15 Sep 05 20:10:55.759 INFO kablam! | Sep 05 20:10:55.759 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 05 20:10:55.759 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.759 INFO kablam! Sep 05 20:10:55.759 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 05 20:10:55.759 INFO kablam! --> src/workers/repo.rs:67:15 Sep 05 20:10:55.759 INFO kablam! | Sep 05 20:10:55.759 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 05 20:10:55.759 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 05 20:10:55.759 INFO kablam! Sep 05 20:10:55.760 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.760 INFO kablam! --> src/workers/builder.rs:11:55 Sep 05 20:10:55.760 INFO kablam! | Sep 05 20:10:55.760 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 05 20:10:55.760 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.760 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.760 INFO kablam! | Sep 05 20:10:55.760 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.760 INFO kablam! | Sep 05 20:10:55.760 INFO kablam! Sep 05 20:10:55.760 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.760 INFO kablam! --> src/workers/builder.rs:87:48 Sep 05 20:10:55.760 INFO kablam! | Sep 05 20:10:55.760 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 05 20:10:55.761 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.761 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! Sep 05 20:10:55.761 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.761 INFO kablam! --> src/workers/builder.rs:91:47 Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 05 20:10:55.761 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.761 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! Sep 05 20:10:55.761 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.761 INFO kablam! --> src/workers/builder.rs:95:47 Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 05 20:10:55.761 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.761 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.761 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.761 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! Sep 05 20:10:55.762 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.762 INFO kablam! --> src/workers/document.rs:65:40 Sep 05 20:10:55.762 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 05 20:10:55.762 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.762 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.762 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.762 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! Sep 05 20:10:55.762 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 05 20:10:55.762 INFO kablam! --> src/workers/repo.rs:27:37 Sep 05 20:10:55.762 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 05 20:10:55.762 INFO kablam! | ^^^^ not found in this scope Sep 05 20:10:55.762 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 20:10:55.762 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! 1 | use failure::Fail; Sep 05 20:10:55.762 INFO kablam! | Sep 05 20:10:55.762 INFO kablam! Sep 05 20:10:55.777 INFO kablam! warning: unused import: `error::DrowError` Sep 05 20:10:55.777 INFO kablam! --> src/workers/builder.rs:2:5 Sep 05 20:10:55.777 INFO kablam! | Sep 05 20:10:55.777 INFO kablam! 2 | use error::DrowError; Sep 05 20:10:55.777 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:10:55.782 INFO kablam! | Sep 05 20:10:55.782 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 20:10:55.782 INFO kablam! Sep 05 20:10:55.782 INFO kablam! warning: unused import: `error::DrowError` Sep 05 20:10:55.782 INFO kablam! --> src/workers/document.rs:6:5 Sep 05 20:10:55.782 INFO kablam! | Sep 05 20:10:55.782 INFO kablam! 6 | use error::DrowError; Sep 05 20:10:55.782 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:10:55.782 INFO kablam! Sep 05 20:10:55.782 INFO kablam! warning: unused import: `error::DrowError` Sep 05 20:10:55.782 INFO kablam! --> src/workers/repo.rs:5:5 Sep 05 20:10:55.782 INFO kablam! | Sep 05 20:10:55.782 INFO kablam! 5 | use error::DrowError; Sep 05 20:10:55.782 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:10:55.782 INFO kablam! Sep 05 20:10:55.823 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 05 20:10:55.823 INFO kablam! --> src/error.rs:3:17 Sep 05 20:10:55.823 INFO kablam! | Sep 05 20:10:55.823 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 05 20:10:55.823 INFO kablam! | ^^^^ Sep 05 20:10:55.834 INFO kablam! | Sep 05 20:10:55.834 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 05 20:10:55.834 INFO kablam! --> src/error.rs:3:17 Sep 05 20:10:55.834 INFO kablam! | Sep 05 20:10:55.834 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 05 20:10:55.834 INFO kablam! | ^^^^ Sep 05 20:10:55.834 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 05 20:10:55.834 INFO kablam! Sep 05 20:10:55.839 INFO kablam! error: aborting due to 18 previous errors Sep 05 20:10:55.858 INFO kablam! Sep 05 20:10:55.858 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 05 20:10:55.858 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 05 20:10:55.877 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 05 20:10:55.877 INFO kablam! --> src/error.rs:3:17 Sep 05 20:10:55.878 INFO kablam! | Sep 05 20:10:55.878 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 05 20:10:55.878 INFO kablam! | ^^^^ Sep 05 20:10:55.878 INFO kablam! | Sep 05 20:10:55.878 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 05 20:10:55.878 INFO kablam! --> src/error.rs:3:17 Sep 05 20:10:55.878 INFO kablam! | Sep 05 20:10:55.878 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 05 20:10:55.878 INFO kablam! | ^^^^ Sep 05 20:10:55.878 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 05 20:10:55.878 INFO kablam! Sep 05 20:10:55.882 INFO kablam! error: Could not compile `drow`. Sep 05 20:10:55.883 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:10:55.890 INFO kablam! error: aborting due to 18 previous errors Sep 05 20:10:55.894 INFO kablam! Sep 05 20:10:55.894 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 05 20:10:55.894 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 05 20:10:55.914 INFO kablam! error: Could not compile `drow`. Sep 05 20:10:55.914 INFO kablam! Sep 05 20:10:55.914 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:10:55.916 INFO kablam! su: No module specific data is present Sep 05 20:10:57.129 INFO running `"docker" "rm" "-f" "496653b678efeaf9e6a58360c48b18383de9b6a45a122554e95a3980c4305cf9"` Sep 05 20:10:57.362 INFO blam! 496653b678efeaf9e6a58360c48b18383de9b6a45a122554e95a3980c4305cf9