[INFO] fetching crate segsource-derive 0.2.0...
[INFO] testing segsource-derive-0.2.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate segsource-derive 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate segsource-derive 0.2.0
[INFO] finished tweaking crates.io crate segsource-derive 0.2.0
[INFO] tweaked toml for crates.io crate segsource-derive 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate segsource-derive 0.2.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d1eaee307e91e3999ea0aa63689c88475f76c53a6a3f8bd8f5808117ec2f8e80
[INFO] running `Command { std: "docker" "start" "-a" "d1eaee307e91e3999ea0aa63689c88475f76c53a6a3f8bd8f5808117ec2f8e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1eaee307e91e3999ea0aa63689c88475f76c53a6a3f8bd8f5808117ec2f8e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1eaee307e91e3999ea0aa63689c88475f76c53a6a3f8bd8f5808117ec2f8e80", kill_on_drop: false }`
[INFO] [stdout] d1eaee307e91e3999ea0aa63689c88475f76c53a6a3f8bd8f5808117ec2f8e80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7899f7b44725a5db34494c0cde4acce6529da91d9976da13cf285bbcc276fdee
[INFO] running `Command { std: "docker" "start" "-a" "7899f7b44725a5db34494c0cde4acce6529da91d9976da13cf285bbcc276fdee", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling here v1.1.1
[INFO] [stderr]    Compiling pmhelp-internal v0.0.2
[INFO] [stderr]    Compiling pmhelp v0.0.2
[INFO] [stderr]    Compiling segsource-derive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/from_seg/attrs/field.rs:595:29
[INFO] [stdout]     |
[INFO] [stdout] 595 |                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 595 -                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stdout] 595 +                 .map(|expr| quote! {segment.move_to(#expr)#suffix;} )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/from_seg/attrs/field.rs:599:29
[INFO] [stdout]     |
[INFO] [stdout] 599 |                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 599 -                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stdout] 599 +                 .map(|expr| quote! {segment.move_by(#expr)#suffix;} )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
[INFO] running `Command { std: "docker" "inspect" "7899f7b44725a5db34494c0cde4acce6529da91d9976da13cf285bbcc276fdee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7899f7b44725a5db34494c0cde4acce6529da91d9976da13cf285bbcc276fdee", kill_on_drop: false }`
[INFO] [stdout] 7899f7b44725a5db34494c0cde4acce6529da91d9976da13cf285bbcc276fdee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31a6ac4c291956453049423a0f1d4d6b4298c3c091f509a21025606c45e956ec
[INFO] running `Command { std: "docker" "start" "-a" "31a6ac4c291956453049423a0f1d4d6b4298c3c091f509a21025606c45e956ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling segsource-derive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/from_seg/attrs/field.rs:595:29
[INFO] [stdout]     |
[INFO] [stdout] 595 |                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 595 -                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stdout] 595 +                 .map(|expr| quote! {segment.move_to(#expr)#suffix;} )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/from_seg/attrs/field.rs:599:29
[INFO] [stdout]     |
[INFO] [stdout] 599 |                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 599 -                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stdout] 599 +                 .map(|expr| quote! {segment.move_by(#expr)#suffix;} )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/from_seg/attrs/field.rs:595:29
[INFO] [stdout]     |
[INFO] [stdout] 595 |                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 595 -                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stdout] 595 +                 .map(|expr| quote! {segment.move_to(#expr)#suffix;} )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/from_seg/attrs/field.rs:599:29
[INFO] [stdout]     |
[INFO] [stdout] 599 |                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stdout]     |                             ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 599 -                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stdout] 599 +                 .map(|expr| quote! {segment.move_by(#expr)#suffix;} )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "31a6ac4c291956453049423a0f1d4d6b4298c3c091f509a21025606c45e956ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31a6ac4c291956453049423a0f1d4d6b4298c3c091f509a21025606c45e956ec", kill_on_drop: false }`
[INFO] [stdout] 31a6ac4c291956453049423a0f1d4d6b4298c3c091f509a21025606c45e956ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aca7f66a9b06101dee51b63ac3d4fd5566d88624291f0545695e315a7da6a02a
[INFO] running `Command { std: "docker" "start" "-a" "aca7f66a9b06101dee51b63ac3d4fd5566d88624291f0545695e315a7da6a02a", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/from_seg/attrs/field.rs:595:29
[INFO] [stderr]     |
[INFO] [stderr] 595 |                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stderr]     |                             ^                                       ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 595 -                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stderr] 595 +                 .map(|expr| quote! {segment.move_to(#expr)#suffix;} )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/from_seg/attrs/field.rs:599:29
[INFO] [stderr]     |
[INFO] [stderr] 599 |                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stderr]     |                             ^                                       ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 599 -                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stderr] 599 +                 .map(|expr| quote! {segment.move_by(#expr)#suffix;} )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `segsource-derive` (lib) generated 2 warnings (run `cargo fix --lib -p segsource-derive` to apply 2 suggestions)
[INFO] [stderr] warning: `segsource-derive` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/segsource_derive-a68af5d9ae762685)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests segsource_derive
[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] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/from_seg/attrs/field.rs:595:29
[INFO] [stderr]     |
[INFO] [stderr] 595 |                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stderr]     |                             ^                                       ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 595 -                 .map(|expr| (quote! {segment.move_to(#expr)#suffix;}))
[INFO] [stderr] 595 +                 .map(|expr| quote! {segment.move_to(#expr)#suffix;} )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/from_seg/attrs/field.rs:599:29
[INFO] [stderr]     |
[INFO] [stderr] 599 |                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stderr]     |                             ^                                       ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 599 -                 .map(|expr| (quote! {segment.move_by(#expr)#suffix;}))
[INFO] [stderr] 599 +                 .map(|expr| quote! {segment.move_by(#expr)#suffix;} )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[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" "aca7f66a9b06101dee51b63ac3d4fd5566d88624291f0545695e315a7da6a02a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aca7f66a9b06101dee51b63ac3d4fd5566d88624291f0545695e315a7da6a02a", kill_on_drop: false }`
[INFO] [stdout] aca7f66a9b06101dee51b63ac3d4fd5566d88624291f0545695e315a7da6a02a
