[INFO] updating cached repository OinkIguana/paper-terminal [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/OinkIguana/paper-terminal [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/OinkIguana/paper-terminal" "work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/OinkIguana/paper-terminal" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/OinkIguana/paper-terminal"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/OinkIguana/paper-terminal'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5d22be36a7d0500415534ad1a37552e4e22bb5de [INFO] sha for GitHub repo OinkIguana/paper-terminal: 5d22be36a7d0500415534ad1a37552e4e22bb5de [INFO] validating manifest of OinkIguana/paper-terminal on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of OinkIguana/paper-terminal on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing OinkIguana/paper-terminal [INFO] finished frobbing OinkIguana/paper-terminal [INFO] frobbed toml for OinkIguana/paper-terminal written to work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal/Cargo.toml [INFO] started frobbing OinkIguana/paper-terminal [INFO] finished frobbing OinkIguana/paper-terminal [INFO] frobbed toml for OinkIguana/paper-terminal written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/OinkIguana/paper-terminal/Cargo.toml [INFO] crate OinkIguana/paper-terminal already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing OinkIguana/paper-terminal against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] abf1ba1042557f668ff04fe20018d28fd24f2d02573c461275c34f39e961fe54 [INFO] running `"docker" "start" "-a" "abf1ba1042557f668ff04fe20018d28fd24f2d02573c461275c34f39e961fe54"` [INFO] [stderr] Compiling pulldown-cmark v0.4.1 [INFO] [stderr] Compiling tree-sitter v0.3.10 [INFO] [stderr] Compiling syncat-stylesheet v0.2.1 [INFO] [stderr] Compiling terminal_size v0.1.8 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.2 [INFO] [stderr] Compiling paper-terminal v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: cannot borrow `self.scope` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/printer.rs:486:29 [INFO] [stderr] | [INFO] [stderr] 485 | if let Some(Scope::List(index)) = self.scope.last() { [INFO] [stderr] | ---------- immutable borrow occurs here [INFO] [stderr] 486 | self.scope.push(Scope::ListItem(*index, false)); [INFO] [stderr] | ^^^^^^^^^^ ------ immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs 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] Finished dev [unoptimized + debuginfo] target(s) in 38.11s [INFO] running `"docker" "inspect" "abf1ba1042557f668ff04fe20018d28fd24f2d02573c461275c34f39e961fe54"` [INFO] running `"docker" "rm" "-f" "abf1ba1042557f668ff04fe20018d28fd24f2d02573c461275c34f39e961fe54"` [INFO] [stdout] abf1ba1042557f668ff04fe20018d28fd24f2d02573c461275c34f39e961fe54 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b593c145faf90b70c4f8bc59af2ba14030ecad18dee1510d62ee27c2c19ca94f [INFO] running `"docker" "start" "-a" "b593c145faf90b70c4f8bc59af2ba14030ecad18dee1510d62ee27c2c19ca94f"` [INFO] [stderr] Compiling paper-terminal v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: cannot borrow `self.scope` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/printer.rs:486:29 [INFO] [stderr] | [INFO] [stderr] 485 | if let Some(Scope::List(index)) = self.scope.last() { [INFO] [stderr] | ---------- immutable borrow occurs here [INFO] [stderr] 486 | self.scope.push(Scope::ListItem(*index, false)); [INFO] [stderr] | ^^^^^^^^^^ ------ immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs 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] Finished dev [unoptimized + debuginfo] target(s) in 2.65s [INFO] running `"docker" "inspect" "b593c145faf90b70c4f8bc59af2ba14030ecad18dee1510d62ee27c2c19ca94f"` [INFO] running `"docker" "rm" "-f" "b593c145faf90b70c4f8bc59af2ba14030ecad18dee1510d62ee27c2c19ca94f"` [INFO] [stdout] b593c145faf90b70c4f8bc59af2ba14030ecad18dee1510d62ee27c2c19ca94f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/OinkIguana/paper-terminal:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 288fe228b092793dcc2e6d2e3205462fd1461f341fe99171b1f81d978a6f158b [INFO] running `"docker" "start" "-a" "288fe228b092793dcc2e6d2e3205462fd1461f341fe99171b1f81d978a6f158b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/paper-de1349a7aff7afdd [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" "288fe228b092793dcc2e6d2e3205462fd1461f341fe99171b1f81d978a6f158b"` [INFO] running `"docker" "rm" "-f" "288fe228b092793dcc2e6d2e3205462fd1461f341fe99171b1f81d978a6f158b"` [INFO] [stdout] 288fe228b092793dcc2e6d2e3205462fd1461f341fe99171b1f81d978a6f158b