[INFO] updating cached repository https://github.com/Pungyeon/duplicate-detect [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 3247bb09ebd08d97cfba5f27cbc476f9b25d99a7 [INFO] testing Pungyeon/duplicate-detect against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FPungyeon%2Fduplicate-detect" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pungyeon/duplicate-detect on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Pungyeon/duplicate-detect [INFO] finished tweaking git repo https://github.com/Pungyeon/duplicate-detect [INFO] tweaked toml for git repo https://github.com/Pungyeon/duplicate-detect written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Pungyeon/duplicate-detect already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b4a6df5ac3eac3968371950c2e81233522f2bb34fc53c622aebe1407e56aba37 [INFO] running `"docker" "start" "-a" "b4a6df5ac3eac3968371950c2e81233522f2bb34fc53c622aebe1407e56aba37"` [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling time v0.1.41 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling my_crate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 42 | let d = self.hmap.get(&hash).unwrap(); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] 43 | self.insert_dupe(d.to_string(), filepath.clone()); [INFO] [stderr] | ^^^^ - immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.40s [INFO] running `"docker" "inspect" "b4a6df5ac3eac3968371950c2e81233522f2bb34fc53c622aebe1407e56aba37"` [INFO] running `"docker" "rm" "-f" "b4a6df5ac3eac3968371950c2e81233522f2bb34fc53c622aebe1407e56aba37"` [INFO] [stdout] b4a6df5ac3eac3968371950c2e81233522f2bb34fc53c622aebe1407e56aba37 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 44d4508af0767d70e4c935132f28b00090ab80d4b366c85e40f333a6233afc87 [INFO] running `"docker" "start" "-a" "44d4508af0767d70e4c935132f28b00090ab80d4b366c85e40f333a6233afc87"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling my_crate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 42 | let d = self.hmap.get(&hash).unwrap(); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] 43 | self.insert_dupe(d.to_string(), filepath.clone()); [INFO] [stderr] | ^^^^ - immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `"docker" "inspect" "44d4508af0767d70e4c935132f28b00090ab80d4b366c85e40f333a6233afc87"` [INFO] running `"docker" "rm" "-f" "44d4508af0767d70e4c935132f28b00090ab80d4b366c85e40f333a6233afc87"` [INFO] [stdout] 44d4508af0767d70e4c935132f28b00090ab80d4b366c85e40f333a6233afc87 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] cfd2baf936e18eed0cc4989d2d1d14a8715e1c9e1d4ef88d060d9d9d872089ec [INFO] running `"docker" "start" "-a" "cfd2baf936e18eed0cc4989d2d1d14a8715e1c9e1d4ef88d060d9d9d872089ec"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/my_crate-9be7422590bdb9ab [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "cfd2baf936e18eed0cc4989d2d1d14a8715e1c9e1d4ef88d060d9d9d872089ec"` [INFO] running `"docker" "rm" "-f" "cfd2baf936e18eed0cc4989d2d1d14a8715e1c9e1d4ef88d060d9d9d872089ec"` [INFO] [stdout] cfd2baf936e18eed0cc4989d2d1d14a8715e1c9e1d4ef88d060d9d9d872089ec