[INFO] cloning repository https://github.com/Jamdan2/coral
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jamdan2/coral" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJamdan2%2Fcoral", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJamdan2%2Fcoral'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6679c80b773d856b06778ed10e6c45a51e6c6f49
[INFO] building Jamdan2/coral against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJamdan2%2Fcoral" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Jamdan2/coral on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Jamdan2/coral
[INFO] finished tweaking git repo https://github.com/Jamdan2/coral
[INFO] tweaked toml for git repo https://github.com/Jamdan2/coral written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Jamdan2/coral 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 276d75833b8c2b566240b9077fb6b9329a629d4a7bf77172c0c4c894cddbf6be
[INFO] running `Command { std: "docker" "start" "-a" "276d75833b8c2b566240b9077fb6b9329a629d4a7bf77172c0c4c894cddbf6be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "276d75833b8c2b566240b9077fb6b9329a629d4a7bf77172c0c4c894cddbf6be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "276d75833b8c2b566240b9077fb6b9329a629d4a7bf77172c0c4c894cddbf6be", kill_on_drop: false }`
[INFO] [stdout] 276d75833b8c2b566240b9077fb6b9329a629d4a7bf77172c0c4c894cddbf6be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db6b33de0bfe6359b627a4924856dfd43085631e5e4065eaa4a3492b1c45067d
[INFO] running `Command { std: "docker" "start" "-a" "db6b33de0bfe6359b627a4924856dfd43085631e5e4065eaa4a3492b1c45067d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.48
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.8.2
[INFO] [stderr]    Compiling instant v0.1.8
[INFO] [stderr]    Compiling smallvec v1.4.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]    Compiling ahash v0.3.8
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling hash_hasher v2.0.3
[INFO] [stderr]    Compiling once_cell v1.4.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling downcast v0.10.0
[INFO] [stderr]    Compiling owning_ref v0.4.1
[INFO] [stderr]    Compiling lock_api v0.4.1
[INFO] [stderr]    Compiling anymap v0.12.1
[INFO] [stderr]    Compiling slotmap v0.4.0
[INFO] [stderr]    Compiling paste-impl v0.1.18
[INFO] [stderr]    Compiling parking_lot_core v0.8.0
[INFO] [stderr]    Compiling parking_lot v0.11.0
[INFO] [stderr]    Compiling paste v0.1.18
[INFO] [stderr]    Compiling dyn-cache v0.10.0
[INFO] [stderr]    Compiling illicit-macro v1.0.0
[INFO] [stderr]    Compiling topo-macro v0.10.0
[INFO] [stderr]    Compiling illicit v1.1.1
[INFO] [stderr]    Compiling topo v0.13.0
[INFO] [stderr]    Compiling coral v0.1.0 (/opt/rustwide/workdir/coral)
[INFO] [stdout] error: 1 positional argument in format string, but no arguments were given
[INFO] [stdout]   --> coral/src/state/hook.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |         write!(f, "{}", )
[INFO] [stdout]    |                    ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> coral/src/state/store.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let x = self.insert(value);
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> coral/src/state/store.rs:25:42
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn update<T: 'static>(&mut self, key: DefaultKey, value: T) {
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lifetime may not live long enough
[INFO] [stdout]   --> coral/src/state/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     STORE.with(|s| {
[INFO] [stdout]    |                 -- return type of closure is Option<&'2 T>
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 has type `&'1 RefCell<Store>`
[INFO] [stdout] 15 |         s.borrow().get(key)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0515]: cannot return value referencing temporary value
[INFO] [stdout]   --> coral/src/state/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         s.borrow().get(key)
[INFO] [stdout]    |         ----------^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         returns a value referencing data owned by the current function
[INFO] [stdout]    |         temporary value created here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0515`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coral` (lib) due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "db6b33de0bfe6359b627a4924856dfd43085631e5e4065eaa4a3492b1c45067d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db6b33de0bfe6359b627a4924856dfd43085631e5e4065eaa4a3492b1c45067d", kill_on_drop: false }`
[INFO] [stdout] db6b33de0bfe6359b627a4924856dfd43085631e5e4065eaa4a3492b1c45067d
