[INFO] fetching crate semver_constraints 0.1.0... [INFO] checking semver_constraints-0.1.0 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate semver_constraints 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate semver_constraints 0.1.0 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aabf13ec4d90a09d78f541f1c4d6ffe0d5ace53434d1f3ad866dca7e3874781a [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" "aabf13ec4d90a09d78f541f1c4d6ffe0d5ace53434d1f3ad866dca7e3874781a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aabf13ec4d90a09d78f541f1c4d6ffe0d5ace53434d1f3ad866dca7e3874781a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aabf13ec4d90a09d78f541f1c4d6ffe0d5ace53434d1f3ad866dca7e3874781a", kill_on_drop: false }` [INFO] [stdout] aabf13ec4d90a09d78f541f1c4d6ffe0d5ace53434d1f3ad866dca7e3874781a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4da30b067df1e3c748c93c3e91f35b288a242aeeb27eb4b466c1a4539691361b [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" "4da30b067df1e3c748c93c3e91f35b288a242aeeb27eb4b466c1a4539691361b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking semver-parser v0.7.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking backtrace v0.3.59 [INFO] [stderr] Checking failure v0.1.8 [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 the macro `do_parse` (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 the macro `map_res` (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 the macro `take_while1_s` (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 the macro `opt` (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 the macro `wrap_sep` (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 the macro `wrap_sep` (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 the macro `opt` (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 the macro `opt` (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 the macro `wrap_sep` (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 the macro `do_parse` (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 the macro `map_res` (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 the macro `take_while1_s` (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 the macro `opt` (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 the macro `wrap_sep` (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 the macro `opt` (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 the macro `wrap_sep` (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 the macro `opt` (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 the macro `opt` (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 the macro `do_parse` (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 the macro `opt` (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 the macro `wrap_sep` (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 the macro `opt` (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 the macro `opt` (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 the macro `do_parse` (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 3.34s [INFO] running `Command { std: "docker" "inspect" "4da30b067df1e3c748c93c3e91f35b288a242aeeb27eb4b466c1a4539691361b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4da30b067df1e3c748c93c3e91f35b288a242aeeb27eb4b466c1a4539691361b", kill_on_drop: false }` [INFO] [stdout] 4da30b067df1e3c748c93c3e91f35b288a242aeeb27eb4b466c1a4539691361b