[INFO] fetching crate semver_constraints 0.1.0... [INFO] checking semver_constraints-0.1.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate semver_constraints 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate semver_constraints 0.1.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate semver_constraints 0.1.0 [INFO] finished tweaking crates.io crate semver_constraints 0.1.0 [INFO] tweaked toml for crates.io crate semver_constraints 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dd611fc4c834d2cd11442bf99f9d745032970414a840bc5579c9e86e8ab86a5 [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" "2dd611fc4c834d2cd11442bf99f9d745032970414a840bc5579c9e86e8ab86a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dd611fc4c834d2cd11442bf99f9d745032970414a840bc5579c9e86e8ab86a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dd611fc4c834d2cd11442bf99f9d745032970414a840bc5579c9e86e8ab86a5", kill_on_drop: false }` [INFO] [stdout] 2dd611fc4c834d2cd11442bf99f9d745032970414a840bc5579c9e86e8ab86a5 [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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b84410b91fedfb883bfed096b1f0b8d1f10135c5730c4bd7aa053eb6d2f82e98 [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" "b84410b91fedfb883bfed096b1f0b8d1f10135c5730c4bd7aa053eb6d2f82e98", kill_on_drop: false }` [INFO] [stderr] Checking semver_constraints v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:834:5 [INFO] [stdout] | [INFO] [stdout] 834 | / named!(bare_version_minor, do_parse!( [INFO] [stdout] 835 | | major: to_u64 >> [INFO] [stdout] 836 | | tag_s!(".") >> [INFO] [stdout] 837 | | minor: to_u64 >> [INFO] [stdout] 838 | | ((Version::new(major, minor, 0), true, false)) [INFO] [stdout] 839 | | )); [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/lib.rs:841:5 [INFO] [stdout] | [INFO] [stdout] 841 | / named!(bare_version_from_str, [INFO] [stdout] 842 | | map_res!(take_while1_s!(version_char), |s: CompleteStr| Version::parse(s.0).map(|v| (v, true, true))) [INFO] [stdout] 843 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/lib.rs:841:5 [INFO] [stdout] | [INFO] [stdout] 841 | / named!(bare_version_from_str, [INFO] [stdout] 842 | | map_res!(take_while1_s!(version_char), |s: CompleteStr| Version::parse(s.0).map(|v| (v, true, true))) [INFO] [stdout] 843 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | / named!(range_caret>, ws!(do_parse!( [INFO] [stdout] 850 | | opt!(tag_s!("^")) >> [INFO] [stdout] 851 | | version: bare_version >> [INFO] [stdout] 852 | | (Range::new(Interval::Closed(version.0.clone(), false), Interval::Open(increment_caret(version.0, version.1, version.2), false))) [INFO] [stdout] 853 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:855:5 [INFO] [stdout] | [INFO] [stdout] 855 | / named!(range_tilde>, ws!(do_parse!( [INFO] [stdout] 856 | | tag_s!("~") >> [INFO] [stdout] 857 | | version: bare_version >> [INFO] [stdout] 858 | | (Range::new(Interval::Closed(version.0.clone(), false), Interval::Open(increment_tilde(version.0, version.1, version.2), false))) [INFO] [stdout] 859 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:834:5 [INFO] [stdout] | [INFO] [stdout] 834 | / named!(bare_version_minor, do_parse!( [INFO] [stdout] 835 | | major: to_u64 >> [INFO] [stdout] 836 | | tag_s!(".") >> [INFO] [stdout] 837 | | minor: to_u64 >> [INFO] [stdout] 838 | | ((Version::new(major, minor, 0), true, false)) [INFO] [stdout] 839 | | )); [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/lib.rs:841:5 [INFO] [stdout] | [INFO] [stdout] 841 | / named!(bare_version_from_str, [INFO] [stdout] 842 | | map_res!(take_while1_s!(version_char), |s: CompleteStr| Version::parse(s.0).map(|v| (v, true, true))) [INFO] [stdout] 843 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/lib.rs:841:5 [INFO] [stdout] | [INFO] [stdout] 841 | / named!(bare_version_from_str, [INFO] [stdout] 842 | | map_res!(take_while1_s!(version_char), |s: CompleteStr| Version::parse(s.0).map(|v| (v, true, true))) [INFO] [stdout] 843 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | / named!(range_caret>, ws!(do_parse!( [INFO] [stdout] 850 | | opt!(tag_s!("^")) >> [INFO] [stdout] 851 | | version: bare_version >> [INFO] [stdout] 852 | | (Range::new(Interval::Closed(version.0.clone(), false), Interval::Open(increment_caret(version.0, version.1, version.2), false))) [INFO] [stdout] 853 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:855:5 [INFO] [stdout] | [INFO] [stdout] 855 | / named!(range_tilde>, ws!(do_parse!( [INFO] [stdout] 856 | | tag_s!("~") >> [INFO] [stdout] 857 | | version: bare_version >> [INFO] [stdout] 858 | | (Range::new(Interval::Closed(version.0.clone(), false), Interval::Open(increment_tilde(version.0, version.1, version.2), false))) [INFO] [stdout] 859 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:880:5 [INFO] [stdout] | [INFO] [stdout] 880 | / named!(range_any>, do_parse!( [INFO] [stdout] 881 | | tag_s!("any") >> [INFO] [stdout] 882 | | (Range::new(Interval::Unbounded, Interval::Unbounded)) [INFO] [stdout] 883 | | )); [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:758:92 [INFO] [stdout] | [INFO] [stdout] 758 | alt, alt_complete, digit, do_parse, map, map_res, named, opt, separated_list, tag, tag_s, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/lib.rs:759:9 [INFO] [stdout] | [INFO] [stdout] 759 | take_while1_s, types::CompleteStr, ws, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:862:5 [INFO] [stdout] | [INFO] [stdout] 862 | / named!(range_interval>, ws!(do_parse!( [INFO] [stdout] 863 | | lower: opt!(ws!(do_parse!( [INFO] [stdout] 864 | | tag_s!(">") >> [INFO] [stdout] 865 | | a: opt!(tag_s!("=")) >> [INFO] [stdout] ... | [INFO] [stdout] 877 | | (build_range(lower, upper)) [INFO] [stdout] 878 | | ))); [INFO] [stdout] | |________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:880:5 [INFO] [stdout] | [INFO] [stdout] 880 | / named!(range_any>, do_parse!( [INFO] [stdout] 881 | | tag_s!("any") >> [INFO] [stdout] 882 | | (Range::new(Interval::Unbounded, Interval::Unbounded)) [INFO] [stdout] 883 | | )); [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::tag_s`: Please use `tag` instead [INFO] [stdout] --> src/lib.rs:758:92 [INFO] [stdout] | [INFO] [stdout] 758 | alt, alt_complete, digit, do_parse, map, map_res, named, opt, separated_list, tag, tag_s, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `nom::take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/lib.rs:759:9 [INFO] [stdout] | [INFO] [stdout] 759 | take_while1_s, types::CompleteStr, ws, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `Command { std: "docker" "inspect" "b84410b91fedfb883bfed096b1f0b8d1f10135c5730c4bd7aa053eb6d2f82e98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b84410b91fedfb883bfed096b1f0b8d1f10135c5730c4bd7aa053eb6d2f82e98", kill_on_drop: false }` [INFO] [stdout] b84410b91fedfb883bfed096b1f0b8d1f10135c5730c4bd7aa053eb6d2f82e98