Oct 11 06:07:58.608 INFO testing JoonHoSon/rust_hello against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:07:58.608 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:07:58.608 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 06:07:58.994 INFO blam! 537d3197aa484ceafab30db295006a61ecafa31fde6d623de27e88b71e057833 Oct 11 06:07:58.996 INFO running `"docker" "start" "-a" "537d3197aa484ceafab30db295006a61ecafa31fde6d623de27e88b71e057833"` Oct 11 06:08:00.059 INFO kablam! usermod: no changes Oct 11 06:08:00.132 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 06:08:00.132 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 06:08:00.132 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 06:08:00.132 INFO kablam! files will be included as a binary target: Oct 11 06:08:00.132 INFO kablam! Oct 11 06:08:00.132 INFO kablam! * /source/src/main.rs Oct 11 06:08:00.132 INFO kablam! Oct 11 06:08:00.132 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 06:08:00.132 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 06:08:00.132 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 06:08:00.132 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 06:08:00.132 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 06:08:00.132 INFO kablam! Oct 11 06:08:00.132 INFO kablam! For more information on this warning you can consult Oct 11 06:08:00.132 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 06:08:00.132 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-joonho`, Oct 11 06:08:00.132 INFO kablam! please set bin.path in Cargo.toml Oct 11 06:08:00.132 INFO kablam! Compiling hello v0.1.0 (/source) Oct 11 06:08:01.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 11 06:08:01.016 INFO kablam! su: No module specific data is present Oct 11 06:08:01.905 INFO running `"docker" "rm" "-f" "537d3197aa484ceafab30db295006a61ecafa31fde6d623de27e88b71e057833"` Oct 11 06:08:02.172 INFO blam! 537d3197aa484ceafab30db295006a61ecafa31fde6d623de27e88b71e057833 Oct 11 06:08:02.180 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:08:02.180 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 06:08:02.577 INFO blam! 22ce3718d6c06e9be0904137d8a6f6cbc5009e063a305555b63d5e1b894296fd Oct 11 06:08:02.581 INFO running `"docker" "start" "-a" "22ce3718d6c06e9be0904137d8a6f6cbc5009e063a305555b63d5e1b894296fd"` Oct 11 06:08:03.518 INFO kablam! usermod: no changes Oct 11 06:08:03.548 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 06:08:03.549 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 06:08:03.549 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 06:08:03.549 INFO kablam! files will be included as a binary target: Oct 11 06:08:03.549 INFO kablam! Oct 11 06:08:03.549 INFO kablam! * /source/src/main.rs Oct 11 06:08:03.549 INFO kablam! Oct 11 06:08:03.549 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 06:08:03.549 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 06:08:03.549 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 06:08:03.549 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 06:08:03.549 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 06:08:03.549 INFO kablam! Oct 11 06:08:03.549 INFO kablam! For more information on this warning you can consult Oct 11 06:08:03.549 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 06:08:03.549 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-joonho`, Oct 11 06:08:03.549 INFO kablam! please set bin.path in Cargo.toml Oct 11 06:08:03.555 INFO kablam! Compiling hello v0.1.0 (/source) Oct 11 06:08:04.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 11 06:08:04.531 INFO kablam! su: No module specific data is present Oct 11 06:08:05.071 INFO running `"docker" "rm" "-f" "22ce3718d6c06e9be0904137d8a6f6cbc5009e063a305555b63d5e1b894296fd"` Oct 11 06:08:05.223 INFO blam! 22ce3718d6c06e9be0904137d8a6f6cbc5009e063a305555b63d5e1b894296fd Oct 11 06:08:05.224 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:08:05.225 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 06:08:05.596 INFO blam! 2fac280185f1f387a688826db2d24c02e5f5e59bdebfdccbedbb3cb002cdb7c1 Oct 11 06:08:05.604 INFO running `"docker" "start" "-a" "2fac280185f1f387a688826db2d24c02e5f5e59bdebfdccbedbb3cb002cdb7c1"` Oct 11 06:08:06.540 INFO kablam! usermod: no changes Oct 11 06:08:06.588 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 06:08:06.588 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 06:08:06.588 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 06:08:06.588 INFO kablam! files will be included as a binary target: Oct 11 06:08:06.588 INFO kablam! Oct 11 06:08:06.588 INFO kablam! * /source/src/main.rs Oct 11 06:08:06.588 INFO kablam! Oct 11 06:08:06.588 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 06:08:06.588 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 06:08:06.588 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 06:08:06.588 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 06:08:06.588 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 06:08:06.588 INFO kablam! Oct 11 06:08:06.588 INFO kablam! For more information on this warning you can consult Oct 11 06:08:06.588 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 06:08:06.588 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-joonho`, Oct 11 06:08:06.588 INFO kablam! please set bin.path in Cargo.toml Oct 11 06:08:06.588 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 06:08:06.588 INFO kablam! Running /target/debug/deps/hello_joonho-07296f21f2282e33 Oct 11 06:08:06.597 INFO blam! Oct 11 06:08:06.597 INFO blam! running 0 tests Oct 11 06:08:06.597 INFO blam! Oct 11 06:08:06.597 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:08:06.597 INFO blam! Oct 11 06:08:06.604 INFO kablam! su: No module specific data is present Oct 11 06:08:07.245 INFO running `"docker" "rm" "-f" "2fac280185f1f387a688826db2d24c02e5f5e59bdebfdccbedbb3cb002cdb7c1"` Oct 11 06:08:07.521 INFO blam! 2fac280185f1f387a688826db2d24c02e5f5e59bdebfdccbedbb3cb002cdb7c1