Nov 17 16:09:45.891 INFO testing CodeGradox/Master-interpreter against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 16:09:45.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 16:09:46.163 INFO [stdout] 19dbc4278083f608f3599b92034c861ab739fc7c0c4bd6808498cdf557896b8d Nov 17 16:09:46.166 INFO running `"docker" "start" "-a" "19dbc4278083f608f3599b92034c861ab739fc7c0c4bd6808498cdf557896b8d"` Nov 17 16:09:46.687 INFO [stderr] usermod: no changes Nov 17 16:09:46.724 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 16:09:46.724 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 16:09:46.724 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 16:09:46.724 INFO [stderr] files will be included as a binary target: Nov 17 16:09:46.724 INFO [stderr] Nov 17 16:09:46.724 INFO [stderr] * /source/src/main.rs Nov 17 16:09:46.724 INFO [stderr] Nov 17 16:09:46.724 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 16:09:46.724 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 16:09:46.724 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 16:09:46.724 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 16:09:46.724 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 16:09:46.724 INFO [stderr] Nov 17 16:09:46.724 INFO [stderr] For more information on this warning you can consult Nov 17 16:09:46.724 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 16:09:46.724 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `interpreter_bin`, Nov 17 16:09:46.724 INFO [stderr] please set bin.path in Cargo.toml Nov 17 16:09:46.724 INFO [stderr] Compiling interpreter v0.1.0 (/source) Nov 17 16:09:47.283 INFO [stderr] warning: field is never used: `lexer` Nov 17 16:09:47.283 INFO [stderr] --> src/parser.rs:6:5 Nov 17 16:09:47.283 INFO [stderr] | Nov 17 16:09:47.283 INFO [stderr] 6 | lexer: Peekable>, Nov 17 16:09:47.283 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 16:09:47.283 INFO [stderr] | Nov 17 16:09:47.283 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 16:09:47.283 INFO [stderr] Nov 17 16:09:47.283 INFO [stderr] warning: constant item is never used: `MIN_SIZE` Nov 17 16:09:47.283 INFO [stderr] --> src/real.rs:13:1 Nov 17 16:09:47.283 INFO [stderr] | Nov 17 16:09:47.283 INFO [stderr] 13 | const MIN_SIZE: i32 = 0xFFFF; Nov 17 16:09:47.283 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 16:09:47.283 INFO [stderr] Nov 17 16:09:48.763 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.05s Nov 17 16:09:48.763 INFO [stderr] su: No module specific data is present Nov 17 16:09:49.463 INFO running `"docker" "inspect" "19dbc4278083f608f3599b92034c861ab739fc7c0c4bd6808498cdf557896b8d"` Nov 17 16:09:49.797 INFO running `"docker" "rm" "-f" "19dbc4278083f608f3599b92034c861ab739fc7c0c4bd6808498cdf557896b8d"` Nov 17 16:09:50.155 INFO [stdout] 19dbc4278083f608f3599b92034c861ab739fc7c0c4bd6808498cdf557896b8d Nov 17 16:09:50.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 16:09:50.563 INFO [stdout] d4751717331c3d8fa2c40475de20ed52226f6f2ef9cd2dcd3be3234d57f8fc67 Nov 17 16:09:50.569 INFO running `"docker" "start" "-a" "d4751717331c3d8fa2c40475de20ed52226f6f2ef9cd2dcd3be3234d57f8fc67"` Nov 17 16:09:51.613 INFO [stderr] usermod: no changes Nov 17 16:09:51.690 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 16:09:51.690 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 16:09:51.690 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 16:09:51.690 INFO [stderr] files will be included as a binary target: Nov 17 16:09:51.690 INFO [stderr] Nov 17 16:09:51.690 INFO [stderr] * /source/src/main.rs Nov 17 16:09:51.690 INFO [stderr] Nov 17 16:09:51.690 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 16:09:51.690 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 16:09:51.690 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 16:09:51.690 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 16:09:51.690 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 16:09:51.690 INFO [stderr] Nov 17 16:09:51.690 INFO [stderr] For more information on this warning you can consult Nov 17 16:09:51.690 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 16:09:51.690 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `interpreter_bin`, Nov 17 16:09:51.690 INFO [stderr] please set bin.path in Cargo.toml Nov 17 16:09:51.703 INFO [stderr] Compiling interpreter v0.1.0 (/source) Nov 17 16:09:53.346 INFO [stderr] warning: field is never used: `lexer` Nov 17 16:09:53.347 INFO [stderr] --> src/parser.rs:6:5 Nov 17 16:09:53.348 INFO [stderr] | Nov 17 16:09:53.348 INFO [stderr] 6 | lexer: Peekable>, Nov 17 16:09:53.351 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 16:09:53.351 INFO [stderr] | Nov 17 16:09:53.352 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 16:09:53.352 INFO [stderr] Nov 17 16:09:53.352 INFO [stderr] warning: constant item is never used: `MIN_SIZE` Nov 17 16:09:53.353 INFO [stderr] --> src/real.rs:13:1 Nov 17 16:09:53.353 INFO [stderr] | Nov 17 16:09:53.353 INFO [stderr] 13 | const MIN_SIZE: i32 = 0xFFFF; Nov 17 16:09:53.354 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 16:09:53.354 INFO [stderr] Nov 17 16:09:53.856 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.19s Nov 17 16:09:53.863 INFO [stderr] su: No module specific data is present Nov 17 16:09:54.429 INFO running `"docker" "inspect" "d4751717331c3d8fa2c40475de20ed52226f6f2ef9cd2dcd3be3234d57f8fc67"` Nov 17 16:09:54.754 INFO running `"docker" "rm" "-f" "d4751717331c3d8fa2c40475de20ed52226f6f2ef9cd2dcd3be3234d57f8fc67"` Nov 17 16:09:54.995 INFO [stdout] d4751717331c3d8fa2c40475de20ed52226f6f2ef9cd2dcd3be3234d57f8fc67 Nov 17 16:09:54.998 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 16:09:55.495 INFO [stdout] a5a33e4e26945dee7c0afbbbc592a2d54b4c4abefe2d9b78c3875197c783ec7b Nov 17 16:09:55.501 INFO running `"docker" "start" "-a" "a5a33e4e26945dee7c0afbbbc592a2d54b4c4abefe2d9b78c3875197c783ec7b"` Nov 17 16:09:56.618 INFO [stderr] usermod: no changes Nov 17 16:09:56.683 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 16:09:56.683 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 16:09:56.683 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 16:09:56.683 INFO [stderr] files will be included as a binary target: Nov 17 16:09:56.683 INFO [stderr] Nov 17 16:09:56.683 INFO [stderr] * /source/src/main.rs Nov 17 16:09:56.683 INFO [stderr] Nov 17 16:09:56.683 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 16:09:56.683 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 16:09:56.683 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 16:09:56.683 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 16:09:56.683 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 16:09:56.683 INFO [stderr] Nov 17 16:09:56.683 INFO [stderr] For more information on this warning you can consult Nov 17 16:09:56.683 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 16:09:56.683 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `interpreter_bin`, Nov 17 16:09:56.683 INFO [stderr] please set bin.path in Cargo.toml Nov 17 16:09:56.683 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 17 16:09:56.683 INFO [stderr] Running /target/debug/deps/interpreter-2a3ffae4a23e116e Nov 17 16:09:56.695 INFO [stdout] Nov 17 16:09:56.695 INFO [stdout] running 0 tests Nov 17 16:09:56.695 INFO [stdout] Nov 17 16:09:56.695 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:09:56.695 INFO [stdout] Nov 17 16:09:56.703 INFO [stdout] Nov 17 16:09:56.703 INFO [stdout] running 0 tests Nov 17 16:09:56.703 INFO [stdout] Nov 17 16:09:56.703 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:09:56.703 INFO [stdout] Nov 17 16:09:56.703 INFO [stdout] Nov 17 16:09:56.703 INFO [stdout] running 14 tests Nov 17 16:09:56.705 INFO [stderr] Running /target/debug/deps/interpreter_bin-5fa890326f88a559 Nov 17 16:09:56.705 INFO [stderr] Running /target/debug/deps/interpreter_test-7350bd6840d86bae Nov 17 16:09:56.739 INFO [stdout] test test_error_messages ... ok Nov 17 16:09:56.739 INFO [stdout] test next_token_test ... ok Nov 17 16:09:56.763 INFO [stdout] test test_error_tokens ... ok Nov 17 16:09:56.763 INFO [stdout] test test_neverending_string ... ok Nov 17 16:09:56.763 INFO [stdout] test test_real_add ... ok Nov 17 16:09:56.763 INFO [stdout] test test_real_int ... ok Nov 17 16:09:56.763 INFO [stdout] test test_real_mul ... ok Nov 17 16:09:56.763 INFO [stdout] test test_real_div ... ok Nov 17 16:09:56.763 INFO [stdout] test test_real_fraction ... ok Nov 17 16:09:56.771 INFO [stdout] test test_real_sub ... ok Nov 17 16:09:56.783 INFO [stdout] test test_string ... ok Nov 17 16:09:56.783 INFO [stdout] test test_string_escape ... ok Nov 17 16:09:56.783 INFO [stdout] test test_string_illegal_newline ... ok Nov 17 16:09:56.783 INFO [stdout] test test_real_parse ... ok Nov 17 16:09:56.783 INFO [stdout] Nov 17 16:09:56.783 INFO [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:09:56.783 INFO [stdout] Nov 17 16:09:56.795 INFO [stderr] Doc-tests interpreter Nov 17 16:09:57.441 INFO [stdout] Nov 17 16:09:57.441 INFO [stdout] running 0 tests Nov 17 16:09:57.441 INFO [stdout] Nov 17 16:09:57.441 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:09:57.441 INFO [stdout] Nov 17 16:09:57.449 INFO [stderr] su: No module specific data is present Nov 17 16:09:58.062 INFO running `"docker" "inspect" "a5a33e4e26945dee7c0afbbbc592a2d54b4c4abefe2d9b78c3875197c783ec7b"` Nov 17 16:09:58.219 INFO running `"docker" "rm" "-f" "a5a33e4e26945dee7c0afbbbc592a2d54b4c4abefe2d9b78c3875197c783ec7b"` Nov 17 16:09:58.354 INFO [stdout] a5a33e4e26945dee7c0afbbbc592a2d54b4c4abefe2d9b78c3875197c783ec7b