[INFO] updating cached repository syusui-s/rrr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/syusui-s/rrr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/syusui-s/rrr" "work/ex/beta-1.37-6/sources/1.36.0/gh/syusui-s/rrr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/syusui-s/rrr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/syusui-s/rrr" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/syusui-s/rrr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/syusui-s/rrr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 26a146124809abc26695729ceebfb240ade0c842 [INFO] sha for GitHub repo syusui-s/rrr: 26a146124809abc26695729ceebfb240ade0c842 [INFO] validating manifest of syusui-s/rrr 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 syusui-s/rrr 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 syusui-s/rrr [INFO] finished frobbing syusui-s/rrr [INFO] frobbed toml for syusui-s/rrr written to work/ex/beta-1.37-6/sources/1.36.0/gh/syusui-s/rrr/Cargo.toml [INFO] started frobbing syusui-s/rrr [INFO] finished frobbing syusui-s/rrr [INFO] frobbed toml for syusui-s/rrr written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/syusui-s/rrr/Cargo.toml [INFO] crate syusui-s/rrr 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/syusui-s/rrr/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] 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 syusui-s/rrr 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/syusui-s/rrr:/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] 2cfdef05bab01b565151be447877f9f36798de5f87c7aef1b279b124b893ee13 [INFO] running `"docker" "start" "-a" "2cfdef05bab01b565151be447877f9f36798de5f87c7aef1b279b124b893ee13"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling rrr v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: variant is never constructed: `Fixnum` [INFO] [stderr] --> src/ast.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | Fixnum(i32), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Literal` [INFO] [stderr] --> src/ast.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Literal(Literal), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BinOpTree` [INFO] [stderr] --> src/ast.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | BinOpTree(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_utf8` [INFO] [stderr] --> src/ast.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn from_utf8(ary: &[u8]) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_str` [INFO] [stderr] --> src/ast.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn from_str(input: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_literal` [INFO] [stderr] --> src/parser.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_literal(lit: &Literal) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_term` [INFO] [stderr] --> src/parser.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | fn print_term(term: &Term) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_optree` [INFO] [stderr] --> src/parser.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | fn print_optree<'a>(tree: &'a BinOpTree) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.33s [INFO] running `"docker" "inspect" "2cfdef05bab01b565151be447877f9f36798de5f87c7aef1b279b124b893ee13"` [INFO] running `"docker" "rm" "-f" "2cfdef05bab01b565151be447877f9f36798de5f87c7aef1b279b124b893ee13"` [INFO] [stdout] 2cfdef05bab01b565151be447877f9f36798de5f87c7aef1b279b124b893ee13 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/syusui-s/rrr:/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] 3af62f8ea98ddbe01ec331624311517659291821163f8a4d9fd08219f7125d0b [INFO] running `"docker" "start" "-a" "3af62f8ea98ddbe01ec331624311517659291821163f8a4d9fd08219f7125d0b"` [INFO] [stderr] Compiling rrr v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `print_literal` [INFO] [stderr] --> src/parser.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_literal(lit: &Literal) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_term` [INFO] [stderr] --> src/parser.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | fn print_term(term: &Term) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_optree` [INFO] [stderr] --> src/parser.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | fn print_optree<'a>(tree: &'a BinOpTree) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `"docker" "inspect" "3af62f8ea98ddbe01ec331624311517659291821163f8a4d9fd08219f7125d0b"` [INFO] running `"docker" "rm" "-f" "3af62f8ea98ddbe01ec331624311517659291821163f8a4d9fd08219f7125d0b"` [INFO] [stdout] 3af62f8ea98ddbe01ec331624311517659291821163f8a4d9fd08219f7125d0b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/syusui-s/rrr:/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] 477862d056c9a62822f7e7dde00dbac89f075b1c66d4fba03e7caa1b73790c70 [INFO] running `"docker" "start" "-a" "477862d056c9a62822f7e7dde00dbac89f075b1c66d4fba03e7caa1b73790c70"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rrr-c13f4226dda121a3 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test parser::test::binop_tree_matches_addition ... ok [INFO] [stdout] test parser::test::bin_digit_matches_binary_value ... ok [INFO] [stdout] test ast::tests::binop_type_from_utf8 ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_hex_value_negative ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_binary_value_prefixed_upcase ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_integer_value ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_hex_value ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_hex_value_max ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_binary_value ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_hex_value_prefixed_upcase ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_octet_value ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_negative_value ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_one ... ok [INFO] [stdout] test parser::test::lit_fixnum_not_matches_hex_value_invalid ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_zero ... ok [INFO] [stdout] test parser::test::lit_fixnum_matches_octet_value_prefixed ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/rrr-b7efb56d93f4ec48 [INFO] [stdout] test parser::test::lit_fixnum_matches_octet_value_prefixed_upcase ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stderr] Doc-tests rrr [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" "477862d056c9a62822f7e7dde00dbac89f075b1c66d4fba03e7caa1b73790c70"` [INFO] running `"docker" "rm" "-f" "477862d056c9a62822f7e7dde00dbac89f075b1c66d4fba03e7caa1b73790c70"` [INFO] [stdout] 477862d056c9a62822f7e7dde00dbac89f075b1c66d4fba03e7caa1b73790c70