[INFO] fetching crate jppe_derive 1.1.1... [INFO] testing jppe_derive-1.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate jppe_derive 1.1.1 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate jppe_derive 1.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed64415dd7378d85babb8f74279f64885bae96eb85a1b9b63a0342ff6706d180 [INFO] running `Command { std: "docker" "start" "-a" "ed64415dd7378d85babb8f74279f64885bae96eb85a1b9b63a0342ff6706d180", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed64415dd7378d85babb8f74279f64885bae96eb85a1b9b63a0342ff6706d180", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed64415dd7378d85babb8f74279f64885bae96eb85a1b9b63a0342ff6706d180", kill_on_drop: false }` [INFO] [stdout] ed64415dd7378d85babb8f74279f64885bae96eb85a1b9b63a0342ff6706d180 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47725fe3be1da09d49a4ebdb0d8ebf2dc43b18f90dec3c2d5ef6510b9a56ff6f [INFO] running `Command { std: "docker" "start" "-a" "47725fe3be1da09d49a4ebdb0d8ebf2dc43b18f90dec3c2d5ef6510b9a56ff6f", kill_on_drop: false }` [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Compiling syn v2.0.110 [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.68s [INFO] running `Command { std: "docker" "inspect" "47725fe3be1da09d49a4ebdb0d8ebf2dc43b18f90dec3c2d5ef6510b9a56ff6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47725fe3be1da09d49a4ebdb0d8ebf2dc43b18f90dec3c2d5ef6510b9a56ff6f", kill_on_drop: false }` [INFO] [stdout] 47725fe3be1da09d49a4ebdb0d8ebf2dc43b18f90dec3c2d5ef6510b9a56ff6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 912cf79ee2792f13a0c4c0c82c915a3313d2bec9a4c4fc82b8d614af82f141fd [INFO] running `Command { std: "docker" "start" "-a" "912cf79ee2792f13a0c4c0c82c915a3313d2bec9a4c4fc82b8d614af82f141fd", 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.05s [INFO] running `Command { std: "docker" "inspect" "912cf79ee2792f13a0c4c0c82c915a3313d2bec9a4c4fc82b8d614af82f141fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "912cf79ee2792f13a0c4c0c82c915a3313d2bec9a4c4fc82b8d614af82f141fd", kill_on_drop: false }` [INFO] [stdout] 912cf79ee2792f13a0c4c0c82c915a3313d2bec9a4c4fc82b8d614af82f141fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b26e47aa1ff4bc82589c15f2969c749dedcc864a179932aacf597bb863f41128 [INFO] running `Command { std: "docker" "start" "-a" "b26e47aa1ff4bc82589c15f2969c749dedcc864a179932aacf597bb863f41128", 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/deps/jppe_derive-82a300b74fa73f00) [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] [stderr] Doc-tests jppe_derive [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::(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.42s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "b26e47aa1ff4bc82589c15f2969c749dedcc864a179932aacf597bb863f41128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b26e47aa1ff4bc82589c15f2969c749dedcc864a179932aacf597bb863f41128", kill_on_drop: false }` [INFO] [stdout] b26e47aa1ff4bc82589c15f2969c749dedcc864a179932aacf597bb863f41128