Oct 11 08:01:46.495 INFO testing zeit-rs-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:01:46.495 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:01:46.497 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 08:01:46.770 INFO blam! 2d01205641edcf5becbbca79b271fc329531bf78e2e93a77565b55fb6a71f801 Oct 11 08:01:46.772 INFO running `"docker" "start" "-a" "2d01205641edcf5becbbca79b271fc329531bf78e2e93a77565b55fb6a71f801"` Oct 11 08:01:47.297 INFO kablam! usermod: no changes Oct 11 08:01:47.326 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 08:01:47.326 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 08:01:47.326 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 08:01:47.326 INFO kablam! files will be included as a binary target: Oct 11 08:01:47.326 INFO kablam! Oct 11 08:01:47.326 INFO kablam! * /source/src/main.rs Oct 11 08:01:47.326 INFO kablam! Oct 11 08:01:47.326 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 08:01:47.326 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 08:01:47.326 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 08:01:47.326 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 08:01:47.326 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 08:01:47.326 INFO kablam! Oct 11 08:01:47.326 INFO kablam! For more information on this warning you can consult Oct 11 08:01:47.326 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 08:01:47.326 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 11 08:01:47.326 INFO kablam! please set bin.path in Cargo.toml Oct 11 08:01:47.416 INFO kablam! Compiling ordered-float v0.2.3 Oct 11 08:01:48.354 INFO kablam! Compiling serde-value v0.3.1 Oct 11 08:01:49.861 INFO kablam! Compiling log4rs v0.5.2 Oct 11 08:01:57.684 INFO kablam! Compiling zeit-rs v0.1.2 (/source) Oct 11 08:01:59.180 INFO kablam! warning: unused import: `clap` Oct 11 08:01:59.180 INFO kablam! --> src/cli.rs:1:5 Oct 11 08:01:59.180 INFO kablam! | Oct 11 08:01:59.180 INFO kablam! 1 | use clap; Oct 11 08:01:59.180 INFO kablam! | ^^^^ Oct 11 08:01:59.180 INFO kablam! | Oct 11 08:01:59.180 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:01:59.180 INFO kablam! Oct 11 08:01:59.180 INFO kablam! warning: unused import: `Arg` Oct 11 08:01:59.180 INFO kablam! --> src/cli.rs:3:12 Oct 11 08:01:59.180 INFO kablam! | Oct 11 08:01:59.180 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Oct 11 08:01:59.180 INFO kablam! | ^^^ Oct 11 08:01:59.180 INFO kablam! Oct 11 08:01:59.180 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 08:01:59.180 INFO kablam! --> src/cli.rs:29:16 Oct 11 08:01:59.180 INFO kablam! | Oct 11 08:01:59.180 INFO kablam! 29 | let home = env::home_dir() Oct 11 08:01:59.180 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 08:01:59.180 INFO kablam! | Oct 11 08:01:59.180 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:01:59.180 INFO kablam! Oct 11 08:02:00.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.11s Oct 11 08:02:00.439 INFO kablam! su: No module specific data is present Oct 11 08:02:01.002 INFO running `"docker" "rm" "-f" "2d01205641edcf5becbbca79b271fc329531bf78e2e93a77565b55fb6a71f801"` Oct 11 08:02:01.157 INFO blam! 2d01205641edcf5becbbca79b271fc329531bf78e2e93a77565b55fb6a71f801 Oct 11 08:02:01.164 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:02:01.166 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 08:02:01.500 INFO blam! ad4a72026bd015cac0a4fb5e98e9b52c00eb5555ff26c12a0594c1412bb7d383 Oct 11 08:02:01.501 INFO running `"docker" "start" "-a" "ad4a72026bd015cac0a4fb5e98e9b52c00eb5555ff26c12a0594c1412bb7d383"` Oct 11 08:02:02.852 INFO kablam! usermod: no changes Oct 11 08:02:02.904 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 08:02:02.904 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 08:02:02.904 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 08:02:02.904 INFO kablam! files will be included as a binary target: Oct 11 08:02:02.904 INFO kablam! Oct 11 08:02:02.904 INFO kablam! * /source/src/main.rs Oct 11 08:02:02.904 INFO kablam! Oct 11 08:02:02.904 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 08:02:02.904 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 08:02:02.904 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 08:02:02.904 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 08:02:02.904 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 08:02:02.904 INFO kablam! Oct 11 08:02:02.904 INFO kablam! For more information on this warning you can consult Oct 11 08:02:02.904 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 08:02:02.904 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 11 08:02:02.904 INFO kablam! please set bin.path in Cargo.toml Oct 11 08:02:03.036 INFO kablam! Compiling zeit-rs v0.1.2 (/source) Oct 11 08:02:04.405 INFO kablam! warning: unused import: `clap` Oct 11 08:02:04.405 INFO kablam! --> src/cli.rs:1:5 Oct 11 08:02:04.405 INFO kablam! | Oct 11 08:02:04.406 INFO kablam! 1 | use clap; Oct 11 08:02:04.406 INFO kablam! | ^^^^ Oct 11 08:02:04.406 INFO kablam! | Oct 11 08:02:04.406 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:02:04.407 INFO kablam! Oct 11 08:02:04.407 INFO kablam! warning: unused import: `Arg` Oct 11 08:02:04.407 INFO kablam! --> src/cli.rs:3:12 Oct 11 08:02:04.407 INFO kablam! | Oct 11 08:02:04.408 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Oct 11 08:02:04.408 INFO kablam! | ^^^ Oct 11 08:02:04.408 INFO kablam! Oct 11 08:02:04.416 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 08:02:04.417 INFO kablam! --> src/cli.rs:29:16 Oct 11 08:02:04.417 INFO kablam! | Oct 11 08:02:04.417 INFO kablam! 29 | let home = env::home_dir() Oct 11 08:02:04.417 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 08:02:04.418 INFO kablam! | Oct 11 08:02:04.418 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:02:04.418 INFO kablam! Oct 11 08:02:04.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 11 08:02:04.933 INFO kablam! su: No module specific data is present Oct 11 08:02:05.525 INFO running `"docker" "rm" "-f" "ad4a72026bd015cac0a4fb5e98e9b52c00eb5555ff26c12a0594c1412bb7d383"` Oct 11 08:02:05.899 INFO blam! ad4a72026bd015cac0a4fb5e98e9b52c00eb5555ff26c12a0594c1412bb7d383 Oct 11 08:02:05.902 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:02:05.902 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 08:02:06.146 INFO blam! 1a4d8a917f08159e9f8de2d4f857f6dbfa22f9c2a54302427f29b4c0cf50b35f Oct 11 08:02:06.146 INFO running `"docker" "start" "-a" "1a4d8a917f08159e9f8de2d4f857f6dbfa22f9c2a54302427f29b4c0cf50b35f"` Oct 11 08:02:07.144 INFO kablam! usermod: no changes Oct 11 08:02:07.182 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 08:02:07.182 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 08:02:07.182 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 08:02:07.182 INFO kablam! files will be included as a binary target: Oct 11 08:02:07.182 INFO kablam! Oct 11 08:02:07.182 INFO kablam! * /source/src/main.rs Oct 11 08:02:07.182 INFO kablam! Oct 11 08:02:07.182 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 08:02:07.182 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 08:02:07.182 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 08:02:07.182 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 08:02:07.182 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 08:02:07.182 INFO kablam! Oct 11 08:02:07.182 INFO kablam! For more information on this warning you can consult Oct 11 08:02:07.183 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 08:02:07.183 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 11 08:02:07.183 INFO kablam! please set bin.path in Cargo.toml Oct 11 08:02:07.258 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 08:02:07.269 INFO kablam! Running /target/debug/deps/zeit-63763693a2acb2e6 Oct 11 08:02:07.276 INFO blam! Oct 11 08:02:07.276 INFO blam! running 0 tests Oct 11 08:02:07.276 INFO blam! Oct 11 08:02:07.276 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:02:07.276 INFO blam! Oct 11 08:02:07.281 INFO kablam! su: No module specific data is present Oct 11 08:02:07.732 INFO running `"docker" "rm" "-f" "1a4d8a917f08159e9f8de2d4f857f6dbfa22f9c2a54302427f29b4c0cf50b35f"` Oct 11 08:02:07.944 INFO blam! 1a4d8a917f08159e9f8de2d4f857f6dbfa22f9c2a54302427f29b4c0cf50b35f