Oct 12 03:02:25.836 INFO testing clog-cli-0.9.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 03:02:25.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 03:02:26.117 INFO blam! e92cf0659fa072b7e3d2603f570e0888b7ae60d1fddb63d83831d99108675ce5 Oct 12 03:02:26.119 INFO running `"docker" "start" "-a" "e92cf0659fa072b7e3d2603f570e0888b7ae60d1fddb63d83831d99108675ce5"` Oct 12 03:02:26.527 INFO kablam! usermod: no changes Oct 12 03:02:26.549 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:02:26.549 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:02:26.549 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:02:26.549 INFO kablam! files will be included as a binary target: Oct 12 03:02:26.549 INFO kablam! Oct 12 03:02:26.549 INFO kablam! * /source/src/main.rs Oct 12 03:02:26.549 INFO kablam! Oct 12 03:02:26.549 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:02:26.549 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:02:26.549 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:02:26.549 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:02:26.549 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:02:26.549 INFO kablam! Oct 12 03:02:26.549 INFO kablam! For more information on this warning you can consult Oct 12 03:02:26.549 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:02:26.549 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 12 03:02:26.549 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:02:26.619 INFO kablam! Compiling vec_map v0.7.0 Oct 12 03:02:26.619 INFO kablam! Compiling bitflags v0.8.2 Oct 12 03:02:26.619 INFO kablam! Compiling ansi_term v0.9.0 Oct 12 03:02:26.619 INFO kablam! Compiling unicode-segmentation v1.2.1 Oct 12 03:02:26.621 INFO kablam! Compiling term_size v0.2.3 Oct 12 03:02:26.621 INFO kablam! Compiling toml v0.1.30 Oct 12 03:02:26.621 INFO kablam! Compiling semver v0.6.0 Oct 12 03:02:27.601 INFO kablam! Compiling clap v2.21.3 Oct 12 03:02:28.724 INFO kablam! Compiling clog v0.9.1 Oct 12 03:02:45.491 INFO kablam! Compiling clog-cli v0.9.3 (/source) Oct 12 03:02:45.743 INFO kablam! warning: unused macro definition Oct 12 03:02:45.743 INFO kablam! --> src/macros.rs:9:1 Oct 12 03:02:45.743 INFO kablam! | Oct 12 03:02:45.743 INFO kablam! 9 | / macro_rules! werr( Oct 12 03:02:45.743 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 03:02:45.743 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 03:02:45.743 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 03:02:45.743 INFO kablam! 13 | | }) Oct 12 03:02:45.743 INFO kablam! 14 | | ); Oct 12 03:02:45.743 INFO kablam! | |__^ Oct 12 03:02:45.743 INFO kablam! | Oct 12 03:02:45.743 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 03:02:45.743 INFO kablam! Oct 12 03:02:45.743 INFO kablam! warning: unused macro definition Oct 12 03:02:45.743 INFO kablam! --> src/macros.rs:35:1 Oct 12 03:02:45.743 INFO kablam! | Oct 12 03:02:45.743 INFO kablam! 35 | / macro_rules! debug { Oct 12 03:02:45.743 INFO kablam! 36 | | ($fmt:expr) => (); Oct 12 03:02:45.743 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 03:02:45.743 INFO kablam! 38 | | } Oct 12 03:02:45.743 INFO kablam! | |_^ Oct 12 03:02:45.743 INFO kablam! Oct 12 03:02:47.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.33s Oct 12 03:02:47.885 INFO kablam! su: No module specific data is present Oct 12 03:02:48.490 INFO running `"docker" "rm" "-f" "e92cf0659fa072b7e3d2603f570e0888b7ae60d1fddb63d83831d99108675ce5"` Oct 12 03:02:48.777 INFO blam! e92cf0659fa072b7e3d2603f570e0888b7ae60d1fddb63d83831d99108675ce5 Oct 12 03:02:48.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 03:02:49.126 INFO blam! c0318f37ed2e32af23f6503e37c49f46e6fa4505e198a3b884c67f182a828972 Oct 12 03:02:49.128 INFO running `"docker" "start" "-a" "c0318f37ed2e32af23f6503e37c49f46e6fa4505e198a3b884c67f182a828972"` Oct 12 03:02:50.020 INFO kablam! usermod: no changes Oct 12 03:02:50.068 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:02:50.069 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:02:50.069 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:02:50.069 INFO kablam! files will be included as a binary target: Oct 12 03:02:50.069 INFO kablam! Oct 12 03:02:50.069 INFO kablam! * /source/src/main.rs Oct 12 03:02:50.069 INFO kablam! Oct 12 03:02:50.070 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:02:50.070 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:02:50.070 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:02:50.070 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:02:50.070 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:02:50.070 INFO kablam! Oct 12 03:02:50.071 INFO kablam! For more information on this warning you can consult Oct 12 03:02:50.071 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:02:50.071 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 12 03:02:50.071 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:02:50.125 INFO kablam! Compiling clog-cli v0.9.3 (/source) Oct 12 03:02:50.504 INFO kablam! warning: unused macro definition Oct 12 03:02:50.504 INFO kablam! --> src/macros.rs:9:1 Oct 12 03:02:50.504 INFO kablam! | Oct 12 03:02:50.504 INFO kablam! 9 | / macro_rules! werr( Oct 12 03:02:50.504 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 12 03:02:50.504 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 12 03:02:50.504 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 03:02:50.504 INFO kablam! 13 | | }) Oct 12 03:02:50.504 INFO kablam! 14 | | ); Oct 12 03:02:50.504 INFO kablam! | |__^ Oct 12 03:02:50.504 INFO kablam! | Oct 12 03:02:50.504 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 03:02:50.504 INFO kablam! Oct 12 03:02:50.504 INFO kablam! warning: unused macro definition Oct 12 03:02:50.504 INFO kablam! --> src/macros.rs:35:1 Oct 12 03:02:50.504 INFO kablam! | Oct 12 03:02:50.504 INFO kablam! 35 | / macro_rules! debug { Oct 12 03:02:50.504 INFO kablam! 36 | | ($fmt:expr) => (); Oct 12 03:02:50.504 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 03:02:50.504 INFO kablam! 38 | | } Oct 12 03:02:50.504 INFO kablam! | |_^ Oct 12 03:02:50.504 INFO kablam! Oct 12 03:02:51.049 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 12 03:02:51.050 INFO kablam! su: No module specific data is present Oct 12 03:02:51.476 INFO running `"docker" "rm" "-f" "c0318f37ed2e32af23f6503e37c49f46e6fa4505e198a3b884c67f182a828972"` Oct 12 03:02:51.715 INFO blam! c0318f37ed2e32af23f6503e37c49f46e6fa4505e198a3b884c67f182a828972 Oct 12 03:02:51.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 03:02:52.080 INFO blam! 692864ccfe71cca4b4f827a767d42e5a0bdc5d951918705faddea1648f8e644a Oct 12 03:02:52.082 INFO running `"docker" "start" "-a" "692864ccfe71cca4b4f827a767d42e5a0bdc5d951918705faddea1648f8e644a"` Oct 12 03:02:53.094 INFO kablam! usermod: no changes Oct 12 03:02:53.148 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 03:02:53.148 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 03:02:53.148 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 03:02:53.148 INFO kablam! files will be included as a binary target: Oct 12 03:02:53.148 INFO kablam! Oct 12 03:02:53.148 INFO kablam! * /source/src/main.rs Oct 12 03:02:53.148 INFO kablam! Oct 12 03:02:53.148 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 03:02:53.148 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 03:02:53.148 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 03:02:53.148 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 03:02:53.148 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 03:02:53.148 INFO kablam! Oct 12 03:02:53.148 INFO kablam! For more information on this warning you can consult Oct 12 03:02:53.148 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 03:02:53.148 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 12 03:02:53.148 INFO kablam! please set bin.path in Cargo.toml Oct 12 03:02:53.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 03:02:53.211 INFO kablam! Running /target/debug/deps/clog-80c6697f7cde8198 Oct 12 03:02:53.229 INFO kablam! su: No module specific data is present Oct 12 03:02:53.229 INFO blam! Oct 12 03:02:53.229 INFO blam! running 0 tests Oct 12 03:02:53.229 INFO blam! Oct 12 03:02:53.229 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:02:53.229 INFO blam! Oct 12 03:02:53.864 INFO running `"docker" "rm" "-f" "692864ccfe71cca4b4f827a767d42e5a0bdc5d951918705faddea1648f8e644a"` Oct 12 03:02:54.064 INFO blam! 692864ccfe71cca4b4f827a767d42e5a0bdc5d951918705faddea1648f8e644a