[INFO] fetching crate specs_guided_join 0.2.1... [INFO] checking specs_guided_join-0.2.1 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate specs_guided_join 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate specs_guided_join 0.2.1 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate specs_guided_join 0.2.1 [INFO] finished tweaking crates.io crate specs_guided_join 0.2.1 [INFO] tweaked toml for crates.io crate specs_guided_join 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70c74116e41a48f71f1e9ac51acdbd97a0fa31ba4f20f811d9e6fe085c65a28b [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" "70c74116e41a48f71f1e9ac51acdbd97a0fa31ba4f20f811d9e6fe085c65a28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70c74116e41a48f71f1e9ac51acdbd97a0fa31ba4f20f811d9e6fe085c65a28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70c74116e41a48f71f1e9ac51acdbd97a0fa31ba4f20f811d9e6fe085c65a28b", kill_on_drop: false }` [INFO] [stdout] 70c74116e41a48f71f1e9ac51acdbd97a0fa31ba4f20f811d9e6fe085c65a28b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4542f095a8d2555485b60f54b2ce74f1e820adce0ae4ed9147706bc8d73c9529 [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" "4542f095a8d2555485b60f54b2ce74f1e820adce0ae4ed9147706bc8d73c9529", kill_on_drop: false }` [INFO] [stderr] Checking specs_guided_join v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> tests/test.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | type SystemData = (WriteStorage<'a, Pos>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> benches/bench.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | type SystemData = (WriteStorage<'a, Pos>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> benches/bench.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | type SystemData = (WriteStorage<'a, Pos>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `World` in the current scope [INFO] [stdout] --> tests/test.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | let mut world = World::new(); [INFO] [stdout] | ^^^ function or associated item not found in `World` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 4 | use specs::WorldExt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Builder` [INFO] [stdout] --> tests/test.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Builder, Component, DispatcherBuilder, Entity, System, VecStorage, World, WriteStorage, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `specs_guided_join` [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[E0599]: no function or associated item named `new` found for struct `World` in the current scope [INFO] [stdout] --> benches/bench.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | let mut world = World::new(); [INFO] [stdout] | ^^^ function or associated item not found in `World` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use specs::WorldExt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `World` in the current scope [INFO] [stdout] --> benches/bench.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | let mut world = World::new(); [INFO] [stdout] | ^^^ function or associated item not found in `World` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use specs::WorldExt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Builder` [INFO] [stdout] --> benches/bench.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | Builder, Component, DispatcherBuilder, Entity, Join, System, VecStorage, World, WriteStorage, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4542f095a8d2555485b60f54b2ce74f1e820adce0ae4ed9147706bc8d73c9529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4542f095a8d2555485b60f54b2ce74f1e820adce0ae4ed9147706bc8d73c9529", kill_on_drop: false }` [INFO] [stdout] 4542f095a8d2555485b60f54b2ce74f1e820adce0ae4ed9147706bc8d73c9529