[INFO] cloning repository https://github.com/marcocot/rs-jira [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marcocot/rs-jira" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcocot%2Frs-jira"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcocot%2Frs-jira'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ead00879c84e37cb0503a1e98a956ceb6fc6c9c [INFO] checking marcocot/rs-jira against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcocot%2Frs-jira" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marcocot/rs-jira on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/marcocot/rs-jira [INFO] finished tweaking git repo https://github.com/marcocot/rs-jira [INFO] tweaked toml for git repo https://github.com/marcocot/rs-jira written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/marcocot/rs-jira already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5b4619b9b8ab723bcdb7148219ca145d15d1d06ed90f55808bfeacd95b071d09 [INFO] running `"docker" "start" "-a" "5b4619b9b8ab723bcdb7148219ca145d15d1d06ed90f55808bfeacd95b071d09"` [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking dotenv v0.14.1 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.20 [INFO] [stderr] Checking rs-jira v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> src/ticket.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | let t = Ticket::new(summary, description).with_project(project); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - temporary value is freed at the end of this statement [INFO] [stderr] | | [INFO] [stderr] | creates a temporary which is freed while still in use [INFO] [stderr] 89 | let ticket_project = t.fields.project.unwrap(); [INFO] [stderr] | ---------------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = note: consider using a `let` binding to create a longer lived value [INFO] [stderr] [INFO] [stderr] error[E0507]: cannot move out of `t.fields.project` which is behind a shared reference [INFO] [stderr] --> src/ticket.rs:89:30 [INFO] [stderr] | [INFO] [stderr] 89 | let ticket_project = t.fields.project.unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | move occurs because `t.fields.project` has type `std::option::Option`, which does not implement the `Copy` trait [INFO] [stderr] | help: consider borrowing the `Option`'s content: `t.fields.project.as_ref()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0507, E0716. [INFO] [stderr] For more information about an error, try `rustc --explain E0507`. [INFO] [stderr] error: could not compile `rs-jira`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5b4619b9b8ab723bcdb7148219ca145d15d1d06ed90f55808bfeacd95b071d09"` [INFO] running `"docker" "rm" "-f" "5b4619b9b8ab723bcdb7148219ca145d15d1d06ed90f55808bfeacd95b071d09"` [INFO] [stdout] 5b4619b9b8ab723bcdb7148219ca145d15d1d06ed90f55808bfeacd95b071d09