Oct 15 00:41:35.576 INFO testing clog-tool/clog-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:41:35.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 00:41:36.167 INFO blam! 094345afd6ddd5f6f161c65133819bcf7dc622d9dd021763c458c26f567ea40d Oct 15 00:41:36.170 INFO running `"docker" "start" "-a" "094345afd6ddd5f6f161c65133819bcf7dc622d9dd021763c458c26f567ea40d"` Oct 15 00:41:38.359 INFO kablam! usermod: no changes Oct 15 00:41:38.411 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:41:38.411 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:41:38.411 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:41:38.411 INFO kablam! files will be included as a binary target: Oct 15 00:41:38.411 INFO kablam! Oct 15 00:41:38.411 INFO kablam! * /source/src/main.rs Oct 15 00:41:38.411 INFO kablam! Oct 15 00:41:38.411 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:41:38.411 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:41:38.411 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:41:38.411 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:41:38.411 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:41:38.411 INFO kablam! Oct 15 00:41:38.411 INFO kablam! For more information on this warning you can consult Oct 15 00:41:38.411 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:41:38.411 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 15 00:41:38.411 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:41:38.495 INFO kablam! Compiling memchr v0.1.11 Oct 15 00:41:38.495 INFO kablam! Compiling toml v0.1.30 Oct 15 00:41:38.499 INFO kablam! Compiling semver v0.6.0 Oct 15 00:41:38.527 INFO kablam! Compiling thread-id v2.0.0 Oct 15 00:41:39.537 INFO kablam! Compiling thread_local v0.2.7 Oct 15 00:41:39.912 INFO kablam! Compiling aho-corasick v0.5.3 Oct 15 00:41:43.035 INFO kablam! Compiling regex v0.1.80 Oct 15 00:41:53.359 INFO kablam! Compiling clog v0.9.1 Oct 15 00:41:56.639 INFO kablam! Compiling clog-cli v0.9.3 (/source) Oct 15 00:41:57.436 INFO kablam! warning: unused macro definition Oct 15 00:41:57.436 INFO kablam! --> src/macros.rs:9:1 Oct 15 00:41:57.436 INFO kablam! | Oct 15 00:41:57.437 INFO kablam! 9 | / macro_rules! werr( Oct 15 00:41:57.437 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 15 00:41:57.437 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 15 00:41:57.437 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 15 00:41:57.438 INFO kablam! 13 | | }) Oct 15 00:41:57.438 INFO kablam! 14 | | ); Oct 15 00:41:57.438 INFO kablam! | |__^ Oct 15 00:41:57.439 INFO kablam! | Oct 15 00:41:57.439 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 00:41:57.439 INFO kablam! Oct 15 00:41:57.443 INFO kablam! warning: unused macro definition Oct 15 00:41:57.443 INFO kablam! --> src/macros.rs:35:1 Oct 15 00:41:57.443 INFO kablam! | Oct 15 00:41:57.444 INFO kablam! 35 | / macro_rules! debug { Oct 15 00:41:57.444 INFO kablam! 36 | | ($fmt:expr) => (); Oct 15 00:41:57.444 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 15 00:41:57.445 INFO kablam! 38 | | } Oct 15 00:41:57.445 INFO kablam! | |_^ Oct 15 00:41:57.445 INFO kablam! Oct 15 00:41:59.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.56s Oct 15 00:41:59.947 INFO kablam! su: No module specific data is present Oct 15 00:42:00.554 INFO running `"docker" "rm" "-f" "094345afd6ddd5f6f161c65133819bcf7dc622d9dd021763c458c26f567ea40d"` Oct 15 00:42:00.723 INFO blam! 094345afd6ddd5f6f161c65133819bcf7dc622d9dd021763c458c26f567ea40d Oct 15 00:42:00.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 00:42:01.236 INFO blam! 16f6e6951c608b56b180d598aeb2db6e09427f5f35f6164d6c5caf2a81530643 Oct 15 00:42:01.247 INFO running `"docker" "start" "-a" "16f6e6951c608b56b180d598aeb2db6e09427f5f35f6164d6c5caf2a81530643"` Oct 15 00:42:02.338 INFO kablam! usermod: no changes Oct 15 00:42:02.383 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:42:02.384 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:42:02.384 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:42:02.384 INFO kablam! files will be included as a binary target: Oct 15 00:42:02.385 INFO kablam! Oct 15 00:42:02.385 INFO kablam! * /source/src/main.rs Oct 15 00:42:02.385 INFO kablam! Oct 15 00:42:02.385 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:42:02.386 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:42:02.386 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:42:02.386 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:42:02.387 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:42:02.387 INFO kablam! Oct 15 00:42:02.387 INFO kablam! For more information on this warning you can consult Oct 15 00:42:02.387 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:42:02.388 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 15 00:42:02.388 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:42:02.434 INFO kablam! Compiling clog-cli v0.9.3 (/source) Oct 15 00:42:03.097 INFO kablam! warning: unused macro definition Oct 15 00:42:03.097 INFO kablam! --> src/macros.rs:9:1 Oct 15 00:42:03.097 INFO kablam! | Oct 15 00:42:03.097 INFO kablam! 9 | / macro_rules! werr( Oct 15 00:42:03.097 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 15 00:42:03.097 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 15 00:42:03.097 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 15 00:42:03.097 INFO kablam! 13 | | }) Oct 15 00:42:03.097 INFO kablam! 14 | | ); Oct 15 00:42:03.097 INFO kablam! | |__^ Oct 15 00:42:03.097 INFO kablam! | Oct 15 00:42:03.097 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 00:42:03.097 INFO kablam! Oct 15 00:42:03.097 INFO kablam! warning: unused macro definition Oct 15 00:42:03.097 INFO kablam! --> src/macros.rs:35:1 Oct 15 00:42:03.097 INFO kablam! | Oct 15 00:42:03.097 INFO kablam! 35 | / macro_rules! debug { Oct 15 00:42:03.097 INFO kablam! 36 | | ($fmt:expr) => (); Oct 15 00:42:03.097 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 15 00:42:03.097 INFO kablam! 38 | | } Oct 15 00:42:03.097 INFO kablam! | |_^ Oct 15 00:42:03.097 INFO kablam! Oct 15 00:42:03.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 00:42:03.687 INFO kablam! su: No module specific data is present Oct 15 00:42:04.087 INFO running `"docker" "rm" "-f" "16f6e6951c608b56b180d598aeb2db6e09427f5f35f6164d6c5caf2a81530643"` Oct 15 00:42:04.337 INFO blam! 16f6e6951c608b56b180d598aeb2db6e09427f5f35f6164d6c5caf2a81530643 Oct 15 00:42:04.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 00:42:04.775 INFO blam! 8841c161c0cf9696f1c5e460ddd51eba846ee09ed86af1035d1a65fab4001cbc Oct 15 00:42:04.777 INFO running `"docker" "start" "-a" "8841c161c0cf9696f1c5e460ddd51eba846ee09ed86af1035d1a65fab4001cbc"` Oct 15 00:42:05.823 INFO kablam! usermod: no changes Oct 15 00:42:05.860 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 00:42:05.860 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 00:42:05.860 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 00:42:05.860 INFO kablam! files will be included as a binary target: Oct 15 00:42:05.860 INFO kablam! Oct 15 00:42:05.860 INFO kablam! * /source/src/main.rs Oct 15 00:42:05.860 INFO kablam! Oct 15 00:42:05.860 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 00:42:05.860 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 00:42:05.860 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 00:42:05.860 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 00:42:05.860 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 00:42:05.860 INFO kablam! Oct 15 00:42:05.860 INFO kablam! For more information on this warning you can consult Oct 15 00:42:05.860 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 00:42:05.860 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 15 00:42:05.860 INFO kablam! please set bin.path in Cargo.toml Oct 15 00:42:05.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 00:42:05.913 INFO kablam! Running /target/debug/deps/clog-2be7d5a3efc1c3f7 Oct 15 00:42:05.919 INFO blam! Oct 15 00:42:05.919 INFO blam! running 0 tests Oct 15 00:42:05.919 INFO blam! Oct 15 00:42:05.919 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:42:05.919 INFO blam! Oct 15 00:42:05.922 INFO kablam! su: No module specific data is present Oct 15 00:42:06.583 INFO running `"docker" "rm" "-f" "8841c161c0cf9696f1c5e460ddd51eba846ee09ed86af1035d1a65fab4001cbc"` Oct 15 00:42:07.010 INFO blam! 8841c161c0cf9696f1c5e460ddd51eba846ee09ed86af1035d1a65fab4001cbc