[INFO] fetching crate rename 0.1.1... [INFO] checking rename-0.1.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate rename 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rename 0.1.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rename 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rename 0.1.1 [INFO] tweaked toml for crates.io crate rename 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate rename 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9aa50126ba6a2ec973416dac8e2858c5fcbc5c1cd873d320556e91675e71f824 [INFO] running `Command { std: "docker" "start" "-a" "9aa50126ba6a2ec973416dac8e2858c5fcbc5c1cd873d320556e91675e71f824", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9aa50126ba6a2ec973416dac8e2858c5fcbc5c1cd873d320556e91675e71f824", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aa50126ba6a2ec973416dac8e2858c5fcbc5c1cd873d320556e91675e71f824", kill_on_drop: false }` [INFO] [stdout] 9aa50126ba6a2ec973416dac8e2858c5fcbc5c1cd873d320556e91675e71f824 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93b55e3a9e2d6b9984f67587a70851efc2d1f6c0c3a4f74b71f1d6544d69b425 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "93b55e3a9e2d6b9984f67587a70851efc2d1f6c0c3a4f74b71f1d6544d69b425", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking rename v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `rename_derive` [INFO] [stdout] --> tests/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate rename_derive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `Test` is defined multiple times [INFO] [stdout] --> examples/macro.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) struct $name { [INFO] [stdout] | ----------------------- previous definition of the type `Test` here [INFO] [stdout] ... [INFO] [stdout] 14 | pub(crate) struct $name { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ `Test` redefined here [INFO] [stdout] ... [INFO] [stdout] 20 | module!(Test); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Test` must be defined only once in the type namespace of this module [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rename_derive` [INFO] [stdout] --> examples/macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rename_derive::rename; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `rename_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `rename` [INFO] [stdout] --> examples/macro.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | #[rename(append = "Data")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | module!(Test); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rename` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0412]: cannot find type `TestData` in this scope [INFO] [stdout] --> examples/macro.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | data: concat_idents!($name, Data), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 20 | module!(Test); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestData` in this scope [INFO] [stdout] --> examples/macro.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | data: TestData { one: 1, two: 2 }, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0428, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "93b55e3a9e2d6b9984f67587a70851efc2d1f6c0c3a4f74b71f1d6544d69b425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93b55e3a9e2d6b9984f67587a70851efc2d1f6c0c3a4f74b71f1d6544d69b425", kill_on_drop: false }` [INFO] [stdout] 93b55e3a9e2d6b9984f67587a70851efc2d1f6c0c3a4f74b71f1d6544d69b425