[INFO] fetching crate bevy_pbr 0.1.0... [INFO] checking bevy_pbr-0.1.0 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate bevy_pbr 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate bevy_pbr 0.1.0 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate bevy_pbr 0.1.0 [INFO] finished tweaking crates.io crate bevy_pbr 0.1.0 [INFO] tweaked toml for crates.io crate bevy_pbr 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b8253643fa23d84ef5c8ef58f41cb73e9191b3a3bdb6efabd8985078d9ca5f5 [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" "6b8253643fa23d84ef5c8ef58f41cb73e9191b3a3bdb6efabd8985078d9ca5f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b8253643fa23d84ef5c8ef58f41cb73e9191b3a3bdb6efabd8985078d9ca5f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b8253643fa23d84ef5c8ef58f41cb73e9191b3a3bdb6efabd8985078d9ca5f5", kill_on_drop: false }` [INFO] [stdout] 6b8253643fa23d84ef5c8ef58f41cb73e9191b3a3bdb6efabd8985078d9ca5f5 [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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b08732a4b6e80eeaf92f5a3ccb1ff2bc4d2a6b1e200e30e258ad511a17bd4d95 [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" "b08732a4b6e80eeaf92f5a3ccb1ff2bc4d2a6b1e200e30e258ad511a17bd4d95", kill_on_drop: false }` [INFO] [stderr] Checking bevy_pbr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0063]: missing field `clamp_depth` in initializer of `bevy_render::pipeline::RasterizationStateDescriptor` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | rasterization_state: Some(RasterizationStateDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `clamp_depth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_front` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | stencil_front: StencilStateFaceDescriptor::IGNORE, [INFO] [stdout] | ^^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_back` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | stencil_back: StencilStateFaceDescriptor::IGNORE, [INFO] [stdout] | ^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_read_mask` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | stencil_read_mask: 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_write_mask` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | stencil_write_mask: 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `clamp_depth` in initializer of `bevy_render::pipeline::RasterizationStateDescriptor` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | rasterization_state: Some(RasterizationStateDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `clamp_depth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_front` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | stencil_front: StencilStateFaceDescriptor::IGNORE, [INFO] [stdout] | ^^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_back` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | stencil_back: StencilStateFaceDescriptor::IGNORE, [INFO] [stdout] | ^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_read_mask` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | stencil_read_mask: 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `bevy_render::pipeline::DepthStencilStateDescriptor` has no field named `stencil_write_mask` [INFO] [stdout] --> src/render_graph/forward_pipeline/mod.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | stencil_write_mask: 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `bevy_render::pipeline::DepthStencilStateDescriptor` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `format`, `depth_write_enabled`, `depth_compare`, `stencil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0063, E0560. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy_pbr`. [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: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0063, E0560. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b08732a4b6e80eeaf92f5a3ccb1ff2bc4d2a6b1e200e30e258ad511a17bd4d95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b08732a4b6e80eeaf92f5a3ccb1ff2bc4d2a6b1e200e30e258ad511a17bd4d95", kill_on_drop: false }` [INFO] [stdout] b08732a4b6e80eeaf92f5a3ccb1ff2bc4d2a6b1e200e30e258ad511a17bd4d95