[INFO] updating cached repository wbthomason/bork [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/wbthomason/bork [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/wbthomason/bork" "work/ex/beta-1.38-1/sources/1.37.0/gh/wbthomason/bork"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/wbthomason/bork'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wbthomason/bork" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/wbthomason/bork"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/wbthomason/bork'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 756436d8280f00aa4cde013e1f6989d8336634e7 [INFO] sha for GitHub repo wbthomason/bork: 756436d8280f00aa4cde013e1f6989d8336634e7 [INFO] validating manifest of wbthomason/bork 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 wbthomason/bork 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 wbthomason/bork [INFO] finished frobbing wbthomason/bork [INFO] frobbed toml for wbthomason/bork written to work/ex/beta-1.38-1/sources/1.37.0/gh/wbthomason/bork/Cargo.toml [INFO] started frobbing wbthomason/bork [INFO] finished frobbing wbthomason/bork [INFO] frobbed toml for wbthomason/bork written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/wbthomason/bork/Cargo.toml [INFO] crate wbthomason/bork 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 wbthomason/bork against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/wbthomason/bork:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] da860d2965a6f5e1079e80fe189aebb5dd103ba4adf33190d698492bcfc2f8fe [INFO] running `"docker" "start" "-a" "da860d2965a6f5e1079e80fe189aebb5dd103ba4adf33190d698492bcfc2f8fe"` [INFO] [stderr] Compiling slog v2.1.1 [INFO] [stderr] Compiling take_mut v0.2.0 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling openssl-sys v0.9.23 [INFO] [stderr] Compiling curl-sys v0.3.15 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling socket2 v0.2.4 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling isatty v0.1.6 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling itertools v0.7.4 [INFO] [stderr] Compiling colored v1.6.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling mio v0.6.11 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling slog-async v2.2.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling config v0.7.0 [INFO] [stderr] Compiling tokio-core v0.1.11 [INFO] [stderr] Compiling slog-term v2.3.0 [INFO] [stderr] Compiling curl v0.4.8 [INFO] [stderr] Compiling tokio-curl v0.1.10 [INFO] [stderr] Compiling bork v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: format argument must be a string literal [INFO] [stderr] --> src/main.rs:78:30 [INFO] [stderr] | [INFO] [stderr] 78 | debug!("Got args: {:?}", args); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: you might be missing a string literal to format with [INFO] [stderr] | [INFO] [stderr] 78 | debug!("Got args: {:?}", "{}", args); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: format argument must be a string literal [INFO] [stderr] --> src/main.rs:90:38 [INFO] [stderr] | [INFO] [stderr] 90 | info!("Searching for: {:?}", packages_for_search); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: you might be missing a string literal to format with [INFO] [stderr] | [INFO] [stderr] 90 | info!("Searching for: {:?}", "{}", packages_for_search); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: format argument must be a string literal [INFO] [stderr] --> src/main.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | info!("Removing: {:?}", packages_for_removal); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: you might be missing a string literal to format with [INFO] [stderr] | [INFO] [stderr] 101 | info!("Removing: {:?}", "{}", packages_for_removal); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: format argument must be a string literal [INFO] [stderr] --> src/main.rs:112:35 [INFO] [stderr] | [INFO] [stderr] 112 | info!("Installing: {:?}", packages_for_installation); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: you might be missing a string literal to format with [INFO] [stderr] | [INFO] [stderr] 112 | info!("Installing: {:?}", "{}", packages_for_installation); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: format argument must be a string literal [INFO] [stderr] --> src/main.rs:122:33 [INFO] [stderr] | [INFO] [stderr] 122 | info!("Updating: {:?}", packages_for_updating); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: you might be missing a string literal to format with [INFO] [stderr] | [INFO] [stderr] 122 | info!("Updating: {:?}", "{}", packages_for_updating); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_args` in crate `config` [INFO] [stderr] --> src/main.rs:77:24 [INFO] [stderr] | [INFO] [stderr] 77 | let args = config::get_args(); [INFO] [stderr] | ^^^^^^^^ not found in `config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_config_opts` in crate `config` [INFO] [stderr] --> src/main.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | let config_opts = config::get_config_opts(args.value_of(constants::CONFIG_FILE)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `config` [INFO] [stderr] [INFO] [stderr] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/aur/mod.rs:31:21 [INFO] [stderr] | [INFO] [stderr] 31 | fn make_requests( [INFO] [stderr] | ^^^^^^^^^^^ explicit lifetime name needed here [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `itertools::Itertools` [INFO] [stderr] --> src/aur/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use itertools::Itertools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BoxFuture`, `Then` [INFO] [stderr] --> src/aur/mod.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::{Future, Then, BoxFuture}; [INFO] [stderr] | ^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Write`, `self` [INFO] [stderr] --> src/aur/mod.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/aur/mod.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `InfoResult` [INFO] [stderr] --> src/aur/mod.rs:22:33 [INFO] [stderr] | [INFO] [stderr] 22 | use self::types::{SearchResult, InfoResult}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 [INFO] [stderr] --> src/aur/mod.rs:5:29 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::{Future, Then, BoxFuture}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope [INFO] [stderr] --> src/main.rs:72:63 [INFO] [stderr] | [INFO] [stderr] 72 | let drain = slog_term::FullFormat::new(decorator).build().fuse(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `fuse` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut slog_term::FullFormat : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 35 | use slog::Drain; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope [INFO] [stderr] --> src/main.rs:73:55 [INFO] [stderr] | [INFO] [stderr] 73 | let drain = slog_async::Async::new(drain).build().fuse(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `fuse` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut slog_async::Async : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 35 | use slog::Drain; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `log` found for type `&'static str` in the current scope [INFO] [stderr] --> src/main.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | debug!("Got args: {:?}", args); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `log` found for type `&'static str` in the current scope [INFO] [stderr] --> src/main.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | info!("Searching for: {:?}", packages_for_search); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `log` found for type `&'static str` in the current scope [INFO] [stderr] --> src/main.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | info!("Removing: {:?}", packages_for_removal); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `log` found for type `&'static str` in the current scope [INFO] [stderr] --> src/main.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | info!("Installing: {:?}", packages_for_installation); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `log` found for type `&'static str` in the current scope [INFO] [stderr] --> src/main.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | info!("Updating: {:?}", packages_for_updating); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/search/mod.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 44 | .map(|result| match result { [INFO] [stderr] | ------ this match expression has type `(std::string::String, std::result::Result)` [INFO] [stderr] 45 | Ok(package_result) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `(std::string::String, std::result::Result)` [INFO] [stderr] found type `std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/search/mod.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 44 | .map(|result| match result { [INFO] [stderr] | ------ this match expression has type `(std::string::String, std::result::Result)` [INFO] [stderr] ... [INFO] [stderr] 99 | Err(search_error) => format!("{}", search_error.bold().white().on_red()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `(std::string::String, std::result::Result)` [INFO] [stderr] found type `std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 [INFO] [stderr] --> src/aur/mod.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 65 | }).map_err(move |e| format!("{}: {:?}", package, e)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 [INFO] [stderr] --> src/aur/mod.rs:67:61 [INFO] [stderr] | [INFO] [stderr] 67 | Err(e) => err(format!("{}: {:?}", package, e)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0310]: the parameter type `T` may not live long enough [INFO] [stderr] --> src/aur/mod.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 31 | fn make_requests( [INFO] [stderr] | -- help: consider adding an explicit lifetime bound `T: 'static`... [INFO] [stderr] ... [INFO] [stderr] 65 | }).map_err(move |e| format!("{}: {:?}", package, e)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: ...so that the type `futures::MapErr, tokio_curl::PerformError>, [closure@src/aur/mod.rs:57:50: 65:18 search_data:std::sync::Arc>>, p:std::string::String]>, [closure@src/aur/mod.rs:65:28: 65:68 package:std::string::String]>` will meet its required lifetime bounds [INFO] [stderr] --> src/aur/mod.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 65 | }).map_err(move |e| format!("{}: {:?}", package, e)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0310]: the parameter type `T` may not live long enough [INFO] [stderr] --> src/aur/mod.rs:67:61 [INFO] [stderr] | [INFO] [stderr] 31 | fn make_requests( [INFO] [stderr] | -- help: consider adding an explicit lifetime bound `T: 'static`... [INFO] [stderr] ... [INFO] [stderr] 67 | Err(e) => err(format!("{}: {:?}", package, e)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: ...so that the type `futures::Done, std::string::String>` will meet its required lifetime bounds [INFO] [stderr] --> src/aur/mod.rs:67:61 [INFO] [stderr] | [INFO] [stderr] 67 | Err(e) => err(format!("{}: {:?}", package, e)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0310, E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `bork`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "da860d2965a6f5e1079e80fe189aebb5dd103ba4adf33190d698492bcfc2f8fe"` [INFO] running `"docker" "rm" "-f" "da860d2965a6f5e1079e80fe189aebb5dd103ba4adf33190d698492bcfc2f8fe"` [INFO] [stdout] da860d2965a6f5e1079e80fe189aebb5dd103ba4adf33190d698492bcfc2f8fe