[INFO] updating cached repository amitayadav/crud-actix [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/amitayadav/crud-actix [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/amitayadav/crud-actix" "work/ex/clippy-test-run/sources/stable/gh/amitayadav/crud-actix"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/amitayadav/crud-actix'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/amitayadav/crud-actix" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/amitayadav/crud-actix"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/amitayadav/crud-actix'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7c919412bbea16fb209a1a5b4d0c1d9a50428929 [INFO] sha for GitHub repo amitayadav/crud-actix: 7c919412bbea16fb209a1a5b4d0c1d9a50428929 [INFO] validating manifest of amitayadav/crud-actix 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 amitayadav/crud-actix 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 amitayadav/crud-actix [INFO] finished frobbing amitayadav/crud-actix [INFO] frobbed toml for amitayadav/crud-actix written to work/ex/clippy-test-run/sources/stable/gh/amitayadav/crud-actix/Cargo.toml [INFO] started frobbing amitayadav/crud-actix [INFO] finished frobbing amitayadav/crud-actix [INFO] frobbed toml for amitayadav/crud-actix written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/amitayadav/crud-actix/Cargo.toml [INFO] crate amitayadav/crud-actix 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 amitayadav/crud-actix 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/amitayadav/crud-actix:/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] 9c8527a8028b650ea0a8799d5195e76c4716eba338e61fcb0034a1c1e427b566 [INFO] running `"docker" "start" "-a" "9c8527a8028b650ea0a8799d5195e76c4716eba338e61fcb0034a1c1e427b566"` [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Checking tokio-io v0.1.10 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking tokio-threadpool v0.1.8 [INFO] [stderr] Checking cdrs v2.0.0-beta.3 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking h2 v0.1.13 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.3 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-signal v0.2.6 [INFO] [stderr] Checking trust-dns-proto v0.4.3 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking trust-dns-resolver v0.9.1 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling actix_derive v0.3.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking trust-dns-proto v0.5.0-alpha.5 [INFO] [stderr] Checking actix v0.7.5 [INFO] [stderr] Checking trust-dns-resolver v0.10.0-alpha.3 [INFO] [stderr] Checking actix-net v0.1.1 [INFO] [stderr] Checking actix-web v0.7.13 [INFO] [stderr] Checking crud_actix v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/insert.rs:18:47 [INFO] [stderr] | [INFO] [stderr] 18 | .query_with_values(insert_struct_cql, query_values!( stu.roll_no, stu.marks, stu.name)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/remove.rs:10:47 [INFO] [stderr] | [INFO] [stderr] 10 | .query_with_values(delete_struct_cql, query_values!(roll_no)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/update.rs:15:47 [INFO] [stderr] | [INFO] [stderr] 15 | .query_with_values(update_struct_cql, query_values!(stu.marks,stu.name,stu.roll_no)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/display.rs:13:61 [INFO] [stderr] | [INFO] [stderr] 13 | let rows = session.query_with_values(select_struct_cql, query_values!(roll_no)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `crud_actix`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/insert.rs:18:47 [INFO] [stderr] | [INFO] [stderr] 18 | .query_with_values(insert_struct_cql, query_values!( stu.roll_no, stu.marks, stu.name)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/remove.rs:10:47 [INFO] [stderr] | [INFO] [stderr] 10 | .query_with_values(delete_struct_cql, query_values!(roll_no)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/update.rs:15:47 [INFO] [stderr] | [INFO] [stderr] 15 | .query_with_values(update_struct_cql, query_values!(stu.marks,stu.name,stu.roll_no)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `query_values!` in this scope [INFO] [stderr] --> src/crud_operation/display.rs:13:61 [INFO] [stderr] | [INFO] [stderr] 13 | let rows = session.query_with_values(select_struct_cql, query_values!(roll_no)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `crud_actix`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9c8527a8028b650ea0a8799d5195e76c4716eba338e61fcb0034a1c1e427b566"` [INFO] running `"docker" "rm" "-f" "9c8527a8028b650ea0a8799d5195e76c4716eba338e61fcb0034a1c1e427b566"` [INFO] [stdout] 9c8527a8028b650ea0a8799d5195e76c4716eba338e61fcb0034a1c1e427b566