Oct 11 01:11:57.786 INFO testing clog-tool/clog-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:11:57.786 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:11:57.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 01:11:58.191 INFO blam! d9f6bd5d934674625e587824ce9299174beee81efe633b0143c5b9ce77f31110 Oct 11 01:11:58.193 INFO running `"docker" "start" "-a" "d9f6bd5d934674625e587824ce9299174beee81efe633b0143c5b9ce77f31110"` Oct 11 01:12:00.171 INFO kablam! usermod: no changes Oct 11 01:12:00.244 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:12:00.244 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:12:00.244 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:12:00.244 INFO kablam! files will be included as a binary target: Oct 11 01:12:00.244 INFO kablam! Oct 11 01:12:00.244 INFO kablam! * /source/src/main.rs Oct 11 01:12:00.244 INFO kablam! Oct 11 01:12:00.244 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:12:00.244 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:12:00.244 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:12:00.244 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:12:00.244 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:12:00.244 INFO kablam! Oct 11 01:12:00.244 INFO kablam! For more information on this warning you can consult Oct 11 01:12:00.244 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:12:00.244 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 11 01:12:00.244 INFO kablam! please set bin.path in Cargo.toml Oct 11 01:12:00.344 INFO kablam! Compiling toml v0.1.30 Oct 11 01:12:03.611 INFO kablam! Compiling clog v0.9.1 Oct 11 01:12:07.653 INFO kablam! Compiling clog-cli v0.9.3 (/source) Oct 11 01:12:09.809 INFO kablam! warning: unused macro definition Oct 11 01:12:09.809 INFO kablam! --> src/macros.rs:9:1 Oct 11 01:12:09.809 INFO kablam! | Oct 11 01:12:09.809 INFO kablam! 9 | / macro_rules! werr( Oct 11 01:12:09.809 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 11 01:12:09.809 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 11 01:12:09.809 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 11 01:12:09.810 INFO kablam! 13 | | }) Oct 11 01:12:09.810 INFO kablam! 14 | | ); Oct 11 01:12:09.810 INFO kablam! | |__^ Oct 11 01:12:09.810 INFO kablam! | Oct 11 01:12:09.810 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 01:12:09.810 INFO kablam! Oct 11 01:12:09.810 INFO kablam! warning: unused macro definition Oct 11 01:12:09.810 INFO kablam! --> src/macros.rs:35:1 Oct 11 01:12:09.810 INFO kablam! | Oct 11 01:12:09.810 INFO kablam! 35 | / macro_rules! debug { Oct 11 01:12:09.810 INFO kablam! 36 | | ($fmt:expr) => (); Oct 11 01:12:09.810 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 11 01:12:09.810 INFO kablam! 38 | | } Oct 11 01:12:09.810 INFO kablam! | |_^ Oct 11 01:12:09.810 INFO kablam! Oct 11 01:12:12.793 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.59s Oct 11 01:12:12.798 INFO kablam! su: No module specific data is present Oct 11 01:12:13.758 INFO running `"docker" "rm" "-f" "d9f6bd5d934674625e587824ce9299174beee81efe633b0143c5b9ce77f31110"` Oct 11 01:12:14.069 INFO blam! d9f6bd5d934674625e587824ce9299174beee81efe633b0143c5b9ce77f31110 Oct 11 01:12:14.074 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:12:14.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 01:12:14.533 INFO blam! a2c06e0ab9d46f540447d9add795cecbb383895c3099967112733b88f303d1da Oct 11 01:12:14.538 INFO running `"docker" "start" "-a" "a2c06e0ab9d46f540447d9add795cecbb383895c3099967112733b88f303d1da"` Oct 11 01:12:15.396 INFO kablam! usermod: no changes Oct 11 01:12:15.451 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:12:15.451 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:12:15.452 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:12:15.452 INFO kablam! files will be included as a binary target: Oct 11 01:12:15.452 INFO kablam! Oct 11 01:12:15.453 INFO kablam! * /source/src/main.rs Oct 11 01:12:15.453 INFO kablam! Oct 11 01:12:15.453 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:12:15.453 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:12:15.454 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:12:15.454 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:12:15.454 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:12:15.454 INFO kablam! Oct 11 01:12:15.455 INFO kablam! For more information on this warning you can consult Oct 11 01:12:15.455 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:12:15.455 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 11 01:12:15.455 INFO kablam! please set bin.path in Cargo.toml Oct 11 01:12:15.500 INFO kablam! Compiling clog-cli v0.9.3 (/source) Oct 11 01:12:17.366 INFO kablam! warning: unused macro definition Oct 11 01:12:17.366 INFO kablam! --> src/macros.rs:9:1 Oct 11 01:12:17.367 INFO kablam! | Oct 11 01:12:17.367 INFO kablam! 9 | / macro_rules! werr( Oct 11 01:12:17.367 INFO kablam! 10 | | ($($arg:tt)*) => ({ Oct 11 01:12:17.367 INFO kablam! 11 | | use std::io::{Write, stderr}; Oct 11 01:12:17.368 INFO kablam! 12 | | write!(&mut stderr(), $($arg)*).ok(); Oct 11 01:12:17.368 INFO kablam! 13 | | }) Oct 11 01:12:17.368 INFO kablam! 14 | | ); Oct 11 01:12:17.368 INFO kablam! | |__^ Oct 11 01:12:17.369 INFO kablam! | Oct 11 01:12:17.369 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 01:12:17.369 INFO kablam! Oct 11 01:12:17.369 INFO kablam! warning: unused macro definition Oct 11 01:12:17.370 INFO kablam! --> src/macros.rs:35:1 Oct 11 01:12:17.370 INFO kablam! | Oct 11 01:12:17.370 INFO kablam! 35 | / macro_rules! debug { Oct 11 01:12:17.370 INFO kablam! 36 | | ($fmt:expr) => (); Oct 11 01:12:17.371 INFO kablam! 37 | | ($fmt:expr, $($arg:tt)*) => (); Oct 11 01:12:17.371 INFO kablam! 38 | | } Oct 11 01:12:17.371 INFO kablam! | |_^ Oct 11 01:12:17.371 INFO kablam! Oct 11 01:12:18.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.63s Oct 11 01:12:18.069 INFO kablam! su: No module specific data is present Oct 11 01:12:19.284 INFO running `"docker" "rm" "-f" "a2c06e0ab9d46f540447d9add795cecbb383895c3099967112733b88f303d1da"` Oct 11 01:12:19.592 INFO blam! a2c06e0ab9d46f540447d9add795cecbb383895c3099967112733b88f303d1da Oct 11 01:12:19.604 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:12:19.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 01:12:20.174 INFO blam! 92ff8d13a88dd7e5152922e0621d68d9dfbc2091476f5ff0363ccee4518bbf22 Oct 11 01:12:20.176 INFO running `"docker" "start" "-a" "92ff8d13a88dd7e5152922e0621d68d9dfbc2091476f5ff0363ccee4518bbf22"` Oct 11 01:12:21.332 INFO kablam! usermod: no changes Oct 11 01:12:21.404 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:12:21.404 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:12:21.404 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:12:21.404 INFO kablam! files will be included as a binary target: Oct 11 01:12:21.404 INFO kablam! Oct 11 01:12:21.404 INFO kablam! * /source/src/main.rs Oct 11 01:12:21.404 INFO kablam! Oct 11 01:12:21.404 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:12:21.404 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:12:21.404 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:12:21.404 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:12:21.404 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:12:21.404 INFO kablam! Oct 11 01:12:21.404 INFO kablam! For more information on this warning you can consult Oct 11 01:12:21.404 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:12:21.404 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `clog`, Oct 11 01:12:21.404 INFO kablam! please set bin.path in Cargo.toml Oct 11 01:12:21.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 01:12:21.460 INFO kablam! Running /target/debug/deps/clog-2be7d5a3efc1c3f7 Oct 11 01:12:21.464 INFO blam! Oct 11 01:12:21.464 INFO blam! running 0 tests Oct 11 01:12:21.464 INFO blam! Oct 11 01:12:21.464 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:12:21.464 INFO blam! Oct 11 01:12:21.466 INFO kablam! su: No module specific data is present Oct 11 01:12:22.091 INFO running `"docker" "rm" "-f" "92ff8d13a88dd7e5152922e0621d68d9dfbc2091476f5ff0363ccee4518bbf22"` Oct 11 01:12:22.284 INFO blam! 92ff8d13a88dd7e5152922e0621d68d9dfbc2091476f5ff0363ccee4518bbf22