Oct 31 20:21:12.174 INFO checking stygianblu/rust-tools against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:21:12.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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.560 INFO blam! accb0d943e823d79860c15c7a16b614f3242dab00f690ae0e199b63eb7ecbcc5 Oct 31 20:21:12.562 INFO running `"docker" "start" "-a" "accb0d943e823d79860c15c7a16b614f3242dab00f690ae0e199b63eb7ecbcc5"` Oct 31 20:21:13.738 INFO kablam! usermod: no changes Oct 31 20:21:13.895 INFO kablam! Checking byteorder v1.2.4 Oct 31 20:21:13.895 INFO kablam! Checking chrono v0.4.5 Oct 31 20:21:15.328 INFO kablam! Checking libflate v0.1.16 Oct 31 20:21:17.652 INFO kablam! Checking procfs v0.3.1 Oct 31 20:21:18.339 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:18.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:599:31 Oct 31 20:21:18.339 INFO kablam! | Oct 31 20:21:18.339 INFO kablam! 599 | Ok(FDTarget::Path(PathBuf::from(s))) Oct 31 20:21:18.339 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:18.339 INFO kablam! | Oct 31 20:21:18.339 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:18.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:18.339 INFO kablam! | Oct 31 20:21:18.339 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:18.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:18.339 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:18.339 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:18.339 INFO kablam! Oct 31 20:21:18.443 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:18.443 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:485:33 Oct 31 20:21:18.443 INFO kablam! | Oct 31 20:21:18.443 INFO kablam! 485 | x => MMapPath::Path(PathBuf::from(x)), Oct 31 20:21:18.443 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:18.443 INFO kablam! | Oct 31 20:21:18.445 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:18.445 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:18.445 INFO kablam! | Oct 31 20:21:18.445 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:18.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:18.445 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:18.445 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:18.445 INFO kablam! Oct 31 20:21:18.552 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:18.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:802:20 Oct 31 20:21:18.552 INFO kablam! | Oct 31 20:21:18.552 INFO kablam! 802 | let root = PathBuf::from("/proc").join(format!("{}", pid)); Oct 31 20:21:18.552 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:18.552 INFO kablam! | Oct 31 20:21:18.552 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:18.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:18.552 INFO kablam! | Oct 31 20:21:18.552 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:18.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:18.552 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:18.552 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:18.552 INFO kablam! Oct 31 20:21:18.552 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:21:18.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:818:20 Oct 31 20:21:18.552 INFO kablam! | Oct 31 20:21:18.553 INFO kablam! 818 | let root = PathBuf::from("/proc/self"); Oct 31 20:21:18.553 INFO kablam! | ^^^^^^^^^^^^^ multiple `from` found Oct 31 20:21:18.553 INFO kablam! | Oct 31 20:21:18.553 INFO kablam! note: candidate #1 is defined in an impl of the trait `ProcFrom` for the type `_` Oct 31 20:21:18.553 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/procfs-0.3.1/src/process.rs:112:5 Oct 31 20:21:18.553 INFO kablam! | Oct 31 20:21:18.553 INFO kablam! 112 | fn from(i: I) -> U { Oct 31 20:21:18.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:21:18.553 INFO kablam! note: candidate #2 is defined in the trait `std::convert::From` Oct 31 20:21:18.553 INFO kablam! = help: to disambiguate the method call, write `std::convert::From::from(...)` instead Oct 31 20:21:18.553 INFO kablam! Oct 31 20:21:18.724 INFO kablam! error: aborting due to 4 previous errors Oct 31 20:21:18.724 INFO kablam! Oct 31 20:21:18.724 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 20:21:18.728 INFO kablam! error: Could not compile `procfs`. Oct 31 20:21:18.728 INFO kablam! Oct 31 20:21:18.728 INFO kablam! To learn more, run the command again with --verbose. Oct 31 20:21:18.729 INFO kablam! su: No module specific data is present Oct 31 20:21:19.577 INFO running `"docker" "rm" "-f" "accb0d943e823d79860c15c7a16b614f3242dab00f690ae0e199b63eb7ecbcc5"` Oct 31 20:21:19.833 INFO blam! accb0d943e823d79860c15c7a16b614f3242dab00f690ae0e199b63eb7ecbcc5