Oct 16 16:44:02.387 INFO testing ble-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:44:02.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 16:44:02.655 INFO blam! cd0be382957071fe620f184e8390ef2eeb5542a1d06c18952443a6431edc64bc Oct 16 16:44:02.656 INFO running `"docker" "start" "-a" "cd0be382957071fe620f184e8390ef2eeb5542a1d06c18952443a6431edc64bc"` Oct 16 16:44:03.120 INFO kablam! usermod: no changes Oct 16 16:44:03.140 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:44:03.140 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:44:03.140 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:44:03.140 INFO kablam! files will be included as a binary target: Oct 16 16:44:03.140 INFO kablam! Oct 16 16:44:03.140 INFO kablam! * /source/src/main.rs Oct 16 16:44:03.140 INFO kablam! Oct 16 16:44:03.140 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:44:03.140 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:44:03.140 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:44:03.140 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:44:03.140 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:44:03.140 INFO kablam! Oct 16 16:44:03.140 INFO kablam! For more information on this warning you can consult Oct 16 16:44:03.140 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:44:03.140 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ble-scan`, Oct 16 16:44:03.140 INFO kablam! please set bin.path in Cargo.toml Oct 16 16:44:03.168 INFO kablam! Compiling ble v0.1.1 (/source) Oct 16 16:44:06.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.26s Oct 16 16:44:06.397 INFO kablam! su: No module specific data is present Oct 16 16:44:06.844 INFO running `"docker" "rm" "-f" "cd0be382957071fe620f184e8390ef2eeb5542a1d06c18952443a6431edc64bc"` Oct 16 16:44:06.908 INFO blam! cd0be382957071fe620f184e8390ef2eeb5542a1d06c18952443a6431edc64bc Oct 16 16:44:06.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 16:44:07.080 INFO blam! 5aad23d3ab336a62800abda5f8f9ef4d29dda90ee2303a8c1892b7f5a120847d Oct 16 16:44:07.081 INFO running `"docker" "start" "-a" "5aad23d3ab336a62800abda5f8f9ef4d29dda90ee2303a8c1892b7f5a120847d"` Oct 16 16:44:07.519 INFO kablam! usermod: no changes Oct 16 16:44:07.555 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:44:07.555 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:44:07.555 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:44:07.555 INFO kablam! files will be included as a binary target: Oct 16 16:44:07.555 INFO kablam! Oct 16 16:44:07.555 INFO kablam! * /source/src/main.rs Oct 16 16:44:07.555 INFO kablam! Oct 16 16:44:07.555 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:44:07.555 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:44:07.555 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:44:07.555 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:44:07.555 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:44:07.555 INFO kablam! Oct 16 16:44:07.555 INFO kablam! For more information on this warning you can consult Oct 16 16:44:07.555 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:44:07.555 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ble-scan`, Oct 16 16:44:07.555 INFO kablam! please set bin.path in Cargo.toml Oct 16 16:44:07.578 INFO kablam! Compiling ble v0.1.1 (/source) Oct 16 16:44:09.526 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 16 16:44:09.533 INFO kablam! su: No module specific data is present Oct 16 16:44:10.010 INFO running `"docker" "rm" "-f" "5aad23d3ab336a62800abda5f8f9ef4d29dda90ee2303a8c1892b7f5a120847d"` Oct 16 16:44:10.313 INFO blam! 5aad23d3ab336a62800abda5f8f9ef4d29dda90ee2303a8c1892b7f5a120847d Oct 16 16:44:10.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 16:44:10.795 INFO blam! 1e1952faca77891547c3975f0cdbb4944357f8255f462fb0feee83f31076553a Oct 16 16:44:10.797 INFO running `"docker" "start" "-a" "1e1952faca77891547c3975f0cdbb4944357f8255f462fb0feee83f31076553a"` Oct 16 16:44:11.602 INFO kablam! usermod: no changes Oct 16 16:44:11.633 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:44:11.633 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:44:11.633 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:44:11.633 INFO kablam! files will be included as a binary target: Oct 16 16:44:11.633 INFO kablam! Oct 16 16:44:11.633 INFO kablam! * /source/src/main.rs Oct 16 16:44:11.633 INFO kablam! Oct 16 16:44:11.633 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:44:11.633 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:44:11.633 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:44:11.633 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:44:11.633 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:44:11.633 INFO kablam! Oct 16 16:44:11.633 INFO kablam! For more information on this warning you can consult Oct 16 16:44:11.633 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:44:11.633 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ble-scan`, Oct 16 16:44:11.633 INFO kablam! please set bin.path in Cargo.toml Oct 16 16:44:11.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 16:44:11.660 INFO kablam! Running /target/debug/deps/ble-9d5a1b8377520ced Oct 16 16:44:11.663 INFO kablam! Running /target/debug/deps/ble_scan-078aee38d9ecc7c2 Oct 16 16:44:11.663 INFO blam! Oct 16 16:44:11.664 INFO blam! running 1 test Oct 16 16:44:11.664 INFO blam! test tests::it_works ... ok Oct 16 16:44:11.664 INFO blam! Oct 16 16:44:11.665 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:44:11.665 INFO blam! Oct 16 16:44:11.667 INFO blam! Oct 16 16:44:11.667 INFO kablam! Doc-tests ble Oct 16 16:44:11.667 INFO blam! running 0 tests Oct 16 16:44:11.667 INFO blam! Oct 16 16:44:11.668 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:44:11.668 INFO blam! Oct 16 16:44:13.303 INFO blam! Oct 16 16:44:13.304 INFO blam! running 0 tests Oct 16 16:44:13.304 INFO blam! Oct 16 16:44:13.304 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:44:13.304 INFO blam! Oct 16 16:44:13.308 INFO kablam! su: No module specific data is present Oct 16 16:44:13.640 INFO running `"docker" "rm" "-f" "1e1952faca77891547c3975f0cdbb4944357f8255f462fb0feee83f31076553a"` Oct 16 16:44:13.732 INFO blam! 1e1952faca77891547c3975f0cdbb4944357f8255f462fb0feee83f31076553a