[INFO] fetching crate mecs 0.1.1... [INFO] checking mecs-0.1.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate mecs 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate mecs 0.1.1 [INFO] finished tweaking crates.io crate mecs 0.1.1 [INFO] tweaked toml for crates.io crate mecs 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mecs 0.1.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb8facef077ab2fbd825f0b099816932e9785d1220efe23ed4a71442afb1dbcc [INFO] running `Command { std: "docker" "start" "-a" "bb8facef077ab2fbd825f0b099816932e9785d1220efe23ed4a71442afb1dbcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb8facef077ab2fbd825f0b099816932e9785d1220efe23ed4a71442afb1dbcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb8facef077ab2fbd825f0b099816932e9785d1220efe23ed4a71442afb1dbcc", kill_on_drop: false }` [INFO] [stdout] bb8facef077ab2fbd825f0b099816932e9785d1220efe23ed4a71442afb1dbcc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b11cdf61cd524e9beb810f1a6c28b8b0f026b71a3e97bbb838139b730459a7b0 [INFO] running `Command { std: "docker" "start" "-a" "b11cdf61cd524e9beb810f1a6c28b8b0f026b71a3e97bbb838139b730459a7b0", kill_on_drop: false }` [INFO] [stderr] Checking mecs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(external_doc )] [INFO] [stdout] | ^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.54.0; see for more information [INFO] [stdout] = note: use #[doc = include_str!("filename")] instead, which handles macro invocations [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown `doc` attribute `include` [INFO] [stdout] --> src/lib.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | #[doc(include = "../README.md")] [INFO] [stdout] | ------^^^^^^^^^^^^^^^^^^^^^^^^-- help: use `doc = include_str!` instead: `#[doc = include_str!("../README.md")]` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(invalid_doc_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:89:6 [INFO] [stdout] | [INFO] [stdout] 89 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:35:6 [INFO] [stdout] | [INFO] [stdout] 35 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:35:6 [INFO] [stdout] | [INFO] [stdout] 35 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:35:6 [INFO] [stdout] | [INFO] [stdout] 35 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/impl_macro.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/component/test.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | / mecs::impl_enum_storage!{ [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | /// Dummy storage type [INFO] [stdout] 17 | | enum Components { [INFO] [stdout] ... | [INFO] [stdout] 23 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::impl_enum_storage` which comes from the expansion of the macro `mecs::impl_enum_storage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:64:3 [INFO] [stdout] | [INFO] [stdout] 64 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/entity.rs:212:3 [INFO] [stdout] | [INFO] [stdout] 212 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/world.rs:262:3 [INFO] [stdout] | [INFO] [stdout] 262 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/world.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(external_doc )] [INFO] [stdout] | ^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.54.0; see for more information [INFO] [stdout] = note: use #[doc = include_str!("filename")] instead, which handles macro invocations [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stdout] error: unknown `doc` attribute `include` [INFO] [stdout] --> src/lib.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | #[doc(include = "../README.md")] [INFO] [stdout] | ------^^^^^^^^^^^^^^^^^^^^^^^^-- help: use `doc = include_str!` instead: `#[doc = include_str!("../README.md")]` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(invalid_doc_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:64:3 [INFO] [stdout] | [INFO] [stdout] 64 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/component/dyn_storage.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/entity.rs:212:3 [INFO] [stdout] | [INFO] [stdout] 212 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/world.rs:262:3 [INFO] [stdout] | [INFO] [stdout] 262 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to provided trait methods [INFO] [stdout] --> src/world.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mecs` (lib test) due to 2 previous errors; 17 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `mecs` (lib) due to 2 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b11cdf61cd524e9beb810f1a6c28b8b0f026b71a3e97bbb838139b730459a7b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b11cdf61cd524e9beb810f1a6c28b8b0f026b71a3e97bbb838139b730459a7b0", kill_on_drop: false }` [INFO] [stdout] b11cdf61cd524e9beb810f1a6c28b8b0f026b71a3e97bbb838139b730459a7b0