[INFO] crate specs_messenger 0.1.0 is already in cache [INFO] checking specs_messenger-0.1.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate specs_messenger 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate specs_messenger 0.1.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate specs_messenger 0.1.0 [INFO] finished tweaking crates.io crate specs_messenger 0.1.0 [INFO] tweaked toml for crates.io crate specs_messenger 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2293e647ac4a23739d5258152114517c538986f61ee498c42e5317127a0b080e [INFO] running `"docker" "start" "-a" "2293e647ac4a23739d5258152114517c538986f61ee498c42e5317127a0b080e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking tuple_utils v0.2.0 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking tynm v0.1.4 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking shred v0.10.2 [INFO] [stderr] Checking hibitset v0.5.4 [INFO] [stderr] Checking shred v0.7.2 [INFO] [stderr] Checking specs v0.16.1 [INFO] [stderr] Checking specs_bundler v0.3.2 [INFO] [stderr] Checking specs v0.11.2 [INFO] [stderr] Checking specs_messenger v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0053]: method `build` has an incompatible type for trait [INFO] [stderr] --> src/messenger_bundle.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn build( [INFO] [stderr] 32 | | self, [INFO] [stderr] 33 | | world: &mut World, [INFO] [stderr] 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, [INFO] [stderr] ... | [INFO] [stderr] 42 | | )) [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ expected struct `shred::world::World`, found struct `specs::World` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(messenger_bundle::MessengerBundle<_>, &mut shred::world::World, shred::dispatch::builder::DispatcherBuilder<'a, 'b>) -> std::result::Result, _>` [INFO] [stderr] found fn pointer `fn(messenger_bundle::MessengerBundle<_>, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, _>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `build` has an incompatible type for trait [INFO] [stderr] --> src/messenger_bundle.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn build( [INFO] [stderr] 32 | | self, [INFO] [stderr] 33 | | world: &mut World, [INFO] [stderr] 34 | | dispatch_builder: DispatcherBuilder<'a, 'b>, [INFO] [stderr] ... | [INFO] [stderr] 42 | | )) [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ expected struct `shred::world::World`, found struct `specs::World` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(messenger_bundle::MessengerBundle<_>, &mut shred::world::World, shred::dispatch::builder::DispatcherBuilder<'a, 'b>) -> std::result::Result, _>` [INFO] [stderr] found fn pointer `fn(messenger_bundle::MessengerBundle<_>, &mut specs::World, specs::DispatcherBuilder<'a, 'b>) -> std::result::Result, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `specs_messenger`. [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] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `specs_messenger`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2293e647ac4a23739d5258152114517c538986f61ee498c42e5317127a0b080e"` [INFO] running `"docker" "rm" "-f" "2293e647ac4a23739d5258152114517c538986f61ee498c42e5317127a0b080e"` [INFO] [stdout] 2293e647ac4a23739d5258152114517c538986f61ee498c42e5317127a0b080e