[INFO] crate cargo-edit 0.5.0 is already in cache [INFO] checking cargo-edit-0.5.0 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate cargo-edit 0.5.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate cargo-edit 0.5.0 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-edit 0.5.0 [INFO] finished tweaking crates.io crate cargo-edit 0.5.0 [INFO] tweaked toml for crates.io crate cargo-edit 0.5.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate cargo-edit 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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] 811bab5d8a43e30d0c52c7734ba032cb79e2e6f588fc0093fe3377b678a0a064 [INFO] running `"docker" "start" "-a" "811bab5d8a43e30d0c52c7734ba032cb79e2e6f588fc0093fe3377b678a0a064"` [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Checking environment v0.1.1 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Compiling jobserver v0.1.19 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking subprocess v0.1.20 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking colored v1.9.2 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking env_proxy v0.4.0 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking cargo_metadata v0.9.1 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking tokio v0.2.9 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling libssh2-sys v0.2.14 [INFO] [stderr] Compiling libgit2-sys v0.10.0 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking backtrace v0.3.42 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking assert_cli v0.6.3 [INFO] [stderr] Compiling structopt-derive v0.4.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking structopt v0.3.8 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking git2 v0.11.0 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking toml_edit v0.1.5 [INFO] [stderr] Checking cargo-edit v0.5.0 (/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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error) #[doc = "An error from the std::io module"]; [INFO] [stderr] 4 | | Git(::git2::Error)#[doc = "An error from the git2 crate"]; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error) #[doc = "An error from the std::io module"]; [INFO] [stderr] 4 | | Git(::git2::Error)#[doc = "An error from the git2 crate"]; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error) #[doc = "An error from the std::io module"]; [INFO] [stderr] 4 | | Git(::git2::Error)#[doc = "An error from the git2 crate"]; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error) #[doc = "An error from the std::io module"]; [INFO] [stderr] 4 | | Git(::git2::Error)#[doc = "An error from the git2 crate"]; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [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/bin/rm/main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | / error_chain! { [INFO] [stderr] 26 | | links { [INFO] [stderr] 27 | | CargoEditLib(::cargo_edit::Error, ::cargo_edit::ErrorKind); [INFO] [stderr] 28 | | } [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [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/bin/upgrade/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / error_chain! { [INFO] [stderr] 33 | | links { [INFO] [stderr] 34 | | CargoEditLib(::cargo_edit::Error, ::cargo_edit::ErrorKind); [INFO] [stderr] 35 | | } [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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/bin/add/main.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / error_chain! { [INFO] [stderr] 29 | | errors { [INFO] [stderr] 30 | | /// Specified a dependency with both a git URL and a version. [INFO] [stderr] 31 | | GitUrlWithVersion(git: String, version: String) { [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/bin/add/main.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / error_chain! { [INFO] [stderr] 29 | | errors { [INFO] [stderr] 30 | | /// Specified a dependency with both a git URL and a version. [INFO] [stderr] 31 | | GitUrlWithVersion(git: String, version: String) { [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/bin/upgrade/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / error_chain! { [INFO] [stderr] 33 | | links { [INFO] [stderr] 34 | | CargoEditLib(::cargo_edit::Error, ::cargo_edit::ErrorKind); [INFO] [stderr] 35 | | } [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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/bin/rm/main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | / error_chain! { [INFO] [stderr] 26 | | links { [INFO] [stderr] 27 | | CargoEditLib(::cargo_edit::Error, ::cargo_edit::ErrorKind); [INFO] [stderr] 28 | | } [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 2m 02s [INFO] running `"docker" "inspect" "811bab5d8a43e30d0c52c7734ba032cb79e2e6f588fc0093fe3377b678a0a064"` [INFO] running `"docker" "rm" "-f" "811bab5d8a43e30d0c52c7734ba032cb79e2e6f588fc0093fe3377b678a0a064"` [INFO] [stdout] 811bab5d8a43e30d0c52c7734ba032cb79e2e6f588fc0093fe3377b678a0a064