Oct 15 11:48:46.127 INFO testing CodeGradox/Master-interpreter against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:48:46.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 11:48:46.571 INFO blam! b6e6f9aa165cb3eb09c1227d4ba3e76f97a32cf522f58f896137e2c028532615 Oct 15 11:48:46.573 INFO running `"docker" "start" "-a" "b6e6f9aa165cb3eb09c1227d4ba3e76f97a32cf522f58f896137e2c028532615"` Oct 15 11:48:47.731 INFO kablam! usermod: no changes Oct 15 11:48:47.779 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 11:48:47.779 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 11:48:47.779 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 11:48:47.779 INFO kablam! files will be included as a binary target: Oct 15 11:48:47.779 INFO kablam! Oct 15 11:48:47.779 INFO kablam! * /source/src/main.rs Oct 15 11:48:47.779 INFO kablam! Oct 15 11:48:47.779 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 11:48:47.779 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 11:48:47.779 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 11:48:47.779 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 11:48:47.779 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 11:48:47.779 INFO kablam! Oct 15 11:48:47.779 INFO kablam! For more information on this warning you can consult Oct 15 11:48:47.779 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 11:48:47.779 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `interpreter_bin`, Oct 15 11:48:47.779 INFO kablam! please set bin.path in Cargo.toml Oct 15 11:48:47.779 INFO kablam! Compiling interpreter v0.1.0 (/source) Oct 15 11:48:48.519 INFO kablam! warning: field is never used: `lexer` Oct 15 11:48:48.519 INFO kablam! --> src/parser.rs:6:5 Oct 15 11:48:48.519 INFO kablam! | Oct 15 11:48:48.519 INFO kablam! 6 | lexer: Peekable>, Oct 15 11:48:48.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:48:48.519 INFO kablam! | Oct 15 11:48:48.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:48:48.519 INFO kablam! Oct 15 11:48:48.519 INFO kablam! warning: constant item is never used: `MIN_SIZE` Oct 15 11:48:48.519 INFO kablam! --> src/real.rs:13:1 Oct 15 11:48:48.519 INFO kablam! | Oct 15 11:48:48.519 INFO kablam! 13 | const MIN_SIZE: i32 = 0xFFFF; Oct 15 11:48:48.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:48:48.519 INFO kablam! Oct 15 11:48:50.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 15 11:48:50.055 INFO kablam! su: No module specific data is present Oct 15 11:48:50.430 INFO running `"docker" "rm" "-f" "b6e6f9aa165cb3eb09c1227d4ba3e76f97a32cf522f58f896137e2c028532615"` Oct 15 11:48:50.595 INFO blam! b6e6f9aa165cb3eb09c1227d4ba3e76f97a32cf522f58f896137e2c028532615 Oct 15 11:48:50.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 11:48:50.925 INFO blam! b4af0ee67f5e920e5469e863fff8a8cf726e8405d704379d6245452b1080802e Oct 15 11:48:50.926 INFO running `"docker" "start" "-a" "b4af0ee67f5e920e5469e863fff8a8cf726e8405d704379d6245452b1080802e"` Oct 15 11:48:51.931 INFO kablam! usermod: no changes Oct 15 11:48:51.983 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 11:48:51.983 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 11:48:51.983 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 11:48:51.983 INFO kablam! files will be included as a binary target: Oct 15 11:48:51.983 INFO kablam! Oct 15 11:48:51.983 INFO kablam! * /source/src/main.rs Oct 15 11:48:51.983 INFO kablam! Oct 15 11:48:51.983 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 11:48:51.983 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 11:48:51.983 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 11:48:51.983 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 11:48:51.983 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 11:48:51.983 INFO kablam! Oct 15 11:48:51.983 INFO kablam! For more information on this warning you can consult Oct 15 11:48:51.983 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 11:48:51.983 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `interpreter_bin`, Oct 15 11:48:51.983 INFO kablam! please set bin.path in Cargo.toml Oct 15 11:48:51.983 INFO kablam! Compiling interpreter v0.1.0 (/source) Oct 15 11:48:53.551 INFO kablam! warning: field is never used: `lexer` Oct 15 11:48:53.552 INFO kablam! --> src/parser.rs:6:5 Oct 15 11:48:53.552 INFO kablam! | Oct 15 11:48:53.552 INFO kablam! 6 | lexer: Peekable>, Oct 15 11:48:53.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:48:53.552 INFO kablam! | Oct 15 11:48:53.552 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:48:53.552 INFO kablam! Oct 15 11:48:53.552 INFO kablam! warning: constant item is never used: `MIN_SIZE` Oct 15 11:48:53.552 INFO kablam! --> src/real.rs:13:1 Oct 15 11:48:53.552 INFO kablam! | Oct 15 11:48:53.552 INFO kablam! 13 | const MIN_SIZE: i32 = 0xFFFF; Oct 15 11:48:53.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:48:53.552 INFO kablam! Oct 15 11:48:54.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.84s Oct 15 11:48:54.797 INFO kablam! su: No module specific data is present Oct 15 11:48:55.854 INFO running `"docker" "rm" "-f" "b4af0ee67f5e920e5469e863fff8a8cf726e8405d704379d6245452b1080802e"` Oct 15 11:48:56.147 INFO blam! b4af0ee67f5e920e5469e863fff8a8cf726e8405d704379d6245452b1080802e Oct 15 11:48:56.164 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 11:48:56.671 INFO blam! cd90fadf7697089023dfbfbedb604b3690d2dec3ddd4194916201b544344df75 Oct 15 11:48:56.673 INFO running `"docker" "start" "-a" "cd90fadf7697089023dfbfbedb604b3690d2dec3ddd4194916201b544344df75"` Oct 15 11:48:57.844 INFO kablam! usermod: no changes Oct 15 11:48:57.873 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 11:48:57.874 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 11:48:57.874 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 11:48:57.874 INFO kablam! files will be included as a binary target: Oct 15 11:48:57.874 INFO kablam! Oct 15 11:48:57.874 INFO kablam! * /source/src/main.rs Oct 15 11:48:57.874 INFO kablam! Oct 15 11:48:57.874 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 11:48:57.874 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 11:48:57.874 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 11:48:57.874 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 11:48:57.874 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 11:48:57.874 INFO kablam! Oct 15 11:48:57.874 INFO kablam! For more information on this warning you can consult Oct 15 11:48:57.874 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 11:48:57.874 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `interpreter_bin`, Oct 15 11:48:57.874 INFO kablam! please set bin.path in Cargo.toml Oct 15 11:48:57.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 11:48:57.879 INFO kablam! Running /target/debug/deps/interpreter-ae230071de389743 Oct 15 11:48:57.885 INFO blam! Oct 15 11:48:57.885 INFO blam! running 0 tests Oct 15 11:48:57.885 INFO blam! Oct 15 11:48:57.886 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:48:57.886 INFO blam! Oct 15 11:48:57.891 INFO kablam! Running /target/debug/deps/interpreter_bin-58c7d39493ce69e7 Oct 15 11:48:57.900 INFO blam! Oct 15 11:48:57.900 INFO blam! running 0 tests Oct 15 11:48:57.900 INFO blam! Oct 15 11:48:57.901 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:48:57.901 INFO blam! Oct 15 11:48:57.903 INFO kablam! Running /target/debug/deps/interpreter_test-38f773401aa1fc27 Oct 15 11:48:57.915 INFO blam! Oct 15 11:48:57.915 INFO blam! running 14 tests Oct 15 11:48:57.936 INFO blam! test next_token_test ... ok Oct 15 11:48:57.943 INFO blam! test test_error_messages ... ok Oct 15 11:48:57.943 INFO blam! test test_neverending_string ... ok Oct 15 11:48:57.943 INFO blam! test test_error_tokens ... ok Oct 15 11:48:57.943 INFO blam! test test_real_parse ... ok Oct 15 11:48:57.943 INFO blam! test test_real_mul ... ok Oct 15 11:48:57.943 INFO blam! test test_string ... ok Oct 15 11:48:57.943 INFO blam! test test_real_div ... ok Oct 15 11:48:57.943 INFO blam! test test_real_add ... ok Oct 15 11:48:57.943 INFO blam! test test_string_illegal_newline ... ok Oct 15 11:48:57.943 INFO blam! test test_real_sub ... ok Oct 15 11:48:57.943 INFO blam! test test_string_escape ... ok Oct 15 11:48:57.943 INFO blam! test test_real_int ... ok Oct 15 11:48:57.943 INFO blam! test test_real_fraction ... ok Oct 15 11:48:57.943 INFO blam! Oct 15 11:48:57.943 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:48:57.943 INFO blam! Oct 15 11:48:57.947 INFO kablam! Doc-tests interpreter Oct 15 11:48:58.587 INFO blam! Oct 15 11:48:58.587 INFO blam! running 0 tests Oct 15 11:48:58.587 INFO blam! Oct 15 11:48:58.587 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:48:58.587 INFO blam! Oct 15 11:48:58.594 INFO kablam! su: No module specific data is present Oct 15 11:48:59.415 INFO running `"docker" "rm" "-f" "cd90fadf7697089023dfbfbedb604b3690d2dec3ddd4194916201b544344df75"` Oct 15 11:48:59.634 INFO blam! cd90fadf7697089023dfbfbedb604b3690d2dec3ddd4194916201b544344df75