[INFO] cloning repository https://github.com/korpiq/rust_json_parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/korpiq/rust_json_parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkorpiq%2Frust_json_parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkorpiq%2Frust_json_parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6feceb98d0d48d4fb6e547a25a6066d400053721 [INFO] testing korpiq/rust_json_parser against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkorpiq%2Frust_json_parser" "/workspace/builds/worker-43/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-43/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/korpiq/rust_json_parser on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/korpiq/rust_json_parser [INFO] finished tweaking git repo https://github.com/korpiq/rust_json_parser [INFO] tweaked toml for git repo https://github.com/korpiq/rust_json_parser written to /workspace/builds/worker-43/source/Cargo.toml [INFO] crate git repo https://github.com/korpiq/rust_json_parser already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be046db71ea1554a9bb9303c55eba179c4d26927984f62b3fa98af78270451a0 [INFO] running `Command { std: "docker" "start" "-a" "be046db71ea1554a9bb9303c55eba179c4d26927984f62b3fa98af78270451a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be046db71ea1554a9bb9303c55eba179c4d26927984f62b3fa98af78270451a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be046db71ea1554a9bb9303c55eba179c4d26927984f62b3fa98af78270451a0", kill_on_drop: false }` [INFO] [stdout] be046db71ea1554a9bb9303c55eba179c4d26927984f62b3fa98af78270451a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff54c9b99767c4debbbfddc8790246fda0be49ca36210527d0a80253f27be45f [INFO] running `Command { std: "docker" "start" "-a" "ff54c9b99767c4debbbfddc8790246fda0be49ca36210527d0a80253f27be45f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling circular v0.2.0 [INFO] [stderr] Compiling nom v4.2.0 [INFO] [stderr] Compiling json_parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / named!(parse_json_null<&[u8], JsonNode>, [INFO] [stdout] 19 | | do_parse!( [INFO] [stdout] 20 | | tag_s!("null") >> [INFO] [stdout] 21 | | (JsonNode::Null) [INFO] [stdout] 22 | | ) [INFO] [stdout] 23 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / named!(parse_json_boolean<&[u8], JsonNode>, [INFO] [stdout] 26 | | do_parse!( [INFO] [stdout] 27 | | truth: alt!(tag_s!("true") | tag_s!("false")) >> [INFO] [stdout] 28 | | (JsonNode::Boolean(truth[0] == b't')) [INFO] [stdout] 29 | | ) [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `alt` (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/json/parser.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / named!(parse_json_boolean<&[u8], JsonNode>, [INFO] [stdout] 26 | | do_parse!( [INFO] [stdout] 27 | | truth: alt!(tag_s!("true") | tag_s!("false")) >> [INFO] [stdout] 28 | | (JsonNode::Boolean(truth[0] == b't')) [INFO] [stdout] 29 | | ) [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `alt` (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/json/parser.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / named!(parse_json_escaped_string<&[u8], String>, [INFO] [stdout] 44 | | do_parse!( [INFO] [stdout] 45 | | tag_s!("\"") >> [INFO] [stdout] 46 | | result: many0!( [INFO] [stdout] ... | [INFO] [stdout] 54 | | ) [INFO] [stdout] 55 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / named!(parse_json_escaped_string<&[u8], String>, [INFO] [stdout] 44 | | do_parse!( [INFO] [stdout] 45 | | tag_s!("\"") >> [INFO] [stdout] 46 | | result: many0!( [INFO] [stdout] ... | [INFO] [stdout] 54 | | ) [INFO] [stdout] 55 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / named!(parse_json_unicode_escape<&[u8], Vec>, [INFO] [stdout] 77 | | do_parse!( [INFO] [stdout] 78 | | tag_s!("\\u") >> [INFO] [stdout] 79 | | result: map!( take!(4), codepoint_from_hex ) >> [INFO] [stdout] 80 | | (result) [INFO] [stdout] 81 | | ) [INFO] [stdout] 82 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("[") >> [INFO] [stdout] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stdout] ... | [INFO] [stdout] 108 | | ) [INFO] [stdout] 109 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("[") >> [INFO] [stdout] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stdout] ... | [INFO] [stdout] 108 | | ) [INFO] [stdout] 109 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (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/json/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("[") >> [INFO] [stdout] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stdout] ... | [INFO] [stdout] 108 | | ) [INFO] [stdout] 109 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("{") >> [INFO] [stdout] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stdout] ... | [INFO] [stdout] 130 | | ) [INFO] [stdout] 131 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("{") >> [INFO] [stdout] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stdout] ... | [INFO] [stdout] 130 | | ) [INFO] [stdout] 131 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (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/json/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("{") >> [INFO] [stdout] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stdout] ... | [INFO] [stdout] 130 | | ) [INFO] [stdout] 131 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / named!(parse_json_pair<&[u8], (String, JsonNode)>, [INFO] [stdout] 134 | | do_parse!( [INFO] [stdout] 135 | | name: parse_json_escaped_string >> [INFO] [stdout] 136 | | tag_s!(":") >> [INFO] [stdout] ... | [INFO] [stdout] 139 | | ) [INFO] [stdout] 140 | | ); [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: associated function is never used: `from_str` [INFO] [stdout] --> src/json/mod.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn from_str(json : &str) -> JsonNode { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.18s [INFO] running `Command { std: "docker" "inspect" "ff54c9b99767c4debbbfddc8790246fda0be49ca36210527d0a80253f27be45f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff54c9b99767c4debbbfddc8790246fda0be49ca36210527d0a80253f27be45f", kill_on_drop: false }` [INFO] [stdout] ff54c9b99767c4debbbfddc8790246fda0be49ca36210527d0a80253f27be45f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7e0b1fab7585433e15b2677a7ae15909efa2ee3d58e3af411369cb0080e1938 [INFO] running `Command { std: "docker" "start" "-a" "d7e0b1fab7585433e15b2677a7ae15909efa2ee3d58e3af411369cb0080e1938", kill_on_drop: false }` [INFO] [stderr] Compiling json_parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / named!(parse_json_null<&[u8], JsonNode>, [INFO] [stdout] 19 | | do_parse!( [INFO] [stdout] 20 | | tag_s!("null") >> [INFO] [stdout] 21 | | (JsonNode::Null) [INFO] [stdout] 22 | | ) [INFO] [stdout] 23 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / named!(parse_json_boolean<&[u8], JsonNode>, [INFO] [stdout] 26 | | do_parse!( [INFO] [stdout] 27 | | truth: alt!(tag_s!("true") | tag_s!("false")) >> [INFO] [stdout] 28 | | (JsonNode::Boolean(truth[0] == b't')) [INFO] [stdout] 29 | | ) [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `alt` (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/json/parser.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / named!(parse_json_boolean<&[u8], JsonNode>, [INFO] [stdout] 26 | | do_parse!( [INFO] [stdout] 27 | | truth: alt!(tag_s!("true") | tag_s!("false")) >> [INFO] [stdout] 28 | | (JsonNode::Boolean(truth[0] == b't')) [INFO] [stdout] 29 | | ) [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `alt` (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/json/parser.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / named!(parse_json_escaped_string<&[u8], String>, [INFO] [stdout] 44 | | do_parse!( [INFO] [stdout] 45 | | tag_s!("\"") >> [INFO] [stdout] 46 | | result: many0!( [INFO] [stdout] ... | [INFO] [stdout] 54 | | ) [INFO] [stdout] 55 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / named!(parse_json_escaped_string<&[u8], String>, [INFO] [stdout] 44 | | do_parse!( [INFO] [stdout] 45 | | tag_s!("\"") >> [INFO] [stdout] 46 | | result: many0!( [INFO] [stdout] ... | [INFO] [stdout] 54 | | ) [INFO] [stdout] 55 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stdout] 64 | | alt!( [INFO] [stdout] 65 | | is_not!("\\\"") [INFO] [stdout] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stdout] ... | [INFO] [stdout] 73 | | ) [INFO] [stdout] 74 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `value` (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/json/parser.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / named!(parse_json_unicode_escape<&[u8], Vec>, [INFO] [stdout] 77 | | do_parse!( [INFO] [stdout] 78 | | tag_s!("\\u") >> [INFO] [stdout] 79 | | result: map!( take!(4), codepoint_from_hex ) >> [INFO] [stdout] 80 | | (result) [INFO] [stdout] 81 | | ) [INFO] [stdout] 82 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("[") >> [INFO] [stdout] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stdout] ... | [INFO] [stdout] 108 | | ) [INFO] [stdout] 109 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("[") >> [INFO] [stdout] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stdout] ... | [INFO] [stdout] 108 | | ) [INFO] [stdout] 109 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (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/json/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("[") >> [INFO] [stdout] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stdout] ... | [INFO] [stdout] 108 | | ) [INFO] [stdout] 109 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("{") >> [INFO] [stdout] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stdout] ... | [INFO] [stdout] 130 | | ) [INFO] [stdout] 131 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("{") >> [INFO] [stdout] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stdout] ... | [INFO] [stdout] 130 | | ) [INFO] [stdout] 131 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (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/json/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("{") >> [INFO] [stdout] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stdout] ... | [INFO] [stdout] 130 | | ) [INFO] [stdout] 131 | | ); [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 `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/json/parser.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / named!(parse_json_pair<&[u8], (String, JsonNode)>, [INFO] [stdout] 134 | | do_parse!( [INFO] [stdout] 135 | | name: parse_json_escaped_string >> [INFO] [stdout] 136 | | tag_s!(":") >> [INFO] [stdout] ... | [INFO] [stdout] 139 | | ) [INFO] [stdout] 140 | | ); [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: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.71s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/json_parser-c31c355118b5d4eb) [INFO] running `Command { std: "docker" "inspect" "d7e0b1fab7585433e15b2677a7ae15909efa2ee3d58e3af411369cb0080e1938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7e0b1fab7585433e15b2677a7ae15909efa2ee3d58e3af411369cb0080e1938", kill_on_drop: false }` [INFO] [stdout] d7e0b1fab7585433e15b2677a7ae15909efa2ee3d58e3af411369cb0080e1938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3052c02e3182cad7e09455542f3d718f7d0215d932053203335d01c1bf039643 [INFO] running `Command { std: "docker" "start" "-a" "3052c02e3182cad7e09455542f3d718f7d0215d932053203335d01c1bf039643", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / named!(parse_json_null<&[u8], JsonNode>, [INFO] [stderr] 19 | | do_parse!( [INFO] [stderr] 20 | | tag_s!("null") >> [INFO] [stderr] 21 | | (JsonNode::Null) [INFO] [stderr] 22 | | ) [INFO] [stderr] 23 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `do_parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / named!(parse_json_boolean<&[u8], JsonNode>, [INFO] [stderr] 26 | | do_parse!( [INFO] [stderr] 27 | | truth: alt!(tag_s!("true") | tag_s!("false")) >> [INFO] [stderr] 28 | | (JsonNode::Boolean(truth[0] == b't')) [INFO] [stderr] 29 | | ) [INFO] [stderr] 30 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / named!(parse_json_escaped_string<&[u8], String>, [INFO] [stderr] 44 | | do_parse!( [INFO] [stderr] 45 | | tag_s!("\"") >> [INFO] [stderr] 46 | | result: many0!( [INFO] [stderr] ... | [INFO] [stderr] 54 | | ) [INFO] [stderr] 55 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `do_parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / named!(parse_json_escaped_ascii<&[u8], &[u8]>, [INFO] [stderr] 64 | | alt!( [INFO] [stderr] 65 | | is_not!("\\\"") [INFO] [stderr] 66 | | | value!("\\".as_bytes(), tag_s!("\\\\")) [INFO] [stderr] ... | [INFO] [stderr] 73 | | ) [INFO] [stderr] 74 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / named!(parse_json_unicode_escape<&[u8], Vec>, [INFO] [stderr] 77 | | do_parse!( [INFO] [stderr] 78 | | tag_s!("\\u") >> [INFO] [stderr] 79 | | result: map!( take!(4), codepoint_from_hex ) >> [INFO] [stderr] 80 | | (result) [INFO] [stderr] 81 | | ) [INFO] [stderr] 82 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `do_parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stderr] 94 | | do_parse!( [INFO] [stderr] 95 | | tag_s!("[") >> [INFO] [stderr] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stderr] ... | [INFO] [stderr] 108 | | ) [INFO] [stderr] 109 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `do_parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / named!(parse_json_array<&[u8], JsonNode>, [INFO] [stderr] 94 | | do_parse!( [INFO] [stderr] 95 | | tag_s!("[") >> [INFO] [stderr] 96 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_element)) >> [INFO] [stderr] ... | [INFO] [stderr] 108 | | ) [INFO] [stderr] 109 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stderr] 112 | | do_parse!( [INFO] [stderr] 113 | | tag_s!("{") >> [INFO] [stderr] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stderr] ... | [INFO] [stderr] 130 | | ) [INFO] [stderr] 131 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `do_parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / named!(parse_json_object<&[u8], JsonNode>, [INFO] [stderr] 112 | | do_parse!( [INFO] [stderr] 113 | | tag_s!("{") >> [INFO] [stderr] 114 | | content: opt!(separated_list_complete!(tag_s!(","), parse_json_pair)) >> [INFO] [stderr] ... | [INFO] [stderr] 130 | | ) [INFO] [stderr] 131 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stderr] --> src/json/parser.rs:133:1 [INFO] [stderr] | [INFO] [stderr] 133 | / named!(parse_json_pair<&[u8], (String, JsonNode)>, [INFO] [stderr] 134 | | do_parse!( [INFO] [stderr] 135 | | name: parse_json_escaped_string >> [INFO] [stderr] 136 | | tag_s!(":") >> [INFO] [stderr] ... | [INFO] [stderr] 139 | | ) [INFO] [stderr] 140 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `do_parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `json_parser` (bin "json_parser" test) generated 20 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/json_parser-c31c355118b5d4eb) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test json::parser::tests::test_empty_object_ok ... ok [INFO] [stdout] test json::parser::tests::test_boolean_ok ... ok [INFO] [stdout] test json::parser::tests::test_escaped_strings_ok ... ok [INFO] [stdout] test json::parser::tests::test_null_ok ... ok [INFO] [stdout] test json::parser::tests::test_number_ok ... ok [INFO] [stdout] test json::parser::tests::test_object_ok ... ok [INFO] [stdout] test json::parser::tests::test_empty_string_ok ... ok [INFO] [stdout] test json::parser::tests::test_lists_within_lists_ok ... ok [INFO] [stdout] test json::parser::tests::test_empty_list_ok ... ok [INFO] [stdout] test json::parser::tests::test_list_with_extra_comma_fails - should panic ... ok [INFO] [stdout] test json::parser::tests::test_output_format_ok ... ok [INFO] [stdout] test json::parser::tests::test_strings_ok ... ok [INFO] [stdout] test json::parser::tests::test_empty_input_fails - should panic ... ok [INFO] [stdout] test json::parser::tests::test_list_with_a_comma_only_fails - should panic ... ok [INFO] [stdout] test json::parser::tests::test_list_starting_with_comma_fails - should panic ... ok [INFO] [stdout] test json::parser::tests::test_bad_syntax_input_fails - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3052c02e3182cad7e09455542f3d718f7d0215d932053203335d01c1bf039643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3052c02e3182cad7e09455542f3d718f7d0215d932053203335d01c1bf039643", kill_on_drop: false }` [INFO] [stdout] 3052c02e3182cad7e09455542f3d718f7d0215d932053203335d01c1bf039643