[INFO] updating cached repository https://github.com/mattcl/repo-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dca5d4832afaa5e40ebb8c7dbac1e12c288cbef7 [INFO] checking mattcl/repo-rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattcl%2Frepo-rs" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattcl/repo-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mattcl/repo-rs [INFO] finished tweaking git repo https://github.com/mattcl/repo-rs [INFO] tweaked toml for git repo https://github.com/mattcl/repo-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mattcl/repo-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 96d1649483960712c31c449e5f5494657877ce1363a1dcb28ec3ed01c583f0b7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "96d1649483960712c31c449e5f5494657877ce1363a1dcb28ec3ed01c583f0b7"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Checking openssl-probe v0.1.1 [INFO] [stderr] Checking encode_unicode v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Compiling libz-sys v1.0.13 [INFO] [stderr] Compiling cmake v0.1.22 [INFO] [stderr] Compiling curl-sys v0.3.11 [INFO] [stderr] Checking colored v1.5.1 [INFO] [stderr] Checking csv v0.14.7 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking iovec v0.1.0 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking num_cpus v1.5.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking net2 v0.2.29 [INFO] [stderr] Checking dirs-sys v0.3.3 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.4 [INFO] [stderr] Checking bytes v0.4.3 [INFO] [stderr] Checking dirs v2.0.1 [INFO] [stderr] Checking mio v0.6.7 [INFO] [stderr] Checking clap v2.24.1 [INFO] [stderr] Checking prettytable-rs v0.6.6 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Compiling libgit2-sys v0.6.10 [INFO] [stderr] Checking tokio-io v0.1.1 [INFO] [stderr] Checking rayon-core v1.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Checking rayon v0.7.0 [INFO] [stderr] Checking tokio-core v0.1.7 [INFO] [stderr] Checking backtrace v0.3.12 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking git2 v0.6.5 [INFO] [stderr] Checking repo-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | VarError(env::VarError); [INFO] [stderr] 11 | | IOError(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 21 | | // } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | VarError(env::VarError); [INFO] [stderr] 11 | | IOError(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 21 | | // } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | VarError(env::VarError); [INFO] [stderr] 11 | | IOError(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 21 | | // } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | foreign_links { [INFO] [stderr] 10 | | VarError(env::VarError); [INFO] [stderr] 11 | | IOError(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 21 | | // } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 42s [INFO] running `"docker" "inspect" "96d1649483960712c31c449e5f5494657877ce1363a1dcb28ec3ed01c583f0b7"` [INFO] running `"docker" "rm" "-f" "96d1649483960712c31c449e5f5494657877ce1363a1dcb28ec3ed01c583f0b7"` [INFO] [stdout] 96d1649483960712c31c449e5f5494657877ce1363a1dcb28ec3ed01c583f0b7