[INFO] crate threema-gateway 0.12.1 is already in cache [INFO] checking threema-gateway-0.12.1 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate threema-gateway 0.12.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate threema-gateway 0.12.1 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate threema-gateway 0.12.1 [INFO] finished tweaking crates.io crate threema-gateway 0.12.1 [INFO] tweaked toml for crates.io crate threema-gateway 0.12.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate threema-gateway 0.12.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] d36c0425108b87053e9cbab52322615bd97d78b2c1d008b7d592c70ecfbdffdc [INFO] running `"docker" "start" "-a" "d36c0425108b87053e9cbab52322615bd97d78b2c1d008b7d592c70ecfbdffdc"` [INFO] [stderr] Checking strsim v0.9.2 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling libsodium-sys v0.2.5 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking sodiumoxide v0.2.5 [INFO] [stderr] Checking threema-gateway v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / quick_error! { [INFO] [stderr] 64 | | /// Crypto related errors. [INFO] [stderr] 65 | | #[derive(Debug)] [INFO] [stderr] 66 | | pub enum CryptoError { [INFO] [stderr] ... | [INFO] [stderr] 71 | | } [INFO] [stderr] 72 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | / quick_error! { [INFO] [stderr] 75 | | /// Errors when interacting with the [`ApiBuilder`](struct.ApiBuilder.html). [INFO] [stderr] 76 | | #[derive(Debug)] [INFO] [stderr] 77 | | pub enum ApiBuilderError { [INFO] [stderr] ... | [INFO] [stderr] 82 | | } [INFO] [stderr] 83 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | / quick_error! { [INFO] [stderr] 75 | | /// Errors when interacting with the [`ApiBuilder`](struct.ApiBuilder.html). [INFO] [stderr] 76 | | #[derive(Debug)] [INFO] [stderr] 77 | | pub enum ApiBuilderError { [INFO] [stderr] ... | [INFO] [stderr] 82 | | } [INFO] [stderr] 83 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// Errors when interacting with the API. [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | pub enum ApiError { [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / quick_error! { [INFO] [stderr] 64 | | /// Crypto related errors. [INFO] [stderr] 65 | | #[derive(Debug)] [INFO] [stderr] 66 | | pub enum CryptoError { [INFO] [stderr] ... | [INFO] [stderr] 71 | | } [INFO] [stderr] 72 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | / quick_error! { [INFO] [stderr] 75 | | /// Errors when interacting with the [`ApiBuilder`](struct.ApiBuilder.html). [INFO] [stderr] 76 | | #[derive(Debug)] [INFO] [stderr] 77 | | pub enum ApiBuilderError { [INFO] [stderr] ... | [INFO] [stderr] 82 | | } [INFO] [stderr] 83 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | / quick_error! { [INFO] [stderr] 75 | | /// Errors when interacting with the [`ApiBuilder`](struct.ApiBuilder.html). [INFO] [stderr] 76 | | #[derive(Debug)] [INFO] [stderr] 77 | | pub enum ApiBuilderError { [INFO] [stderr] ... | [INFO] [stderr] 82 | | } [INFO] [stderr] 83 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 49s [INFO] running `"docker" "inspect" "d36c0425108b87053e9cbab52322615bd97d78b2c1d008b7d592c70ecfbdffdc"` [INFO] running `"docker" "rm" "-f" "d36c0425108b87053e9cbab52322615bd97d78b2c1d008b7d592c70ecfbdffdc"` [INFO] [stdout] d36c0425108b87053e9cbab52322615bd97d78b2c1d008b7d592c70ecfbdffdc