[INFO] crate riker-dispatcher 0.1.8 is already in cache [INFO] extracting crate riker-dispatcher 0.1.8 into work/ex/clippy-test-run/sources/stable/reg/riker-dispatcher/0.1.8 [INFO] extracting crate riker-dispatcher 0.1.8 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/riker-dispatcher/0.1.8 [INFO] validating manifest of riker-dispatcher-0.1.8 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of riker-dispatcher-0.1.8 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing riker-dispatcher-0.1.8 [INFO] finished frobbing riker-dispatcher-0.1.8 [INFO] frobbed toml for riker-dispatcher-0.1.8 written to work/ex/clippy-test-run/sources/stable/reg/riker-dispatcher/0.1.8/Cargo.toml [INFO] started frobbing riker-dispatcher-0.1.8 [INFO] finished frobbing riker-dispatcher-0.1.8 [INFO] frobbed toml for riker-dispatcher-0.1.8 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/riker-dispatcher/0.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting riker-dispatcher-0.1.8 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/riker-dispatcher/0.1.8:/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" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 23308a8500efa2db9792fca33345f6fbac064ec5fe080cb4f2dbb87303a4f9d6 [INFO] running `"docker" "start" "-a" "23308a8500efa2db9792fca33345f6fbac064ec5fe080cb4f2dbb87303a4f9d6"` [INFO] [stderr] Checking futures v0.1.25 [INFO] [stderr] Checking futures-core-preview v0.2.3 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking futures-channel-preview v0.2.2 [INFO] [stderr] Checking futures-io-preview v0.2.2 [INFO] [stderr] Checking futures-sink-preview v0.2.2 [INFO] [stderr] Checking futures-util-preview v0.2.2 [INFO] [stderr] Checking config v0.9.2 [INFO] [stderr] Checking config v0.8.0 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking futures-executor-preview v0.2.2 [INFO] [stderr] Checking futures-stable-preview v0.2.3 [INFO] [stderr] Checking futures-async-runtime-preview v0.2.3 [INFO] [stderr] Checking futures-preview v0.2.2 [INFO] [stderr] Checking riker v0.1.9 [INFO] [stderr] Checking riker-dispatcher v0.1.8 (/opt/crater/workdir) [INFO] [stderr] error[E0053]: method `new` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | fn new(config: &Config, _: bool) -> ThreadPoolDispatcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `config::config::Config`, found struct `config::Config` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&config::config::Config, bool) -> ThreadPoolDispatcher` [INFO] [stderr] found type `fn(&config::Config, bool) -> ThreadPoolDispatcher` [INFO] [stderr] note: Perhaps two different versions of crate `config` are being used? [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | fn new(config: &Config, _: bool) -> ThreadPoolDispatcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 `riker-dispatcher`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0053]: method `new` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | fn new(config: &Config, _: bool) -> ThreadPoolDispatcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `config::config::Config`, found struct `config::Config` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&config::config::Config, bool) -> ThreadPoolDispatcher` [INFO] [stderr] found type `fn(&config::Config, bool) -> ThreadPoolDispatcher` [INFO] [stderr] note: Perhaps two different versions of crate `config` are being used? [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | fn new(config: &Config, _: bool) -> ThreadPoolDispatcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 `riker-dispatcher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "23308a8500efa2db9792fca33345f6fbac064ec5fe080cb4f2dbb87303a4f9d6"` [INFO] running `"docker" "rm" "-f" "23308a8500efa2db9792fca33345f6fbac064ec5fe080cb4f2dbb87303a4f9d6"` [INFO] [stdout] 23308a8500efa2db9792fca33345f6fbac064ec5fe080cb4f2dbb87303a4f9d6