[INFO] updating cached repository teddy-otieno/HTTP-Server-Rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/teddy-otieno/HTTP-Server-Rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/teddy-otieno/HTTP-Server-Rust" "work/ex/clippy-test-run/sources/stable/gh/teddy-otieno/HTTP-Server-Rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/teddy-otieno/HTTP-Server-Rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/teddy-otieno/HTTP-Server-Rust" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/teddy-otieno/HTTP-Server-Rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/teddy-otieno/HTTP-Server-Rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d1b91ed0983269f3e0b3d230ba44ca06a034cddc [INFO] sha for GitHub repo teddy-otieno/HTTP-Server-Rust: d1b91ed0983269f3e0b3d230ba44ca06a034cddc [INFO] validating manifest of teddy-otieno/HTTP-Server-Rust 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 teddy-otieno/HTTP-Server-Rust 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 teddy-otieno/HTTP-Server-Rust [INFO] finished frobbing teddy-otieno/HTTP-Server-Rust [INFO] frobbed toml for teddy-otieno/HTTP-Server-Rust written to work/ex/clippy-test-run/sources/stable/gh/teddy-otieno/HTTP-Server-Rust/Cargo.toml [INFO] started frobbing teddy-otieno/HTTP-Server-Rust [INFO] finished frobbing teddy-otieno/HTTP-Server-Rust [INFO] frobbed toml for teddy-otieno/HTTP-Server-Rust written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/teddy-otieno/HTTP-Server-Rust/Cargo.toml [INFO] crate teddy-otieno/HTTP-Server-Rust 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 teddy-otieno/HTTP-Server-Rust against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/teddy-otieno/HTTP-Server-Rust:/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] 838fddfb1ef1ce710bee0734af655a65b841b075a1ae41835be93406fb9cbd55 [INFO] running `"docker" "start" "-a" "838fddfb1ef1ce710bee0734af655a65b841b075a1ae41835be93406fb9cbd55"` [INFO] [stderr] Checking crossbeam-utils v0.6.0 [INFO] [stderr] Checking bytes v0.4.10 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking tokio-io v0.1.10 [INFO] [stderr] Checking crossbeam-deque v0.6.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-threadpool v0.1.8 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.3 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking Krypton v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: unknown character escape: 1 [INFO] [stderr] --> src/http/httpresponse.rs:30:39 [INFO] [stderr] | [INFO] [stderr] 30 | static PROTOCOL_VERSION: &str = "HTTP\1.1"; [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: expected type, found `}` [INFO] [stderr] --> src/routes/route.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | } [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: can't qualify macro invocation with `pub` [INFO] [stderr] --> src/network_interface/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub receiver; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: try adjusting the macro to put `pub` inside the invocation [INFO] [stderr] [INFO] [stderr] error: expected one of `!` or `::`, found `;` [INFO] [stderr] --> src/network_interface/mod.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | pub receiver; [INFO] [stderr] | ^ expected one of `!` or `::` here [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `Krypton`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: unknown character escape: 1 [INFO] [stderr] --> src/http/httpresponse.rs:30:39 [INFO] [stderr] | [INFO] [stderr] 30 | static PROTOCOL_VERSION: &str = "HTTP\1.1"; [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: expected type, found `}` [INFO] [stderr] --> src/routes/route.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | } [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: can't qualify macro invocation with `pub` [INFO] [stderr] --> src/network_interface/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub receiver; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: try adjusting the macro to put `pub` inside the invocation [INFO] [stderr] [INFO] [stderr] error: expected one of `!` or `::`, found `;` [INFO] [stderr] --> src/network_interface/mod.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | pub receiver; [INFO] [stderr] | ^ expected one of `!` or `::` here [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `Krypton`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "838fddfb1ef1ce710bee0734af655a65b841b075a1ae41835be93406fb9cbd55"` [INFO] running `"docker" "rm" "-f" "838fddfb1ef1ce710bee0734af655a65b841b075a1ae41835be93406fb9cbd55"` [INFO] [stdout] 838fddfb1ef1ce710bee0734af655a65b841b075a1ae41835be93406fb9cbd55