[INFO] updating cached repository hyone/factordb-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hyone/factordb-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hyone/factordb-rs" "work/ex/clippy-test-run/sources/stable/gh/hyone/factordb-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/hyone/factordb-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hyone/factordb-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/hyone/factordb-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/hyone/factordb-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bdd44642cec4d65fc313b7519ac7f0add2c71687 [INFO] sha for GitHub repo hyone/factordb-rs: bdd44642cec4d65fc313b7519ac7f0add2c71687 [INFO] validating manifest of hyone/factordb-rs 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 hyone/factordb-rs 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 hyone/factordb-rs [INFO] finished frobbing hyone/factordb-rs [INFO] frobbed toml for hyone/factordb-rs written to work/ex/clippy-test-run/sources/stable/gh/hyone/factordb-rs/Cargo.toml [INFO] started frobbing hyone/factordb-rs [INFO] finished frobbing hyone/factordb-rs [INFO] frobbed toml for hyone/factordb-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/hyone/factordb-rs/Cargo.toml [INFO] crate hyone/factordb-rs 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 hyone/factordb-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/hyone/factordb-rs:/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] 0fd970e054fb872c4f746b3e86f4cfa02ad97025ae732a9560de2e27b3852022 [INFO] running `"docker" "start" "-a" "0fd970e054fb872c4f746b3e86f4cfa02ad97025ae732a9560de2e27b3852022"` [INFO] [stderr] Compiling http-muncher v0.3.1 [INFO] [stderr] Checking libflate v0.1.9 [INFO] [stderr] Checking net2 v0.2.29 [INFO] [stderr] Checking futures-cpupool v0.1.5 [INFO] [stderr] Checking idna v0.1.2 [INFO] [stderr] Checking backtrace-sys v0.1.11 [INFO] [stderr] Checking clap v2.25.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking openssl v0.9.14 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking mio v0.6.9 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking url v1.5.1 [INFO] [stderr] Checking tokio-core v0.1.8 [INFO] [stderr] Checking mockito v0.8.0 [INFO] [stderr] Checking serde_urlencoded v0.5.1 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking native-tls v0.1.4 [INFO] [stderr] Checking tokio-tls v0.1.3 [INFO] [stderr] Checking hyper v0.11.1 [INFO] [stderr] Checking hyper-tls v0.1.2 [INFO] [stderr] Checking reqwest v0.7.1 [INFO] [stderr] Checking factordb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/client.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | const ENDPOINT: &'static str = "https://factordb.com/api"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/client.rs:54:18 [INFO] [stderr] | [INFO] [stderr] 54 | const ENDPOINT: &'static str = mockito::SERVER_URL; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/client.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | const ENDPOINT: &'static str = "https://factordb.com/api"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> src/client.rs:54:18 [INFO] [stderr] | [INFO] [stderr] 54 | const ENDPOINT: &'static str = mockito::SERVER_URL; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.12s [INFO] running `"docker" "inspect" "0fd970e054fb872c4f746b3e86f4cfa02ad97025ae732a9560de2e27b3852022"` [INFO] running `"docker" "rm" "-f" "0fd970e054fb872c4f746b3e86f4cfa02ad97025ae732a9560de2e27b3852022"` [INFO] [stdout] 0fd970e054fb872c4f746b3e86f4cfa02ad97025ae732a9560de2e27b3852022