[INFO] fetching crate photonix 0.1.1...
[INFO] testing photonix-0.1.1 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate photonix 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate photonix 0.1.1
[INFO] finished tweaking crates.io crate photonix 0.1.1
[INFO] tweaked toml for crates.io crate photonix 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate photonix 0.1.1 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded photonix_derive v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6846798b754e8171f994fb07ff360baa0e61d1da91e0bfcb0a0883689a1bf16
[INFO] running `Command { std: "docker" "start" "-a" "c6846798b754e8171f994fb07ff360baa0e61d1da91e0bfcb0a0883689a1bf16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6846798b754e8171f994fb07ff360baa0e61d1da91e0bfcb0a0883689a1bf16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6846798b754e8171f994fb07ff360baa0e61d1da91e0bfcb0a0883689a1bf16", kill_on_drop: false }`
[INFO] [stdout] c6846798b754e8171f994fb07ff360baa0e61d1da91e0bfcb0a0883689a1bf16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e78049e39f5eb75b9c3ce4699ec9d997af9f0be63480114fb869d507e607e430
[INFO] running `Command { std: "docker" "start" "-a" "e78049e39f5eb75b9c3ce4699ec9d997af9f0be63480114fb869d507e607e430", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling photonix_derive v0.1.1
[INFO] [stderr]    Compiling photonix v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `implementations::*`
[INFO] [stdout]   --> src/lib.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub use implementations::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
[INFO] running `Command { std: "docker" "inspect" "e78049e39f5eb75b9c3ce4699ec9d997af9f0be63480114fb869d507e607e430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e78049e39f5eb75b9c3ce4699ec9d997af9f0be63480114fb869d507e607e430", kill_on_drop: false }`
[INFO] [stdout] e78049e39f5eb75b9c3ce4699ec9d997af9f0be63480114fb869d507e607e430
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e493306a2ba635ef83c9f8166042f2b76a9d6b7c4f220800bbae222680c49e1a
[INFO] running `Command { std: "docker" "start" "-a" "e493306a2ba635ef83c9f8166042f2b76a9d6b7c4f220800bbae222680c49e1a", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `implementations::*`
[INFO] [stdout]   --> src/lib.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub use implementations::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling photonix v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `implementations::*`
[INFO] [stdout]   --> src/lib.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub use implementations::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "e493306a2ba635ef83c9f8166042f2b76a9d6b7c4f220800bbae222680c49e1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e493306a2ba635ef83c9f8166042f2b76a9d6b7c4f220800bbae222680c49e1a", kill_on_drop: false }`
[INFO] [stdout] e493306a2ba635ef83c9f8166042f2b76a9d6b7c4f220800bbae222680c49e1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4f773396453ed8810605a0a89dde4a1582b4f0cf7ede3b2a2963c7828589058a
[INFO] running `Command { std: "docker" "start" "-a" "4f773396453ed8810605a0a89dde4a1582b4f0cf7ede3b2a2963c7828589058a", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `implementations::*`
[INFO] [stderr]   --> src/lib.rs:93:9
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub use implementations::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `photonix` (lib) generated 1 warning (run `cargo fix --lib -p photonix` to apply 1 suggestion)
[INFO] [stderr] warning: `photonix` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/photonix-c0aa0e208b941137)
[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] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-5a91bc0b45ec641d)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::get_option ... ok
[INFO] [stdout] test tests::modifiers ... ok
[INFO] [stdout] test tests::modify_option ... ok
[INFO] [stdout] test tests::reverse_get ... ok
[INFO] [stdout] test tests::set_option ... ok
[INFO] [stdout] test tests::prism_laws ... ok
[INFO] [stdout] test tests::setters ... ok
[INFO] [stdout] test tests::lens_laws ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests photonix
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test src/focus.rs - focus::ReverseGet (line 267) ... ok
[INFO] [stdout] test src/focus.rs - focus::Set (line 68) ... ok
[INFO] [stdout] test src/focus.rs - focus::GetRef (line 37) ... ok
[INFO] [stdout] test src/focus.rs - focus::Modify (line 117) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::GetFifth (line 873) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::Get (line 8) ... ok
[INFO] [stdout] test src/focus.rs - focus::ModifyOption (line 238) ... ok
[INFO] [stdout] test src/focus.rs - focus::SetOption (line 204) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::GetRefThird (line 512) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::composites::GetRefFourth (line 701) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::ModifyFifth (line 1049) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::composites::GetRefSecond (line 344) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::GetRefFifth (line 928) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::GetOption (line 166) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::GetThird (line 469) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::composites::SetFifth (line 983) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::composites::GetFourth (line 650) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::SetThird (line 555) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::composites::SetFourth (line 752) ... ok
[INFO] [stdout] test src/focus.rs - focus::zoom (line 1201) ... FAILED
[INFO] [stdout] test src/focus.rs - focus::composites::ModifyThird (line 602) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 21) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::ModifySecond (line 427) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::GetSecond (line 303) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::SetSecond (line 385) ... ok
[INFO] [stdout] test src/focus.rs - focus::composites::ModifyFourth (line 812) ... ok
[INFO] [stdout] test src/focus.rs - focus::zoom_all (line 1124) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/focus.rs - focus::composites::GetFifth (line 873) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:888:12
[INFO] [stdout]     |
[INFO] [stdout] 888 |   #[derive(Get)]
[INFO] [stdout]     |            ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:888:12
[INFO] [stdout]     |
[INFO] [stdout] 888 |   #[derive(Get)]
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::GetRefThird (line 512) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:521:11
[INFO] [stdout]     |
[INFO] [stdout] 521 |  #[derive(GetRef)]
[INFO] [stdout]     |           ^^^^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `GetRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:521:11
[INFO] [stdout]     |
[INFO] [stdout] 521 |  #[derive(GetRef)]
[INFO] [stdout]     |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::ModifyFifth (line 1049) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]     --> src/focus.rs:1064:12
[INFO] [stdout]      |
[INFO] [stdout] 1064 |   #[derive(Get, Modify)]
[INFO] [stdout]      |            ^^^ invalid suffix `usize`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> src/focus.rs:1064:12
[INFO] [stdout]      |
[INFO] [stdout] 1064 |   #[derive(Get, Modify)]
[INFO] [stdout]      |            ^^^
[INFO] [stdout] 
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]     --> src/focus.rs:1064:17
[INFO] [stdout]      |
[INFO] [stdout] 1064 |   #[derive(Get, Modify)]
[INFO] [stdout]      |                 ^^^^^^ invalid suffix `usize`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Modify` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> src/focus.rs:1064:17
[INFO] [stdout]      |
[INFO] [stdout] 1064 |   #[derive(Get, Modify)]
[INFO] [stdout]      |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::GetRefFifth (line 928) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:943:12
[INFO] [stdout]     |
[INFO] [stdout] 943 |   #[derive(GetRef)]
[INFO] [stdout]     |            ^^^^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `GetRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:943:12
[INFO] [stdout]     |
[INFO] [stdout] 943 |   #[derive(GetRef)]
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::GetThird (line 469) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:478:11
[INFO] [stdout]     |
[INFO] [stdout] 478 |  #[derive(Get)]
[INFO] [stdout]     |           ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:478:11
[INFO] [stdout]     |
[INFO] [stdout] 478 |  #[derive(Get)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::SetFifth (line 983) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:998:12
[INFO] [stdout]     |
[INFO] [stdout] 998 |   #[derive(Get, Set)]
[INFO] [stdout]     |            ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:998:12
[INFO] [stdout]     |
[INFO] [stdout] 998 |   #[derive(Get, Set)]
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:998:17
[INFO] [stdout]     |
[INFO] [stdout] 998 |   #[derive(Get, Set)]
[INFO] [stdout]     |                 ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:998:17
[INFO] [stdout]     |
[INFO] [stdout] 998 |   #[derive(Get, Set)]
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::SetThird (line 555) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:564:11
[INFO] [stdout]     |
[INFO] [stdout] 564 |  #[derive(Get, Set)]
[INFO] [stdout]     |           ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:564:11
[INFO] [stdout]     |
[INFO] [stdout] 564 |  #[derive(Get, Set)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:564:16
[INFO] [stdout]     |
[INFO] [stdout] 564 |  #[derive(Get, Set)]
[INFO] [stdout]     |                ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:564:16
[INFO] [stdout]     |
[INFO] [stdout] 564 |  #[derive(Get, Set)]
[INFO] [stdout]     |                ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::zoom (line 1201) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]     --> src/focus.rs:1216:11
[INFO] [stdout]      |
[INFO] [stdout] 1216 |  #[derive(Get, Set, Modify)]
[INFO] [stdout]      |           ^^^ invalid suffix `usize`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> src/focus.rs:1216:11
[INFO] [stdout]      |
[INFO] [stdout] 1216 |  #[derive(Get, Set, Modify)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]     --> src/focus.rs:1216:16
[INFO] [stdout]      |
[INFO] [stdout] 1216 |  #[derive(Get, Set, Modify)]
[INFO] [stdout]      |                ^^^ invalid suffix `usize`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> src/focus.rs:1216:16
[INFO] [stdout]      |
[INFO] [stdout] 1216 |  #[derive(Get, Set, Modify)]
[INFO] [stdout]      |                ^^^
[INFO] [stdout] 
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]     --> src/focus.rs:1216:21
[INFO] [stdout]      |
[INFO] [stdout] 1216 |  #[derive(Get, Set, Modify)]
[INFO] [stdout]      |                     ^^^^^^ invalid suffix `usize`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Modify` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> src/focus.rs:1216:21
[INFO] [stdout]      |
[INFO] [stdout] 1216 |  #[derive(Get, Set, Modify)]
[INFO] [stdout]      |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/focus.rs - focus::composites::ModifyThird (line 602) stdout ----
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:611:11
[INFO] [stdout]     |
[INFO] [stdout] 611 |  #[derive(Get, Modify)]
[INFO] [stdout]     |           ^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:611:11
[INFO] [stdout]     |
[INFO] [stdout] 611 |  #[derive(Get, Modify)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] error: suffixes on a tuple index are invalid
[INFO] [stdout]    --> src/focus.rs:611:16
[INFO] [stdout]     |
[INFO] [stdout] 611 |  #[derive(Get, Modify)]
[INFO] [stdout]     |                ^^^^^^ invalid suffix `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Modify` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]    --> src/focus.rs:611:16
[INFO] [stdout]     |
[INFO] [stdout] 611 |  #[derive(Get, Modify)]
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/focus.rs - focus::composites::GetFifth (line 873)
[INFO] [stdout]     src/focus.rs - focus::composites::GetRefFifth (line 928)
[INFO] [stdout]     src/focus.rs - focus::composites::GetRefThird (line 512)
[INFO] [stdout]     src/focus.rs - focus::composites::GetThird (line 469)
[INFO] [stdout]     src/focus.rs - focus::composites::ModifyFifth (line 1049)
[INFO] [stdout]     src/focus.rs - focus::composites::ModifyThird (line 602)
[INFO] [stdout]     src/focus.rs - focus::composites::SetFifth (line 983)
[INFO] [stdout]     src/focus.rs - focus::composites::SetThird (line 555)
[INFO] [stdout]     src/focus.rs - focus::zoom (line 1201)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 18 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.27s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "4f773396453ed8810605a0a89dde4a1582b4f0cf7ede3b2a2963c7828589058a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f773396453ed8810605a0a89dde4a1582b4f0cf7ede3b2a2963c7828589058a", kill_on_drop: false }`
[INFO] [stdout] 4f773396453ed8810605a0a89dde4a1582b4f0cf7ede3b2a2963c7828589058a
