[INFO] crate cff 0.3.0 is already in cache [INFO] extracting crate cff 0.3.0 into work/ex/clippy-test-run/sources/stable/reg/cff/0.3.0 [INFO] extracting crate cff 0.3.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cff/0.3.0 [INFO] validating manifest of cff-0.3.0 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 cff-0.3.0 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 cff-0.3.0 [INFO] removed 1 missing tests [INFO] finished frobbing cff-0.3.0 [INFO] frobbed toml for cff-0.3.0 written to work/ex/clippy-test-run/sources/stable/reg/cff/0.3.0/Cargo.toml [INFO] started frobbing cff-0.3.0 [INFO] removed 1 missing tests [INFO] finished frobbing cff-0.3.0 [INFO] frobbed toml for cff-0.3.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/cff/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 cff-0.3.0 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/reg/cff/0.3.0:/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] 0ba9194dd3eee489887b642d814df604bef4a0f4e293d82eb4199ebbebbcd9e2 [INFO] running `"docker" "start" "-a" "0ba9194dd3eee489887b642d814df604bef4a0f4e293d82eb4199ebbebbcd9e2"` [INFO] [stderr] Compiling tarrasque-macro v0.7.0 [INFO] [stderr] Checking cff v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Checking tarrasque v0.7.0 [INFO] [stderr] Checking sfnt v0.8.1 [INFO] [stderr] warning: the function has a cyclomatic complexity of 51 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:559:5 [INFO] [stderr] | [INFO] [stderr] 559 | / fn test_charstring_hstem() { [INFO] [stderr] 560 | | assert_charstring_eq!([(121), (-21), ([1]), ([14])], [ [INFO] [stderr] 561 | | Operation::HStem(121, 100), [INFO] [stderr] 562 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 578 | | ]); [INFO] [stderr] 579 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cyclomatic_complexity)] on by default [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 51 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:582:5 [INFO] [stderr] | [INFO] [stderr] 582 | / fn test_charstring_vstem() { [INFO] [stderr] 583 | | assert_charstring_eq!([(121), (-21), ([3]), ([14])], [ [INFO] [stderr] 584 | | Operation::VStem(121, 100), [INFO] [stderr] 585 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 601 | | ]); [INFO] [stderr] 602 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 39 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:629:5 [INFO] [stderr] | [INFO] [stderr] 629 | / fn test_charstring_hlineto() { [INFO] [stderr] 630 | | assert_charstring_eq!([(32), ([6]), ([14])], [ [INFO] [stderr] 631 | | Operation::LineTo(Point::new(32, 0)), [INFO] [stderr] 632 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 650 | | ]); [INFO] [stderr] 651 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 39 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:654:5 [INFO] [stderr] | [INFO] [stderr] 654 | / fn test_charstring_vlineto() { [INFO] [stderr] 655 | | assert_charstring_eq!([(32), ([7]), ([14])], [ [INFO] [stderr] 656 | | Operation::LineTo(Point::new(0, 32)), [INFO] [stderr] 657 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 675 | | ]); [INFO] [stderr] 676 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 59 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:679:5 [INFO] [stderr] | [INFO] [stderr] 679 | / fn test_charstring_rrcurveto() { [INFO] [stderr] 680 | | assert_charstring_eq!([(32), (64), (96), (128), (160), (192), ([8]), ([14])], [ [INFO] [stderr] 681 | | Operation::CurveTo(Point::new(32, 64), Point::new(128, 192), Point::new(288, 384)), [INFO] [stderr] 682 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 691 | | ]); [INFO] [stderr] 692 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 27 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:695:5 [INFO] [stderr] | [INFO] [stderr] 695 | / fn test_charstring_hintmask() { [INFO] [stderr] 696 | | assert_charstring_eq!([ [INFO] [stderr] 697 | | (121), (-21), (400), (-20), ([1]), [INFO] [stderr] 698 | | (121), (-21), (400), (-20), ([19]), [INFO] [stderr] ... | [INFO] [stderr] 707 | | ]); [INFO] [stderr] 708 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 27 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:711:5 [INFO] [stderr] | [INFO] [stderr] 711 | / fn test_charstring_cntrmask() { [INFO] [stderr] 712 | | assert_charstring_eq!([ [INFO] [stderr] 713 | | (121), (-21), (400), (-20), ([1]), [INFO] [stderr] 714 | | (121), (-21), (400), (-20), ([20]), [INFO] [stderr] ... | [INFO] [stderr] 723 | | ]); [INFO] [stderr] 724 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 71 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:751:5 [INFO] [stderr] | [INFO] [stderr] 751 | / fn test_charstring_rcurveline() { [INFO] [stderr] 752 | | assert_charstring_eq!([ [INFO] [stderr] 753 | | (32), (64), (96), (128), (160), (192), [INFO] [stderr] 754 | | (-32), (-64), ([24]), [INFO] [stderr] ... | [INFO] [stderr] 770 | | ]); [INFO] [stderr] 771 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 59 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:774:5 [INFO] [stderr] | [INFO] [stderr] 774 | / fn test_charstring_rlinecurve() { [INFO] [stderr] 775 | | assert_charstring_eq!([ [INFO] [stderr] 776 | | (32), (64), [INFO] [stderr] 777 | | (96), (128), (160), (192), (-32), (-64), ([25]), [INFO] [stderr] ... | [INFO] [stderr] 793 | | ]); [INFO] [stderr] 794 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 87 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:797:5 [INFO] [stderr] | [INFO] [stderr] 797 | / fn test_charstring_vvcurveto() { [INFO] [stderr] 798 | | assert_charstring_eq!([(32), (64), (96), (128), ([26]), ([14])], [ [INFO] [stderr] 799 | | Operation::CurveTo(Point::new(0, 32), Point::new(64, 128), Point::new(64, 256)), [INFO] [stderr] 800 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 822 | | ]); [INFO] [stderr] 823 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 87 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:826:5 [INFO] [stderr] | [INFO] [stderr] 826 | / fn test_charstring_hhcurveto() { [INFO] [stderr] 827 | | assert_charstring_eq!([(32), (64), (96), (128), ([27]), ([14])], [ [INFO] [stderr] 828 | | Operation::CurveTo(Point::new(32, 0), Point::new(96, 96), Point::new(224, 96)), [INFO] [stderr] 829 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 851 | | ]); [INFO] [stderr] 852 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 111 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:855:5 [INFO] [stderr] | [INFO] [stderr] 855 | / fn test_charstring_vhcurveto() { [INFO] [stderr] 856 | | assert_charstring_eq!([(32), (64), (96), (128), ([30]), ([14])], [ [INFO] [stderr] 857 | | Operation::CurveTo(Point::new(0, 32), Point::new(64, 128), Point::new(192, 128)), [INFO] [stderr] 858 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 884 | | ]); [INFO] [stderr] 885 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] warning: the function has a cyclomatic complexity of 111 [INFO] [stderr] --> src/glyphs/charstring/mod.rs:888:5 [INFO] [stderr] | [INFO] [stderr] 888 | / fn test_charstring_hvcurveto() { [INFO] [stderr] 889 | | assert_charstring_eq!([(32), (64), (96), (128), ([31]), ([14])], [ [INFO] [stderr] 890 | | Operation::CurveTo(Point::new(32, 0), Point::new(96, 96), Point::new(96, 224)), [INFO] [stderr] 891 | | ]); [INFO] [stderr] ... | [INFO] [stderr] 917 | | ]); [INFO] [stderr] 918 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: you could split it up into multiple smaller functions [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cyclomatic_complexity [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.18s [INFO] running `"docker" "inspect" "0ba9194dd3eee489887b642d814df604bef4a0f4e293d82eb4199ebbebbcd9e2"` [INFO] running `"docker" "rm" "-f" "0ba9194dd3eee489887b642d814df604bef4a0f4e293d82eb4199ebbebbcd9e2"` [INFO] [stdout] 0ba9194dd3eee489887b642d814df604bef4a0f4e293d82eb4199ebbebbcd9e2