[INFO] updating cached repository romatthe/TinyDB [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/romatthe/TinyDB [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/romatthe/TinyDB" "work/ex/clippy-test-run/sources/stable/gh/romatthe/TinyDB"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/romatthe/TinyDB'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/romatthe/TinyDB" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/romatthe/TinyDB"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/romatthe/TinyDB'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 204e73e64eb0ea174d06e8010b0f8cf8197d7e3e [INFO] sha for GitHub repo romatthe/TinyDB: 204e73e64eb0ea174d06e8010b0f8cf8197d7e3e [INFO] validating manifest of romatthe/TinyDB 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 romatthe/TinyDB 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 romatthe/TinyDB [INFO] finished frobbing romatthe/TinyDB [INFO] frobbed toml for romatthe/TinyDB written to work/ex/clippy-test-run/sources/stable/gh/romatthe/TinyDB/Cargo.toml [INFO] started frobbing romatthe/TinyDB [INFO] finished frobbing romatthe/TinyDB [INFO] frobbed toml for romatthe/TinyDB written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/romatthe/TinyDB/Cargo.toml [INFO] crate romatthe/TinyDB 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 romatthe/TinyDB against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/romatthe/TinyDB:/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] fa8bf0dde92b26feabc87141d014b5d811cfecfb3178d3487d6396cd6f84d11b [INFO] running `"docker" "start" "-a" "fa8bf0dde92b26feabc87141d014b5d811cfecfb3178d3487d6396cd6f84d11b"` [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling serde v1.0.34 [INFO] [stderr] Checking termcolor v0.3.5 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Checking toml v0.4.5 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Checking env_logger v0.5.6 [INFO] [stderr] Compiling idna v0.1.4 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling git2 v0.6.11 [INFO] [stderr] Checking built v0.2.3 [INFO] [stderr] Compiling tinydb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:7:25 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PKG_VERSION: &'static str = "0.1.0"; [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | pub const PKG_VERSION_MAJOR: &'static str = "0"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | pub const PKG_VERSION_MINOR: &'static str = "1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:13:31 [INFO] [stderr] | [INFO] [stderr] 13 | pub const PKG_VERSION_PATCH: &'static str = "0"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:15:29 [INFO] [stderr] | [INFO] [stderr] 15 | pub const PKG_VERSION_PRE: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | pub const PKG_AUTHORS: &'static str = "romatthe "; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub const PKG_NAME: &'static str = "tinydb"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | pub const PKG_DESCRIPTION: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | pub const PKG_HOMEPAGE: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | pub const TARGET: &'static str = "x86_64-unknown-linux-gnu"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | pub const HOST: &'static str = "x86_64-unknown-linux-gnu"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | pub const PROFILE: &'static str = "debug"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | pub const RUSTC: &'static str = "rustc"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | pub const RUSTDOC: &'static str = "rustdoc"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:41:23 [INFO] [stderr] | [INFO] [stderr] 41 | pub const FEATURES: [&'static str; 0] = []; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | pub const FEATURES_STR: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:45:27 [INFO] [stderr] | [INFO] [stderr] 45 | pub const RUSTC_VERSION: &'static str = "rustc 1.32.0 (9fda7c223 2019-01-16)"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | pub const RUSTDOC_VERSION: &'static str = "rustdoc 1.32.0 (9fda7c223 2019-01-16)"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:51:28 [INFO] [stderr] | [INFO] [stderr] 51 | pub const BUILT_TIME_UTC: &'static str = "Mon, 28 Jan 2019 23:21:09 GMT"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:53:29 [INFO] [stderr] | [INFO] [stderr] 53 | pub const CFG_TARGET_ARCH: &'static str = "x86_64"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | pub const CFG_ENDIAN: &'static str = "little"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | pub const CFG_ENV: &'static str = "gnu"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | pub const CFG_FAMILY: &'static str = "unix"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | pub const CFG_OS: &'static str = "linux"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | pub const CFG_POINTER_WIDTH: &'static str = "64"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | run_repl(); [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: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:7:25 [INFO] [stderr] | [INFO] [stderr] 7 | pub const PKG_VERSION: &'static str = "0.1.0"; [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | pub const PKG_VERSION_MAJOR: &'static str = "0"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | pub const PKG_VERSION_MINOR: &'static str = "1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:13:31 [INFO] [stderr] | [INFO] [stderr] 13 | pub const PKG_VERSION_PATCH: &'static str = "0"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:15:29 [INFO] [stderr] | [INFO] [stderr] 15 | pub const PKG_VERSION_PRE: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | pub const PKG_AUTHORS: &'static str = "romatthe "; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub const PKG_NAME: &'static str = "tinydb"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | pub const PKG_DESCRIPTION: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | pub const PKG_HOMEPAGE: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | pub const TARGET: &'static str = "x86_64-unknown-linux-gnu"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | pub const HOST: &'static str = "x86_64-unknown-linux-gnu"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | pub const PROFILE: &'static str = "debug"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | pub const RUSTC: &'static str = "rustc"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | pub const RUSTDOC: &'static str = "rustdoc"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:41:23 [INFO] [stderr] | [INFO] [stderr] 41 | pub const FEATURES: [&'static str; 0] = []; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | pub const FEATURES_STR: &'static str = ""; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:45:27 [INFO] [stderr] | [INFO] [stderr] 45 | pub const RUSTC_VERSION: &'static str = "rustc 1.32.0 (9fda7c223 2019-01-16)"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | pub const RUSTDOC_VERSION: &'static str = "rustdoc 1.32.0 (9fda7c223 2019-01-16)"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:51:28 [INFO] [stderr] | [INFO] [stderr] 51 | pub const BUILT_TIME_UTC: &'static str = "Mon, 28 Jan 2019 23:21:09 GMT"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:53:29 [INFO] [stderr] | [INFO] [stderr] 53 | pub const CFG_TARGET_ARCH: &'static str = "x86_64"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | pub const CFG_ENDIAN: &'static str = "little"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | pub const CFG_ENV: &'static str = "gnu"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | pub const CFG_FAMILY: &'static str = "unix"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | pub const CFG_OS: &'static str = "linux"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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] --> /opt/crater/target/debug/build/tinydb-4b60526a6c153bd2/out/built.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | pub const CFG_POINTER_WIDTH: &'static str = "64"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | run_repl(); [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 1m 04s [INFO] running `"docker" "inspect" "fa8bf0dde92b26feabc87141d014b5d811cfecfb3178d3487d6396cd6f84d11b"` [INFO] running `"docker" "rm" "-f" "fa8bf0dde92b26feabc87141d014b5d811cfecfb3178d3487d6396cd6f84d11b"` [INFO] [stdout] fa8bf0dde92b26feabc87141d014b5d811cfecfb3178d3487d6396cd6f84d11b