[INFO] crate rusoto_core 0.42.0 is already in cache [INFO] checking rusoto_core-0.42.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [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 f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 005870ba34697a6203e8e74170668911f640739b08c79cedb196280f7cc6e731 [INFO] running `"docker" "start" "-a" "005870ba34697a6203e8e74170668911f640739b08c79cedb196280f7cc6e731"` [INFO] [stderr] Compiling rusoto_core v0.42.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking rusoto_credential v0.42.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking rusoto_signature v0.42.0 [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: the lint level is 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/error.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is 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: 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" "005870ba34697a6203e8e74170668911f640739b08c79cedb196280f7cc6e731"` [INFO] running `"docker" "rm" "-f" "005870ba34697a6203e8e74170668911f640739b08c79cedb196280f7cc6e731"` [INFO] [stdout] 005870ba34697a6203e8e74170668911f640739b08c79cedb196280f7cc6e731