Oct 14 17:19:58.949 INFO testing jamesmunns/zeit-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:19:58.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:19:59.485 INFO blam! c34aaa0b3375916c8469d8e75f6bda3772e422494926482b9d0945ae81b2958d Oct 14 17:19:59.495 INFO running `"docker" "start" "-a" "c34aaa0b3375916c8469d8e75f6bda3772e422494926482b9d0945ae81b2958d"` Oct 14 17:20:00.763 INFO kablam! usermod: no changes Oct 14 17:20:00.815 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 17:20:00.815 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 17:20:00.816 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 17:20:00.816 INFO kablam! files will be included as a binary target: Oct 14 17:20:00.816 INFO kablam! Oct 14 17:20:00.816 INFO kablam! * /source/src/main.rs Oct 14 17:20:00.817 INFO kablam! Oct 14 17:20:00.817 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 17:20:00.817 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 17:20:00.818 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 17:20:00.818 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 17:20:00.818 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 17:20:00.818 INFO kablam! Oct 14 17:20:00.819 INFO kablam! For more information on this warning you can consult Oct 14 17:20:00.819 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 17:20:00.819 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 14 17:20:00.820 INFO kablam! please set bin.path in Cargo.toml Oct 14 17:20:00.966 INFO kablam! Compiling dtoa v0.3.1 Oct 14 17:20:00.966 INFO kablam! Compiling crossbeam v0.2.10 Oct 14 17:20:00.967 INFO kablam! Compiling serde v0.9.11 Oct 14 17:20:00.973 INFO kablam! Compiling serde_test v0.8.23 Oct 14 17:20:00.973 INFO kablam! Compiling num-integer v0.1.33 Oct 14 17:20:00.979 INFO kablam! Compiling humantime v1.0.0 Oct 14 17:20:00.979 INFO kablam! Compiling ordered-float v0.2.3 Oct 14 17:20:02.335 INFO kablam! Compiling serde-value v0.3.1 Oct 14 17:20:02.959 INFO kablam! Compiling num-iter v0.1.33 Oct 14 17:20:04.199 INFO kablam! Compiling num v0.1.37 Oct 14 17:20:04.528 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 14 17:20:04.755 INFO kablam! Compiling chrono v0.2.25 Oct 14 17:20:05.565 INFO kablam! Compiling yaml-rust v0.3.5 Oct 14 17:20:10.675 INFO kablam! Compiling serde_yaml v0.5.1 Oct 14 17:20:12.615 INFO kablam! Compiling log4rs v0.5.2 Oct 14 17:20:21.467 INFO kablam! Compiling chrono v0.3.0 Oct 14 17:20:21.467 INFO kablam! Compiling uuid v0.4.0 Oct 14 17:20:21.468 INFO kablam! Compiling toml v0.3.1 Oct 14 17:20:27.551 INFO kablam! Compiling zeit-rs v0.1.2 (/source) Oct 14 17:20:28.190 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 14 17:20:28.190 INFO kablam! --> src/cli.rs:29:16 Oct 14 17:20:28.190 INFO kablam! | Oct 14 17:20:28.190 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 14 17:20:28.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:20:28.191 INFO kablam! | Oct 14 17:20:28.191 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 17:20:28.191 INFO kablam! Oct 14 17:20:28.459 INFO kablam! warning: method is never used: `new` Oct 14 17:20:28.459 INFO kablam! --> src/pomodoro.rs:45:5 Oct 14 17:20:28.459 INFO kablam! | Oct 14 17:20:28.459 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 14 17:20:28.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:20:28.459 INFO kablam! | Oct 14 17:20:28.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:20:28.459 INFO kablam! Oct 14 17:20:30.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.52s Oct 14 17:20:30.310 INFO kablam! su: No module specific data is present Oct 14 17:20:31.863 INFO running `"docker" "rm" "-f" "c34aaa0b3375916c8469d8e75f6bda3772e422494926482b9d0945ae81b2958d"` Oct 14 17:20:32.194 INFO blam! c34aaa0b3375916c8469d8e75f6bda3772e422494926482b9d0945ae81b2958d Oct 14 17:20:32.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:20:32.647 INFO blam! 4cc630fc538af08f3e2626c73b2a44de1055ff08a05fd063fe1fcf93d0555d4f Oct 14 17:20:32.663 INFO running `"docker" "start" "-a" "4cc630fc538af08f3e2626c73b2a44de1055ff08a05fd063fe1fcf93d0555d4f"` Oct 14 17:20:33.946 INFO kablam! usermod: no changes Oct 14 17:20:34.011 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 17:20:34.011 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 17:20:34.011 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 17:20:34.011 INFO kablam! files will be included as a binary target: Oct 14 17:20:34.011 INFO kablam! Oct 14 17:20:34.011 INFO kablam! * /source/src/main.rs Oct 14 17:20:34.011 INFO kablam! Oct 14 17:20:34.011 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 17:20:34.011 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 17:20:34.011 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 17:20:34.011 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 17:20:34.011 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 17:20:34.011 INFO kablam! Oct 14 17:20:34.011 INFO kablam! For more information on this warning you can consult Oct 14 17:20:34.011 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 17:20:34.011 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 14 17:20:34.011 INFO kablam! please set bin.path in Cargo.toml Oct 14 17:20:34.123 INFO kablam! Compiling zeit-rs v0.1.2 (/source) Oct 14 17:20:34.655 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 14 17:20:34.655 INFO kablam! --> src/cli.rs:29:16 Oct 14 17:20:34.655 INFO kablam! | Oct 14 17:20:34.655 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 14 17:20:34.655 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:20:34.655 INFO kablam! | Oct 14 17:20:34.655 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 17:20:34.655 INFO kablam! Oct 14 17:20:34.943 INFO kablam! warning: method is never used: `new` Oct 14 17:20:34.943 INFO kablam! --> src/pomodoro.rs:45:5 Oct 14 17:20:34.943 INFO kablam! | Oct 14 17:20:34.943 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 14 17:20:34.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:20:34.943 INFO kablam! | Oct 14 17:20:34.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:20:34.951 INFO kablam! Oct 14 17:20:37.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.64s Oct 14 17:20:37.633 INFO kablam! su: No module specific data is present Oct 14 17:20:38.245 INFO running `"docker" "rm" "-f" "4cc630fc538af08f3e2626c73b2a44de1055ff08a05fd063fe1fcf93d0555d4f"` Oct 14 17:20:38.540 INFO blam! 4cc630fc538af08f3e2626c73b2a44de1055ff08a05fd063fe1fcf93d0555d4f Oct 14 17:20:38.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:20:38.912 INFO blam! 41ba88ba47ef97d70b0345ab7771efcf266453ad4b852394129130cc4e6dd0dd Oct 14 17:20:38.913 INFO running `"docker" "start" "-a" "41ba88ba47ef97d70b0345ab7771efcf266453ad4b852394129130cc4e6dd0dd"` Oct 14 17:20:40.151 INFO kablam! usermod: no changes Oct 14 17:20:40.214 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 17:20:40.215 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 17:20:40.215 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 17:20:40.220 INFO kablam! files will be included as a binary target: Oct 14 17:20:40.221 INFO kablam! Oct 14 17:20:40.221 INFO kablam! * /source/src/main.rs Oct 14 17:20:40.222 INFO kablam! Oct 14 17:20:40.222 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 17:20:40.222 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 17:20:40.223 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 17:20:40.223 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 17:20:40.224 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 17:20:40.224 INFO kablam! Oct 14 17:20:40.224 INFO kablam! For more information on this warning you can consult Oct 14 17:20:40.225 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 17:20:40.225 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 14 17:20:40.225 INFO kablam! please set bin.path in Cargo.toml Oct 14 17:20:40.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 17:20:40.355 INFO kablam! Running /target/debug/deps/zeit-c1f8d14822244201 Oct 14 17:20:40.359 INFO blam! Oct 14 17:20:40.360 INFO blam! running 2 tests Oct 14 17:20:40.360 INFO blam! test pomodoro::tests::history_deserialize ... ok Oct 14 17:20:40.361 INFO blam! test pomodoro::tests::history_serialize ... ok Oct 14 17:20:40.361 INFO blam! Oct 14 17:20:40.362 INFO kablam! su: No module specific data is present Oct 14 17:20:40.362 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:20:40.362 INFO blam! Oct 14 17:20:41.044 INFO running `"docker" "rm" "-f" "41ba88ba47ef97d70b0345ab7771efcf266453ad4b852394129130cc4e6dd0dd"` Oct 14 17:20:41.299 INFO blam! 41ba88ba47ef97d70b0345ab7771efcf266453ad4b852394129130cc4e6dd0dd