[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom v2.2.1 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30bfca6e4bfc0aca454d9b862c11c302de82d85712933566c037eaf45e8ccec2 [INFO] running `Command { std: "docker" "start" "-a" "30bfca6e4bfc0aca454d9b862c11c302de82d85712933566c037eaf45e8ccec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30bfca6e4bfc0aca454d9b862c11c302de82d85712933566c037eaf45e8ccec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30bfca6e4bfc0aca454d9b862c11c302de82d85712933566c037eaf45e8ccec2", kill_on_drop: false }` [INFO] [stdout] 30bfca6e4bfc0aca454d9b862c11c302de82d85712933566c037eaf45e8ccec2 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ba49ae6c2b52869a694aa12ec798f44c9a973ef419f8a00f3547dde978d44fb [INFO] running `Command { std: "docker" "start" "-a" "5ba49ae6c2b52869a694aa12ec798f44c9a973ef419f8a00f3547dde978d44fb", 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.19s [INFO] running `Command { std: "docker" "inspect" "5ba49ae6c2b52869a694aa12ec798f44c9a973ef419f8a00f3547dde978d44fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ba49ae6c2b52869a694aa12ec798f44c9a973ef419f8a00f3547dde978d44fb", kill_on_drop: false }` [INFO] [stdout] 5ba49ae6c2b52869a694aa12ec798f44c9a973ef419f8a00f3547dde978d44fb [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2308d726d7e2e54a35a35294aaae0a7ce894ee4cae784d50135809d6cdfae33b [INFO] running `Command { std: "docker" "start" "-a" "2308d726d7e2e54a35a35294aaae0a7ce894ee4cae784d50135809d6cdfae33b", 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 3.53s [INFO] running `Command { std: "docker" "inspect" "2308d726d7e2e54a35a35294aaae0a7ce894ee4cae784d50135809d6cdfae33b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2308d726d7e2e54a35a35294aaae0a7ce894ee4cae784d50135809d6cdfae33b", kill_on_drop: false }` [INFO] [stdout] 2308d726d7e2e54a35a35294aaae0a7ce894ee4cae784d50135809d6cdfae33b [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6d618aa8e3b148095835b81b804480a0fa4eba44ed8284d64a527baca59e6902 [INFO] running `Command { std: "docker" "start" "-a" "6d618aa8e3b148095835b81b804480a0fa4eba44ed8284d64a527baca59e6902", 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.27s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jq_tools-06ffc5d196902f05) [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" "6d618aa8e3b148095835b81b804480a0fa4eba44ed8284d64a527baca59e6902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d618aa8e3b148095835b81b804480a0fa4eba44ed8284d64a527baca59e6902", kill_on_drop: false }` [INFO] [stdout] 6d618aa8e3b148095835b81b804480a0fa4eba44ed8284d64a527baca59e6902