[INFO] cloning repository songzhi/wallpapers [INFO] running `"git" "clone" "--bare" "git://github.com/songzhi/wallpapers.git" "work/cache/sources/gh/songzhi/wallpapers"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/songzhi/wallpapers'... [INFO] running `"git" "clone" "work/cache/sources/gh/songzhi/wallpapers" "work/ex/beta-1.37-6/sources/1.36.0/gh/songzhi/wallpapers"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/songzhi/wallpapers'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/songzhi/wallpapers" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/songzhi/wallpapers"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/songzhi/wallpapers'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2471ba577391cdaf75e29e87299767c41022eefc [INFO] sha for GitHub repo songzhi/wallpapers: 2471ba577391cdaf75e29e87299767c41022eefc [INFO] validating manifest of songzhi/wallpapers on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of songzhi/wallpapers on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing songzhi/wallpapers [INFO] finished frobbing songzhi/wallpapers [INFO] frobbed toml for songzhi/wallpapers written to work/ex/beta-1.37-6/sources/1.36.0/gh/songzhi/wallpapers/Cargo.toml [INFO] started frobbing songzhi/wallpapers [INFO] finished frobbing songzhi/wallpapers [INFO] frobbed toml for songzhi/wallpapers written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/songzhi/wallpapers/Cargo.toml [INFO] crate songzhi/wallpapers already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing songzhi/wallpapers against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/songzhi/wallpapers:/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.36.0" "build" "--frozen"` [INFO] [stdout] eac9a1fb9f3b5b107324b34eed8fc35b699928e44fe869c60188294461566158 [INFO] running `"docker" "start" "-a" "eac9a1fb9f3b5b107324b34eed8fc35b699928e44fe869c60188294461566158"` [INFO] [stderr] Compiling rust-ini v0.12.2 [INFO] [stderr] Compiling enquote v1.0.3 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling backtrace-sys v0.1.29 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling h2 v0.1.24 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling once_cell v0.2.1 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper v0.12.31 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling wallpaper v2.0.1 [INFO] [stderr] Compiling wallpapers v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run` found for type `daemon::Daemon` in the current scope [INFO] [stderr] --> src/lib.rs:44:12 [INFO] [stderr] | [INFO] [stderr] 44 | daemon.run(|_: Receiver| main_loop()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/daemon/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct Daemon { [INFO] [stderr] | ----------------- method `run` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `run`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `daemon::DaemonRunner` [INFO] [stderr] candidate #2: `flate2::zio::Ops` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::daemon::DaemonRunner` [INFO] [stderr] --> src/lib.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::daemon::DaemonRunner; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `wallpapers`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eac9a1fb9f3b5b107324b34eed8fc35b699928e44fe869c60188294461566158"` [INFO] running `"docker" "rm" "-f" "eac9a1fb9f3b5b107324b34eed8fc35b699928e44fe869c60188294461566158"` [INFO] [stdout] eac9a1fb9f3b5b107324b34eed8fc35b699928e44fe869c60188294461566158