[INFO] cloning repository https://github.com/storycraft/impl-opaque
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/storycraft/impl-opaque" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstorycraft%2Fimpl-opaque", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstorycraft%2Fimpl-opaque'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d45c6a7fd9d152362abd4cdd7e89018916a37596
[INFO] testing storycraft/impl-opaque against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstorycraft%2Fimpl-opaque" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/storycraft/impl-opaque
[INFO] finished tweaking git repo https://github.com/storycraft/impl-opaque
[INFO] tweaked toml for git repo https://github.com/storycraft/impl-opaque written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/storycraft/impl-opaque on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/storycraft/impl-opaque already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b780730e7fc75d41e1ce8bc3304ca89c89b6d7028515a104384306a8f117bf8b
[INFO] running `Command { std: "docker" "start" "-a" "b780730e7fc75d41e1ce8bc3304ca89c89b6d7028515a104384306a8f117bf8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b780730e7fc75d41e1ce8bc3304ca89c89b6d7028515a104384306a8f117bf8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b780730e7fc75d41e1ce8bc3304ca89c89b6d7028515a104384306a8f117bf8b", kill_on_drop: false }`
[INFO] [stdout] b780730e7fc75d41e1ce8bc3304ca89c89b6d7028515a104384306a8f117bf8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aeef15b1210b93c79198579913a244514c8e8b6b7b2d850182bf6ccf9d61530b
[INFO] running `Command { std: "docker" "start" "-a" "aeef15b1210b93c79198579913a244514c8e8b6b7b2d850182bf6ccf9d61530b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling impl-opaque-macro v0.5.2 (/opt/rustwide/workdir/macro)
[INFO] [stderr]    Compiling impl-opaque v0.5.2 (/opt/rustwide/workdir/lib)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
[INFO] running `Command { std: "docker" "inspect" "aeef15b1210b93c79198579913a244514c8e8b6b7b2d850182bf6ccf9d61530b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aeef15b1210b93c79198579913a244514c8e8b6b7b2d850182bf6ccf9d61530b", kill_on_drop: false }`
[INFO] [stdout] aeef15b1210b93c79198579913a244514c8e8b6b7b2d850182bf6ccf9d61530b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec2fe88dcebd16aca8a6d62e072cdd4b83c437790ac53636828bb17267a3add4
[INFO] running `Command { std: "docker" "start" "-a" "ec2fe88dcebd16aca8a6d62e072cdd4b83c437790ac53636828bb17267a3add4", kill_on_drop: false }`
[INFO] [stderr]    Compiling impl-opaque-macro v0.5.2 (/opt/rustwide/workdir/macro)
[INFO] [stderr]    Compiling impl-opaque v0.5.2 (/opt/rustwide/workdir/lib)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.16s
[INFO] running `Command { std: "docker" "inspect" "ec2fe88dcebd16aca8a6d62e072cdd4b83c437790ac53636828bb17267a3add4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec2fe88dcebd16aca8a6d62e072cdd4b83c437790ac53636828bb17267a3add4", kill_on_drop: false }`
[INFO] [stdout] ec2fe88dcebd16aca8a6d62e072cdd4b83c437790ac53636828bb17267a3add4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b65a34899b6f9ca3d260ab454795e639e5421f59d514865752f91757c75ce305
[INFO] running `Command { std: "docker" "start" "-a" "b65a34899b6f9ca3d260ab454795e639e5421f59d514865752f91757c75ce305", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/impl_opaque-47c15d8002528211)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/impl_opaque_macro-d0784d9b2b16ec59)
[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] [stdout] 
[INFO] [stderr]    Doc-tests impl_opaque
[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] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test lib/src/lib.rs - (line 87) - compile ... ok
[INFO] [stdout] test lib/src/lib.rs - (line 14) - compile ... FAILED
[INFO] [stdout] test lib/src/lib.rs - (line 52) - compile ... FAILED
[INFO] [stdout] test lib/src/lib.rs - (line 41) - compile ... FAILED
[INFO] [stdout] test lib/src/lib.rs - (line 68) - compile ... FAILED
[INFO] [stdout] test lib/src/lib.rs - (line 28) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- lib/src/lib.rs - (line 14) stdout ----
[INFO] [stdout] error: cannot find attribute `opaque` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[opaque]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]    |
[INFO] [stdout] 14 + use impl_opaque::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 14 + use impl_opaque_macro::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `field` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 |         #[field]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Struct` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Struct {
[INFO] [stdout]    |      ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- lib/src/lib.rs - (line 52) stdout ----
[INFO] [stdout] error: cannot find attribute `opaque` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[opaque]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]    |
[INFO] [stdout] 52 + use impl_opaque::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 52 + use impl_opaque_macro::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `field` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |         #[field]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Struct` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:54:19
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl Iterator for Struct {
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- lib/src/lib.rs - (line 41) stdout ----
[INFO] [stdout] error: cannot find attribute `opaque` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:42:3
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[opaque(pub(self) count: i32)]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]    |
[INFO] [stdout] 41 + use impl_opaque::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use impl_opaque_macro::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Struct` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:43:6
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Struct {
[INFO] [stdout]    |      ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- lib/src/lib.rs - (line 68) stdout ----
[INFO] [stdout] error: cannot find attribute `opaque` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:69:3
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[opaque]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]    |
[INFO] [stdout] 68 + use impl_opaque::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 68 + use impl_opaque_macro::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `field` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:72:11
[INFO] [stdout]    |
[INFO] [stdout] 72 |         #[field]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Struct` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:70:6
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl Struct {
[INFO] [stdout]    |      ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- lib/src/lib.rs - (line 28) stdout ----
[INFO] [stdout] error: cannot find attribute `opaque` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[opaque]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]    |
[INFO] [stdout] 28 + use impl_opaque::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 28 + use impl_opaque_macro::opaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `field` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     field!(count: i32 = 0);
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Struct` in this scope
[INFO] [stdout]   --> lib/src/lib.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl Struct {
[INFO] [stdout]    |      ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     lib/src/lib.rs - (line 14)
[INFO] [stdout]     lib/src/lib.rs - (line 28)
[INFO] [stdout]     lib/src/lib.rs - (line 41)
[INFO] [stdout]     lib/src/lib.rs - (line 52)
[INFO] [stdout]     lib/src/lib.rs - (line 68)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p impl-opaque --doc`
[INFO] running `Command { std: "docker" "inspect" "b65a34899b6f9ca3d260ab454795e639e5421f59d514865752f91757c75ce305", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b65a34899b6f9ca3d260ab454795e639e5421f59d514865752f91757c75ce305", kill_on_drop: false }`
[INFO] [stdout] b65a34899b6f9ca3d260ab454795e639e5421f59d514865752f91757c75ce305
