[INFO] crate echoloc 0.1.10 is already in cache [INFO] checking echoloc-0.1.10 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate echoloc 0.1.10 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate echoloc 0.1.10 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate echoloc 0.1.10 [INFO] finished tweaking crates.io crate echoloc 0.1.10 [INFO] tweaked toml for crates.io crate echoloc 0.1.10 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] 54f34c9f8d55a2f21cdc15b1ba98afe78de737bf6831232dc1914e68fcce47ba [INFO] running `"docker" "start" "-a" "54f34c9f8d55a2f21cdc15b1ba98afe78de737bf6831232dc1914e68fcce47ba"` [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio v0.2.18 [INFO] [stderr] Checking slog-try v0.2.0 [INFO] [stderr] Compiling getset v0.1.0 [INFO] [stderr] Checking pin-project v0.4.9 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking hyper v0.13.4 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking reqwest v0.10.4 [INFO] [stderr] Checking echoloc v0.1.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown lint: `question_mark_macro_sep` [INFO] [stderr] --> src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | question_mark_macro_sep, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `question_mark_macro_sep` [INFO] [stderr] --> src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | question_mark_macro_sep, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ParseError` in `uuid::parser` [INFO] [stderr] --> src/error.rs:81:31 [INFO] [stderr] | [INFO] [stderr] 81 | external_error!(uuid::parser::ParseError, ErrKind::Uuid); [INFO] [stderr] | ^^^^^^^^^^ not found in `uuid::parser` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::format::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use std::string::ParseError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ParseError` in `uuid::parser` [INFO] [stderr] --> src/error.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | Uuid(uuid::parser::ParseError), [INFO] [stderr] | ^^^^^^^^^^ not found in `uuid::parser` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use chrono::format::ParseError; [INFO] [stderr] | [INFO] [stderr] 15 | use std::string::ParseError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `parser` is private [INFO] [stderr] --> src/error.rs:81:23 [INFO] [stderr] | [INFO] [stderr] 81 | external_error!(uuid::parser::ParseError, ErrKind::Uuid); [INFO] [stderr] | ^^^^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `parser` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.1/src/lib.rs:146:1 [INFO] [stderr] | [INFO] [stderr] 146 | mod parser; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `parser` is private [INFO] [stderr] --> src/error.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | Uuid(uuid::parser::ParseError), [INFO] [stderr] | ^^^^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `parser` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.1/src/lib.rs:146:1 [INFO] [stderr] | [INFO] [stderr] 146 | mod parser; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `danger_accept_invalid_hostnames` found for struct `reqwest::async_impl::client::ClientBuilder` in the current scope [INFO] [stderr] --> src/echo.rs:86:14 [INFO] [stderr] | [INFO] [stderr] 86 | .danger_accept_invalid_hostnames(true) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `danger_accept_invalid_certs` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `danger_accept_invalid_hostnames` found for struct `reqwest::async_impl::client::ClientBuilder` in the current scope [INFO] [stderr] --> src/echo.rs:86:14 [INFO] [stderr] | [INFO] [stderr] 86 | .danger_accept_invalid_hostnames(true) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `danger_accept_invalid_certs` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | write!(f, "{}", self.description())?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:106:41 [INFO] [stderr] | [INFO] [stderr] 106 | ErrKind::Io(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | ErrKind::Var(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:109:43 [INFO] [stderr] | [INFO] [stderr] 109 | ErrKind::Json(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:110:46 [INFO] [stderr] | [INFO] [stderr] 110 | ErrKind::Reqwest(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:132:30 [INFO] [stderr] | [INFO] [stderr] 132 | write!(f, "{}", self.description())?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `echoloc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | write!(f, "{}", self.description())?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:106:41 [INFO] [stderr] | [INFO] [stderr] 106 | ErrKind::Io(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | ErrKind::Var(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:109:43 [INFO] [stderr] | [INFO] [stderr] 109 | ErrKind::Json(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:110:46 [INFO] [stderr] | [INFO] [stderr] 110 | ErrKind::Reqwest(inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:132:30 [INFO] [stderr] | [INFO] [stderr] 132 | write!(f, "{}", self.description())?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `echoloc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "54f34c9f8d55a2f21cdc15b1ba98afe78de737bf6831232dc1914e68fcce47ba"` [INFO] running `"docker" "rm" "-f" "54f34c9f8d55a2f21cdc15b1ba98afe78de737bf6831232dc1914e68fcce47ba"` [INFO] [stdout] 54f34c9f8d55a2f21cdc15b1ba98afe78de737bf6831232dc1914e68fcce47ba