[INFO] updating cached repository hvze/pill [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hvze/pill [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hvze/pill" "work/ex/beta-1.38-1/sources/1.37.0/gh/hvze/pill"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/hvze/pill'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hvze/pill" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hvze/pill"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hvze/pill'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0d12f3618cb0bf44a7293b33fad8e34dce4a8885 [INFO] sha for GitHub repo hvze/pill: 0d12f3618cb0bf44a7293b33fad8e34dce4a8885 [INFO] validating manifest of hvze/pill on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hvze/pill on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hvze/pill [INFO] finished frobbing hvze/pill [INFO] frobbed toml for hvze/pill written to work/ex/beta-1.38-1/sources/1.37.0/gh/hvze/pill/Cargo.toml [INFO] started frobbing hvze/pill [INFO] finished frobbing hvze/pill [INFO] frobbed toml for hvze/pill written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hvze/pill/Cargo.toml [INFO] crate hvze/pill already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hvze/pill against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hvze/pill:/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.37.0" "build" "--frozen"` [INFO] [stdout] c2a00e80a23effe56ce94886105952aed6c23c7a26d8a2d3537365ba21e70255 [INFO] running `"docker" "start" "-a" "c2a00e80a23effe56ce94886105952aed6c23c7a26d8a2d3537365ba21e70255"` [INFO] [stderr] Compiling enum-set v0.0.7 [INFO] [stderr] Compiling termcolor v0.3.3 [INFO] [stderr] Compiling filetime v0.1.14 [INFO] [stderr] Compiling xattr v0.1.11 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling bzip2 v0.3.2 [INFO] [stderr] Compiling tar v0.4.13 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling libpcre-sys v0.2.2 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling gag v0.1.9 [INFO] [stderr] Compiling pcre v0.2.3 [INFO] [stderr] Compiling pill v0.1.8 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/interpreter.rs:478:53 [INFO] [stderr] | [INFO] [stderr] 478 | let error_rh = rh.new_by(-(nls as i32), ((-rh.column) + code.len() as i32)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:108:43 [INFO] [stderr] | [INFO] [stderr] 108 | let err_tail = repeat((xstr.len() as i32 - head.column), '-'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` in tuple element 0 that must be used [INFO] [stderr] --> src/interpreter.rs:779:17 [INFO] [stderr] | [INFO] [stderr] 779 | self.scan_instructions(true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.14s [INFO] running `"docker" "inspect" "c2a00e80a23effe56ce94886105952aed6c23c7a26d8a2d3537365ba21e70255"` [INFO] running `"docker" "rm" "-f" "c2a00e80a23effe56ce94886105952aed6c23c7a26d8a2d3537365ba21e70255"` [INFO] [stdout] c2a00e80a23effe56ce94886105952aed6c23c7a26d8a2d3537365ba21e70255 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hvze/pill:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 4f5534e5f5008ac648172c3b2db1ac28a28ec11b004cd262bc7c1a69d3e414ff [INFO] running `"docker" "start" "-a" "4f5534e5f5008ac648172c3b2db1ac28a28ec11b004cd262bc7c1a69d3e414ff"` [INFO] [stderr] Compiling pill v0.1.8 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/interpreter.rs:478:53 [INFO] [stderr] | [INFO] [stderr] 478 | let error_rh = rh.new_by(-(nls as i32), ((-rh.column) + code.len() as i32)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:108:43 [INFO] [stderr] | [INFO] [stderr] 108 | let err_tail = repeat((xstr.len() as i32 - head.column), '-'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` in tuple element 0 that must be used [INFO] [stderr] --> src/interpreter.rs:779:17 [INFO] [stderr] | [INFO] [stderr] 779 | self.scan_instructions(true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `"docker" "inspect" "4f5534e5f5008ac648172c3b2db1ac28a28ec11b004cd262bc7c1a69d3e414ff"` [INFO] running `"docker" "rm" "-f" "4f5534e5f5008ac648172c3b2db1ac28a28ec11b004cd262bc7c1a69d3e414ff"` [INFO] [stdout] 4f5534e5f5008ac648172c3b2db1ac28a28ec11b004cd262bc7c1a69d3e414ff [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hvze/pill:/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.37.0" "test" "--frozen"` [INFO] [stdout] c8158e2689111b185d87f39d8999a526b51eaf345be077815b9b71eea72185cb [INFO] running `"docker" "start" "-a" "c8158e2689111b185d87f39d8999a526b51eaf345be077815b9b71eea72185cb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/pill-b0b1e65cd50d5079 [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" "c8158e2689111b185d87f39d8999a526b51eaf345be077815b9b71eea72185cb"` [INFO] running `"docker" "rm" "-f" "c8158e2689111b185d87f39d8999a526b51eaf345be077815b9b71eea72185cb"` [INFO] [stdout] c8158e2689111b185d87f39d8999a526b51eaf345be077815b9b71eea72185cb