Oct 14 17:19:51.424 INFO testing jamesmunns/zeit-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:19:51.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 14 17:19:52.044 INFO blam! 17aa38429f887e381372e9698ec68cd902a0acfadbb5bb8857d76e2655c724e8 Oct 14 17:19:52.046 INFO running `"docker" "start" "-a" "17aa38429f887e381372e9698ec68cd902a0acfadbb5bb8857d76e2655c724e8"` Oct 14 17:19:53.387 INFO kablam! usermod: no changes Oct 14 17:19:53.450 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 17:19:53.450 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 17:19:53.450 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 17:19:53.451 INFO kablam! files will be included as a binary target: Oct 14 17:19:53.451 INFO kablam! Oct 14 17:19:53.451 INFO kablam! * /source/src/main.rs Oct 14 17:19:53.452 INFO kablam! Oct 14 17:19:53.452 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 17:19:53.452 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 17:19:53.453 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 17:19:53.453 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 17:19:53.453 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 17:19:53.453 INFO kablam! Oct 14 17:19:53.454 INFO kablam! For more information on this warning you can consult Oct 14 17:19:53.454 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 17:19:53.454 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 14 17:19:53.455 INFO kablam! please set bin.path in Cargo.toml Oct 14 17:19:53.591 INFO kablam! Compiling dtoa v0.3.1 Oct 14 17:19:53.591 INFO kablam! Compiling serde v0.9.11 Oct 14 17:19:53.612 INFO kablam! Compiling syn v0.11.9 Oct 14 17:19:53.612 INFO kablam! Compiling ordered-float v0.2.3 Oct 14 17:19:53.612 INFO kablam! Compiling clap v2.20.5 Oct 14 17:19:53.648 INFO kablam! Compiling yaml-rust v0.3.5 Oct 14 17:19:53.659 INFO kablam! Compiling chrono v0.2.25 Oct 14 17:19:56.459 INFO kablam! Compiling serde-value v0.3.1 Oct 14 17:20:04.671 INFO kablam! Compiling serde_yaml v0.5.1 Oct 14 17:20:05.237 INFO kablam! Compiling serde_codegen_internals v0.14.1 Oct 14 17:20:09.715 INFO kablam! Compiling log4rs v0.5.2 Oct 14 17:20:09.927 INFO kablam! Compiling serde_derive v0.9.11 Oct 14 17:20:22.941 INFO kablam! Compiling uuid v0.4.0 Oct 14 17:20:23.027 INFO kablam! Compiling toml v0.3.1 Oct 14 17:20:24.707 INFO kablam! Compiling chrono v0.3.0 Oct 14 17:20:33.479 INFO kablam! Compiling zeit-rs v0.1.2 (/source) Oct 14 17:20:33.931 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:33.931 INFO kablam! --> src/cli.rs:29:16 Oct 14 17:20:33.931 INFO kablam! | Oct 14 17:20:33.931 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 14 17:20:33.931 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:20:33.931 INFO kablam! | Oct 14 17:20:33.931 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 17:20:33.931 INFO kablam! Oct 14 17:20:34.169 INFO kablam! warning: method is never used: `new` Oct 14 17:20:34.169 INFO kablam! --> src/pomodoro.rs:45:5 Oct 14 17:20:34.169 INFO kablam! | Oct 14 17:20:34.169 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 14 17:20:34.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:20:34.169 INFO kablam! | Oct 14 17:20:34.169 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:20:34.169 INFO kablam! Oct 14 17:20:35.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.21s Oct 14 17:20:35.647 INFO kablam! su: No module specific data is present Oct 14 17:20:36.540 INFO running `"docker" "rm" "-f" "17aa38429f887e381372e9698ec68cd902a0acfadbb5bb8857d76e2655c724e8"` Oct 14 17:20:36.833 INFO blam! 17aa38429f887e381372e9698ec68cd902a0acfadbb5bb8857d76e2655c724e8 Oct 14 17:20:36.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 14 17:20:37.471 INFO blam! b8fcd6277152dc6a796f8dd54cdc469733c72b8aacf9bc1ed9dca01655f40de0 Oct 14 17:20:37.475 INFO running `"docker" "start" "-a" "b8fcd6277152dc6a796f8dd54cdc469733c72b8aacf9bc1ed9dca01655f40de0"` Oct 14 17:20:38.719 INFO kablam! usermod: no changes Oct 14 17:20:38.759 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 17:20:38.759 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 17:20:38.759 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 17:20:38.759 INFO kablam! files will be included as a binary target: Oct 14 17:20:38.759 INFO kablam! Oct 14 17:20:38.759 INFO kablam! * /source/src/main.rs Oct 14 17:20:38.759 INFO kablam! Oct 14 17:20:38.759 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 17:20:38.759 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 17:20:38.759 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 17:20:38.759 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 17:20:38.759 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 17:20:38.759 INFO kablam! Oct 14 17:20:38.759 INFO kablam! For more information on this warning you can consult Oct 14 17:20:38.759 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 17:20:38.759 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 14 17:20:38.759 INFO kablam! please set bin.path in Cargo.toml Oct 14 17:20:38.839 INFO kablam! Compiling zeit-rs v0.1.2 (/source) Oct 14 17:20:39.270 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:39.270 INFO kablam! --> src/cli.rs:29:16 Oct 14 17:20:39.270 INFO kablam! | Oct 14 17:20:39.270 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 14 17:20:39.270 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:20:39.270 INFO kablam! | Oct 14 17:20:39.270 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 17:20:39.270 INFO kablam! Oct 14 17:20:39.515 INFO kablam! warning: method is never used: `new` Oct 14 17:20:39.515 INFO kablam! --> src/pomodoro.rs:45:5 Oct 14 17:20:39.515 INFO kablam! | Oct 14 17:20:39.515 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 14 17:20:39.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:20:39.515 INFO kablam! | Oct 14 17:20:39.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:20:39.515 INFO kablam! Oct 14 17:20:42.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.33s Oct 14 17:20:42.082 INFO kablam! su: No module specific data is present Oct 14 17:20:42.744 INFO running `"docker" "rm" "-f" "b8fcd6277152dc6a796f8dd54cdc469733c72b8aacf9bc1ed9dca01655f40de0"` Oct 14 17:20:42.989 INFO blam! b8fcd6277152dc6a796f8dd54cdc469733c72b8aacf9bc1ed9dca01655f40de0 Oct 14 17:20:42.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 14 17:20:43.368 INFO blam! 0daf351e79bb0eca39d13d13e3f57ed8062e2e966bf3e5f1dc95528b1e75e1ec Oct 14 17:20:43.376 INFO running `"docker" "start" "-a" "0daf351e79bb0eca39d13d13e3f57ed8062e2e966bf3e5f1dc95528b1e75e1ec"` Oct 14 17:20:45.047 INFO kablam! usermod: no changes Oct 14 17:20:45.107 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 17:20:45.107 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 17:20:45.107 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 17:20:45.107 INFO kablam! files will be included as a binary target: Oct 14 17:20:45.107 INFO kablam! Oct 14 17:20:45.107 INFO kablam! * /source/src/main.rs Oct 14 17:20:45.107 INFO kablam! Oct 14 17:20:45.107 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 17:20:45.107 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 17:20:45.107 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 17:20:45.107 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 17:20:45.107 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 17:20:45.107 INFO kablam! Oct 14 17:20:45.107 INFO kablam! For more information on this warning you can consult Oct 14 17:20:45.107 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 17:20:45.107 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 14 17:20:45.107 INFO kablam! please set bin.path in Cargo.toml Oct 14 17:20:45.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 14 17:20:45.275 INFO kablam! Running /target/debug/deps/zeit-48714b89e302ff67 Oct 14 17:20:45.287 INFO blam! Oct 14 17:20:45.287 INFO blam! running 2 tests Oct 14 17:20:45.287 INFO blam! test pomodoro::tests::history_serialize ... ok Oct 14 17:20:45.291 INFO blam! test pomodoro::tests::history_deserialize ... ok Oct 14 17:20:45.291 INFO blam! Oct 14 17:20:45.291 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:20:45.291 INFO blam! Oct 14 17:20:45.299 INFO kablam! su: No module specific data is present Oct 14 17:20:45.969 INFO running `"docker" "rm" "-f" "0daf351e79bb0eca39d13d13e3f57ed8062e2e966bf3e5f1dc95528b1e75e1ec"` Oct 14 17:20:46.255 INFO blam! 0daf351e79bb0eca39d13d13e3f57ed8062e2e966bf3e5f1dc95528b1e75e1ec