[INFO] updating cached repository yavrib/bus-stop-calculator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/yavrib/bus-stop-calculator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/yavrib/bus-stop-calculator" "work/ex/clippy-test-run/sources/stable/gh/yavrib/bus-stop-calculator"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/yavrib/bus-stop-calculator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/yavrib/bus-stop-calculator" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/yavrib/bus-stop-calculator"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/yavrib/bus-stop-calculator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4fab5b459a461e7b8d321e9eca81213cfe955107 [INFO] sha for GitHub repo yavrib/bus-stop-calculator: 4fab5b459a461e7b8d321e9eca81213cfe955107 [INFO] validating manifest of yavrib/bus-stop-calculator 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 yavrib/bus-stop-calculator 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 yavrib/bus-stop-calculator [INFO] finished frobbing yavrib/bus-stop-calculator [INFO] frobbed toml for yavrib/bus-stop-calculator written to work/ex/clippy-test-run/sources/stable/gh/yavrib/bus-stop-calculator/Cargo.toml [INFO] started frobbing yavrib/bus-stop-calculator [INFO] finished frobbing yavrib/bus-stop-calculator [INFO] frobbed toml for yavrib/bus-stop-calculator written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/yavrib/bus-stop-calculator/Cargo.toml [INFO] crate yavrib/bus-stop-calculator 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 yavrib/bus-stop-calculator against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/yavrib/bus-stop-calculator:/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] 0f85b6a38557dda88350284c66e18d8c36f78e3c5c1cfe22c465cf55ce5e6e3f [INFO] running `"docker" "start" "-a" "0f85b6a38557dda88350284c66e18d8c36f78e3c5c1cfe22c465cf55ce5e6e3f"` [INFO] [stderr] Checking lazy_static v1.0.1 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking groupable v0.2.0 [INFO] [stderr] Checking log v0.4.2 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking idna v0.1.4 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking mustache v0.8.2 [INFO] [stderr] Checking url v1.7.0 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Checking nickel v0.10.1 [INFO] [stderr] Checking serde_json v1.0.21 [INFO] [stderr] Checking bus-routes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: struct is never constructed: `ResponseStops` [INFO] [stderr] --> src/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | struct ResponseStops { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | server.listen("127.0.0.1:1337"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `ResponseStops` [INFO] [stderr] --> src/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | struct ResponseStops { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | server.listen("127.0.0.1:1337"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.39s [INFO] running `"docker" "inspect" "0f85b6a38557dda88350284c66e18d8c36f78e3c5c1cfe22c465cf55ce5e6e3f"` [INFO] running `"docker" "rm" "-f" "0f85b6a38557dda88350284c66e18d8c36f78e3c5c1cfe22c465cf55ce5e6e3f"` [INFO] [stdout] 0f85b6a38557dda88350284c66e18d8c36f78e3c5c1cfe22c465cf55ce5e6e3f