Sep 10 05:39:29.356 INFO checking AndrewBrinker/drow against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 05:39:29.356 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 05:39:29.356 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:39:29.686 INFO blam! 34e83cfd7fc85c508ee51b96dff476d6db01d86db2de23b7d00f12d8e78c0718 Sep 10 05:39:29.688 INFO running `"docker" "start" "-a" "34e83cfd7fc85c508ee51b96dff476d6db01d86db2de23b7d00f12d8e78c0718"` Sep 10 05:39:30.944 INFO kablam! usermod: no changes Sep 10 05:39:31.152 INFO kablam! Checking num-traits v0.1.41 Sep 10 05:39:31.153 INFO kablam! Checking openssl-probe v0.1.2 Sep 10 05:39:31.153 INFO kablam! Checking serde v1.0.26 Sep 10 05:39:31.153 INFO kablam! Compiling cmake v0.1.29 Sep 10 05:39:31.153 INFO kablam! Compiling backtrace-sys v0.1.16 Sep 10 05:39:31.153 INFO kablam! Compiling libz-sys v1.0.18 Sep 10 05:39:31.153 INFO kablam! Compiling openssl-sys v0.9.23 Sep 10 05:39:31.153 INFO kablam! Compiling curl-sys v0.3.15 Sep 10 05:39:32.715 INFO kablam! Checking term_size v0.3.1 Sep 10 05:39:33.718 INFO kablam! Checking atty v0.2.6 Sep 10 05:39:34.130 INFO kablam! Checking time v0.1.38 Sep 10 05:39:37.258 INFO kablam! Checking textwrap v0.9.0 Sep 10 05:39:37.267 INFO kablam! Compiling libssh2-sys v0.2.6 Sep 10 05:39:37.298 INFO kablam! Compiling libgit2-sys v0.6.18 Sep 10 05:39:37.492 INFO kablam! Compiling getset v0.0.5 Sep 10 05:39:39.766 INFO kablam! Checking num-integer v0.1.35 Sep 10 05:39:40.451 INFO kablam! Checking clap v2.29.0 Sep 10 05:39:43.066 INFO kablam! Checking num-iter v0.1.34 Sep 10 05:39:46.230 INFO kablam! Checking num v0.1.41 Sep 10 05:39:47.126 INFO kablam! Checking chrono v0.4.0 Sep 10 05:40:09.295 INFO kablam! Checking backtrace v0.3.4 Sep 10 05:40:11.126 INFO kablam! Checking failure v0.1.1 Sep 10 05:40:13.518 INFO kablam! Checking toml v0.4.5 Sep 10 05:40:29.099 INFO kablam! Checking git2 v0.6.10 Sep 10 05:40:32.794 INFO kablam! Checking drow v0.1.2 (file:///source) Sep 10 05:40:34.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! --> src/workers/document.rs:73:28 Sep 10 05:40:34.364 INFO kablam! | Sep 10 05:40:34.364 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 10 05:40:34.364 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! Sep 10 05:40:34.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! --> src/workers/document.rs:78:24 Sep 10 05:40:34.364 INFO kablam! | Sep 10 05:40:34.364 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 10 05:40:34.364 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! Sep 10 05:40:34.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! --> src/workers/document.rs:82:24 Sep 10 05:40:34.364 INFO kablam! | Sep 10 05:40:34.364 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 10 05:40:34.364 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! Sep 10 05:40:34.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! --> src/workers/document.rs:87:24 Sep 10 05:40:34.364 INFO kablam! | Sep 10 05:40:34.364 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 10 05:40:34.364 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.364 INFO kablam! Sep 10 05:40:34.367 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.367 INFO kablam! --> src/workers/repo.rs:33:16 Sep 10 05:40:34.367 INFO kablam! | Sep 10 05:40:34.367 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 10 05:40:34.367 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! Sep 10 05:40:34.374 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! --> src/workers/repo.rs:38:15 Sep 10 05:40:34.374 INFO kablam! | Sep 10 05:40:34.374 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 10 05:40:34.374 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! Sep 10 05:40:34.374 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! --> src/workers/repo.rs:44:16 Sep 10 05:40:34.374 INFO kablam! | Sep 10 05:40:34.374 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 10 05:40:34.374 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! Sep 10 05:40:34.374 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! --> src/workers/repo.rs:49:15 Sep 10 05:40:34.374 INFO kablam! | Sep 10 05:40:34.374 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 10 05:40:34.374 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! Sep 10 05:40:34.374 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! --> src/workers/repo.rs:54:15 Sep 10 05:40:34.374 INFO kablam! | Sep 10 05:40:34.374 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 10 05:40:34.374 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! Sep 10 05:40:34.374 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! --> src/workers/repo.rs:62:15 Sep 10 05:40:34.374 INFO kablam! | Sep 10 05:40:34.374 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 10 05:40:34.374 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.374 INFO kablam! Sep 10 05:40:34.375 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.375 INFO kablam! --> src/workers/repo.rs:67:15 Sep 10 05:40:34.375 INFO kablam! | Sep 10 05:40:34.375 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 10 05:40:34.375 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.375 INFO kablam! Sep 10 05:40:34.375 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.375 INFO kablam! --> src/workers/builder.rs:11:55 Sep 10 05:40:34.375 INFO kablam! | Sep 10 05:40:34.375 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 10 05:40:34.375 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.375 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.375 INFO kablam! | Sep 10 05:40:34.375 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! Sep 10 05:40:34.376 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.376 INFO kablam! --> src/workers/builder.rs:87:48 Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 10 05:40:34.376 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.376 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! Sep 10 05:40:34.376 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.376 INFO kablam! --> src/workers/builder.rs:91:47 Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 10 05:40:34.376 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.376 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! Sep 10 05:40:34.376 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.376 INFO kablam! --> src/workers/builder.rs:95:47 Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 10 05:40:34.376 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.376 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! Sep 10 05:40:34.376 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.376 INFO kablam! --> src/workers/document.rs:65:40 Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 10 05:40:34.376 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.376 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.376 INFO kablam! | Sep 10 05:40:34.376 INFO kablam! Sep 10 05:40:34.377 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.377 INFO kablam! --> src/workers/repo.rs:27:37 Sep 10 05:40:34.377 INFO kablam! | Sep 10 05:40:34.377 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 10 05:40:34.377 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.377 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.377 INFO kablam! | Sep 10 05:40:34.377 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.377 INFO kablam! | Sep 10 05:40:34.377 INFO kablam! Sep 10 05:40:34.379 INFO kablam! warning: unused import: `error::DrowError` Sep 10 05:40:34.379 INFO kablam! --> src/workers/builder.rs:2:5 Sep 10 05:40:34.379 INFO kablam! | Sep 10 05:40:34.379 INFO kablam! 2 | use error::DrowError; Sep 10 05:40:34.379 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 05:40:34.386 INFO kablam! | Sep 10 05:40:34.386 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 05:40:34.386 INFO kablam! Sep 10 05:40:34.386 INFO kablam! warning: unused import: `error::DrowError` Sep 10 05:40:34.386 INFO kablam! --> src/workers/document.rs:6:5 Sep 10 05:40:34.386 INFO kablam! | Sep 10 05:40:34.386 INFO kablam! 6 | use error::DrowError; Sep 10 05:40:34.386 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 05:40:34.386 INFO kablam! Sep 10 05:40:34.386 INFO kablam! warning: unused import: `error::DrowError` Sep 10 05:40:34.386 INFO kablam! --> src/workers/repo.rs:5:5 Sep 10 05:40:34.386 INFO kablam! | Sep 10 05:40:34.386 INFO kablam! 5 | use error::DrowError; Sep 10 05:40:34.386 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 05:40:34.386 INFO kablam! Sep 10 05:40:34.408 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.408 INFO kablam! --> src/workers/document.rs:73:28 Sep 10 05:40:34.408 INFO kablam! | Sep 10 05:40:34.408 INFO kablam! 73 | return Err(Fail::CantCreateDirectory(directory)); Sep 10 05:40:34.408 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.408 INFO kablam! Sep 10 05:40:34.414 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.414 INFO kablam! --> src/workers/document.rs:78:24 Sep 10 05:40:34.414 INFO kablam! | Sep 10 05:40:34.414 INFO kablam! 78 | return Err(Fail::PathIsntADirectory(directory)); Sep 10 05:40:34.414 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.414 INFO kablam! Sep 10 05:40:34.414 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.414 INFO kablam! --> src/workers/document.rs:82:24 Sep 10 05:40:34.414 INFO kablam! | Sep 10 05:40:34.414 INFO kablam! 82 | return Err(Fail::DocumentAlreadyExists(new_post)); Sep 10 05:40:34.414 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.414 INFO kablam! Sep 10 05:40:34.414 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.414 INFO kablam! --> src/workers/document.rs:87:24 Sep 10 05:40:34.415 INFO kablam! | Sep 10 05:40:34.415 INFO kablam! 87 | return Err(Fail::CantCreateDocument(new_post)); Sep 10 05:40:34.415 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.415 INFO kablam! Sep 10 05:40:34.418 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.418 INFO kablam! --> src/workers/repo.rs:33:16 Sep 10 05:40:34.418 INFO kablam! | Sep 10 05:40:34.418 INFO kablam! 33 | return Err(Fail::CantCreateDirectory(directory)); Sep 10 05:40:34.418 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.418 INFO kablam! Sep 10 05:40:34.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.422 INFO kablam! --> src/workers/repo.rs:38:15 Sep 10 05:40:34.422 INFO kablam! | Sep 10 05:40:34.422 INFO kablam! 38 | return Err(Fail::PathIsntADirectory(directory)); Sep 10 05:40:34.422 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.422 INFO kablam! Sep 10 05:40:34.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.422 INFO kablam! --> src/workers/repo.rs:44:16 Sep 10 05:40:34.422 INFO kablam! | Sep 10 05:40:34.422 INFO kablam! 44 | return Err(Fail::CantReadDirectory(directory)); Sep 10 05:40:34.422 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.422 INFO kablam! Sep 10 05:40:34.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.422 INFO kablam! --> src/workers/repo.rs:49:15 Sep 10 05:40:34.422 INFO kablam! | Sep 10 05:40:34.422 INFO kablam! 49 | return Err(Fail::DirectoryIsntEmpty(directory)); Sep 10 05:40:34.422 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.422 INFO kablam! Sep 10 05:40:34.423 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.423 INFO kablam! --> src/workers/repo.rs:54:15 Sep 10 05:40:34.423 INFO kablam! | Sep 10 05:40:34.423 INFO kablam! 54 | return Err(Fail::CantCloneTemplateRepo(directory)); Sep 10 05:40:34.423 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.423 INFO kablam! Sep 10 05:40:34.423 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.423 INFO kablam! --> src/workers/repo.rs:62:15 Sep 10 05:40:34.423 INFO kablam! | Sep 10 05:40:34.423 INFO kablam! 62 | return Err(Fail::CantDeleteGitDirectory(directory)); Sep 10 05:40:34.423 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.423 INFO kablam! Sep 10 05:40:34.423 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Fail` Sep 10 05:40:34.423 INFO kablam! --> src/workers/repo.rs:67:15 Sep 10 05:40:34.423 INFO kablam! | Sep 10 05:40:34.423 INFO kablam! 67 | return Err(Fail::CantInitializeGitRepository(directory)); Sep 10 05:40:34.423 INFO kablam! | ^^^^ Use of undeclared type or module `Fail` Sep 10 05:40:34.423 INFO kablam! Sep 10 05:40:34.424 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.424 INFO kablam! --> src/workers/builder.rs:11:55 Sep 10 05:40:34.424 INFO kablam! | Sep 10 05:40:34.424 INFO kablam! 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { Sep 10 05:40:34.424 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.424 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.424 INFO kablam! | Sep 10 05:40:34.424 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.424 INFO kablam! | Sep 10 05:40:34.424 INFO kablam! Sep 10 05:40:34.424 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.424 INFO kablam! --> src/workers/builder.rs:87:48 Sep 10 05:40:34.424 INFO kablam! | Sep 10 05:40:34.424 INFO kablam! 87 | fn build_assets(config: &Config) -> Result<(), Fail> { Sep 10 05:40:34.424 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.424 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.424 INFO kablam! | Sep 10 05:40:34.424 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.424 INFO kablam! | Sep 10 05:40:34.424 INFO kablam! Sep 10 05:40:34.425 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.425 INFO kablam! --> src/workers/builder.rs:91:47 Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! 91 | fn build_pages(config: &Config) -> Result<(), Fail> { Sep 10 05:40:34.425 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.425 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! Sep 10 05:40:34.425 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.425 INFO kablam! --> src/workers/builder.rs:95:47 Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! 95 | fn build_posts(config: &Config) -> Result<(), Fail> { Sep 10 05:40:34.425 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.425 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! Sep 10 05:40:34.425 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.425 INFO kablam! --> src/workers/document.rs:65:40 Sep 10 05:40:34.425 INFO kablam! | Sep 10 05:40:34.425 INFO kablam! 65 | pub fn create(&self) -> Result<(), Fail> { Sep 10 05:40:34.426 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.426 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.426 INFO kablam! | Sep 10 05:40:34.426 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.426 INFO kablam! | Sep 10 05:40:34.426 INFO kablam! Sep 10 05:40:34.426 INFO kablam! error[E0412]: cannot find type `Fail` in this scope Sep 10 05:40:34.426 INFO kablam! --> src/workers/repo.rs:27:37 Sep 10 05:40:34.426 INFO kablam! | Sep 10 05:40:34.426 INFO kablam! 27 | pub fn create(&self) -> Result<(), Fail> { Sep 10 05:40:34.426 INFO kablam! | ^^^^ not found in this scope Sep 10 05:40:34.426 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 05:40:34.426 INFO kablam! | Sep 10 05:40:34.426 INFO kablam! 1 | use failure::Fail; Sep 10 05:40:34.426 INFO kablam! | Sep 10 05:40:34.426 INFO kablam! Sep 10 05:40:34.430 INFO kablam! warning: unused import: `error::DrowError` Sep 10 05:40:34.430 INFO kablam! --> src/workers/builder.rs:2:5 Sep 10 05:40:34.430 INFO kablam! | Sep 10 05:40:34.430 INFO kablam! 2 | use error::DrowError; Sep 10 05:40:34.430 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 05:40:34.430 INFO kablam! | Sep 10 05:40:34.430 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 05:40:34.430 INFO kablam! Sep 10 05:40:34.430 INFO kablam! warning: unused import: `error::DrowError` Sep 10 05:40:34.430 INFO kablam! --> src/workers/document.rs:6:5 Sep 10 05:40:34.430 INFO kablam! | Sep 10 05:40:34.430 INFO kablam! 6 | use error::DrowError; Sep 10 05:40:34.430 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 05:40:34.430 INFO kablam! Sep 10 05:40:34.431 INFO kablam! warning: unused import: `error::DrowError` Sep 10 05:40:34.431 INFO kablam! --> src/workers/repo.rs:5:5 Sep 10 05:40:34.431 INFO kablam! | Sep 10 05:40:34.431 INFO kablam! 5 | use error::DrowError; Sep 10 05:40:34.431 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 05:40:34.431 INFO kablam! Sep 10 05:40:34.450 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 10 05:40:34.450 INFO kablam! --> src/error.rs:3:17 Sep 10 05:40:34.450 INFO kablam! | Sep 10 05:40:34.451 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 10 05:40:34.451 INFO kablam! | ^^^^ Sep 10 05:40:34.451 INFO kablam! | Sep 10 05:40:34.451 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 10 05:40:34.451 INFO kablam! --> src/error.rs:3:17 Sep 10 05:40:34.451 INFO kablam! | Sep 10 05:40:34.451 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 10 05:40:34.451 INFO kablam! | ^^^^ Sep 10 05:40:34.451 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 10 05:40:34.451 INFO kablam! Sep 10 05:40:34.460 INFO kablam! error: aborting due to 18 previous errors Sep 10 05:40:34.466 INFO kablam! Sep 10 05:40:34.466 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 10 05:40:34.466 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 10 05:40:34.479 INFO kablam! error: Could not compile `drow`. Sep 10 05:40:34.479 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:40:34.496 INFO kablam! error[E0478]: lifetime bound not satisfied Sep 10 05:40:34.496 INFO kablam! --> src/error.rs:3:17 Sep 10 05:40:34.496 INFO kablam! | Sep 10 05:40:34.496 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 10 05:40:34.496 INFO kablam! | ^^^^ Sep 10 05:40:34.496 INFO kablam! | Sep 10 05:40:34.497 INFO kablam! note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 Sep 10 05:40:34.497 INFO kablam! --> src/error.rs:3:17 Sep 10 05:40:34.497 INFO kablam! | Sep 10 05:40:34.497 INFO kablam! 3 | #[derive(Debug, Fail)] Sep 10 05:40:34.497 INFO kablam! | ^^^^ Sep 10 05:40:34.497 INFO kablam! = note: but lifetime parameter must outlive the static lifetime Sep 10 05:40:34.497 INFO kablam! Sep 10 05:40:34.512 INFO kablam! error: aborting due to 18 previous errors Sep 10 05:40:34.512 INFO kablam! Sep 10 05:40:34.512 INFO kablam! Some errors occurred: E0412, E0433, E0478. Sep 10 05:40:34.512 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 10 05:40:34.540 INFO kablam! error: Could not compile `drow`. Sep 10 05:40:34.540 INFO kablam! Sep 10 05:40:34.540 INFO kablam! To learn more, run the command again with --verbose. Sep 10 05:40:34.552 INFO kablam! su: No module specific data is present Sep 10 05:40:36.058 INFO running `"docker" "rm" "-f" "34e83cfd7fc85c508ee51b96dff476d6db01d86db2de23b7d00f12d8e78c0718"` Sep 10 05:40:36.173 INFO blam! 34e83cfd7fc85c508ee51b96dff476d6db01d86db2de23b7d00f12d8e78c0718