[INFO] fetching crate over 0.6.5... [INFO] testing over-0.6.5 against beta-2022-09-25 for beta-1.65-1 [INFO] extracting crate over 0.6.5 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate over 0.6.5 on toolchain beta-2022-09-25 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate over 0.6.5 [INFO] finished tweaking crates.io crate over 0.6.5 [INFO] tweaked toml for crates.io crate over 0.6.5 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf41c26b1390a2be9e788819d762856f2b0c53b9b4246bcfd3e8f9057f5a1f72 [INFO] running `Command { std: "docker" "start" "-a" "cf41c26b1390a2be9e788819d762856f2b0c53b9b4246bcfd3e8f9057f5a1f72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf41c26b1390a2be9e788819d762856f2b0c53b9b4246bcfd3e8f9057f5a1f72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf41c26b1390a2be9e788819d762856f2b0c53b9b4246bcfd3e8f9057f5a1f72", kill_on_drop: false }` [INFO] [stdout] cf41c26b1390a2be9e788819d762856f2b0c53b9b4246bcfd3e8f9057f5a1f72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aeca9d1aa700653803b3d91d3d7c6f374cbf34f92ca6811c9734715ee75b4df0 [INFO] running `Command { std: "docker" "start" "-a" "aeca9d1aa700653803b3d91d3d7c6f374cbf34f92ca6811c9734715ee75b4df0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling over v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `contents` is never read [INFO] [stdout] --> src/parse/char_stream.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct Inner { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 14 | file: Option, [INFO] [stdout] 15 | contents: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.32s [INFO] running `Command { std: "docker" "inspect" "aeca9d1aa700653803b3d91d3d7c6f374cbf34f92ca6811c9734715ee75b4df0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeca9d1aa700653803b3d91d3d7c6f374cbf34f92ca6811c9734715ee75b4df0", kill_on_drop: false }` [INFO] [stdout] aeca9d1aa700653803b3d91d3d7c6f374cbf34f92ca6811c9734715ee75b4df0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb46ef310cc33d243c7e7f0ef8496801f59a7073ce2661e357420d68fc5bd2c7 [INFO] running `Command { std: "docker" "start" "-a" "bb46ef310cc33d243c7e7f0ef8496801f59a7073ce2661e357420d68fc5bd2c7", kill_on_drop: false }` [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `contents` is never read [INFO] [stdout] --> src/parse/char_stream.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct Inner { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 14 | file: Option, [INFO] [stdout] 15 | contents: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling over v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | / obj! { [INFO] [stdout] 86 | | "first_name" => "Dorothy", [INFO] [stdout] 87 | | "family_name" => "Gale" [INFO] [stdout] 88 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | / obj! { [INFO] [stdout] 95 | | "part_no" => "A4786", [INFO] [stdout] 96 | | "descrip" => "Water Bucket (Filled)", [INFO] [stdout] 97 | | "price" => frac!(147,100), [INFO] [stdout] 98 | | "quantity" => 4 [INFO] [stdout] 99 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | / obj! { [INFO] [stdout] 101 | | "part_no" => "E1628", [INFO] [stdout] 102 | | "descrip" => "High Heeled \"Ruby\" Slippers", [INFO] [stdout] 103 | | "size" => 8, [INFO] [stdout] 104 | | "price" => frac!(1337,10), [INFO] [stdout] 105 | | "quantity" => 1 [INFO] [stdout] 106 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 112 | == obj! { [INFO] [stdout] | ________________^ [INFO] [stdout] 113 | | "street" => "123 Tornado Alley\nSuite 16", [INFO] [stdout] 114 | | "city" => "East Centerville", [INFO] [stdout] 115 | | "state" => "KS", [INFO] [stdout] 116 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | == obj! { [INFO] [stdout] | ____________________^ [INFO] [stdout] 119 | | "street" => "123 Tornado Alley\r\nSuite 16", [INFO] [stdout] 120 | | "city" => "East Centerville", [INFO] [stdout] 121 | | "state" => "KS", [INFO] [stdout] 122 | | } [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:143:17 [INFO] [stdout] | [INFO] [stdout] 143 | let bools = obj! {"t" => true, "f" => false}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | / obj! { [INFO] [stdout] 313 | | "obj2" => obj!{"test" => 1}, [INFO] [stdout] 314 | | "obj3" => obj!{"test" => 2}, [INFO] [stdout] 315 | | "dup" => obj!{"test" => 2}, [INFO] [stdout] 316 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:313:23 [INFO] [stdout] | [INFO] [stdout] 313 | "obj2" => obj!{"test" => 1}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:313:23 [INFO] [stdout] | [INFO] [stdout] 313 | "obj2" => obj!{"test" => 1}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:314:23 [INFO] [stdout] | [INFO] [stdout] 314 | "obj3" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:314:23 [INFO] [stdout] | [INFO] [stdout] 314 | "obj3" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:315:22 [INFO] [stdout] | [INFO] [stdout] 315 | "dup" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:315:22 [INFO] [stdout] | [INFO] [stdout] 315 | "dup" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | / obj! { [INFO] [stdout] 313 | | "obj2" => obj!{"test" => 1}, [INFO] [stdout] 314 | | "obj3" => obj!{"test" => 2}, [INFO] [stdout] 315 | | "dup" => obj!{"test" => 2}, [INFO] [stdout] 316 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:313:23 [INFO] [stdout] | [INFO] [stdout] 313 | "obj2" => obj!{"test" => 1}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:313:23 [INFO] [stdout] | [INFO] [stdout] 313 | "obj2" => obj!{"test" => 1}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:314:23 [INFO] [stdout] | [INFO] [stdout] 314 | "obj3" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:314:23 [INFO] [stdout] | [INFO] [stdout] 314 | "obj3" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:315:22 [INFO] [stdout] | [INFO] [stdout] 315 | "dup" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> tests/integration.rs:315:22 [INFO] [stdout] | [INFO] [stdout] 315 | "dup" => obj!{"test" => 2}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | / obj! { [INFO] [stdout] 166 | | "a" => 1, [INFO] [stdout] 167 | | "b" => arr![1, 2] [INFO] [stdout] 168 | | } [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | let obj = obj! { [INFO] [stdout] | _______________- [INFO] [stdout] 25 | | "null" => Value::Null, [INFO] [stdout] 26 | | "bool" => true, [INFO] [stdout] 27 | | "int" => -5, [INFO] [stdout] ... | [INFO] [stdout] 32 | | "arr" => arr![-5, 0, 1], [INFO] [stdout] 33 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:79:16 [INFO] [stdout] | [INFO] [stdout] 79 | let def2 = obj! { [INFO] [stdout] | ________________- [INFO] [stdout] 80 | | "bool2" => true, [INFO] [stdout] 81 | | "bool3" => true [INFO] [stdout] 82 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | let def1 = obj! { [INFO] [stdout] | ________________- [INFO] [stdout] 84 | | "^" => def2.clone(), [INFO] [stdout] 85 | | "bool1" => true, [INFO] [stdout] 86 | | "bool2" => false, [INFO] [stdout] 87 | | "test2" => "bye", [INFO] [stdout] 88 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | let obj = obj! { [INFO] [stdout] | _______________- [INFO] [stdout] 90 | | "^" => def1.clone(), [INFO] [stdout] 91 | | "bool1" => true, [INFO] [stdout] 92 | | "test1" => "hi", [INFO] [stdout] 93 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | let obj2 = obj! { "^" => def1.clone() }; [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:104:16 [INFO] [stdout] | [INFO] [stdout] 104 | let obj2 = obj! { "^" => def1.clone(), "test1" => "hi", "bool1" => true }; [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: attributes on expressions are experimental [INFO] [stdout] --> src/macros.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | #[allow(clippy::useless_let_if_seq)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | let obj = obj! { [INFO] [stdout] | _______________- [INFO] [stdout] 130 | | "bool" => true, [INFO] [stdout] 131 | | "str" => "", [INFO] [stdout] 132 | | "arr_char" => arr!['w', 'o', 'w'], [INFO] [stdout] 133 | | "arr_arr" => try_arr![arr![], arr![true, false]].unwrap(), [INFO] [stdout] 134 | | "tup" => tup!('!', tup!(-1), try_arr!["test", "heya"].unwrap()), [INFO] [stdout] 135 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #15701 for more information [INFO] [stdout] = note: this error originates in the macro `try_obj` which comes from the expansion of the macro `obj` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `over` due to 9 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 20 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `over` due to 21 previous errors [INFO] running `Command { std: "docker" "inspect" "bb46ef310cc33d243c7e7f0ef8496801f59a7073ce2661e357420d68fc5bd2c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb46ef310cc33d243c7e7f0ef8496801f59a7073ce2661e357420d68fc5bd2c7", kill_on_drop: false }` [INFO] [stdout] bb46ef310cc33d243c7e7f0ef8496801f59a7073ce2661e357420d68fc5bd2c7