[INFO] fetching crate specs_camera 0.4.3... [INFO] extracting crate specs_camera 0.4.3 into work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/specs_camera/0.4.3 [INFO] extracting crate specs_camera 0.4.3 into work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/specs_camera/0.4.3 [INFO] validating manifest of specs_camera-0.4.3 on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of specs_camera-0.4.3 on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing specs_camera-0.4.3 [INFO] finished frobbing specs_camera-0.4.3 [INFO] frobbed toml for specs_camera-0.4.3 written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/specs_camera/0.4.3/Cargo.toml [INFO] started frobbing specs_camera-0.4.3 [INFO] finished frobbing specs_camera-0.4.3 [INFO] frobbed toml for specs_camera-0.4.3 written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/specs_camera/0.4.3/Cargo.toml [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking specs_camera-0.4.3 against master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-3/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/specs_camera/0.4.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ab7c5c51b3b38ddaa8bbbcfb6a612438cef5f794baabb6be78216062f3372ef7 [INFO] running `"docker" "start" "-a" "ab7c5c51b3b38ddaa8bbbcfb6a612438cef5f794baabb6be78216062f3372ef7"` [INFO] [stderr] Checking cast_trait v0.1.2 [INFO] [stderr] Checking specs_scene_graph v0.2.3 [INFO] [stderr] Checking vec3 v0.2.1 [INFO] [stderr] Checking vec2 v0.2.1 [INFO] [stderr] Checking mat4 v0.2.1 [INFO] [stderr] error[E0599]: no method named `register` found for type `&'world mut shred::world::World` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/specs_scene_graph-0.2.3/src/scene_graph_bundle.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | bundler.world.register::
(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use specs::world::world_ext::WorldExt;` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `res` on type `&'world mut shred::world::World` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/specs_scene_graph-0.2.3/src/scene_graph_bundle.rs:47:41 [INFO] [stderr] | [INFO] [stderr] 47 | system.setup(&mut bundler.world.res); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'c> scene_graph_system::SceneGraphSystem
: shred::system::System<'c>` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/specs_scene_graph-0.2.3/src/scene_graph_bundle.rs:49:65 [INFO] [stderr] | [INFO] [stderr] 49 | bundler.dispatcher_builder = bundler.dispatcher_builder.with( [INFO] [stderr] | ^^^^ the trait `for<'c> shred::system::System<'c>` is not implemented for `scene_graph_system::SceneGraphSystem
` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `specs_scene_graph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ab7c5c51b3b38ddaa8bbbcfb6a612438cef5f794baabb6be78216062f3372ef7"` [INFO] running `"docker" "rm" "-f" "ab7c5c51b3b38ddaa8bbbcfb6a612438cef5f794baabb6be78216062f3372ef7"` [INFO] [stdout] ab7c5c51b3b38ddaa8bbbcfb6a612438cef5f794baabb6be78216062f3372ef7