[INFO] fetching crate kairos 0.3.0... [INFO] checking kairos-0.3.0 against beta for pr-78714 [INFO] extracting crate kairos 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate kairos 0.3.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate kairos 0.3.0 [INFO] finished tweaking crates.io crate kairos 0.3.0 [INFO] tweaked toml for crates.io crate kairos 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a482b874c4018a29bd91d29cb29ff51f55ed64284fde74d324d5531ec05004b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3a482b874c4018a29bd91d29cb29ff51f55ed64284fde74d324d5531ec05004b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a482b874c4018a29bd91d29cb29ff51f55ed64284fde74d324d5531ec05004b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a482b874c4018a29bd91d29cb29ff51f55ed64284fde74d324d5531ec05004b", kill_on_drop: false }` [INFO] [stdout] 3a482b874c4018a29bd91d29cb29ff51f55ed64284fde74d324d5531ec05004b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0baaeea552b2121d0c5a36ff69e8f0d0b37bae917ec2b9ec792baee0d54dbc31 [INFO] running `Command { std: "docker" "start" "-a" "0baaeea552b2121d0c5a36ff69e8f0d0b37bae917ec2b9ec792baee0d54dbc31", kill_on_drop: false }` [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking iso8601 v0.2.0 [INFO] [stderr] Checking kairos v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:476:11 [INFO] [stdout] | [INFO] [stdout] 476 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:506:11 [INFO] [stdout] | [INFO] [stdout] 506 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:538:11 [INFO] [stdout] | [INFO] [stdout] 538 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:567:11 [INFO] [stdout] | [INFO] [stdout] 567 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:596:11 [INFO] [stdout] | [INFO] [stdout] 596 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:680:57 [INFO] [stdout] | [INFO] [stdout] 680 | TT::Addition(b, c) => add_to_seconds(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:681:57 [INFO] [stdout] | [INFO] [stdout] 681 | TT::Subtraction(b, c) => add_to_seconds(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:701:57 [INFO] [stdout] | [INFO] [stdout] 701 | TT::Addition(b, c) => add_to_minutes(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:702:57 [INFO] [stdout] | [INFO] [stdout] 702 | TT::Subtraction(b, c) => add_to_minutes(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:722:55 [INFO] [stdout] | [INFO] [stdout] 722 | TT::Addition(b, c) => add_to_hours(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:723:55 [INFO] [stdout] | [INFO] [stdout] 723 | TT::Subtraction(b, c) => add_to_hours(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:743:54 [INFO] [stdout] | [INFO] [stdout] 743 | TT::Addition(b, c) => add_to_days(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:744:54 [INFO] [stdout] | [INFO] [stdout] 744 | TT::Subtraction(b, c) => add_to_days(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:764:56 [INFO] [stdout] | [INFO] [stdout] 764 | TT::Addition(b, c) => add_to_months(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:765:56 [INFO] [stdout] | [INFO] [stdout] 765 | TT::Subtraction(b, c) => add_to_months(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:785:55 [INFO] [stdout] | [INFO] [stdout] 785 | TT::Addition(b, c) => add_to_years(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:786:55 [INFO] [stdout] | [INFO] [stdout] 786 | TT::Subtraction(b, c) => add_to_years(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:896:53 [INFO] [stdout] | [INFO] [stdout] 896 | TT::Addition(a, b) => add_to_moment(mom, try!(add(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:897:53 [INFO] [stdout] | [INFO] [stdout] 897 | TT::Subtraction(a, b) => add_to_moment(mom, try!(sub(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:961:59 [INFO] [stdout] | [INFO] [stdout] 961 | TT::Addition(b, c) => sub_from_seconds(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:962:59 [INFO] [stdout] | [INFO] [stdout] 962 | TT::Subtraction(b, c) => sub_from_seconds(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:982:59 [INFO] [stdout] | [INFO] [stdout] 982 | TT::Addition(b, c) => sub_from_minutes(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:983:59 [INFO] [stdout] | [INFO] [stdout] 983 | TT::Subtraction(b, c) => sub_from_minutes(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1003:57 [INFO] [stdout] | [INFO] [stdout] 1003 | TT::Addition(b, c) => sub_from_hours(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1004:57 [INFO] [stdout] | [INFO] [stdout] 1004 | TT::Subtraction(b, c) => sub_from_hours(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1024:56 [INFO] [stdout] | [INFO] [stdout] 1024 | TT::Addition(b, c) => sub_from_days(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1025:56 [INFO] [stdout] | [INFO] [stdout] 1025 | TT::Subtraction(b, c) => sub_from_days(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1045:58 [INFO] [stdout] | [INFO] [stdout] 1045 | TT::Addition(b, c) => sub_from_months(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1046:58 [INFO] [stdout] | [INFO] [stdout] 1046 | TT::Subtraction(b, c) => sub_from_months(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1066:57 [INFO] [stdout] | [INFO] [stdout] 1066 | TT::Addition(b, c) => sub_from_years(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1067:57 [INFO] [stdout] | [INFO] [stdout] 1067 | TT::Subtraction(b, c) => sub_from_years(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1177:55 [INFO] [stdout] | [INFO] [stdout] 1177 | TT::Addition(a, b) => sub_from_moment(mom, try!(add(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1178:55 [INFO] [stdout] | [INFO] [stdout] 1178 | TT::Subtraction(a, b) => sub_from_moment(mom, try!(sub(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:94:48 [INFO] [stdout] | [INFO] [stdout] 94 | let into_ndt = |e: timetype::TimeType| try!(e.calculate()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | let base = try!(into_ndt(self.0.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:103:28 [INFO] [stdout] | [INFO] [stdout] 103 | let e = try!(into_ndt(e.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:110:28 [INFO] [stdout] | [INFO] [stdout] 110 | let base = try!(into_ndt(self.0.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | let base = try!(into_ndt(self.0.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:293:1 [INFO] [stdout] | [INFO] [stdout] 293 | /// Main entry function for timetype parser [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | /// [INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 295 | /// # Notice [INFO] [stdout] | ^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:296:1 [INFO] [stdout] | [INFO] [stdout] 296 | /// [INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | /// Note that this function returns a parser::TimeType, not a timetype::TimeType. Though, the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:298:1 [INFO] [stdout] | [INFO] [stdout] 298 | /// parser::TimeType can be `Into::into()`ed. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | /// [INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:476:11 [INFO] [stdout] | [INFO] [stdout] 476 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:506:11 [INFO] [stdout] | [INFO] [stdout] 506 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:538:11 [INFO] [stdout] | [INFO] [stdout] 538 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:567:11 [INFO] [stdout] | [INFO] [stdout] 567 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:596:11 [INFO] [stdout] | [INFO] [stdout] 596 | match try!(do_calculate(tt)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:680:57 [INFO] [stdout] | [INFO] [stdout] 680 | TT::Addition(b, c) => add_to_seconds(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:681:57 [INFO] [stdout] | [INFO] [stdout] 681 | TT::Subtraction(b, c) => add_to_seconds(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:701:57 [INFO] [stdout] | [INFO] [stdout] 701 | TT::Addition(b, c) => add_to_minutes(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:702:57 [INFO] [stdout] | [INFO] [stdout] 702 | TT::Subtraction(b, c) => add_to_minutes(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:722:55 [INFO] [stdout] | [INFO] [stdout] 722 | TT::Addition(b, c) => add_to_hours(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:723:55 [INFO] [stdout] | [INFO] [stdout] 723 | TT::Subtraction(b, c) => add_to_hours(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:743:54 [INFO] [stdout] | [INFO] [stdout] 743 | TT::Addition(b, c) => add_to_days(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:744:54 [INFO] [stdout] | [INFO] [stdout] 744 | TT::Subtraction(b, c) => add_to_days(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:764:56 [INFO] [stdout] | [INFO] [stdout] 764 | TT::Addition(b, c) => add_to_months(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:765:56 [INFO] [stdout] | [INFO] [stdout] 765 | TT::Subtraction(b, c) => add_to_months(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:785:55 [INFO] [stdout] | [INFO] [stdout] 785 | TT::Addition(b, c) => add_to_years(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:786:55 [INFO] [stdout] | [INFO] [stdout] 786 | TT::Subtraction(b, c) => add_to_years(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:896:53 [INFO] [stdout] | [INFO] [stdout] 896 | TT::Addition(a, b) => add_to_moment(mom, try!(add(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:897:53 [INFO] [stdout] | [INFO] [stdout] 897 | TT::Subtraction(a, b) => add_to_moment(mom, try!(sub(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:961:59 [INFO] [stdout] | [INFO] [stdout] 961 | TT::Addition(b, c) => sub_from_seconds(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:962:59 [INFO] [stdout] | [INFO] [stdout] 962 | TT::Subtraction(b, c) => sub_from_seconds(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:982:59 [INFO] [stdout] | [INFO] [stdout] 982 | TT::Addition(b, c) => sub_from_minutes(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:983:59 [INFO] [stdout] | [INFO] [stdout] 983 | TT::Subtraction(b, c) => sub_from_minutes(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1003:57 [INFO] [stdout] | [INFO] [stdout] 1003 | TT::Addition(b, c) => sub_from_hours(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1004:57 [INFO] [stdout] | [INFO] [stdout] 1004 | TT::Subtraction(b, c) => sub_from_hours(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1024:56 [INFO] [stdout] | [INFO] [stdout] 1024 | TT::Addition(b, c) => sub_from_days(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1025:56 [INFO] [stdout] | [INFO] [stdout] 1025 | TT::Subtraction(b, c) => sub_from_days(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1045:58 [INFO] [stdout] | [INFO] [stdout] 1045 | TT::Addition(b, c) => sub_from_months(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1046:58 [INFO] [stdout] | [INFO] [stdout] 1046 | TT::Subtraction(b, c) => sub_from_months(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1066:57 [INFO] [stdout] | [INFO] [stdout] 1066 | TT::Addition(b, c) => sub_from_years(amount, try!(add(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1067:57 [INFO] [stdout] | [INFO] [stdout] 1067 | TT::Subtraction(b, c) => sub_from_years(amount, try!(sub(b, c))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1177:55 [INFO] [stdout] | [INFO] [stdout] 1177 | TT::Addition(a, b) => sub_from_moment(mom, try!(add(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/timetype.rs:1178:55 [INFO] [stdout] | [INFO] [stdout] 1178 | TT::Subtraction(a, b) => sub_from_moment(mom, try!(sub(a, b))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:94:48 [INFO] [stdout] | [INFO] [stdout] 94 | let into_ndt = |e: timetype::TimeType| try!(e.calculate()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | let base = try!(into_ndt(self.0.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:103:28 [INFO] [stdout] | [INFO] [stdout] 103 | let e = try!(into_ndt(e.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:110:28 [INFO] [stdout] | [INFO] [stdout] 110 | let base = try!(into_ndt(self.0.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser/iterator.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | let base = try!(into_ndt(self.0.into_timetype()?)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:293:1 [INFO] [stdout] | [INFO] [stdout] 293 | /// Main entry function for timetype parser [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | /// [INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 295 | /// # Notice [INFO] [stdout] | ^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:296:1 [INFO] [stdout] | [INFO] [stdout] 296 | /// [INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | /// Note that this function returns a parser::TimeType, not a timetype::TimeType. Though, the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:298:1 [INFO] [stdout] | [INFO] [stdout] 298 | /// parser::TimeType can be `Into::into()`ed. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/parser/timetype.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | /// [INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 45 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 45 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.62s [INFO] running `Command { std: "docker" "inspect" "0baaeea552b2121d0c5a36ff69e8f0d0b37bae917ec2b9ec792baee0d54dbc31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0baaeea552b2121d0c5a36ff69e8f0d0b37bae917ec2b9ec792baee0d54dbc31", kill_on_drop: false }` [INFO] [stdout] 0baaeea552b2121d0c5a36ff69e8f0d0b37bae917ec2b9ec792baee0d54dbc31