[INFO] updating cached repository https://github.com/krlvi/wc-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] b89da8176c9215a7ec0ca69d1f418ca06808e901 [INFO] testing krlvi/wc-rs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrlvi%2Fwc-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/krlvi/wc-rs on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/krlvi/wc-rs [INFO] finished tweaking git repo https://github.com/krlvi/wc-rs [INFO] tweaked toml for git repo https://github.com/krlvi/wc-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/krlvi/wc-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dcd6bcde11cd40763dd20bd06091d102279202405d0431e9eace3fbab488987f [INFO] running `"docker" "start" "-a" "dcd6bcde11cd40763dd20bd06091d102279202405d0431e9eace3fbab488987f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling spmc v0.2.2 [INFO] [stderr] Compiling hashbrown v0.3.0 [INFO] [stderr] Compiling wc-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `dict` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 18 | if let Some(val) = dict.get(word) { [INFO] [stderr] | ---- immutable borrow occurs here [INFO] [stderr] 19 | dict.insert(String::from(word), *val + 1); [INFO] [stderr] | ^^^^ mutable borrow occurs here ---- immutable borrow later used 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] warning: cannot borrow `re` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 62 | match re.get(&k) { [INFO] [stderr] | -- immutable borrow occurs here [INFO] [stderr] 63 | Some(ev) => { [INFO] [stderr] 64 | re.insert(k, ev + v); [INFO] [stderr] | ^^ -- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.49s [INFO] running `"docker" "inspect" "dcd6bcde11cd40763dd20bd06091d102279202405d0431e9eace3fbab488987f"` [INFO] running `"docker" "rm" "-f" "dcd6bcde11cd40763dd20bd06091d102279202405d0431e9eace3fbab488987f"` [INFO] [stdout] dcd6bcde11cd40763dd20bd06091d102279202405d0431e9eace3fbab488987f [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=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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 537f25cb8b8083e06f20c79e023eca0bd02846b7660023ce5d965924ff992f7d [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" "537f25cb8b8083e06f20c79e023eca0bd02846b7660023ce5d965924ff992f7d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling wc-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `dict` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 18 | if let Some(val) = dict.get(word) { [INFO] [stderr] | ---- immutable borrow occurs here [INFO] [stderr] 19 | dict.insert(String::from(word), *val + 1); [INFO] [stderr] | ^^^^ mutable borrow occurs here ---- immutable borrow later used 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] warning: cannot borrow `re` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 62 | match re.get(&k) { [INFO] [stderr] | -- immutable borrow occurs here [INFO] [stderr] 63 | Some(ev) => { [INFO] [stderr] 64 | re.insert(k, ev + v); [INFO] [stderr] | ^^ -- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `"docker" "inspect" "537f25cb8b8083e06f20c79e023eca0bd02846b7660023ce5d965924ff992f7d"` [INFO] running `"docker" "rm" "-f" "537f25cb8b8083e06f20c79e023eca0bd02846b7660023ce5d965924ff992f7d"` [INFO] [stdout] 537f25cb8b8083e06f20c79e023eca0bd02846b7660023ce5d965924ff992f7d [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=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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8766519d7c1aabf4cb99e9c662b2dcd0d34873880c9f1cec2847ba37bac1101f [INFO] running `"docker" "start" "-a" "8766519d7c1aabf4cb99e9c662b2dcd0d34873880c9f1cec2847ba37bac1101f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: cannot borrow `dict` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 18 | if let Some(val) = dict.get(word) { [INFO] [stderr] | ---- immutable borrow occurs here [INFO] [stderr] 19 | dict.insert(String::from(word), *val + 1); [INFO] [stderr] | ^^^^ mutable borrow occurs here ---- immutable borrow later used 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] warning: cannot borrow `re` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 62 | match re.get(&k) { [INFO] [stderr] | -- immutable borrow occurs here [INFO] [stderr] 63 | Some(ev) => { [INFO] [stderr] 64 | re.insert(k, ev + v); [INFO] [stderr] | ^^ -- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [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] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wc_rs-753b829053e729e7 [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" "8766519d7c1aabf4cb99e9c662b2dcd0d34873880c9f1cec2847ba37bac1101f"` [INFO] running `"docker" "rm" "-f" "8766519d7c1aabf4cb99e9c662b2dcd0d34873880c9f1cec2847ba37bac1101f"` [INFO] [stdout] 8766519d7c1aabf4cb99e9c662b2dcd0d34873880c9f1cec2847ba37bac1101f