[INFO] updating cached repository AndrewBrinker/drow [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AndrewBrinker/drow [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AndrewBrinker/drow" "work/ex/beta-1.38-1/sources/1.37.0/gh/AndrewBrinker/drow"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/AndrewBrinker/drow'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AndrewBrinker/drow" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AndrewBrinker/drow"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AndrewBrinker/drow'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9109459306a43b18fbb0735578eb39c2830fe30e [INFO] sha for GitHub repo AndrewBrinker/drow: 9109459306a43b18fbb0735578eb39c2830fe30e [INFO] validating manifest of AndrewBrinker/drow on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AndrewBrinker/drow on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing AndrewBrinker/drow [INFO] finished frobbing AndrewBrinker/drow [INFO] frobbed toml for AndrewBrinker/drow written to work/ex/beta-1.38-1/sources/1.37.0/gh/AndrewBrinker/drow/Cargo.toml [INFO] started frobbing AndrewBrinker/drow [INFO] finished frobbing AndrewBrinker/drow [INFO] frobbed toml for AndrewBrinker/drow written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AndrewBrinker/drow/Cargo.toml [INFO] crate AndrewBrinker/drow already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AndrewBrinker/drow against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/AndrewBrinker/drow:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 7eb69ab9e3e29cbfdfc197c30709e13152c173ce398ff681e70dcf853e68ffac [INFO] running `"docker" "start" "-a" "7eb69ab9e3e29cbfdfc197c30709e13152c173ce398ff681e70dcf853e68ffac"` [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling serde v1.0.26 [INFO] [stderr] Compiling unidecode v0.3.0 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling curl-sys v0.3.15 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling getset v0.0.5 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Compiling libgit2-sys v0.6.18 [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling git2 v0.6.10 [INFO] [stderr] Compiling drow v0.1.2 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/document.rs:73:28 [INFO] [stderr] | [INFO] [stderr] 73 | return Err(Fail::CantCreateDirectory(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/document.rs:78:24 [INFO] [stderr] | [INFO] [stderr] 78 | return Err(Fail::PathIsntADirectory(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/document.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | return Err(Fail::DocumentAlreadyExists(new_post)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/document.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | return Err(Fail::CantCreateDocument(new_post)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:33:16 [INFO] [stderr] | [INFO] [stderr] 33 | return Err(Fail::CantCreateDirectory(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | return Err(Fail::PathIsntADirectory(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | return Err(Fail::CantReadDirectory(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | return Err(Fail::DirectoryIsntEmpty(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:54:15 [INFO] [stderr] | [INFO] [stderr] 54 | return Err(Fail::CantCloneTemplateRepo(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | return Err(Fail::CantDeleteGitDirectory(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fail` [INFO] [stderr] --> src/workers/repo.rs:67:15 [INFO] [stderr] | [INFO] [stderr] 67 | return Err(Fail::CantInitializeGitRepository(directory)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Fail` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Fail` in this scope [INFO] [stderr] --> src/workers/builder.rs:11:55 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn build(&self, config: Config) -> Result<(), Fail> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Fail; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Fail` in this scope [INFO] [stderr] --> src/workers/builder.rs:87:48 [INFO] [stderr] | [INFO] [stderr] 87 | fn build_assets(config: &Config) -> Result<(), Fail> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Fail; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Fail` in this scope [INFO] [stderr] --> src/workers/builder.rs:91:47 [INFO] [stderr] | [INFO] [stderr] 91 | fn build_pages(config: &Config) -> Result<(), Fail> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Fail; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Fail` in this scope [INFO] [stderr] --> src/workers/builder.rs:95:47 [INFO] [stderr] | [INFO] [stderr] 95 | fn build_posts(config: &Config) -> Result<(), Fail> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Fail; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Fail` in this scope [INFO] [stderr] --> src/workers/document.rs:65:40 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn create(&self) -> Result<(), Fail> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Fail; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Fail` in this scope [INFO] [stderr] --> src/workers/repo.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn create(&self) -> Result<(), Fail> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Fail; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::DrowError` [INFO] [stderr] --> src/workers/builder.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use error::DrowError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::DrowError` [INFO] [stderr] --> src/workers/document.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use error::DrowError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::DrowError` [INFO] [stderr] --> src/workers/repo.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use error::DrowError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0478]: lifetime bound not satisfied [INFO] [stderr] --> src/error.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:17 [INFO] [stderr] --> src/error.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ [INFO] [stderr] = note: but lifetime parameter must outlive the static lifetime [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0478. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `drow`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7eb69ab9e3e29cbfdfc197c30709e13152c173ce398ff681e70dcf853e68ffac"` [INFO] running `"docker" "rm" "-f" "7eb69ab9e3e29cbfdfc197c30709e13152c173ce398ff681e70dcf853e68ffac"` [INFO] [stdout] 7eb69ab9e3e29cbfdfc197c30709e13152c173ce398ff681e70dcf853e68ffac