[INFO] cloning repository https://github.com/jamesmunns/zeit-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamesmunns/zeit-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesmunns%2Fzeit-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesmunns%2Fzeit-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] abdb3063d0b1c6b5b102e97f69cb6cb63f0fc573
[INFO] checking jamesmunns/zeit-rs against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesmunns%2Fzeit-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jamesmunns/zeit-rs on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jamesmunns/zeit-rs
[INFO] finished tweaking git repo https://github.com/jamesmunns/zeit-rs
[INFO] tweaked toml for git repo https://github.com/jamesmunns/zeit-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/jamesmunns/zeit-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /workspace/builds/worker-7-tc1/source/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/workspace/builds/worker-7-tc1/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn v0.11.9
[INFO] [stderr]   Downloaded ansi_term v0.9.0
[INFO] [stderr]   Downloaded strsim v0.6.0
[INFO] [stderr]   Downloaded bitflags v0.7.0
[INFO] [stderr]   Downloaded serde_codegen_internals v0.14.1
[INFO] [stderr]   Downloaded num-iter v0.1.33
[INFO] [stderr]   Downloaded ordered-float v0.2.3
[INFO] [stderr]   Downloaded unicode-width v0.1.4
[INFO] [stderr]   Downloaded serde_yaml v0.5.1
[INFO] [stderr]   Downloaded unsafe-any v0.4.1
[INFO] [stderr]   Downloaded humantime v1.0.0
[INFO] [stderr]   Downloaded term_size v0.2.3
[INFO] [stderr]   Downloaded num v0.1.37
[INFO] [stderr]   Downloaded clap v2.20.5
[INFO] [stderr]   Downloaded chrono v0.2.25
[INFO] [stderr]   Downloaded libc v0.2.21
[INFO] [stderr]   Downloaded serde v0.9.11
[INFO] [stderr]   Downloaded toml v0.3.1
[INFO] [stderr]   Downloaded yaml-rust v0.3.5
[INFO] [stderr]   Downloaded rand v0.3.15
[INFO] [stderr]   Downloaded num-integer v0.1.33
[INFO] [stderr]   Downloaded vec_map v0.6.0
[INFO] [stderr]   Downloaded redox_syscall v0.1.16
[INFO] [stderr]   Downloaded time v0.1.36
[INFO] [stderr]   Downloaded num-traits v0.1.37
[INFO] [stderr]   Downloaded crossbeam v0.2.10
[INFO] [stderr]   Downloaded serde v0.8.23
[INFO] [stderr]   Downloaded serde_derive v0.9.11
[INFO] [stderr]   Downloaded linked-hash-map v0.3.0
[INFO] [stderr]   Downloaded log v0.3.7
[INFO] [stderr]   Downloaded chrono v0.3.0
[INFO] [stderr]   Downloaded unicode-segmentation v1.1.0
[INFO] [stderr]   Downloaded fnv v1.0.5
[INFO] [stderr]   Downloaded unreachable v0.1.1
[INFO] [stderr]   Downloaded serde_test v0.8.23
[INFO] [stderr]   Downloaded serde-value v0.3.1
[INFO] [stderr]   Downloaded quick-error v1.1.0
[INFO] [stderr]   Downloaded log4rs v0.5.2
[INFO] [stderr]   Downloaded dtoa v0.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bbcdf84d34e29d6f4fcf9a7e77986bdb9962482f56bce19a48b551bf78560412
[INFO] running `Command { std: "docker" "start" "-a" "bbcdf84d34e29d6f4fcf9a7e77986bdb9962482f56bce19a48b551bf78560412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bbcdf84d34e29d6f4fcf9a7e77986bdb9962482f56bce19a48b551bf78560412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbcdf84d34e29d6f4fcf9a7e77986bdb9962482f56bce19a48b551bf78560412", kill_on_drop: false }`
[INFO] [stdout] bbcdf84d34e29d6f4fcf9a7e77986bdb9962482f56bce19a48b551bf78560412
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa8515142e049dbc0390f59fe4521a4d51ac16289fc3edd8c906816b31789f1f
[INFO] running `Command { std: "docker" "start" "-a" "fa8515142e049dbc0390f59fe4521a4d51ac16289fc3edd8c906816b31789f1f", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /opt/rustwide/workdir/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `zeit`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Checking libc v0.2.21
[INFO] [stderr]     Checking num-traits v0.1.37
[INFO] [stderr]     Checking serde v0.8.23
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stderr]     Checking serde v0.9.11
[INFO] [stderr]     Checking dtoa v0.3.1
[INFO] [stderr]     Checking quick-error v1.1.0
[INFO] [stderr]     Checking fnv v1.0.5
[INFO] [stderr]     Checking bitflags v0.7.0
[INFO] [stderr]     Checking crossbeam v0.2.10
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]     Checking ansi_term v0.9.0
[INFO] [stderr]     Checking antidote v1.0.0
[INFO] [stderr]     Checking unreachable v0.1.1
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking strsim v0.6.0
[INFO] [stderr]     Checking unicode-width v0.1.4
[INFO] [stderr]     Checking unsafe-any v0.4.1
[INFO] [stderr]     Checking humantime v1.0.0
[INFO] [stderr]     Checking log v0.3.7
[INFO] [stderr]     Checking vec_map v0.6.0
[INFO] [stderr]     Checking unicode-segmentation v1.1.0
[INFO] [stderr]     Checking typemap v0.3.3
[INFO] [stderr]    Compiling syn v0.11.9
[INFO] [stderr]     Checking num-integer v0.1.33
[INFO] [stderr]     Checking ordered-float v0.2.3
[INFO] [stderr]     Checking time v0.1.36
[INFO] [stderr]     Checking rand v0.3.15
[INFO] [stderr]     Checking term_size v0.2.3
[INFO] [stderr]     Checking clap v2.20.5
[INFO] [stderr]     Checking num-iter v0.1.33
[INFO] [stderr]     Checking num v0.1.37
[INFO] [stderr]     Checking chrono v0.2.25
[INFO] [stderr]    Compiling serde_codegen_internals v0.14.1
[INFO] [stderr]    Compiling serde_derive v0.9.11
[INFO] [stderr]     Checking serde_test v0.8.23
[INFO] [stderr]     Checking serde-value v0.3.1
[INFO] [stderr]     Checking linked-hash-map v0.3.0
[INFO] [stderr]     Checking yaml-rust v0.3.5
[INFO] [stderr]     Checking toml v0.3.1
[INFO] [stderr]     Checking chrono v0.3.0
[INFO] [stderr]     Checking uuid v0.4.0
[INFO] [stderr]     Checking serde_yaml v0.5.1
[INFO] [stderr]     Checking log4rs v0.5.2
[INFO] [stderr]     Checking zeit-rs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior may be unexpected on Windows. Consider using a crate from crates.io instead.
[INFO] [stdout]   --> src/cli.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let home = env::home_dir().expect("Home Directory Not Defined!");
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior may be unexpected on Windows. Consider using a crate from crates.io instead.
[INFO] [stdout]   --> src/cli.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let home = env::home_dir().expect("Home Directory Not Defined!");
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/pomodoro.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Pomodoro {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 45 |     pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/pomodoro.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Pomodoro {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 45 |     pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "fa8515142e049dbc0390f59fe4521a4d51ac16289fc3edd8c906816b31789f1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa8515142e049dbc0390f59fe4521a4d51ac16289fc3edd8c906816b31789f1f", kill_on_drop: false }`
[INFO] [stdout] fa8515142e049dbc0390f59fe4521a4d51ac16289fc3edd8c906816b31789f1f
[INFO] checking jamesmunns/zeit-rs against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesmunns%2Fzeit-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jamesmunns/zeit-rs on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jamesmunns/zeit-rs
[INFO] finished tweaking git repo https://github.com/jamesmunns/zeit-rs
[INFO] tweaked toml for git repo https://github.com/jamesmunns/zeit-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/jamesmunns/zeit-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /workspace/builds/worker-7-tc2/source/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/workspace/builds/worker-7-tc2/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 081483202dec0103538ab165438f5c56a1aa1744c5c3a8946523ae8899945651
[INFO] running `Command { std: "docker" "start" "-a" "081483202dec0103538ab165438f5c56a1aa1744c5c3a8946523ae8899945651", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "081483202dec0103538ab165438f5c56a1aa1744c5c3a8946523ae8899945651", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "081483202dec0103538ab165438f5c56a1aa1744c5c3a8946523ae8899945651", kill_on_drop: false }`
[INFO] [stdout] 081483202dec0103538ab165438f5c56a1aa1744c5c3a8946523ae8899945651
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cdc8d0304747d95d66446193c3f91e2de3738ad218cc97f2fc23ef8f479a8d89
[INFO] running `Command { std: "docker" "start" "-a" "cdc8d0304747d95d66446193c3f91e2de3738ad218cc97f2fc23ef8f479a8d89", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * /opt/rustwide/workdir/src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `zeit`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Checking num-traits v0.1.37
[INFO] [stderr]     Checking libc v0.2.21
[INFO] [stderr]     Checking serde v0.8.23
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking serde v0.9.11
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking quick-error v1.1.0
[INFO] [stderr]     Checking dtoa v0.3.1
[INFO] [stderr]     Checking unicode-segmentation v1.1.0
[INFO] [stderr]     Checking ansi_term v0.9.0
[INFO] [stderr]     Checking fnv v1.0.5
[INFO] [stderr]     Checking unicode-width v0.1.4
[INFO] [stderr]     Checking strsim v0.6.0
[INFO] [stderr]     Checking bitflags v0.7.0
[INFO] [stderr]     Checking unreachable v0.1.1
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]     Checking log v0.3.7
[INFO] [stderr]     Checking vec_map v0.6.0
[INFO] [stderr]     Checking antidote v1.0.0
[INFO] [stderr]     Checking crossbeam v0.2.10
[INFO] [stderr]     Checking unsafe-any v0.4.1
[INFO] [stderr]     Checking humantime v1.0.0
[INFO] [stderr]    Compiling syn v0.11.9
[INFO] [stderr]     Checking typemap v0.3.3
[INFO] [stderr]     Checking num-integer v0.1.33
[INFO] [stderr]     Checking ordered-float v0.2.3
[INFO] [stderr]     Checking num-iter v0.1.33
[INFO] [stderr]     Checking num v0.1.37
[INFO] [stderr]     Checking time v0.1.36
[INFO] [stderr]     Checking rand v0.3.15
[INFO] [stderr]     Checking term_size v0.2.3
[INFO] [stderr]     Checking clap v2.20.5
[INFO] [stderr]     Checking chrono v0.2.25
[INFO] [stderr]    Compiling serde_codegen_internals v0.14.1
[INFO] [stderr]    Compiling serde_derive v0.9.11
[INFO] [stderr]     Checking serde_test v0.8.23
[INFO] [stderr]     Checking serde-value v0.3.1
[INFO] [stderr]     Checking linked-hash-map v0.3.0
[INFO] [stderr]     Checking yaml-rust v0.3.5
[INFO] [stderr]     Checking chrono v0.3.0
[INFO] [stderr]     Checking toml v0.3.1
[INFO] [stderr]     Checking uuid v0.4.0
[INFO] [stderr]     Checking serde_yaml v0.5.1
[INFO] [stderr]     Checking log4rs v0.5.2
[INFO] [stderr]     Checking zeit-rs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior may be unexpected on Windows. Consider using a crate from crates.io instead.
[INFO] [stdout]   --> src/cli.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let home = env::home_dir().expect("Home Directory Not Defined!");
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior may be unexpected on Windows. Consider using a crate from crates.io instead.
[INFO] [stdout]   --> src/cli.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let home = env::home_dir().expect("Home Directory Not Defined!");
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/pomodoro.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Pomodoro {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 45 |     pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/pomodoro.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]   |                 ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Pomodoro`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/pomodoro.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_Pomodoro`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/pomodoro.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Pomodoro {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 45 |     pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/pomodoro.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]   |                 ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Pomodoro`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/pomodoro.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_Pomodoro`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Debug, Deserialize, Serialize)]
[INFO] [stdout]    |                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Pomodoros`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Debug, Deserialize, Serialize)]
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_Pomodoros`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]    |                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_PomodoroKind`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_PomodoroKind`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Debug, Deserialize, Serialize)]
[INFO] [stdout]    |                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Pomodoros`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Debug, Deserialize, Serialize)]
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_Pomodoros`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]    |                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_PomodoroKind`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/pomodoro.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Debug, Deserialize, Serialize, Clone)]
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_PomodoroKind`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zeit-rs` (bin "zeit" test) due to 7 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zeit-rs` (bin "zeit") due to 7 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "cdc8d0304747d95d66446193c3f91e2de3738ad218cc97f2fc23ef8f479a8d89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdc8d0304747d95d66446193c3f91e2de3738ad218cc97f2fc23ef8f479a8d89", kill_on_drop: false }`
[INFO] [stdout] cdc8d0304747d95d66446193c3f91e2de3738ad218cc97f2fc23ef8f479a8d89
