[INFO] fetching crate pprint 0.2.2...
[INFO] checking pprint-0.2.2 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate pprint 0.2.2 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate pprint 0.2.2 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate pprint 0.2.2
[INFO] finished tweaking crates.io crate pprint 0.2.2
[INFO] tweaked toml for crates.io crate pprint 0.2.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62630614aeb80b102a35be98d6bda91fca9cd3c4199fdccb86ca4bafd4b8a6f6
[INFO] running `Command { std: "docker" "start" "-a" "62630614aeb80b102a35be98d6bda91fca9cd3c4199fdccb86ca4bafd4b8a6f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62630614aeb80b102a35be98d6bda91fca9cd3c4199fdccb86ca4bafd4b8a6f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62630614aeb80b102a35be98d6bda91fca9cd3c4199fdccb86ca4bafd4b8a6f6", kill_on_drop: false }`
[INFO] [stdout] 62630614aeb80b102a35be98d6bda91fca9cd3c4199fdccb86ca4bafd4b8a6f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0da28c1a9ac6f70d49e556165a3471e6c284e34f268ad0ea60a7729a8622f3db
[INFO] running `Command { std: "docker" "start" "-a" "0da28c1a9ac6f70d49e556165a3471e6c284e34f268ad0ea60a7729a8622f3db", kill_on_drop: false }`
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling pprint_derive v0.1.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking pprint v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `pretty`
[INFO] [stdout]  --> tests/derive_tests.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[derive(Pretty)]
[INFO] [stdout]   |              ^^^^^^ use of undeclared crate or module `pretty`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Pretty` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty`
[INFO] [stdout]   --> tests/derive_tests.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[derive(Pretty)]
[INFO] [stdout]    |              ^^^^^^ use of undeclared crate or module `pretty`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Pretty` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty`
[INFO] [stdout]   --> tests/derive_tests.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Pretty)]
[INFO] [stdout]    |              ^^^^^^ use of undeclared crate or module `pretty`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Pretty` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `pprint` in this scope
[INFO] [stdout]  --> tests/derive_tests.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[pprint(verbose)]
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `pprint` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `pprint` in this scope
[INFO] [stdout]   --> tests/derive_tests.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 |         #[pprint(rename = "MyEnum::A")]
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `pprint` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `pprint` in this scope
[INFO] [stdout]   --> tests/derive_tests.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[pprint(verbose, rename = "Inner")]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `pprint` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `pprint` in this scope
[INFO] [stdout]   --> tests/derive_tests.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 |         #[pprint(ignore)]
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `pprint` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pretty`
[INFO] [stdout]  --> tests/derive_tests.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[derive(Pretty)]
[INFO] [stdout]   |              ^^^^^^ use of undeclared crate or module `pretty`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Pretty` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pretty`
[INFO] [stdout]   --> tests/derive_tests.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[derive(Pretty)]
[INFO] [stdout]    |              ^^^^^^ use of undeclared crate or module `pretty`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Pretty` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pretty`
[INFO] [stdout]   --> tests/derive_tests.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Pretty)]
[INFO] [stdout]    |              ^^^^^^ use of undeclared crate or module `pretty`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Pretty` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Doc<'_>: From<HeyEnum<'_>>` is not satisfied
[INFO] [stdout]    --> tests/derive_tests.rs:41:37
[INFO] [stdout]     |
[INFO] [stdout] 41  |         let pprint = printer.pprint(s);
[INFO] [stdout]     |                              ------ ^ the trait `From<HeyEnum<'_>>` is not implemented for `Doc<'_>`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `From<T>`:
[INFO] [stdout]               `Doc<'_>` implements `From<&T>`
[INFO] [stdout]               `Doc<'_>` implements `From<&[T]>`
[INFO] [stdout]               `Doc<'_>` implements `From<&str>`
[INFO] [stdout]               `Doc<'_>` implements `From<()>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3, T4)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3, T4, T5)>`
[INFO] [stdout]             and 30 others
[INFO] [stdout]     = note: required for `HeyEnum<'_>` to implement `Into<Doc<'_>>`
[INFO] [stdout] note: required by a bound in `Printer::pprint`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/print.rs:254:40
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn pprint<'a>(&self, doc: impl Into<Doc<'a>>) -> String {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ required by this bound in `Printer::pprint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Doc<'_>: From<InnerStrumct<'_>>` is not satisfied
[INFO] [stdout]    --> tests/derive_tests.rs:55:37
[INFO] [stdout]     |
[INFO] [stdout] 55  |         let pprint = printer.pprint(s);
[INFO] [stdout]     |                              ------ ^ the trait `From<InnerStrumct<'_>>` is not implemented for `Doc<'_>`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `From<T>`:
[INFO] [stdout]               `Doc<'_>` implements `From<&T>`
[INFO] [stdout]               `Doc<'_>` implements `From<&[T]>`
[INFO] [stdout]               `Doc<'_>` implements `From<&str>`
[INFO] [stdout]               `Doc<'_>` implements `From<()>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3, T4)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3, T4, T5)>`
[INFO] [stdout]             and 30 others
[INFO] [stdout]     = note: required for `InnerStrumct<'_>` to implement `Into<Doc<'_>>`
[INFO] [stdout] note: required by a bound in `Printer::pprint`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/print.rs:254:40
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn pprint<'a>(&self, doc: impl Into<Doc<'a>>) -> String {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ required by this bound in `Printer::pprint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Doc<'_>: From<Strumct<'_>>` is not satisfied
[INFO] [stdout]    --> tests/derive_tests.rs:84:37
[INFO] [stdout]     |
[INFO] [stdout] 84  |         let pprint = printer.pprint(s);
[INFO] [stdout]     |                              ------ ^ the trait `From<Strumct<'_>>` is not implemented for `Doc<'_>`
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `From<T>`:
[INFO] [stdout]               `Doc<'_>` implements `From<&T>`
[INFO] [stdout]               `Doc<'_>` implements `From<&[T]>`
[INFO] [stdout]               `Doc<'_>` implements `From<&str>`
[INFO] [stdout]               `Doc<'_>` implements `From<()>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3, T4)>`
[INFO] [stdout]               `Doc<'_>` implements `From<(T1, T2, T3, T4, T5)>`
[INFO] [stdout]             and 30 others
[INFO] [stdout]     = note: required for `Strumct<'_>` to implement `Into<Doc<'_>>`
[INFO] [stdout] note: required by a bound in `Printer::pprint`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/print.rs:254:40
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn pprint<'a>(&self, doc: impl Into<Doc<'a>>) -> String {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ required by this bound in `Printer::pprint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pprint` (test "derive_tests") due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "0da28c1a9ac6f70d49e556165a3471e6c284e34f268ad0ea60a7729a8622f3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0da28c1a9ac6f70d49e556165a3471e6c284e34f268ad0ea60a7729a8622f3db", kill_on_drop: false }`
[INFO] [stdout] 0da28c1a9ac6f70d49e556165a3471e6c284e34f268ad0ea60a7729a8622f3db
