Oct 11 12:42:21.088 INFO testing rust-enum-derive-0.4.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:42:21.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:42:21.088 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:42:23.650 INFO blam! a0f5dbbc21108f4a745fdc2ef656b6a738b25acfd07a7e41a7540cdbb8311daf Oct 11 12:42:23.660 INFO running `"docker" "start" "-a" "a0f5dbbc21108f4a745fdc2ef656b6a738b25acfd07a7e41a7540cdbb8311daf"` Oct 11 12:42:24.608 INFO kablam! usermod: no changes Oct 11 12:42:24.678 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 12:42:24.678 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 12:42:24.678 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 12:42:24.678 INFO kablam! files will be included as a binary target: Oct 11 12:42:24.678 INFO kablam! Oct 11 12:42:24.678 INFO kablam! * /source/src/main.rs Oct 11 12:42:24.678 INFO kablam! Oct 11 12:42:24.678 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 12:42:24.678 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 12:42:24.678 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 12:42:24.678 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 12:42:24.678 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 12:42:24.678 INFO kablam! Oct 11 12:42:24.678 INFO kablam! For more information on this warning you can consult Oct 11 12:42:24.678 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 12:42:24.678 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Oct 11 12:42:24.678 INFO kablam! please set bin.path in Cargo.toml Oct 11 12:42:24.724 INFO kablam! Compiling toml v0.1.30 Oct 11 12:42:27.240 INFO kablam! Compiling rust-enum-derive v0.4.0 (/source) Oct 11 12:42:31.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.25s Oct 11 12:42:31.900 INFO kablam! su: No module specific data is present Oct 11 12:42:32.364 INFO running `"docker" "rm" "-f" "a0f5dbbc21108f4a745fdc2ef656b6a738b25acfd07a7e41a7540cdbb8311daf"` Oct 11 12:42:32.489 INFO blam! a0f5dbbc21108f4a745fdc2ef656b6a738b25acfd07a7e41a7540cdbb8311daf Oct 11 12:42:32.490 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:42:32.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:42:32.816 INFO blam! 3a263706c9ec880ca523de7d1032942fca8d563db385122ba2656e1807e423df Oct 11 12:42:32.821 INFO running `"docker" "start" "-a" "3a263706c9ec880ca523de7d1032942fca8d563db385122ba2656e1807e423df"` Oct 11 12:42:33.371 INFO kablam! usermod: no changes Oct 11 12:42:33.391 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 12:42:33.391 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 12:42:33.391 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 12:42:33.391 INFO kablam! files will be included as a binary target: Oct 11 12:42:33.391 INFO kablam! Oct 11 12:42:33.391 INFO kablam! * /source/src/main.rs Oct 11 12:42:33.391 INFO kablam! Oct 11 12:42:33.391 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 12:42:33.391 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 12:42:33.391 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 12:42:33.391 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 12:42:33.391 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 12:42:33.391 INFO kablam! Oct 11 12:42:33.391 INFO kablam! For more information on this warning you can consult Oct 11 12:42:33.391 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 12:42:33.391 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Oct 11 12:42:33.391 INFO kablam! please set bin.path in Cargo.toml Oct 11 12:42:33.413 INFO kablam! Compiling rust-enum-derive v0.4.0 (/source) Oct 11 12:42:34.507 INFO kablam! warning: function `test_CENum_order` should have a snake case name such as `test_cenum_order` Oct 11 12:42:34.507 INFO kablam! --> src/lib.rs:506:1 Oct 11 12:42:34.507 INFO kablam! | Oct 11 12:42:34.507 INFO kablam! 506 | / fn test_CENum_order() { Oct 11 12:42:34.507 INFO kablam! 507 | | let a = CEnum::new(0, ""); Oct 11 12:42:34.507 INFO kablam! 508 | | let b = CEnum::new(1, ""); Oct 11 12:42:34.507 INFO kablam! 509 | | let c = CEnum::new(2, ""); Oct 11 12:42:34.507 INFO kablam! ... | Oct 11 12:42:34.507 INFO kablam! 517 | | assert!(a == d); Oct 11 12:42:34.507 INFO kablam! 518 | | } Oct 11 12:42:34.507 INFO kablam! | |_^ Oct 11 12:42:34.507 INFO kablam! | Oct 11 12:42:34.507 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 12:42:34.507 INFO kablam! Oct 11 12:42:35.544 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 11 12:42:35.544 INFO kablam! su: No module specific data is present Oct 11 12:42:36.039 INFO running `"docker" "rm" "-f" "3a263706c9ec880ca523de7d1032942fca8d563db385122ba2656e1807e423df"` Oct 11 12:42:36.146 INFO blam! 3a263706c9ec880ca523de7d1032942fca8d563db385122ba2656e1807e423df Oct 11 12:42:36.149 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:42:36.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:42:36.412 INFO blam! 581ac0e59f225936c7d7005bb6c673d730e61baef0b7db26d4c9c6ad68563121 Oct 11 12:42:36.414 INFO running `"docker" "start" "-a" "581ac0e59f225936c7d7005bb6c673d730e61baef0b7db26d4c9c6ad68563121"` Oct 11 12:42:37.260 INFO kablam! usermod: no changes Oct 11 12:42:37.336 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 12:42:37.336 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 12:42:37.336 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 12:42:37.336 INFO kablam! files will be included as a binary target: Oct 11 12:42:37.336 INFO kablam! Oct 11 12:42:37.336 INFO kablam! * /source/src/main.rs Oct 11 12:42:37.336 INFO kablam! Oct 11 12:42:37.336 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 12:42:37.337 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 12:42:37.337 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 12:42:37.337 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 12:42:37.337 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 12:42:37.337 INFO kablam! Oct 11 12:42:37.337 INFO kablam! For more information on this warning you can consult Oct 11 12:42:37.337 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 12:42:37.337 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust_enum_derive`, Oct 11 12:42:37.337 INFO kablam! please set bin.path in Cargo.toml Oct 11 12:42:37.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 12:42:37.393 INFO kablam! Running /target/debug/deps/rust_enum_derive-3ae20b9ef1d3911a Oct 11 12:42:37.393 INFO blam! Oct 11 12:42:37.393 INFO blam! running 3 tests Oct 11 12:42:37.393 INFO blam! test test_CENum_order ... ok Oct 11 12:42:37.421 INFO blam! test test_parse_buff_enum ... ok Oct 11 12:42:37.429 INFO blam! test test_parse_buff ... ok Oct 11 12:42:37.429 INFO kablam! Running /target/debug/deps/rust_enum_derive-9172eafa0c36f717 Oct 11 12:42:37.429 INFO blam! Oct 11 12:42:37.429 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:42:37.429 INFO blam! Oct 11 12:42:37.441 INFO blam! Oct 11 12:42:37.441 INFO kablam! Doc-tests rust-enum-derive Oct 11 12:42:37.441 INFO blam! running 0 tests Oct 11 12:42:37.442 INFO blam! Oct 11 12:42:37.442 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:42:37.442 INFO blam! Oct 11 12:42:38.879 INFO blam! Oct 11 12:42:38.879 INFO blam! running 0 tests Oct 11 12:42:38.879 INFO blam! Oct 11 12:42:38.880 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:42:38.880 INFO blam! Oct 11 12:42:38.883 INFO kablam! su: No module specific data is present Oct 11 12:42:39.259 INFO running `"docker" "rm" "-f" "581ac0e59f225936c7d7005bb6c673d730e61baef0b7db26d4c9c6ad68563121"` Oct 11 12:42:39.388 INFO blam! 581ac0e59f225936c7d7005bb6c673d730e61baef0b7db26d4c9c6ad68563121