[INFO] crate rusoto_core 0.42.0 is already in cache [INFO] checking rusoto_core-0.42.0 against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] extracting crate rusoto_core 0.42.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rusoto_core 0.42.0 on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rusoto_core 0.42.0 [INFO] finished tweaking crates.io crate rusoto_core 0.42.0 [INFO] tweaked toml for crates.io crate rusoto_core 0.42.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "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] bc1764edef8f8ef858641341fdf426efe4547caa8be8cd932058926d3ab17fa5 [INFO] running `"docker" "start" "-a" "bc1764edef8f8ef858641341fdf426efe4547caa8be8cd932058926d3ab17fa5"` [INFO] [stderr] Compiling rusoto_core v0.42.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking rusoto_credential v0.42.0 [INFO] [stderr] Checking rusoto_signature v0.42.0 [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:16:45 [INFO] [stderr] | [INFO] [stderr] 16 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | RusotoError::Service(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:72:54 [INFO] [stderr] | [INFO] [stderr] 72 | RusotoError::Credentials(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:73:77 [INFO] [stderr] | [INFO] [stderr] 73 | RusotoError::HttpDispatch(ref dispatch_error) => dispatch_error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/serialization.rs:35:51 [INFO] [stderr] | [INFO] [stderr] 35 | .map_err(|err| SerdeError::custom(err.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `rusoto_core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read src/proto/xml/../../../test_resources/list_queues_with_queue.xml: No such file or directory (os error 2) [INFO] [stderr] --> src/proto/xml/util.rs:342:20 [INFO] [stderr] | [INFO] [stderr] 342 | let body = include_bytes!("../../../test_resources/list_queues_with_queue.xml"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:16:45 [INFO] [stderr] | [INFO] [stderr] 16 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | RusotoError::Service(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:72:54 [INFO] [stderr] | [INFO] [stderr] 72 | RusotoError::Credentials(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:73:77 [INFO] [stderr] | [INFO] [stderr] 73 | RusotoError::HttpDispatch(ref dispatch_error) => dispatch_error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/serialization.rs:35:51 [INFO] [stderr] | [INFO] [stderr] 35 | .map_err(|err| SerdeError::custom(err.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `rusoto_core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bc1764edef8f8ef858641341fdf426efe4547caa8be8cd932058926d3ab17fa5"` [INFO] running `"docker" "rm" "-f" "bc1764edef8f8ef858641341fdf426efe4547caa8be8cd932058926d3ab17fa5"` [INFO] [stdout] bc1764edef8f8ef858641341fdf426efe4547caa8be8cd932058926d3ab17fa5