[INFO] cloning repository https://github.com/Cypher1/specs_error
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cypher1/specs_error" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCypher1%2Fspecs_error", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCypher1%2Fspecs_error'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 696b36741269fb82498d2b93d062ff18fd181ece
[INFO] checking Cypher1/specs_error against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCypher1%2Fspecs_error" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Cypher1/specs_error
[INFO] finished tweaking git repo https://github.com/Cypher1/specs_error
[INFO] tweaked toml for git repo https://github.com/Cypher1/specs_error written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Cypher1/specs_error on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Cypher1/specs_error 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" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22a27df84d2699a7980e92805feac25003b074882ae3933bdb8589828fb02f33
[INFO] running `Command { std: "docker" "start" "-a" "22a27df84d2699a7980e92805feac25003b074882ae3933bdb8589828fb02f33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22a27df84d2699a7980e92805feac25003b074882ae3933bdb8589828fb02f33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22a27df84d2699a7980e92805feac25003b074882ae3933bdb8589828fb02f33", kill_on_drop: false }`
[INFO] [stdout] 22a27df84d2699a7980e92805feac25003b074882ae3933bdb8589828fb02f33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1ec02b268473870e02df91d81a492b59999736c705637d0ecf2e040c761eb20
[INFO] running `Command { std: "docker" "start" "-a" "f1ec02b268473870e02df91d81a492b59999736c705637d0ecf2e040c761eb20", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling hashbrown v0.7.2
[INFO] [stderr]    Compiling ahash v0.7.4
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking mopa v0.2.2
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]     Checking atom v0.3.6
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]     Checking tuple_utils v0.3.0
[INFO] [stderr]     Checking shrev v1.1.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling shred-derive v0.6.3
[INFO] [stderr]    Compiling component_group_derive v3.0.0
[INFO] [stderr]    Compiling specs-derive v0.4.1
[INFO] [stderr]     Checking tynm v0.1.6
[INFO] [stderr]     Checking hibitset v0.6.3
[INFO] [stderr]     Checking shred v0.10.2
[INFO] [stderr]     Checking shred v0.12.0
[INFO] [stderr]     Checking specs v0.16.1
[INFO] [stderr]     Checking specs v0.17.0
[INFO] [stderr]     Checking component_group v3.0.0
[INFO] [stderr]     Checking specs_error v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0053]: method `first_from_world` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&shred::world::World) -> Option<(specs::world::entity::Entity, PhysicsItem)>`
[INFO] [stdout]               found signature `fn(&specs::World) -> Option<(Entity, PhysicsItem)>`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `from_world` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&shred::world::World, specs::world::entity::Entity) -> PhysicsItem`
[INFO] [stdout]               found signature `fn(&specs::World, Entity) -> PhysicsItem`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `create` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(PhysicsItem, &mut shred::world::World) -> specs::world::entity::Entity`
[INFO] [stdout]               found signature `fn(PhysicsItem, &mut specs::World) -> Entity`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `update` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(PhysicsItem, &mut shred::world::World, specs::world::entity::Entity) -> Result<_, _>`
[INFO] [stdout]               found signature `fn(PhysicsItem, &mut specs::World, Entity) -> Result<_, _>`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `remove` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&mut shred::world::World, specs::world::entity::Entity) -> PhysicsItem`
[INFO] [stdout]               found signature `fn(&mut specs::World, Entity) -> PhysicsItem`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `first_from_world` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&shred::world::World) -> Option<(specs::world::entity::Entity, PhysicsItem)>`
[INFO] [stdout]               found signature `fn(&specs::World) -> Option<(Entity, PhysicsItem)>`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specs_error` (bin "specs_error" test) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0053]: method `from_world` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&shred::world::World, specs::world::entity::Entity) -> PhysicsItem`
[INFO] [stdout]               found signature `fn(&specs::World, Entity) -> PhysicsItem`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `create` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(PhysicsItem, &mut shred::world::World) -> specs::world::entity::Entity`
[INFO] [stdout]               found signature `fn(PhysicsItem, &mut specs::World) -> Entity`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `update` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(PhysicsItem, &mut shred::world::World, specs::world::entity::Entity) -> Result<_, _>`
[INFO] [stdout]               found signature `fn(PhysicsItem, &mut specs::World, Entity) -> Result<_, _>`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `remove` has an incompatible type for trait
[INFO] [stdout]   --> src/main.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(ComponentGroup)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ expected `shred::world::World`, found `specs::World`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&mut shred::world::World, specs::world::entity::Entity) -> PhysicsItem`
[INFO] [stdout]               found signature `fn(&mut specs::World, Entity) -> PhysicsItem`
[INFO] [stdout]    = note: this error originates in the derive macro `ComponentGroup` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specs_error` (bin "specs_error") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "f1ec02b268473870e02df91d81a492b59999736c705637d0ecf2e040c761eb20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1ec02b268473870e02df91d81a492b59999736c705637d0ecf2e040c761eb20", kill_on_drop: false }`
[INFO] [stdout] f1ec02b268473870e02df91d81a492b59999736c705637d0ecf2e040c761eb20
