Dec 07 00:37:49.741 INFO testing rust-enum-derive-0.4.0 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 00:37:49.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 07 00:37:49.971 INFO [stdout] 80939c9336b2c363bda5c41fa2428e27f55538c84feed38fadd2786484e9d846 Dec 07 00:37:49.973 INFO running `"docker" "start" "-a" "80939c9336b2c363bda5c41fa2428e27f55538c84feed38fadd2786484e9d846"` Dec 07 00:37:50.680 INFO [stderr] usermod: no changes Dec 07 00:37:50.712 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 00:37:50.713 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 00:37:50.713 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 00:37:50.713 INFO [stderr] files will be included as a binary target: Dec 07 00:37:50.713 INFO [stderr] Dec 07 00:37:50.713 INFO [stderr] * /source/src/main.rs Dec 07 00:37:50.713 INFO [stderr] Dec 07 00:37:50.713 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 00:37:50.713 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 00:37:50.713 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 00:37:50.713 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 00:37:50.713 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 00:37:50.713 INFO [stderr] Dec 07 00:37:50.713 INFO [stderr] For more information on this warning you can consult Dec 07 00:37:50.713 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 00:37:50.713 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Dec 07 00:37:50.713 INFO [stderr] please set bin.path in Cargo.toml Dec 07 00:37:50.739 INFO [stderr] Compiling rust-enum-derive v0.4.0 (/source) Dec 07 00:37:53.973 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.28s Dec 07 00:37:53.979 INFO [stderr] su: No module specific data is present Dec 07 00:37:54.262 INFO running `"docker" "inspect" "80939c9336b2c363bda5c41fa2428e27f55538c84feed38fadd2786484e9d846"` Dec 07 00:37:54.360 INFO running `"docker" "rm" "-f" "80939c9336b2c363bda5c41fa2428e27f55538c84feed38fadd2786484e9d846"` Dec 07 00:37:54.422 INFO [stdout] 80939c9336b2c363bda5c41fa2428e27f55538c84feed38fadd2786484e9d846 Dec 07 00:37:54.428 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 07 00:37:54.612 INFO [stdout] b62cfe9b94c86dee3325b800d224bfb2c8d70d6895a6444aa29ff92f5ac548e2 Dec 07 00:37:54.618 INFO running `"docker" "start" "-a" "b62cfe9b94c86dee3325b800d224bfb2c8d70d6895a6444aa29ff92f5ac548e2"` Dec 07 00:37:55.204 INFO [stderr] usermod: no changes Dec 07 00:37:55.288 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 00:37:55.288 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 00:37:55.288 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 00:37:55.288 INFO [stderr] files will be included as a binary target: Dec 07 00:37:55.288 INFO [stderr] Dec 07 00:37:55.288 INFO [stderr] * /source/src/main.rs Dec 07 00:37:55.288 INFO [stderr] Dec 07 00:37:55.288 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 00:37:55.288 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 00:37:55.288 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 00:37:55.288 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 00:37:55.288 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 00:37:55.288 INFO [stderr] Dec 07 00:37:55.288 INFO [stderr] For more information on this warning you can consult Dec 07 00:37:55.288 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 00:37:55.288 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Dec 07 00:37:55.289 INFO [stderr] please set bin.path in Cargo.toml Dec 07 00:37:55.332 INFO [stderr] Compiling rust-enum-derive v0.4.0 (/source) Dec 07 00:37:56.429 INFO [stderr] warning: function `test_CENum_order` should have a snake case name such as `test_cenum_order` Dec 07 00:37:56.429 INFO [stderr] --> src/lib.rs:506:1 Dec 07 00:37:56.429 INFO [stderr] | Dec 07 00:37:56.429 INFO [stderr] 506 | / fn test_CENum_order() { Dec 07 00:37:56.429 INFO [stderr] 507 | | let a = CEnum::new(0, ""); Dec 07 00:37:56.429 INFO [stderr] 508 | | let b = CEnum::new(1, ""); Dec 07 00:37:56.429 INFO [stderr] 509 | | let c = CEnum::new(2, ""); Dec 07 00:37:56.429 INFO [stderr] ... | Dec 07 00:37:56.429 INFO [stderr] 517 | | assert!(a == d); Dec 07 00:37:56.429 INFO [stderr] 518 | | } Dec 07 00:37:56.429 INFO [stderr] | |_^ Dec 07 00:37:56.429 INFO [stderr] | Dec 07 00:37:56.429 INFO [stderr] = note: #[warn(non_snake_case)] on by default Dec 07 00:37:56.429 INFO [stderr] Dec 07 00:37:57.302 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.05s Dec 07 00:37:57.303 INFO [stderr] su: No module specific data is present Dec 07 00:37:57.782 INFO running `"docker" "inspect" "b62cfe9b94c86dee3325b800d224bfb2c8d70d6895a6444aa29ff92f5ac548e2"` Dec 07 00:37:57.964 INFO running `"docker" "rm" "-f" "b62cfe9b94c86dee3325b800d224bfb2c8d70d6895a6444aa29ff92f5ac548e2"` Dec 07 00:37:58.320 INFO [stdout] b62cfe9b94c86dee3325b800d224bfb2c8d70d6895a6444aa29ff92f5ac548e2 Dec 07 00:37:58.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 07 00:37:58.648 INFO [stdout] 84e7bd23c7a3cd63c93429a5fae606a99df3378302bed1abe55eb423bc5108b5 Dec 07 00:37:58.650 INFO running `"docker" "start" "-a" "84e7bd23c7a3cd63c93429a5fae606a99df3378302bed1abe55eb423bc5108b5"` Dec 07 00:37:59.682 INFO [stderr] usermod: no changes Dec 07 00:37:59.714 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 00:37:59.714 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 00:37:59.714 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 00:37:59.714 INFO [stderr] files will be included as a binary target: Dec 07 00:37:59.714 INFO [stderr] Dec 07 00:37:59.714 INFO [stderr] * /source/src/main.rs Dec 07 00:37:59.714 INFO [stderr] Dec 07 00:37:59.714 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 00:37:59.714 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 00:37:59.714 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 00:37:59.714 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 00:37:59.714 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 00:37:59.714 INFO [stderr] Dec 07 00:37:59.714 INFO [stderr] For more information on this warning you can consult Dec 07 00:37:59.714 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 00:37:59.714 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Dec 07 00:37:59.714 INFO [stderr] please set bin.path in Cargo.toml Dec 07 00:37:59.745 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 07 00:37:59.759 INFO [stderr] Running /target/debug/deps/rust_enum_derive-62c2574cdd5309b0 Dec 07 00:37:59.759 INFO [stdout] Dec 07 00:37:59.759 INFO [stdout] running 3 tests Dec 07 00:37:59.771 INFO [stdout] test test_parse_buff_enum ... ok Dec 07 00:37:59.775 INFO [stdout] test test_CENum_order ... ok Dec 07 00:37:59.775 INFO [stdout] test test_parse_buff ... ok Dec 07 00:37:59.775 INFO [stdout] Dec 07 00:37:59.775 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 00:37:59.775 INFO [stdout] Dec 07 00:37:59.777 INFO [stderr] Running /target/debug/deps/rust_enum_derive-875f816c70ea9352 Dec 07 00:37:59.789 INFO [stderr] Doc-tests rust-enum-derive Dec 07 00:37:59.789 INFO [stdout] Dec 07 00:37:59.789 INFO [stdout] running 0 tests Dec 07 00:37:59.789 INFO [stdout] Dec 07 00:37:59.789 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 00:37:59.789 INFO [stdout] Dec 07 00:38:00.928 INFO [stdout] Dec 07 00:38:00.928 INFO [stdout] running 0 tests Dec 07 00:38:00.928 INFO [stdout] Dec 07 00:38:00.928 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 00:38:00.928 INFO [stdout] Dec 07 00:38:00.940 INFO [stderr] su: No module specific data is present Dec 07 00:38:01.265 INFO running `"docker" "inspect" "84e7bd23c7a3cd63c93429a5fae606a99df3378302bed1abe55eb423bc5108b5"` Dec 07 00:38:01.337 INFO running `"docker" "rm" "-f" "84e7bd23c7a3cd63c93429a5fae606a99df3378302bed1abe55eb423bc5108b5"` Dec 07 00:38:01.438 INFO [stdout] 84e7bd23c7a3cd63c93429a5fae606a99df3378302bed1abe55eb423bc5108b5