[INFO] fetching crate jppe_derive 1.1.1...
[INFO] testing jppe_derive-1.1.1 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate jppe_derive 1.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate jppe_derive 1.1.1
[INFO] finished tweaking crates.io crate jppe_derive 1.1.1
[INFO] tweaked toml for crates.io crate jppe_derive 1.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jppe_derive 1.1.1 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f43895eb3d0a4acf6e8f6a5f07e3cdecdf9f56679e7360cb98b7633efb003b6a
[INFO] running `Command { std: "docker" "start" "-a" "f43895eb3d0a4acf6e8f6a5f07e3cdecdf9f56679e7360cb98b7633efb003b6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f43895eb3d0a4acf6e8f6a5f07e3cdecdf9f56679e7360cb98b7633efb003b6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f43895eb3d0a4acf6e8f6a5f07e3cdecdf9f56679e7360cb98b7633efb003b6a", kill_on_drop: false }`
[INFO] [stdout] f43895eb3d0a4acf6e8f6a5f07e3cdecdf9f56679e7360cb98b7633efb003b6a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] d4119ab952a85275db1f75befc71c7390eb921a9795cf0c867b2e6e4cab8fa49
[INFO] running `Command { std: "docker" "start" "-a" "d4119ab952a85275db1f75befc71c7390eb921a9795cf0c867b2e6e4cab8fa49", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling virtue v0.0.19
[INFO] [stderr]    Compiling jppe_derive v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/jppe/derive_enum.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn iter_fields(&self) -> EnumVariantIterator {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn iter_fields(&self) -> EnumVariantIterator<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
[INFO] running `Command { std: "docker" "inspect" "d4119ab952a85275db1f75befc71c7390eb921a9795cf0c867b2e6e4cab8fa49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4119ab952a85275db1f75befc71c7390eb921a9795cf0c867b2e6e4cab8fa49", kill_on_drop: false }`
[INFO] [stdout] d4119ab952a85275db1f75befc71c7390eb921a9795cf0c867b2e6e4cab8fa49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 455a6b7f3b0b3a5fc8f4d56cb55c35b58d4b45c9ea2d544f6a13c31efba422e8
[INFO] running `Command { std: "docker" "start" "-a" "455a6b7f3b0b3a5fc8f4d56cb55c35b58d4b45c9ea2d544f6a13c31efba422e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling jppe_derive v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/jppe/derive_enum.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn iter_fields(&self) -> EnumVariantIterator {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn iter_fields(&self) -> EnumVariantIterator<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/jppe/derive_enum.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn iter_fields(&self) -> EnumVariantIterator {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn iter_fields(&self) -> EnumVariantIterator<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "455a6b7f3b0b3a5fc8f4d56cb55c35b58d4b45c9ea2d544f6a13c31efba422e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "455a6b7f3b0b3a5fc8f4d56cb55c35b58d4b45c9ea2d544f6a13c31efba422e8", kill_on_drop: false }`
[INFO] [stdout] 455a6b7f3b0b3a5fc8f4d56cb55c35b58d4b45c9ea2d544f6a13c31efba422e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 80badc3e43d48ff8d2137e7c29b917d2d76263d621907e32233829afb6c1d1d9
[INFO] running `Command { std: "docker" "start" "-a" "80badc3e43d48ff8d2137e7c29b917d2d76263d621907e32233829afb6c1d1d9", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/jppe/derive_enum.rs:21:20
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn iter_fields(&self) -> EnumVariantIterator {
[INFO] [stderr]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn iter_fields(&self) -> EnumVariantIterator<'_> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `jppe_derive` (lib) generated 1 warning (run `cargo fix --lib -p jppe_derive` to apply 1 suggestion)
[INFO] [stderr] warning: `jppe_derive` (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/build/jppe_derive/2f54666c8b969f9b/deps/jppe_derive-2f54666c8b969f9b)
[INFO] [stderr]    Doc-tests jppe_derive
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test jppe::parse::tests::test_attrvalue_parse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 2) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 2) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `jppe`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use jppe::{ByteEncode, ByteDecode};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   |
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]   |
[INFO] [stdout] 2 + mod jppe;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]  --> src/lib.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, PartialEq, Eq, ByteEncode, ByteDecode)]
[INFO] [stdout]   |                                ^^^^^^^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `ByteEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]   |
[INFO] [stdout] 2 + mod jppe;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]  --> src/lib.rs:8:44
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, PartialEq, Eq, ByteEncode, ByteDecode)]
[INFO] [stdout]   |                                            ^^^^^^^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `ByteDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]   |
[INFO] [stdout] 2 + mod jppe;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   --> src/lib.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, PartialEq, Eq, ByteEncode, ByteDecode)]
[INFO] [stdout]    |                                ^^^^^^^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `ByteEncode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout]  2 + mod jppe;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   --> src/lib.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, PartialEq, Eq, ByteEncode, ByteDecode)]
[INFO] [stdout]    |                                            ^^^^^^^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `ByteDecode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout]  2 + mod jppe;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   --> src/lib.rs:36:33
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let (input_remain, value) = jppe::decode::<SimpleExample>(input).unwrap();
[INFO] [stdout]    |                                 ^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout]  2 + mod jppe;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]   --> src/lib.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |     assert_eq!(jppe::encode(value), input);
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `jppe`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/jppe/mod.rs, use `mod jppe` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout]  2 + mod jppe;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 2)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "80badc3e43d48ff8d2137e7c29b917d2d76263d621907e32233829afb6c1d1d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80badc3e43d48ff8d2137e7c29b917d2d76263d621907e32233829afb6c1d1d9", kill_on_drop: false }`
[INFO] [stdout] 80badc3e43d48ff8d2137e7c29b917d2d76263d621907e32233829afb6c1d1d9
