[INFO] crate starlark-repl 0.2.0 is already in cache [INFO] extracting crate starlark-repl 0.2.0 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/starlark-repl/0.2.0 [INFO] extracting crate starlark-repl 0.2.0 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/starlark-repl/0.2.0 [INFO] validating manifest of starlark-repl-0.2.0 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of starlark-repl-0.2.0 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing starlark-repl-0.2.0 [INFO] finished frobbing starlark-repl-0.2.0 [INFO] frobbed toml for starlark-repl-0.2.0 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/starlark-repl/0.2.0/Cargo.toml [INFO] started frobbing starlark-repl-0.2.0 [INFO] finished frobbing starlark-repl-0.2.0 [INFO] frobbed toml for starlark-repl-0.2.0 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/starlark-repl/0.2.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking starlark-repl-0.2.0 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-0/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/starlark-repl/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 633d8ee786ab78d609323f09bc6fff951bcab7e0eb4640b6913fa83327fbea0e [INFO] running `"docker" "start" "-a" "633d8ee786ab78d609323f09bc6fff951bcab7e0eb4640b6913fa83327fbea0e"` [INFO] [stderr] Checking codemap v0.1.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling strsim v0.9.1 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling terminfo v0.6.1 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Checking codemap-diagnostic v0.1.1 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Checking mortal v0.1.5 [INFO] [stderr] Checking linefeed v0.5.4 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling starlark v0.2.0 [INFO] [stderr] error[E0597]: borrowed value does not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/starlark-0.2.0/src/eval/interactive.rs:44:62 [INFO] [stderr] | [INFO] [stderr] 44 | Err(p) => Emitter::stderr(ColorConfig::Always, Some(&map.lock().unwrap())).emit(&[p]), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ - temporary value dropped here while still borrowed [INFO] [stderr] | | [INFO] [stderr] | temporary value does not live long enough [INFO] [stderr] | [INFO] [stderr] = note: values in a scope are dropped in the opposite order they are created [INFO] [stderr] [INFO] [stderr] error[E0597]: borrowed value does not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/starlark-0.2.0/src/eval/interactive.rs:69:62 [INFO] [stderr] | [INFO] [stderr] 69 | Err(p) => Emitter::stderr(ColorConfig::Always, Some(&map.lock().unwrap())).emit(&[p]), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ - temporary value dropped here while still borrowed [INFO] [stderr] | | [INFO] [stderr] | temporary value does not live long enough [INFO] [stderr] | [INFO] [stderr] = note: values in a scope are dropped in the opposite order they are created [INFO] [stderr] [INFO] [stderr] error[E0597]: borrowed value does not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/starlark-0.2.0/src/stdlib/mod.rs:960:56 [INFO] [stderr] | [INFO] [stderr] 960 | Emitter::stderr(ColorConfig::Always, Some(&map.lock().unwrap())).emit(&[d.clone()]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ - temporary value dropped here while still borrowed [INFO] [stderr] | | [INFO] [stderr] | temporary value does not live long enough [INFO] [stderr] | [INFO] [stderr] = note: values in a scope are dropped in the opposite order they are created [INFO] [stderr] = note: consider using a `let` binding to increase its lifetime [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `starlark`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "633d8ee786ab78d609323f09bc6fff951bcab7e0eb4640b6913fa83327fbea0e"` [INFO] running `"docker" "rm" "-f" "633d8ee786ab78d609323f09bc6fff951bcab7e0eb4640b6913fa83327fbea0e"` [INFO] [stdout] 633d8ee786ab78d609323f09bc6fff951bcab7e0eb4640b6913fa83327fbea0e