[INFO] updating cached repository maidsafe/system_uri [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/maidsafe/system_uri [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/maidsafe/system_uri" "work/ex/clippy-test-run/sources/stable/gh/maidsafe/system_uri"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/maidsafe/system_uri'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/maidsafe/system_uri" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/maidsafe/system_uri"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/maidsafe/system_uri'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 547066e6f2cb7f8e00cb176e7356ac9634c02f8e [INFO] sha for GitHub repo maidsafe/system_uri: 547066e6f2cb7f8e00cb176e7356ac9634c02f8e [INFO] validating manifest of maidsafe/system_uri 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 maidsafe/system_uri 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 maidsafe/system_uri [INFO] finished frobbing maidsafe/system_uri [INFO] frobbed toml for maidsafe/system_uri written to work/ex/clippy-test-run/sources/stable/gh/maidsafe/system_uri/Cargo.toml [INFO] started frobbing maidsafe/system_uri [INFO] finished frobbing maidsafe/system_uri [INFO] frobbed toml for maidsafe/system_uri written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/maidsafe/system_uri/Cargo.toml [INFO] crate maidsafe/system_uri 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 maidsafe/system_uri against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/maidsafe/system_uri:/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] d79779e70b501866df3ef24e2c82a675edc2cf0c98a88aece71be19063a3663b [INFO] running `"docker" "start" "-a" "d79779e70b501866df3ef24e2c82a675edc2cf0c98a88aece71be19063a3663b"` [INFO] [stderr] Compiling same-file v1.0.3 [INFO] [stderr] Checking jni-sys v0.3.0 [INFO] [stderr] Checking cesu8 v1.1.0 [INFO] [stderr] Checking unwrap v1.2.1 [INFO] [stderr] Checking xdg-basedir v1.0.0 [INFO] [stderr] Checking log v0.4.4 [INFO] [stderr] Checking combine v2.5.2 [INFO] [stderr] Checking walkdir v2.0.1 [INFO] [stderr] Checking base64 v0.9.2 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling jni v0.10.1 [INFO] [stderr] Checking ffi_utils v0.8.0 [INFO] [stderr] Checking system_uri v0.4.0 (/opt/crater/workdir) [INFO] [stderr] error: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | private_no_mangle_fns, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | warnings [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` [INFO] [stderr] --> src/lib.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | private_no_mangle_statics, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | private_no_mangle_fns, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | warnings [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` [INFO] [stderr] --> src/lib.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | private_no_mangle_statics, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `system_uri`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `system_uri`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d79779e70b501866df3ef24e2c82a675edc2cf0c98a88aece71be19063a3663b"` [INFO] running `"docker" "rm" "-f" "d79779e70b501866df3ef24e2c82a675edc2cf0c98a88aece71be19063a3663b"` [INFO] [stdout] d79779e70b501866df3ef24e2c82a675edc2cf0c98a88aece71be19063a3663b