Nov 18 00:33:46.013 INFO testing rust-enum-derive-0.4.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 00:33:46.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 18 00:33:46.194 INFO [stdout] 2f9ba84aef691444a7694a9626f1acfb58ce17c483b27c6ff2521f8cb901a463 Nov 18 00:33:46.196 INFO running `"docker" "start" "-a" "2f9ba84aef691444a7694a9626f1acfb58ce17c483b27c6ff2521f8cb901a463"` Nov 18 00:33:46.622 INFO [stderr] usermod: no changes Nov 18 00:33:46.649 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 00:33:46.649 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 00:33:46.649 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 00:33:46.649 INFO [stderr] files will be included as a binary target: Nov 18 00:33:46.649 INFO [stderr] Nov 18 00:33:46.649 INFO [stderr] * /source/src/main.rs Nov 18 00:33:46.649 INFO [stderr] Nov 18 00:33:46.649 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 00:33:46.649 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 00:33:46.649 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 00:33:46.649 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 00:33:46.649 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 00:33:46.649 INFO [stderr] Nov 18 00:33:46.649 INFO [stderr] For more information on this warning you can consult Nov 18 00:33:46.649 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 00:33:46.649 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Nov 18 00:33:46.649 INFO [stderr] please set bin.path in Cargo.toml Nov 18 00:33:46.678 INFO [stderr] Compiling rust-enum-derive v0.4.0 (/source) Nov 18 00:33:50.510 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.87s Nov 18 00:33:50.515 INFO [stderr] su: No module specific data is present Nov 18 00:33:50.784 INFO running `"docker" "inspect" "2f9ba84aef691444a7694a9626f1acfb58ce17c483b27c6ff2521f8cb901a463"` Nov 18 00:33:50.896 INFO running `"docker" "rm" "-f" "2f9ba84aef691444a7694a9626f1acfb58ce17c483b27c6ff2521f8cb901a463"` Nov 18 00:33:50.997 INFO [stdout] 2f9ba84aef691444a7694a9626f1acfb58ce17c483b27c6ff2521f8cb901a463 Nov 18 00:33:51.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 18 00:33:51.179 INFO [stdout] 07c0f4ef040be398c8090be424a0a5a3b22a30c3a646b6bf8005d8872d2632de Nov 18 00:33:51.184 INFO running `"docker" "start" "-a" "07c0f4ef040be398c8090be424a0a5a3b22a30c3a646b6bf8005d8872d2632de"` Nov 18 00:33:51.683 INFO [stderr] usermod: no changes Nov 18 00:33:51.722 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 00:33:51.722 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 00:33:51.722 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 00:33:51.722 INFO [stderr] files will be included as a binary target: Nov 18 00:33:51.722 INFO [stderr] Nov 18 00:33:51.722 INFO [stderr] * /source/src/main.rs Nov 18 00:33:51.722 INFO [stderr] Nov 18 00:33:51.722 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 00:33:51.722 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 00:33:51.722 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 00:33:51.722 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 00:33:51.722 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 00:33:51.722 INFO [stderr] Nov 18 00:33:51.722 INFO [stderr] For more information on this warning you can consult Nov 18 00:33:51.722 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 00:33:51.722 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Nov 18 00:33:51.722 INFO [stderr] please set bin.path in Cargo.toml Nov 18 00:33:51.761 INFO [stderr] Compiling rust-enum-derive v0.4.0 (/source) Nov 18 00:33:52.940 INFO [stderr] warning: function `test_CENum_order` should have a snake case name such as `test_cenum_order` Nov 18 00:33:52.940 INFO [stderr] --> src/lib.rs:506:1 Nov 18 00:33:52.940 INFO [stderr] | Nov 18 00:33:52.940 INFO [stderr] 506 | / fn test_CENum_order() { Nov 18 00:33:52.940 INFO [stderr] 507 | | let a = CEnum::new(0, ""); Nov 18 00:33:52.940 INFO [stderr] 508 | | let b = CEnum::new(1, ""); Nov 18 00:33:52.940 INFO [stderr] 509 | | let c = CEnum::new(2, ""); Nov 18 00:33:52.940 INFO [stderr] ... | Nov 18 00:33:52.940 INFO [stderr] 517 | | assert!(a == d); Nov 18 00:33:52.940 INFO [stderr] 518 | | } Nov 18 00:33:52.940 INFO [stderr] | |_^ Nov 18 00:33:52.941 INFO [stderr] | Nov 18 00:33:52.941 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 18 00:33:52.941 INFO [stderr] Nov 18 00:33:53.969 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.26s Nov 18 00:33:53.974 INFO [stderr] su: No module specific data is present Nov 18 00:33:54.753 INFO running `"docker" "inspect" "07c0f4ef040be398c8090be424a0a5a3b22a30c3a646b6bf8005d8872d2632de"` Nov 18 00:33:55.047 INFO running `"docker" "rm" "-f" "07c0f4ef040be398c8090be424a0a5a3b22a30c3a646b6bf8005d8872d2632de"` Nov 18 00:33:55.314 INFO [stdout] 07c0f4ef040be398c8090be424a0a5a3b22a30c3a646b6bf8005d8872d2632de Nov 18 00:33:55.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 18 00:33:55.788 INFO [stdout] 9920680d548c92750ccdd0bb94db8813fc11be8abb6f0d4af3f334044a08f146 Nov 18 00:33:55.790 INFO running `"docker" "start" "-a" "9920680d548c92750ccdd0bb94db8813fc11be8abb6f0d4af3f334044a08f146"` Nov 18 00:33:56.296 INFO [stderr] usermod: no changes Nov 18 00:33:56.348 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 00:33:56.348 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 00:33:56.348 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 00:33:56.348 INFO [stderr] files will be included as a binary target: Nov 18 00:33:56.348 INFO [stderr] Nov 18 00:33:56.348 INFO [stderr] * /source/src/main.rs Nov 18 00:33:56.348 INFO [stderr] Nov 18 00:33:56.348 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 00:33:56.348 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 00:33:56.348 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 00:33:56.348 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 00:33:56.348 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 00:33:56.348 INFO [stderr] Nov 18 00:33:56.348 INFO [stderr] For more information on this warning you can consult Nov 18 00:33:56.348 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 00:33:56.348 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Nov 18 00:33:56.348 INFO [stderr] please set bin.path in Cargo.toml Nov 18 00:33:56.399 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Nov 18 00:33:56.400 INFO [stderr] Running /target/debug/deps/rust_enum_derive-d5a53927750a53ff Nov 18 00:33:56.400 INFO [stdout] Nov 18 00:33:56.400 INFO [stdout] running 3 tests Nov 18 00:33:56.400 INFO [stdout] test test_parse_buff_enum ... ok Nov 18 00:33:56.400 INFO [stdout] test test_CENum_order ... ok Nov 18 00:33:56.407 INFO [stdout] test test_parse_buff ... ok Nov 18 00:33:56.408 INFO [stdout] Nov 18 00:33:56.408 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 00:33:56.408 INFO [stdout] Nov 18 00:33:56.409 INFO [stderr] Running /target/debug/deps/rust_enum_derive-31b9a7b9893cb6a1 Nov 18 00:33:56.412 INFO [stdout] Nov 18 00:33:56.412 INFO [stdout] running 0 tests Nov 18 00:33:56.412 INFO [stdout] Nov 18 00:33:56.412 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 00:33:56.412 INFO [stdout] Nov 18 00:33:56.416 INFO [stderr] Doc-tests rust-enum-derive Nov 18 00:33:57.997 INFO [stdout] Nov 18 00:33:57.997 INFO [stdout] running 0 tests Nov 18 00:33:57.997 INFO [stdout] Nov 18 00:33:57.997 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 00:33:57.997 INFO [stdout] Nov 18 00:33:58.006 INFO [stderr] su: No module specific data is present Nov 18 00:33:58.633 INFO running `"docker" "inspect" "9920680d548c92750ccdd0bb94db8813fc11be8abb6f0d4af3f334044a08f146"` Nov 18 00:33:58.891 INFO running `"docker" "rm" "-f" "9920680d548c92750ccdd0bb94db8813fc11be8abb6f0d4af3f334044a08f146"` Nov 18 00:33:59.125 INFO [stdout] 9920680d548c92750ccdd0bb94db8813fc11be8abb6f0d4af3f334044a08f146