[INFO] cloning repository https://github.com/dhoepelman/rust-pong
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dhoepelman/rust-pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhoepelman%2Frust-pong", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhoepelman%2Frust-pong'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c137445cb4b13ef72b217eb3bb5075ee9e1d1ecc
[INFO] checking dhoepelman/rust-pong/c137445cb4b13ef72b217eb3bb5075ee9e1d1ecc against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhoepelman%2Frust-pong" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dhoepelman/rust-pong
[INFO] finished tweaking git repo https://github.com/dhoepelman/rust-pong
[INFO] tweaked toml for git repo https://github.com/dhoepelman/rust-pong written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dhoepelman/rust-pong on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dhoepelman/rust-pong already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fuchsia-cprng v0.1.0
[INFO] [stderr]   Downloaded rug v0.6.0
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.1.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4343d422bfc21c3ebca937aa7cb3384225eb6723d495c05046054c309003ddf4
[INFO] running `Command { std: "docker" "start" "-a" "4343d422bfc21c3ebca937aa7cb3384225eb6723d495c05046054c309003ddf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4343d422bfc21c3ebca937aa7cb3384225eb6723d495c05046054c309003ddf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4343d422bfc21c3ebca937aa7cb3384225eb6723d495c05046054c309003ddf4", kill_on_drop: false }`
[INFO] [stdout] 4343d422bfc21c3ebca937aa7cb3384225eb6723d495c05046054c309003ddf4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa44ce2bc440b2c6e7cb83600880860c33dfa5d7f74de2f9745948c61cabac8b
[INFO] running `Command { std: "docker" "start" "-a" "aa44ce2bc440b2c6e7cb83600880860c33dfa5d7f74de2f9745948c61cabac8b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.48
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.1.10
[INFO] [stderr]    Compiling rug v0.6.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking pong v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::Ordering`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::cmp::Ordering;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Assign`
[INFO] [stdout]  --> src/main.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rug::{Assign, Integer};
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*cache` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn fib(n: usize, cache: &mut Vec<Integer>) -> &Integer {
[INFO] [stdout]    |                         - let's call the lifetime of this reference `'1`
[INFO] [stdout] 51 |     match cache.get(n) {
[INFO] [stdout]    |           ----- immutable borrow occurs here
[INFO] [stdout] 52 |         Some(n) => n,
[INFO] [stdout]    |                    - returning this value requires that `*cache` is borrowed for `'1`
[INFO] [stdout] ...
[INFO] [stdout] 57 |                 m => fib(m-2, cache).clone() + fib(m - 1, cache).clone()
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*cache` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:57:48
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn fib(n: usize, cache: &mut Vec<Integer>) -> &Integer {
[INFO] [stdout]    |                         - let's call the lifetime of this reference `'1`
[INFO] [stdout] 51 |     match cache.get(n) {
[INFO] [stdout]    |           ----- immutable borrow occurs here
[INFO] [stdout] 52 |         Some(n) => n,
[INFO] [stdout]    |                    - returning this value requires that `*cache` is borrowed for `'1`
[INFO] [stdout] ...
[INFO] [stdout] 57 |                 m => fib(m-2, cache).clone() + fib(m - 1, cache).clone()
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^ mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*cache` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn fib(n: usize, cache: &mut Vec<Integer>) -> &Integer {
[INFO] [stdout]    |                         - let's call the lifetime of this reference `'1`
[INFO] [stdout] 51 |     match cache.get(n) {
[INFO] [stdout]    |           ----- immutable borrow occurs here
[INFO] [stdout] 52 |         Some(n) => n,
[INFO] [stdout]    |                    - returning this value requires that `*cache` is borrowed for `'1`
[INFO] [stdout] ...
[INFO] [stdout] 59 |             cache.push(res);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0515]: cannot return reference to temporary value
[INFO] [stdout]   --> src/main.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |             return &cache[n].clone();
[INFO] [stdout]    |                    ^----------------
[INFO] [stdout]    |                    ||
[INFO] [stdout]    |                    |temporary value created here
[INFO] [stdout]    |                    returns a reference to data owned by the current function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0502, E0515.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pong` (bin "pong") due to 4 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::Ordering`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::cmp::Ordering;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Assign`
[INFO] [stdout]  --> src/main.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rug::{Assign, Integer};
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*cache` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn fib(n: usize, cache: &mut Vec<Integer>) -> &Integer {
[INFO] [stdout]    |                         - let's call the lifetime of this reference `'1`
[INFO] [stdout] 51 |     match cache.get(n) {
[INFO] [stdout]    |           ----- immutable borrow occurs here
[INFO] [stdout] 52 |         Some(n) => n,
[INFO] [stdout]    |                    - returning this value requires that `*cache` is borrowed for `'1`
[INFO] [stdout] ...
[INFO] [stdout] 57 |                 m => fib(m-2, cache).clone() + fib(m - 1, cache).clone()
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*cache` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:57:48
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn fib(n: usize, cache: &mut Vec<Integer>) -> &Integer {
[INFO] [stdout]    |                         - let's call the lifetime of this reference `'1`
[INFO] [stdout] 51 |     match cache.get(n) {
[INFO] [stdout]    |           ----- immutable borrow occurs here
[INFO] [stdout] 52 |         Some(n) => n,
[INFO] [stdout]    |                    - returning this value requires that `*cache` is borrowed for `'1`
[INFO] [stdout] ...
[INFO] [stdout] 57 |                 m => fib(m-2, cache).clone() + fib(m - 1, cache).clone()
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^ mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*cache` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn fib(n: usize, cache: &mut Vec<Integer>) -> &Integer {
[INFO] [stdout]    |                         - let's call the lifetime of this reference `'1`
[INFO] [stdout] 51 |     match cache.get(n) {
[INFO] [stdout]    |           ----- immutable borrow occurs here
[INFO] [stdout] 52 |         Some(n) => n,
[INFO] [stdout]    |                    - returning this value requires that `*cache` is borrowed for `'1`
[INFO] [stdout] ...
[INFO] [stdout] 59 |             cache.push(res);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0515]: cannot return reference to temporary value
[INFO] [stdout]   --> src/main.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |             return &cache[n].clone();
[INFO] [stdout]    |                    ^----------------
[INFO] [stdout]    |                    ||
[INFO] [stdout]    |                    |temporary value created here
[INFO] [stdout]    |                    returns a reference to data owned by the current function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0502, E0515.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pong` (bin "pong" test) due to 4 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "aa44ce2bc440b2c6e7cb83600880860c33dfa5d7f74de2f9745948c61cabac8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa44ce2bc440b2c6e7cb83600880860c33dfa5d7f74de2f9745948c61cabac8b", kill_on_drop: false }`
[INFO] [stdout] aa44ce2bc440b2c6e7cb83600880860c33dfa5d7f74de2f9745948c61cabac8b
