[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 beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] c825238667658fe61f0c237380f0dff4984d330f4cb009e2bbfbd58ecaf84bf1 [INFO] running `"docker" "start" "-a" "c825238667658fe61f0c237380f0dff4984d330f4cb009e2bbfbd58ecaf84bf1"` [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 directories v1.0.2 [INFO] [stderr] Compiling terminal_size v0.1.8 [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 console v0.7.7 [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 45.92s [INFO] running `"docker" "inspect" "c825238667658fe61f0c237380f0dff4984d330f4cb009e2bbfbd58ecaf84bf1"` [INFO] running `"docker" "rm" "-f" "c825238667658fe61f0c237380f0dff4984d330f4cb009e2bbfbd58ecaf84bf1"` [INFO] [stdout] c825238667658fe61f0c237380f0dff4984d330f4cb009e2bbfbd58ecaf84bf1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] f2f41598a8311a7ad64a94c91baed7b492a1c564eabddfd5d2cd644f788853be [INFO] running `"docker" "start" "-a" "f2f41598a8311a7ad64a94c91baed7b492a1c564eabddfd5d2cd644f788853be"` [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.46s [INFO] running `"docker" "inspect" "f2f41598a8311a7ad64a94c91baed7b492a1c564eabddfd5d2cd644f788853be"` [INFO] running `"docker" "rm" "-f" "f2f41598a8311a7ad64a94c91baed7b492a1c564eabddfd5d2cd644f788853be"` [INFO] [stdout] f2f41598a8311a7ad64a94c91baed7b492a1c564eabddfd5d2cd644f788853be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 6fdbd1ed6b7c48629d6b491124bf25d871fd1aba475315490900aeac1e9143ea [INFO] running `"docker" "start" "-a" "6fdbd1ed6b7c48629d6b491124bf25d871fd1aba475315490900aeac1e9143ea"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/paper-85836446fab0f2b0 [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" "6fdbd1ed6b7c48629d6b491124bf25d871fd1aba475315490900aeac1e9143ea"` [INFO] running `"docker" "rm" "-f" "6fdbd1ed6b7c48629d6b491124bf25d871fd1aba475315490900aeac1e9143ea"` [INFO] [stdout] 6fdbd1ed6b7c48629d6b491124bf25d871fd1aba475315490900aeac1e9143ea