Oct 31 20:21:12.503 INFO checking stygianblu/rust-tools against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:21:12.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +05812fa8c588473f03e3fa7cf59cd84f4f37c715-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 20:21:12.921 INFO blam! dae9f3d7ea10c7df8dfa910840f6d2a9b05108c9163b9e8912e43b8bde48075d Oct 31 20:21:12.923 INFO running `"docker" "start" "-a" "dae9f3d7ea10c7df8dfa910840f6d2a9b05108c9163b9e8912e43b8bde48075d"` Oct 31 20:21:14.026 INFO kablam! usermod: no changes Oct 31 20:21:14.140 INFO kablam! Checking byteorder v1.2.4 Oct 31 20:21:15.035 INFO kablam! Checking libflate v0.1.16 Oct 31 20:21:16.852 INFO kablam! Checking procfs v0.3.1 Oct 31 20:21:17.600 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:17.600 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:599:31 Oct 31 20:21:17.600 INFO kablam! | Oct 31 20:21:17.600 INFO kablam! 599 | Ok(FDTarget::Path(PathBuf::from(s))) Oct 31 20:21:17.600 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:17.600 INFO kablam! | Oct 31 20:21:17.600 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:17.600 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:17.600 INFO kablam! | Oct 31 20:21:17.600 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:17.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:17.600 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:17.600 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:17.600 INFO kablam! Oct 31 20:21:17.744 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:17.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:485:33 Oct 31 20:21:17.744 INFO kablam! | Oct 31 20:21:17.744 INFO kablam! 485 | x => MMapPath::Path(PathBuf::from(x)), Oct 31 20:21:17.744 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:17.744 INFO kablam! | Oct 31 20:21:17.744 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:17.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:17.744 INFO kablam! | Oct 31 20:21:17.744 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:17.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:17.744 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:17.744 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:17.744 INFO kablam! Oct 31 20:21:17.876 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:17.876 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:802:20 Oct 31 20:21:17.876 INFO kablam! | Oct 31 20:21:17.876 INFO kablam! 802 | let root = PathBuf::from("/proc").join(format!("{}", pid)); Oct 31 20:21:17.876 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:17.876 INFO kablam! | Oct 31 20:21:17.876 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:17.876 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:17.876 INFO kablam! | Oct 31 20:21:17.876 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:17.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:17.876 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:17.876 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:17.876 INFO kablam! Oct 31 20:21:17.884 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:17.884 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:818:20 Oct 31 20:21:17.884 INFO kablam! | Oct 31 20:21:17.884 INFO kablam! 818 | let root = PathBuf::from("/proc/self"); Oct 31 20:21:17.884 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:17.884 INFO kablam! | Oct 31 20:21:17.884 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:17.884 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:17.884 INFO kablam! | Oct 31 20:21:17.884 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:17.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:17.884 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:17.884 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:17.884 INFO kablam! Oct 31 20:21:18.072 INFO kablam! error: aborting due to 4 previous errors Oct 31 20:21:18.072 INFO kablam! Oct 31 20:21:18.072 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 20:21:18.084 INFO kablam! error: Could not compile `procfs`. Oct 31 20:21:18.084 INFO kablam! Oct 31 20:21:18.084 INFO kablam! To learn more, run the command again with --verbose. Oct 31 20:21:18.093 INFO kablam! su: No module specific data is present Oct 31 20:21:19.141 INFO running `"docker" "rm" "-f" "dae9f3d7ea10c7df8dfa910840f6d2a9b05108c9163b9e8912e43b8bde48075d"` Oct 31 20:21:19.345 INFO blam! dae9f3d7ea10c7df8dfa910840f6d2a9b05108c9163b9e8912e43b8bde48075d