[INFO] updating cached repository themadprofessor/rbrainfuck [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/themadprofessor/rbrainfuck [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/themadprofessor/rbrainfuck" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/themadprofessor/rbrainfuck"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/themadprofessor/rbrainfuck'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/themadprofessor/rbrainfuck" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/themadprofessor/rbrainfuck"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/themadprofessor/rbrainfuck'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ded37c7de0945ee38c6ca4b269c2f7f525a81abe [INFO] sha for GitHub repo themadprofessor/rbrainfuck: ded37c7de0945ee38c6ca4b269c2f7f525a81abe [INFO] validating manifest of themadprofessor/rbrainfuck on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of themadprofessor/rbrainfuck on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing themadprofessor/rbrainfuck [INFO] finished frobbing themadprofessor/rbrainfuck [INFO] frobbed toml for themadprofessor/rbrainfuck written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/themadprofessor/rbrainfuck/Cargo.toml [INFO] started frobbing themadprofessor/rbrainfuck [INFO] finished frobbing themadprofessor/rbrainfuck [INFO] frobbed toml for themadprofessor/rbrainfuck written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/themadprofessor/rbrainfuck/Cargo.toml [INFO] crate themadprofessor/rbrainfuck already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on the registry index [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking themadprofessor/rbrainfuck against master#0f88167f89fffe321590c5148f21b7d51d44388d for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-6/master#0f88167f89fffe321590c5148f21b7d51d44388d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/themadprofessor/rbrainfuck:/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=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" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4bc9924f9197c5b7284325d8b71591765fa4d6e37637b96fa6bb8cb0240de336 [INFO] running `"docker" "start" "-a" "4bc9924f9197c5b7284325d8b71591765fa4d6e37637b96fa6bb8cb0240de336"` [INFO] [stderr] Checking exit-code v1.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking nom v3.1.0 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking rbrainfuck v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `nom` [INFO] [stderr] --> src/ast.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use nom; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `nom` [INFO] [stderr] --> src/ast.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use nom; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | IoError(::std::io::Error); [INFO] [stderr] 4 | | NomError(::nom::simple_errors::Err); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | IoError(::std::io::Error); [INFO] [stderr] 4 | | NomError(::nom::simple_errors::Err); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | IoError(::std::io::Error); [INFO] [stderr] 4 | | NomError(::nom::simple_errors::Err); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | IoError(::std::io::Error); [INFO] [stderr] 4 | | NomError(::nom::simple_errors::Err); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `flatten` [INFO] [stderr] --> src/ast.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | fn flatten(data: Vec>) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `with_capacity` [INFO] [stderr] --> src/machine.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn with_capacity(size: usize) -> Machine { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `flatten` [INFO] [stderr] --> src/ast.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | fn flatten(data: Vec>) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `with_capacity` [INFO] [stderr] --> src/machine.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn with_capacity(size: usize) -> Machine { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.47s [INFO] running `"docker" "inspect" "4bc9924f9197c5b7284325d8b71591765fa4d6e37637b96fa6bb8cb0240de336"` [INFO] running `"docker" "rm" "-f" "4bc9924f9197c5b7284325d8b71591765fa4d6e37637b96fa6bb8cb0240de336"` [INFO] [stdout] 4bc9924f9197c5b7284325d8b71591765fa4d6e37637b96fa6bb8cb0240de336