[INFO] fetching crate semver_constraints 0.1.0...
[INFO] building semver_constraints-0.1.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate semver_constraints 0.1.0 into /workspace/builds/worker-3-tc2/source
[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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate semver_constraints 0.1.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 32 packages to latest compatible versions
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.11.4)
[INFO] [stderr]       Adding itertools v0.8.2 (available: v0.14.0)
[INFO] [stderr]       Adding nom v4.2.3 (available: v8.0.0)
[INFO] [stderr]       Adding semver v0.9.0 (available: v1.0.27)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1124b8d0d29b2ffae17f2a12beb459e59b68691f5ae16eaf98849646cb097b6c
[INFO] running `Command { std: "docker" "start" "-a" "1124b8d0d29b2ffae17f2a12beb459e59b68691f5ae16eaf98849646cb097b6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1124b8d0d29b2ffae17f2a12beb459e59b68691f5ae16eaf98849646cb097b6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1124b8d0d29b2ffae17f2a12beb459e59b68691f5ae16eaf98849646cb097b6c", kill_on_drop: false }`
[INFO] [stdout] 1124b8d0d29b2ffae17f2a12beb459e59b68691f5ae16eaf98849646cb097b6c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f8ef85b427540453f49c3694aa6a3c2ffeb8d69587934c6ced204647663565ce
[INFO] running `Command { std: "docker" "start" "-a" "f8ef85b427540453f49c3694aa6a3c2ffeb8d69587934c6ced204647663565ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling 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<CompleteStr, (Version, bool, bool)>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, (Version, bool, bool)>,
[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` which comes from the expansion of the macro `named` (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<CompleteStr, (Version, bool, bool)>,
[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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f8ef85b427540453f49c3694aa6a3c2ffeb8d69587934c6ced204647663565ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8ef85b427540453f49c3694aa6a3c2ffeb8d69587934c6ced204647663565ce", kill_on_drop: false }`
[INFO] [stdout] f8ef85b427540453f49c3694aa6a3c2ffeb8d69587934c6ced204647663565ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e44d3dc2904839b7e3f50b1e4826e7bbe83855b0738bff07c51e6a891b3669da
[INFO] running `Command { std: "docker" "start" "-a" "e44d3dc2904839b7e3f50b1e4826e7bbe83855b0738bff07c51e6a891b3669da", kill_on_drop: false }`
[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<CompleteStr, (Version, bool, bool)>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, (Version, bool, bool)>,
[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` which comes from the expansion of the macro `named` (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<CompleteStr, (Version, bool, bool)>,
[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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling 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:862:5
[INFO] [stdout]     |
[INFO] [stdout] 862 | /     named!(range_interval<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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:834:5
[INFO] [stdout]     |
[INFO] [stdout] 834 | /     named!(bare_version_minor<CompleteStr, (Version, bool, bool)>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, (Version, bool, bool)>,
[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` which comes from the expansion of the macro `named` (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<CompleteStr, (Version, bool, bool)>,
[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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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<CompleteStr, Option<Range>>, 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` which comes from the expansion of the macro `named` (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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "e44d3dc2904839b7e3f50b1e4826e7bbe83855b0738bff07c51e6a891b3669da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e44d3dc2904839b7e3f50b1e4826e7bbe83855b0738bff07c51e6a891b3669da", kill_on_drop: false }`
[INFO] [stdout] e44d3dc2904839b7e3f50b1e4826e7bbe83855b0738bff07c51e6a891b3669da
