[INFO] updating cached repository Nobody-Special/Tesseract [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Nobody-Special/Tesseract [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Nobody-Special/Tesseract" "work/ex/clippy-test-run/sources/stable/gh/Nobody-Special/Tesseract"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Nobody-Special/Tesseract'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Nobody-Special/Tesseract" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Nobody-Special/Tesseract"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Nobody-Special/Tesseract'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2e0b67e938446dece41a2215399fc09b93ad2c55 [INFO] sha for GitHub repo Nobody-Special/Tesseract: 2e0b67e938446dece41a2215399fc09b93ad2c55 [INFO] validating manifest of Nobody-Special/Tesseract 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 Nobody-Special/Tesseract 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 Nobody-Special/Tesseract [INFO] finished frobbing Nobody-Special/Tesseract [INFO] frobbed toml for Nobody-Special/Tesseract written to work/ex/clippy-test-run/sources/stable/gh/Nobody-Special/Tesseract/Cargo.toml [INFO] started frobbing Nobody-Special/Tesseract [INFO] finished frobbing Nobody-Special/Tesseract [INFO] frobbed toml for Nobody-Special/Tesseract written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Nobody-Special/Tesseract/Cargo.toml [INFO] crate Nobody-Special/Tesseract has a lockfile. skipping [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 Nobody-Special/Tesseract against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/Nobody-Special/Tesseract:/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] b76ebfa082d3362d763a87aa2942fae71bbc017876d5d2915735816f4331eb30 [INFO] running `"docker" "start" "-a" "b76ebfa082d3362d763a87aa2942fae71bbc017876d5d2915735816f4331eb30"` [INFO] [stderr] warning: unused manifest key: dependencies.gtk.feautures [INFO] [stderr] warning: unused manifest key: dev [INFO] [stderr] Compiling Tesseract v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking loggerv v0.4.0 [INFO] [stderr] Checking glib-sys v0.4.0 [INFO] [stderr] Checking cairo-sys-rs v0.4.0 [INFO] [stderr] Compiling cairo-rs v0.2.0 [INFO] [stderr] Compiling gio-sys v0.4.0 [INFO] [stderr] Compiling pango-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.4.0 [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Compiling gdk-sys v0.4.0 [INFO] [stderr] Compiling gtk-sys v0.4.0 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Checking gobject-sys v0.4.0 [INFO] [stderr] Checking glib v0.3.1 [INFO] [stderr] Checking atk-sys v0.4.0 [INFO] [stderr] Checking pango v0.2.0 [INFO] [stderr] warning: unused imports: `ActionMapExt`, `ApplicationExt`, `MenuExt`, `SimpleActionExt` [INFO] [stderr] --> src/main.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | use gio::{ActionMapExt, ApplicationExt, MenuExt, SimpleActionExt}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::LogLevel` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use log::LogLevel; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `Tesseract` should have a snake case name such as `tesseract` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `ActionMapExt`, `ApplicationExt`, `MenuExt`, `SimpleActionExt` [INFO] [stderr] --> src/main.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | use gio::{ActionMapExt, ApplicationExt, MenuExt, SimpleActionExt}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::LogLevel` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use log::LogLevel; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `Tesseract` should have a snake case name such as `tesseract` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "b76ebfa082d3362d763a87aa2942fae71bbc017876d5d2915735816f4331eb30"` [INFO] running `"docker" "rm" "-f" "b76ebfa082d3362d763a87aa2942fae71bbc017876d5d2915735816f4331eb30"` [INFO] [stdout] b76ebfa082d3362d763a87aa2942fae71bbc017876d5d2915735816f4331eb30