[INFO] updating cached repository https://github.com/CanalTP/munin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30725ea5b689d9386648caae0979934f0e2d983c [INFO] testing CanalTP/munin against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanalTP%2Fmunin" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CanalTP/munin on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/CanalTP/munin already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 9a48935141a4a29dd8ae04dec460f6e698cf663401238574911d0d186f660d59 [INFO] running `"docker" "start" "-a" "9a48935141a4a29dd8ae04dec460f6e698cf663401238574911d0d186f660d59"` [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling mdo v0.3.0 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling 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] 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] | ^^^^^^ [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" "9a48935141a4a29dd8ae04dec460f6e698cf663401238574911d0d186f660d59"` [INFO] running `"docker" "rm" "-f" "9a48935141a4a29dd8ae04dec460f6e698cf663401238574911d0d186f660d59"` [INFO] [stdout] 9a48935141a4a29dd8ae04dec460f6e698cf663401238574911d0d186f660d59