[INFO] crate arendur 0.0.5 is already in cache [INFO] extracting crate arendur 0.0.5 into work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/reg/arendur/0.0.5 [INFO] extracting crate arendur 0.0.5 into work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/arendur/0.0.5 [INFO] validating manifest of arendur-0.0.5 on toolchain master#d99a320cba42f661aebfa1293b7b2ec3603dda75 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of arendur-0.0.5 on toolchain try#e70472fc501b855c9080f3772432c10fe20b8866 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing arendur-0.0.5 [INFO] removed 0 missing examples [INFO] finished frobbing arendur-0.0.5 [INFO] frobbed toml for arendur-0.0.5 written to work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/reg/arendur/0.0.5/Cargo.toml [INFO] started frobbing arendur-0.0.5 [INFO] removed 0 missing examples [INFO] finished frobbing arendur-0.0.5 [INFO] frobbed toml for arendur-0.0.5 written to work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/arendur/0.0.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking arendur-0.0.5 against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-2/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/arendur/0.0.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ac5d7c0d88f575925c7f1948e5f51046066d7f18053d5545014ea99645e02282 [INFO] running `"docker" "start" "-a" "ac5d7c0d88f575925c7f1948e5f51046066d7f18053d5545014ea99645e02282"` [INFO] [stderr] Checking copy_arena v0.1.1 [INFO] [stderr] Checking aren_alloc v0.2.1 [INFO] [stderr] Checking cgmath v0.14.1 [INFO] [stderr] Checking flame v0.1.12 [INFO] [stderr] Checking arendur v0.0.5 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/sample/filters.rs:216:33 [INFO] [stderr] | [INFO] [stderr] 216 | LanczosSincFilter::sinc((x*inv_tau)) [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: doc comment not used by rustdoc [INFO] [stderr] --> src/lighting/distantlight.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | /// extend accordingly [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/filming/tests.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::projective::*` [INFO] [stderr] --> src/filming/tests.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | use super::projective::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::perspective::*` [INFO] [stderr] --> src/filming/tests.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | use super::perspective::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/sample/filters.rs:216:33 [INFO] [stderr] | [INFO] [stderr] 216 | LanczosSincFilter::sinc((x*inv_tau)) [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: doc comment not used by rustdoc [INFO] [stderr] --> src/lighting/distantlight.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | /// extend accordingly [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `component::Composable` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 41 | impl Composable for TransformedComposable [INFO] [stderr] | ----------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 160 | impl Composable for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Composable` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `component::Composable` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:189:1 [INFO] [stderr] | [INFO] [stderr] 41 | impl Composable for TransformedComposable [INFO] [stderr] | ----------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 189 | impl Composable for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Composable` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `component::Primitive` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 90 | impl Primitive for TransformedComposable [INFO] [stderr] | --------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 209 | impl Primitive for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Primitive` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `lighting::Light` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 103 | impl Light for TransformedComposable [INFO] [stderr] | ----------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 222 | impl Light for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Primitive` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `component::Composable` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 41 | impl Composable for TransformedComposable [INFO] [stderr] | ----------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 160 | impl Composable for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Composable` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `component::Composable` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:189:1 [INFO] [stderr] | [INFO] [stderr] 41 | impl Composable for TransformedComposable [INFO] [stderr] | ----------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 189 | impl Composable for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Composable` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `component::Primitive` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 90 | impl Primitive for TransformedComposable [INFO] [stderr] | --------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 209 | impl Primitive for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Primitive` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `lighting::Light` for type `component::transformed::TransformedComposable>`: [INFO] [stderr] --> src/component/transformed.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 103 | impl Light for TransformedComposable [INFO] [stderr] | ----------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 222 | impl Light for TransformedComposable> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `component::transformed::TransformedComposable>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `component::Primitive` for type `std::sync::Arc<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `arendur`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `arendur`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ac5d7c0d88f575925c7f1948e5f51046066d7f18053d5545014ea99645e02282"` [INFO] running `"docker" "rm" "-f" "ac5d7c0d88f575925c7f1948e5f51046066d7f18053d5545014ea99645e02282"` [INFO] [stdout] ac5d7c0d88f575925c7f1948e5f51046066d7f18053d5545014ea99645e02282