[INFO] cloning repository https://github.com/hcpl/jq-tools [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hcpl/jq-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhcpl%2Fjq-tools", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhcpl%2Fjq-tools'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4729fe6fd8079fa3d20b7bc618c68c3aebcd2399 [INFO] testing hcpl/jq-tools 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%2Fhcpl%2Fjq-tools" "/workspace/builds/worker-91/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-91/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hcpl/jq-tools 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/hcpl/jq-tools [INFO] finished tweaking git repo https://github.com/hcpl/jq-tools [INFO] tweaked toml for git repo https://github.com/hcpl/jq-tools written to /workspace/builds/worker-91/source/Cargo.toml [INFO] crate git repo https://github.com/hcpl/jq-tools 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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] 3dee917c3034ce3942200cdaa4eb9898b4502da20b44bb60be6a710f10284944 [INFO] running `Command { std: "docker" "start" "-a" "3dee917c3034ce3942200cdaa4eb9898b4502da20b44bb60be6a710f10284944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dee917c3034ce3942200cdaa4eb9898b4502da20b44bb60be6a710f10284944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dee917c3034ce3942200cdaa4eb9898b4502da20b44bb60be6a710f10284944", kill_on_drop: false }` [INFO] [stdout] 3dee917c3034ce3942200cdaa4eb9898b4502da20b44bb60be6a710f10284944 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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] 52196c9b64266b901d5489f507f0353e1477b5153852c2fb01bd818f62e2ef7b [INFO] running `Command { std: "docker" "start" "-a" "52196c9b64266b901d5489f507f0353e1477b5153852c2fb01bd818f62e2ef7b", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling semver v0.6.0 [INFO] [stderr] Compiling jq-tools v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `ret_const` [INFO] [stdout] --> src/nom_helpers.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! ret_const( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `peek_cond` [INFO] [stdout] --> src/nom_helpers.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | macro_rules! peek_cond ( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `take_while_m_n` [INFO] [stdout] --> src/nom_helpers.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | macro_rules! take_while_m_n ( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nom_helpers.rs:57:38 [INFO] [stdout] | [INFO] [stdout] 57 | char_pred!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lexer.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / do_parse!(input, [INFO] [stdout] 34 | | prefix: many0!(complete!(do_parse!( [INFO] [stdout] 35 | | char_pred!(is_alphaunderscore) >> [INFO] [stdout] 36 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stdout] ... | [INFO] [stdout] 45 | | }) [INFO] [stdout] 46 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stdout] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nom_helpers.rs:57:38 [INFO] [stdout] | [INFO] [stdout] 57 | char_pred!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lexer.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / do_parse!(input, [INFO] [stdout] 34 | | prefix: many0!(complete!(do_parse!( [INFO] [stdout] 35 | | char_pred!(is_alphaunderscore) >> [INFO] [stdout] 36 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stdout] ... | [INFO] [stdout] 45 | | }) [INFO] [stdout] 46 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stdout] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nom_helpers.rs:57:38 [INFO] [stdout] | [INFO] [stdout] 57 | char_pred!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lexer.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / do_parse!(input, [INFO] [stdout] 51 | | char!('.') >> [INFO] [stdout] 52 | | char_pred!(is_alphaunderscore) >> [INFO] [stdout] 53 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stdout] ... | [INFO] [stdout] 57 | | }) [INFO] [stdout] 58 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stdout] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Update` [INFO] [stdout] --> src/ast.rs:96:54 [INFO] [stdout] | [INFO] [stdout] 96 | Assign, Or, And, Alternative, UpdateAlternative, Update, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.88s [INFO] running `Command { std: "docker" "inspect" "52196c9b64266b901d5489f507f0353e1477b5153852c2fb01bd818f62e2ef7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52196c9b64266b901d5489f507f0353e1477b5153852c2fb01bd818f62e2ef7b", kill_on_drop: false }` [INFO] [stdout] 52196c9b64266b901d5489f507f0353e1477b5153852c2fb01bd818f62e2ef7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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] 6e1fc5f4fff593a6593fca057e6271e34d2c5909b880a70784e57b45e42e543a [INFO] running `Command { std: "docker" "start" "-a" "6e1fc5f4fff593a6593fca057e6271e34d2c5909b880a70784e57b45e42e543a", kill_on_drop: false }` [INFO] [stderr] Compiling jq-tools v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `ret_const` [INFO] [stdout] --> src/nom_helpers.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! ret_const( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `peek_cond` [INFO] [stdout] --> src/nom_helpers.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | macro_rules! peek_cond ( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `take_while_m_n` [INFO] [stdout] --> src/nom_helpers.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | macro_rules! take_while_m_n ( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nom_helpers.rs:57:38 [INFO] [stdout] | [INFO] [stdout] 57 | char_pred!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lexer.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / do_parse!(input, [INFO] [stdout] 34 | | prefix: many0!(complete!(do_parse!( [INFO] [stdout] 35 | | char_pred!(is_alphaunderscore) >> [INFO] [stdout] 36 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stdout] ... | [INFO] [stdout] 45 | | }) [INFO] [stdout] 46 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stdout] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nom_helpers.rs:57:38 [INFO] [stdout] | [INFO] [stdout] 57 | char_pred!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lexer.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / do_parse!(input, [INFO] [stdout] 34 | | prefix: many0!(complete!(do_parse!( [INFO] [stdout] 35 | | char_pred!(is_alphaunderscore) >> [INFO] [stdout] 36 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stdout] ... | [INFO] [stdout] 45 | | }) [INFO] [stdout] 46 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stdout] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nom_helpers.rs:57:38 [INFO] [stdout] | [INFO] [stdout] 57 | char_pred!($input, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lexer.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / do_parse!(input, [INFO] [stdout] 51 | | char!('.') >> [INFO] [stdout] 52 | | char_pred!(is_alphaunderscore) >> [INFO] [stdout] 53 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stdout] ... | [INFO] [stdout] 57 | | }) [INFO] [stdout] 58 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stdout] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Update` [INFO] [stdout] --> src/ast.rs:96:54 [INFO] [stdout] | [INFO] [stdout] 96 | Assign, Or, And, Alternative, UpdateAlternative, Update, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BinaryOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.87s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/jq_tools-35cc1b25a1c06809) [INFO] running `Command { std: "docker" "inspect" "6e1fc5f4fff593a6593fca057e6271e34d2c5909b880a70784e57b45e42e543a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e1fc5f4fff593a6593fca057e6271e34d2c5909b880a70784e57b45e42e543a", kill_on_drop: false }` [INFO] [stdout] 6e1fc5f4fff593a6593fca057e6271e34d2c5909b880a70784e57b45e42e543a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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] c20eefaeab792ea1a3e9f85bdc9bf0b75ad31c2e18b92d28cf4e5af6c9c9410c [INFO] running `Command { std: "docker" "start" "-a" "c20eefaeab792ea1a3e9f85bdc9bf0b75ad31c2e18b92d28cf4e5af6c9c9410c", kill_on_drop: false }` [INFO] [stderr] warning: unused macro definition: `ret_const` [INFO] [stderr] --> src/nom_helpers.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | macro_rules! ret_const( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition: `peek_cond` [INFO] [stderr] --> src/nom_helpers.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | macro_rules! peek_cond ( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition: `take_while_m_n` [INFO] [stderr] --> src/nom_helpers.rs:61:14 [INFO] [stderr] | [INFO] [stderr] 61 | macro_rules! take_while_m_n ( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nom_helpers.rs:57:38 [INFO] [stderr] | [INFO] [stderr] 57 | char_pred!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lexer.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / do_parse!(input, [INFO] [stderr] 34 | | prefix: many0!(complete!(do_parse!( [INFO] [stderr] 35 | | char_pred!(is_alphaunderscore) >> [INFO] [stderr] 36 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stderr] ... | [INFO] [stderr] 45 | | }) [INFO] [stderr] 46 | | ) [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stderr] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nom_helpers.rs:57:38 [INFO] [stderr] | [INFO] [stderr] 57 | char_pred!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lexer.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / do_parse!(input, [INFO] [stderr] 34 | | prefix: many0!(complete!(do_parse!( [INFO] [stderr] 35 | | char_pred!(is_alphaunderscore) >> [INFO] [stderr] 36 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stderr] ... | [INFO] [stderr] 45 | | }) [INFO] [stderr] 46 | | ) [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stderr] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nom_helpers.rs:57:38 [INFO] [stderr] | [INFO] [stderr] 57 | char_pred!($input, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lexer.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | / do_parse!(input, [INFO] [stderr] 51 | | char!('.') >> [INFO] [stderr] 52 | | char_pred!(is_alphaunderscore) >> [INFO] [stderr] 53 | | next_chars: take_while!(is_alphanumeric_) >> [INFO] [stderr] ... | [INFO] [stderr] 57 | | }) [INFO] [stderr] 58 | | ) [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `char_pred` [INFO] [stderr] = note: this warning originates in the macro `char_pred` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Update` [INFO] [stderr] --> src/ast.rs:96:54 [INFO] [stderr] | [INFO] [stderr] 96 | Assign, Or, And, Alternative, UpdateAlternative, Update, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `BinaryOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast.rs:94:10 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `jq-tools` (bin "jq-tools" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jq_tools-35cc1b25a1c06809) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c20eefaeab792ea1a3e9f85bdc9bf0b75ad31c2e18b92d28cf4e5af6c9c9410c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c20eefaeab792ea1a3e9f85bdc9bf0b75ad31c2e18b92d28cf4e5af6c9c9410c", kill_on_drop: false }` [INFO] [stdout] c20eefaeab792ea1a3e9f85bdc9bf0b75ad31c2e18b92d28cf4e5af6c9c9410c