[INFO] updating cached repository https://github.com/sezna/fur [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] 95b4ea897c312e9e6eb07ff9ee187e87f158be34 [INFO] testing sezna/fur against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsezna%2Ffur" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sezna/fur on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sezna/fur [INFO] finished tweaking git repo https://github.com/sezna/fur [INFO] tweaked toml for git repo https://github.com/sezna/fur written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/sezna/fur already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "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] 477858cc618cef91447de4933bacfecd3649aac5556566eec9d2867739d6dc4d [INFO] running `"docker" "start" "-a" "477858cc618cef91447de4933bacfecd3649aac5556566eec9d2867739d6dc4d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling pin-project-lite v0.1.2 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling mio v0.7.0-alpha.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling tokio v0.2.9 [INFO] [stderr] Compiling fur v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/session.rs:102:9 [INFO] [stderr] | [INFO] [stderr] 94 | let new_selection = self.options.select_option(selection); [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 102 | self.browse_to( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 103 | new_selection.hostname.clone(), [INFO] [stderr] | ---------------------- 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: unused variable: `item_type` [INFO] [stderr] --> src/session.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | item_type: ItemType, [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_item_type` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.90s [INFO] running `"docker" "inspect" "477858cc618cef91447de4933bacfecd3649aac5556566eec9d2867739d6dc4d"` [INFO] running `"docker" "rm" "-f" "477858cc618cef91447de4933bacfecd3649aac5556566eec9d2867739d6dc4d"` [INFO] [stdout] 477858cc618cef91447de4933bacfecd3649aac5556566eec9d2867739d6dc4d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] fa41caccbd8a0228512f2742eada1ffc1069d99c6f7e26e678c01ed6d96c1444 [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" "fa41caccbd8a0228512f2742eada1ffc1069d99c6f7e26e678c01ed6d96c1444"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling fur v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/session.rs:102:9 [INFO] [stderr] | [INFO] [stderr] 94 | let new_selection = self.options.select_option(selection); [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 102 | self.browse_to( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 103 | new_selection.hostname.clone(), [INFO] [stderr] | ---------------------- 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: unused variable: `item_type` [INFO] [stderr] --> src/session.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | item_type: ItemType, [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_item_type` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "fa41caccbd8a0228512f2742eada1ffc1069d99c6f7e26e678c01ed6d96c1444"` [INFO] running `"docker" "rm" "-f" "fa41caccbd8a0228512f2742eada1ffc1069d99c6f7e26e678c01ed6d96c1444"` [INFO] [stdout] fa41caccbd8a0228512f2742eada1ffc1069d99c6f7e26e678c01ed6d96c1444 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "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] 90e73d9a3f5570819b6c333488b5e921eda258a995ba08f2a64f67775fd57342 [INFO] running `"docker" "start" "-a" "90e73d9a3f5570819b6c333488b5e921eda258a995ba08f2a64f67775fd57342"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/session.rs:102:9 [INFO] [stderr] | [INFO] [stderr] 94 | let new_selection = self.options.select_option(selection); [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 102 | self.browse_to( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 103 | new_selection.hostname.clone(), [INFO] [stderr] | ---------------------- 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: unused variable: `item_type` [INFO] [stderr] --> src/session.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | item_type: ItemType, [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_item_type` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fur-337c0d0dadcdb516 [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" "90e73d9a3f5570819b6c333488b5e921eda258a995ba08f2a64f67775fd57342"` [INFO] running `"docker" "rm" "-f" "90e73d9a3f5570819b6c333488b5e921eda258a995ba08f2a64f67775fd57342"` [INFO] [stdout] 90e73d9a3f5570819b6c333488b5e921eda258a995ba08f2a64f67775fd57342