[INFO] cloning repository https://github.com/rcoh/angle-grinder [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rcoh/angle-grinder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcoh%2Fangle-grinder", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcoh%2Fangle-grinder'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6bd07f2b35ac68b3a0fe5960a465b3ea07ad7f26 [INFO] checking rcoh/angle-grinder against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcoh%2Fangle-grinder" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rcoh/angle-grinder on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rcoh/angle-grinder [INFO] finished tweaking git repo https://github.com/rcoh/angle-grinder [INFO] tweaked toml for git repo https://github.com/rcoh/angle-grinder written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/rcoh/angle-grinder already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f177ff6ca77df62b3fb801c233da8c6bb345cbe25233862cae9e972fba0eb8ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f177ff6ca77df62b3fb801c233da8c6bb345cbe25233862cae9e972fba0eb8ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f177ff6ca77df62b3fb801c233da8c6bb345cbe25233862cae9e972fba0eb8ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f177ff6ca77df62b3fb801c233da8c6bb345cbe25233862cae9e972fba0eb8ef", kill_on_drop: false }` [INFO] [stdout] f177ff6ca77df62b3fb801c233da8c6bb345cbe25233862cae9e972fba0eb8ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4861f0e09641c959f8e6a7d655212ce3648dd3227e7b7fd7e9f5d3b4fbc18c47 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4861f0e09641c959f8e6a7d655212ce3648dd3227e7b7fd7e9f5d3b4fbc18c47", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking bytecount v0.3.2 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking predicates-core v1.0.1 [INFO] [stderr] Checking quantiles v0.7.1 [INFO] [stderr] Checking logfmt v0.0.2 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking strfmt v0.1.6 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Compiling cargo-husky v1.5.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking thread_local v1.1.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking addr2line v0.14.1 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking annotate-snippets v0.5.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Checking predicates-tree v1.0.1 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling im v13.0.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking backtrace v0.3.55 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking terminal_size v0.1.15 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking ordered-float v2.0.1 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking sized-chunks v0.3.1 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking nom_locate v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking os_type v2.2.0 [INFO] [stderr] Checking predicates v1.0.6 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking assert_cmd v1.0.2 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling test-generator v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking clap-verbosity-flag v0.2.0 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Compiling include_dir_impl v0.2.1 [INFO] [stderr] Checking include_dir v0.2.1 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking rust_decimal v0.10.2 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking dtparse v1.2.0 [INFO] [stderr] Checking globset v0.4.6 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking tinytemplate v1.2.0 [INFO] [stderr] Checking human-panic v1.0.3 [INFO] [stderr] Checking ignore v0.4.17 [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Checking globwalk v0.3.1 [INFO] [stderr] Checking quicli v0.4.0 [INFO] [stderr] Checking jemallocator v0.3.2 [INFO] [stderr] Checking ag v0.16.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/operator.rs:1099:10 [INFO] [stdout] | [INFO] [stdout] 1099 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/operator.rs:1099:10 [INFO] [stdout] | [INFO] [stdout] 1099 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:994:9 [INFO] [stdout] | [INFO] [stdout] 994 | expect!(prelexed_query, " * ", Search::And(vec![])); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:995:9 [INFO] [stdout] | [INFO] [stdout] 995 | expect!(prelexed_query, "*", Search::And(vec![])); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:996:9 [INFO] [stdout] | [INFO] [stdout] 996 | / expect!( [INFO] [stdout] 997 | | prelexed_query, [INFO] [stdout] 998 | | "abc ", [INFO] [stdout] 999 | | Search::And(vec![Search::Keyword(Keyword::new_wildcard( [INFO] [stdout] 1000 | | "abc".to_string() [INFO] [stdout] 1001 | | ))]) [INFO] [stdout] 1002 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1003:9 [INFO] [stdout] | [INFO] [stdout] 1003 | / expect!( [INFO] [stdout] 1004 | | prelexed_query, [INFO] [stdout] 1005 | | "(abc )", [INFO] [stdout] 1006 | | Search::And(vec![Search::Keyword(Keyword::new_wildcard( [INFO] [stdout] 1007 | | "abc".to_string() [INFO] [stdout] 1008 | | ))]) [INFO] [stdout] 1009 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1014:9 [INFO] [stdout] | [INFO] [stdout] 1014 | expect!(keyword, "abc", "abc".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1015:9 [INFO] [stdout] | [INFO] [stdout] 1015 | expect!(keyword, "one-two-three", "one-two-three".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1020:9 [INFO] [stdout] | [INFO] [stdout] 1020 | expect!(quoted_string, "\"hello\"", "hello"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1021:9 [INFO] [stdout] | [INFO] [stdout] 1021 | expect!(quoted_string, "'hello'", "hello"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1022:9 [INFO] [stdout] | [INFO] [stdout] 1022 | expect!(quoted_string, r#""test = [*=*] * ""#, "test = [*=*] * "); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1023:9 [INFO] [stdout] | [INFO] [stdout] 1023 | expect_fail!(quoted_string, "\"hello'"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1028:9 [INFO] [stdout] | [INFO] [stdout] 1028 | / expect!( [INFO] [stdout] 1029 | | expr, [INFO] [stdout] 1030 | | "a == b", [INFO] [stdout] 1031 | | Expr::Binary { [INFO] [stdout] ... | [INFO] [stdout] 1035 | | } [INFO] [stdout] 1036 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1041:9 [INFO] [stdout] | [INFO] [stdout] 1041 | / expect!( [INFO] [stdout] 1042 | | field_expr, [INFO] [stdout] 1043 | | "parseDate(abc) as foo", [INFO] [stdout] 1044 | | Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1057 | | } [INFO] [stdout] 1058 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1063:9 [INFO] [stdout] | [INFO] [stdout] 1063 | / expect!( [INFO] [stdout] 1064 | | expr, [INFO] [stdout] 1065 | | "a <= \"b\"", [INFO] [stdout] 1066 | | Expr::Binary { [INFO] [stdout] ... | [INFO] [stdout] 1070 | | } [INFO] [stdout] 1071 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1076:9 [INFO] [stdout] | [INFO] [stdout] 1076 | expect!(expr, "foo", Expr::column("foo")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1077:9 [INFO] [stdout] | [INFO] [stdout] 1077 | / expect!( [INFO] [stdout] 1078 | | expr, [INFO] [stdout] 1079 | | "foo.bar.baz[-10]", [INFO] [stdout] 1080 | | Expr::Column { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | } [INFO] [stdout] 1088 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1093:9 [INFO] [stdout] | [INFO] [stdout] 1093 | / expect!( [INFO] [stdout] 1094 | | expr, [INFO] [stdout] 1095 | | "2 * 3 + 4 * 5 < 4 / 2 + 1", [INFO] [stdout] 1096 | | Expr::Binary { [INFO] [stdout] ... | [INFO] [stdout] 1120 | | } [INFO] [stdout] 1121 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1126:9 [INFO] [stdout] | [INFO] [stdout] 1126 | expect!(ident, "hello123", "hello123".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1127:9 [INFO] [stdout] | [INFO] [stdout] 1127 | expect!(ident, "x", "x".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1128:9 [INFO] [stdout] | [INFO] [stdout] 1128 | expect!(ident, "_x", "_x".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1129:9 [INFO] [stdout] | [INFO] [stdout] 1129 | expect_fail!(ident, "5x"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1134:9 [INFO] [stdout] | [INFO] [stdout] 1134 | / expect!( [INFO] [stdout] 1135 | | var_list, [INFO] [stdout] 1136 | | "a, b, def, g_55", [INFO] [stdout] 1137 | | vec![ [INFO] [stdout] ... | [INFO] [stdout] 1142 | | ] [INFO] [stdout] 1143 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1148:9 [INFO] [stdout] | [INFO] [stdout] 1148 | / expect!( [INFO] [stdout] 1149 | | parse, [INFO] [stdout] 1150 | | r#"parse "[key=*]" as v"#, [INFO] [stdout] 1151 | | Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1160 | | } [INFO] [stdout] 1161 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1162:9 [INFO] [stdout] | [INFO] [stdout] 1162 | / expect!( [INFO] [stdout] 1163 | | parse, [INFO] [stdout] 1164 | | r#"parse "[key=*]" as v nodrop"#, [INFO] [stdout] 1165 | | Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1174 | | } [INFO] [stdout] 1175 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1176:9 [INFO] [stdout] | [INFO] [stdout] 1176 | / expect!( [INFO] [stdout] 1177 | | parse, [INFO] [stdout] 1178 | | r#"parse "[key=*][val=*]" as k,v nodrop"#, [INFO] [stdout] 1179 | | Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1188 | | } [INFO] [stdout] 1189 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1194:9 [INFO] [stdout] | [INFO] [stdout] 1194 | / expect!( [INFO] [stdout] 1195 | | operator, [INFO] [stdout] 1196 | | r#" 1 as one"#, [INFO] [stdout] 1197 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1204 | | }) [INFO] [stdout] 1205 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1206:9 [INFO] [stdout] | [INFO] [stdout] 1206 | / expect!( [INFO] [stdout] 1207 | | operator, [INFO] [stdout] 1208 | | " json", [INFO] [stdout] 1209 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1213 | | }) [INFO] [stdout] 1214 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1215:9 [INFO] [stdout] | [INFO] [stdout] 1215 | / expect!( [INFO] [stdout] 1216 | | operator, [INFO] [stdout] 1217 | | " logfmt", [INFO] [stdout] 1218 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1222 | | }) [INFO] [stdout] 1223 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1224:9 [INFO] [stdout] | [INFO] [stdout] 1224 | / expect!( [INFO] [stdout] 1225 | | operator, [INFO] [stdout] 1226 | | r#" parse "[key=*]" from field as v"#, [INFO] [stdout] 1227 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1243 | | }) [INFO] [stdout] 1244 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1245:9 [INFO] [stdout] | [INFO] [stdout] 1245 | / expect!( [INFO] [stdout] 1246 | | operator, [INFO] [stdout] 1247 | | r#" parse "[key=*]" as v from field"#, [INFO] [stdout] 1248 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1264 | | }) [INFO] [stdout] 1265 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1270:9 [INFO] [stdout] | [INFO] [stdout] 1270 | / expect!( [INFO] [stdout] 1271 | | operator, [INFO] [stdout] 1272 | | " limit", [INFO] [stdout] 1273 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1277 | | }) [INFO] [stdout] 1278 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1279:9 [INFO] [stdout] | [INFO] [stdout] 1279 | / expect!( [INFO] [stdout] 1280 | | operator, [INFO] [stdout] 1281 | | " limit 5", [INFO] [stdout] 1282 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1292 | | }) [INFO] [stdout] 1293 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1294:9 [INFO] [stdout] | [INFO] [stdout] 1294 | / expect!( [INFO] [stdout] 1295 | | operator, [INFO] [stdout] 1296 | | " limit -5", [INFO] [stdout] 1297 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1307 | | }) [INFO] [stdout] 1308 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1309:9 [INFO] [stdout] | [INFO] [stdout] 1309 | / expect!( [INFO] [stdout] 1310 | | operator, [INFO] [stdout] 1311 | | " limit 1e2", [INFO] [stdout] 1312 | | Operator::Inline(Positioned { [INFO] [stdout] ... | [INFO] [stdout] 1322 | | }) [INFO] [stdout] 1323 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1328:9 [INFO] [stdout] | [INFO] [stdout] 1328 | / expect!( [INFO] [stdout] 1329 | | multi_aggregate_operator, [INFO] [stdout] 1330 | | "count as renamed by x, y", [INFO] [stdout] 1331 | | Operator::MultiAggregate(MultiAggregateOperator { [INFO] [stdout] ... | [INFO] [stdout] 1342 | | }) [INFO] [stdout] 1343 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1348:9 [INFO] [stdout] | [INFO] [stdout] 1348 | / expect!( [INFO] [stdout] 1349 | | complete_agg_function, [INFO] [stdout] 1350 | | "p50(x)", [INFO] [stdout] 1351 | | ( [INFO] [stdout] ... | [INFO] [stdout] 1362 | | ) [INFO] [stdout] 1363 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1368:9 [INFO] [stdout] | [INFO] [stdout] 1368 | / expect!( [INFO] [stdout] 1369 | | query, [INFO] [stdout] 1370 | | " * ", [INFO] [stdout] 1371 | | Query { [INFO] [stdout] ... | [INFO] [stdout] 1374 | | } [INFO] [stdout] 1375 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1376:9 [INFO] [stdout] | [INFO] [stdout] 1376 | / expect!( [INFO] [stdout] 1377 | | query, [INFO] [stdout] 1378 | | " filter ", [INFO] [stdout] 1379 | | Query { [INFO] [stdout] ... | [INFO] [stdout] 1384 | | } [INFO] [stdout] 1385 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1386:9 [INFO] [stdout] | [INFO] [stdout] 1386 | / expect!( [INFO] [stdout] 1387 | | query, [INFO] [stdout] 1388 | | " *abc* ", [INFO] [stdout] 1389 | | Query { [INFO] [stdout] ... | [INFO] [stdout] 1394 | | } [INFO] [stdout] 1395 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1396:9 [INFO] [stdout] | [INFO] [stdout] 1396 | / expect!( [INFO] [stdout] 1397 | | query, [INFO] [stdout] 1398 | | " abc def \"*ghi*\" ", [INFO] [stdout] 1399 | | Query { [INFO] [stdout] ... | [INFO] [stdout] 1406 | | } [INFO] [stdout] 1407 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1412:9 [INFO] [stdout] | [INFO] [stdout] 1412 | / expect!( [INFO] [stdout] 1413 | | filter_expr, [INFO] [stdout] 1414 | | "(abc AND def) OR xyz", [INFO] [stdout] 1415 | | Search::Or(vec![ [INFO] [stdout] ... | [INFO] [stdout] 1421 | | ]) [INFO] [stdout] 1422 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1427:9 [INFO] [stdout] | [INFO] [stdout] 1427 | expect_fail!(query, "abc AND \""); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1429:9 [INFO] [stdout] | [INFO] [stdout] 1429 | expect_fail!(query, "a OR b OR C"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1434:9 [INFO] [stdout] | [INFO] [stdout] 1434 | / expect!( [INFO] [stdout] 1435 | | filter_expr, [INFO] [stdout] 1436 | | "abc OR (def OR xyz)", [INFO] [stdout] 1437 | | Search::Or(vec![ [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ]) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1449:9 [INFO] [stdout] | [INFO] [stdout] 1449 | / expect!( [INFO] [stdout] 1450 | | filter_not, [INFO] [stdout] 1451 | | "NOT abc", [INFO] [stdout] 1452 | | Search::Not(Box::new(Search::Keyword(Keyword::new_wildcard( [INFO] [stdout] 1453 | | "abc".to_string() [INFO] [stdout] 1454 | | )))) [INFO] [stdout] 1455 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1456:9 [INFO] [stdout] | [INFO] [stdout] 1456 | / expect!( [INFO] [stdout] 1457 | | filter_expr, [INFO] [stdout] 1458 | | "NOT abc", [INFO] [stdout] 1459 | | Search::And(vec![Search::Not(Box::new(Search::Keyword( [INFO] [stdout] 1460 | | Keyword::new_wildcard("abc".to_string()) [INFO] [stdout] 1461 | | )))]) [INFO] [stdout] 1462 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1463:9 [INFO] [stdout] | [INFO] [stdout] 1463 | / expect!( [INFO] [stdout] 1464 | | filter_expr, [INFO] [stdout] 1465 | | "(error OR warn) AND NOT hide", [INFO] [stdout] 1466 | | Search::And(vec![ [INFO] [stdout] ... | [INFO] [stdout] 1474 | | ]) [INFO] [stdout] 1475 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1481:9 [INFO] [stdout] | [INFO] [stdout] 1481 | / expect!( [INFO] [stdout] 1482 | | query, [INFO] [stdout] 1483 | | query_str, [INFO] [stdout] 1484 | | Query { [INFO] [stdout] ... | [INFO] [stdout] 1528 | | } [INFO] [stdout] 1529 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lang.rs:1535:9 [INFO] [stdout] | [INFO] [stdout] 1535 | / expect!( [INFO] [stdout] 1536 | | query, [INFO] [stdout] 1537 | | query_str, [INFO] [stdout] 1538 | | Query { [INFO] [stdout] ... | [INFO] [stdout] 1553 | | } [INFO] [stdout] 1554 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 49 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 05s [INFO] running `Command { std: "docker" "inspect" "4861f0e09641c959f8e6a7d655212ce3648dd3227e7b7fd7e9f5d3b4fbc18c47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4861f0e09641c959f8e6a7d655212ce3648dd3227e7b7fd7e9f5d3b4fbc18c47", kill_on_drop: false }` [INFO] [stdout] 4861f0e09641c959f8e6a7d655212ce3648dd3227e7b7fd7e9f5d3b4fbc18c47