[INFO] cloning repository https://github.com/CanalTP/munin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CanalTP/munin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanalTP%2Fmunin"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanalTP%2Fmunin'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30725ea5b689d9386648caae0979934f0e2d983c [INFO] checking CanalTP/munin against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanalTP%2Fmunin" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CanalTP/munin on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CanalTP/munin [INFO] finished tweaking git repo https://github.com/CanalTP/munin [INFO] tweaked toml for git repo https://github.com/CanalTP/munin written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/CanalTP/munin already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 09a96eb6774ff54b13bfeb47589ce2f0fd8c790627d5db01ffc78c0f9c9a84ce [INFO] running `"docker" "start" "-a" "09a96eb6774ff54b13bfeb47589ce2f0fd8c790627d5db01ffc78c0f9c9a84ce"` [INFO] [stderr] Checking mdo v0.3.0 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking libz-sys v1.0.25 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking curl-sys v0.4.23 [INFO] [stderr] Checking curl v0.4.25 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking persistent v0.4.0 [INFO] [stderr] Checking bodyparser v0.8.0 [INFO] [stderr] Checking urlencoded v0.6.0 [INFO] [stderr] Checking munin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:67:36 [INFO] [stderr] | [INFO] [stderr] 67 | pub type CurlResult = Result; [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:71:16 [INFO] [stderr] | [INFO] [stderr] 71 | try!(curl::http::handle().delete("http://localhost:9200/munin").exec()); [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:75:26 [INFO] [stderr] | [INFO] [stderr] 75 | let res = try!(curl::http::handle().put("http://localhost:9200/munin", analysis).exec()); [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | let mut handle = curl::http::handle(); [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | fn query(q: &str) -> Result { [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | let resp = curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:65:59 [INFO] [stderr] | [INFO] [stderr] 65 | fn query_location(q: &str, coord: &Coord) -> Result { [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:80:22 [INFO] [stderr] | [INFO] [stderr] 80 | let resp = curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:89:15 [INFO] [stderr] | [INFO] [stderr] 89 | curl::http::handle().post("http://localhost:9200/munin/addr/_search?pretty&size=1", &query) [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:67:58 [INFO] [stderr] | [INFO] [stderr] 67 | pub type CurlResult = Result; [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:69:53 [INFO] [stderr] | [INFO] [stderr] 69 | pub fn purge_and_create_munin() -> Result<(), curl::ErrCode> { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:86:70 [INFO] [stderr] | [INFO] [stderr] 86 | fn bulk_index<'a, T, I>(url: &str, mut iter: I) -> Result [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:115:70 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn index>(iter: I) -> Result { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/main.rs:50:57 [INFO] [stderr] | [INFO] [stderr] 50 | fn query(q: &str) -> Result { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/main.rs:65:81 [INFO] [stderr] | [INFO] [stderr] 65 | fn query_location(q: &str, coord: &Coord) -> Result { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/main.rs:86:52 [INFO] [stderr] | [INFO] [stderr] 86 | fn geocode(lon: f64, lat: f64) -> Result<(), curl::ErrCode> { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | try!(curl::http::handle().delete("http://localhost:9200/munin").exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:75:15 [INFO] [stderr] | [INFO] [stderr] 75 | let res = try!(curl::http::handle().put("http://localhost:9200/munin", analysis).exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | let res = try!(handle.post(&*url, &chunk).exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | try!(bulk_index("http://localhost:9200/munin/addr", iter.inspect(|addr| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | try!(bulk_index("http://localhost:9200/munin/admin", admins.into_iter().map(|e| e.1))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:71:16 [INFO] [stderr] | [INFO] [stderr] 71 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | let r = try! { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:67:36 [INFO] [stderr] | [INFO] [stderr] 67 | pub type CurlResult = Result; [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:71:16 [INFO] [stderr] | [INFO] [stderr] 71 | try!(curl::http::handle().delete("http://localhost:9200/munin").exec()); [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:75:26 [INFO] [stderr] | [INFO] [stderr] 75 | let res = try!(curl::http::handle().put("http://localhost:9200/munin", analysis).exec()); [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/index.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | let mut handle = curl::http::handle(); [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | fn query(q: &str) -> Result { [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | let resp = curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:65:59 [INFO] [stderr] | [INFO] [stderr] 65 | fn query_location(q: &str, coord: &Coord) -> Result { [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:80:22 [INFO] [stderr] | [INFO] [stderr] 80 | let resp = curl::http::handle() [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `http` in `curl` [INFO] [stderr] --> src/main.rs:89:15 [INFO] [stderr] | [INFO] [stderr] 89 | curl::http::handle().post("http://localhost:9200/munin/addr/_search?pretty&size=1", &query) [INFO] [stderr] | ^^^^ could not find `http` in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:67:58 [INFO] [stderr] | [INFO] [stderr] 67 | pub type CurlResult = Result; [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:69:53 [INFO] [stderr] | [INFO] [stderr] 69 | pub fn purge_and_create_munin() -> Result<(), curl::ErrCode> { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:86:70 [INFO] [stderr] | [INFO] [stderr] 86 | fn bulk_index<'a, T, I>(url: &str, mut iter: I) -> Result [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/index.rs:115:70 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn index>(iter: I) -> Result { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/main.rs:50:57 [INFO] [stderr] | [INFO] [stderr] 50 | fn query(q: &str) -> Result { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/main.rs:65:81 [INFO] [stderr] | [INFO] [stderr] 65 | fn query_location(q: &str, coord: &Coord) -> Result { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ErrCode` in crate `curl` [INFO] [stderr] --> src/main.rs:86:52 [INFO] [stderr] | [INFO] [stderr] 86 | fn geocode(lon: f64, lat: f64) -> Result<(), curl::ErrCode> { [INFO] [stderr] | ^^^^^^^ not found in `curl` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | try!(curl::http::handle().delete("http://localhost:9200/munin").exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:75:15 [INFO] [stderr] | [INFO] [stderr] 75 | let res = try!(curl::http::handle().put("http://localhost:9200/munin", analysis).exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | let res = try!(handle.post(&*url, &chunk).exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | try!(bulk_index("http://localhost:9200/munin/addr", iter.inspect(|addr| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/index.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | try!(bulk_index("http://localhost:9200/munin/admin", admins.into_iter().map(|e| e.1))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:71:16 [INFO] [stderr] | [INFO] [stderr] 71 | let resp = try!(curl::http::handle() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | let r = try! { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for type `csv::Reader<_>` in the current scope [INFO] [stderr] --> src/main.rs:43:36 [INFO] [stderr] | [INFO] [stderr] 43 | let mut rdr = csv::Reader::from_file(&Path::new(&f)).unwrap().has_headers(false); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Reader<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `decode` found for type `docopt::Docopt` in the current scope [INFO] [stderr] --> src/main.rs:224:25 [INFO] [stderr] | [INFO] [stderr] 224 | .and_then(|d| d.decode()) [INFO] [stderr] | ^^^^^^ method not found in `docopt::Docopt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for type `csv::Reader<_>` in the current scope [INFO] [stderr] --> src/main.rs:43:36 [INFO] [stderr] | [INFO] [stderr] 43 | let mut rdr = csv::Reader::from_file(&Path::new(&f)).unwrap().has_headers(false); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Reader<_>` [INFO] [stderr] [INFO] [stderr] error: could not compile `munin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `decode` found for type `docopt::Docopt` in the current scope [INFO] [stderr] --> src/main.rs:224:25 [INFO] [stderr] | [INFO] [stderr] 224 | .and_then(|d| d.decode()) [INFO] [stderr] | ^^^^^^ method not found in `docopt::Docopt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `munin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "09a96eb6774ff54b13bfeb47589ce2f0fd8c790627d5db01ffc78c0f9c9a84ce"` [INFO] running `"docker" "rm" "-f" "09a96eb6774ff54b13bfeb47589ce2f0fd8c790627d5db01ffc78c0f9c9a84ce"` [INFO] [stdout] 09a96eb6774ff54b13bfeb47589ce2f0fd8c790627d5db01ffc78c0f9c9a84ce