[INFO] fetching crate dstify 0.2.0... [INFO] checking dstify-0.2.0 against try#7424ce9ff9baac3e9d9f5dd3c85828cddea0134d for pr-136776-1 [INFO] extracting crate dstify 0.2.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate dstify 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate dstify 0.2.0 [INFO] tweaked toml for crates.io crate dstify 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate dstify 0.2.0 on toolchain 7424ce9ff9baac3e9d9f5dd3c85828cddea0134d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate dstify 0.2.0 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" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cdbb5192b324a4a99adb5c460d1d0ed9ef9086819c637485fa36035f5269295 [INFO] running `Command { std: "docker" "start" "-a" "7cdbb5192b324a4a99adb5c460d1d0ed9ef9086819c637485fa36035f5269295", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cdbb5192b324a4a99adb5c460d1d0ed9ef9086819c637485fa36035f5269295", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cdbb5192b324a4a99adb5c460d1d0ed9ef9086819c637485fa36035f5269295", kill_on_drop: false }` [INFO] [stdout] 7cdbb5192b324a4a99adb5c460d1d0ed9ef9086819c637485fa36035f5269295 [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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab8372eca41ed75466ec2ab9332a44f19021f76771d9e46471255d5a79c8de78 [INFO] running `Command { std: "docker" "start" "-a" "ab8372eca41ed75466ec2ab9332a44f19021f76771d9e46471255d5a79c8de78", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling dstify_derive v0.2.0 [INFO] [stderr] Checking dstify v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 9 | dbg: dyn std::fmt::Debug + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 15 | dst: dyn std::fmt::Debug + Send + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 21 | dst: dyn std::fmt::Debug + Send + Sync + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 28 | dst: dyn std::fmt::Debug + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 35 | dst: dyn std::fmt::Debug + Send + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 41 | disp: dyn std::fmt::Display + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 46 | struct U0Debug(dyn std::fmt::Debug + 'static); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `D` may not live long enough [INFO] [stdout] --> tests/dyn_trait.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Dstify)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `D` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `D` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dstify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 94 | struct WithX(u8, dyn X + 'static); [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dstify` (test "dyn_trait") due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "ab8372eca41ed75466ec2ab9332a44f19021f76771d9e46471255d5a79c8de78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab8372eca41ed75466ec2ab9332a44f19021f76771d9e46471255d5a79c8de78", kill_on_drop: false }` [INFO] [stdout] ab8372eca41ed75466ec2ab9332a44f19021f76771d9e46471255d5a79c8de78