Jul 12 12:17:54.894 INFO checking chiisai-0.1.5 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 12:17:54.894 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:17:54.894 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:17:54.895 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 12:17:55.114 INFO blam! 8845c3a5857f5be64d7616b9279074f572d0017b013a1b8794d8616f6d702f20 Jul 12 12:17:55.116 INFO running `"docker" "start" "-a" "8845c3a5857f5be64d7616b9279074f572d0017b013a1b8794d8616f6d702f20"` Jul 12 12:17:56.414 INFO kablam! Checking chiisai v0.1.5 (file:///source) Jul 12 12:18:04.066 INFO kablam! error[E0518]: attribute should be applied to function or closure Jul 12 12:18:04.066 INFO kablam! --> examples/echo.rs:24:1 Jul 12 12:18:04.066 INFO kablam! | Jul 12 12:18:04.066 INFO kablam! 24 | / routes!( Jul 12 12:18:04.066 INFO kablam! 25 | | // Each route handler needs 3 things: Jul 12 12:18:04.066 INFO kablam! 26 | | // 1) Takes a request verb needed for routes that use this: Jul 12 12:18:04.066 INFO kablam! 27 | | // Post, Put, Patch, Get, or Delete Jul 12 12:18:04.067 INFO kablam! ... | Jul 12 12:18:04.067 INFO kablam! 46 | | }) Jul 12 12:18:04.067 INFO kablam! 47 | | ); Jul 12 12:18:04.067 INFO kablam! | |__^ not a function or closure Jul 12 12:18:04.067 INFO kablam! | Jul 12 12:18:04.067 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 12:18:04.067 INFO kablam! Jul 12 12:18:04.335 INFO kablam! error: aborting due to previous error Jul 12 12:18:04.336 INFO kablam! Jul 12 12:18:04.336 INFO kablam! For more information about this error, try `rustc --explain E0518`. Jul 12 12:18:04.356 INFO kablam! error: Could not compile `chiisai`. Jul 12 12:18:04.356 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 12:18:04.515 INFO kablam! error[E0518]: attribute should be applied to function or closure Jul 12 12:18:04.515 INFO kablam! --> examples/url_parameters.rs:25:1 Jul 12 12:18:04.515 INFO kablam! | Jul 12 12:18:04.515 INFO kablam! 25 | / routes!( Jul 12 12:18:04.515 INFO kablam! 26 | | (Get, Parameter, |req: Request| { Jul 12 12:18:04.515 INFO kablam! 27 | | println!("{:?}", req); Jul 12 12:18:04.515 INFO kablam! 28 | | Box::new(ok(Response::new())) Jul 12 12:18:04.515 INFO kablam! ... | Jul 12 12:18:04.515 INFO kablam! 33 | | }) Jul 12 12:18:04.515 INFO kablam! 34 | | ); Jul 12 12:18:04.515 INFO kablam! | |__^ not a function or closure Jul 12 12:18:04.515 INFO kablam! | Jul 12 12:18:04.515 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 12:18:04.515 INFO kablam! Jul 12 12:18:04.660 INFO kablam! error: aborting due to previous error Jul 12 12:18:04.661 INFO kablam! Jul 12 12:18:04.661 INFO kablam! For more information about this error, try `rustc --explain E0518`. Jul 12 12:18:04.679 INFO kablam! error: Could not compile `chiisai`. Jul 12 12:18:04.680 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 12:18:04.948 INFO kablam! error[E0518]: attribute should be applied to function or closure Jul 12 12:18:04.948 INFO kablam! --> examples/catch_all.rs:21:1 Jul 12 12:18:04.948 INFO kablam! | Jul 12 12:18:04.948 INFO kablam! 21 | / routes!( Jul 12 12:18:04.948 INFO kablam! 22 | | (Get, GetRoot, |req: Request| { Jul 12 12:18:04.948 INFO kablam! 23 | | println!("GetRoot: {:?}", req); Jul 12 12:18:04.948 INFO kablam! 24 | | Box::new(ok(Response::new())) Jul 12 12:18:04.949 INFO kablam! ... | Jul 12 12:18:04.949 INFO kablam! 40 | | Jul 12 12:18:04.949 INFO kablam! 41 | | ); Jul 12 12:18:04.949 INFO kablam! | |__^ not a function or closure Jul 12 12:18:04.949 INFO kablam! | Jul 12 12:18:04.949 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 12:18:04.949 INFO kablam! Jul 12 12:18:05.064 INFO kablam! error: aborting due to previous error Jul 12 12:18:05.064 INFO kablam! Jul 12 12:18:05.064 INFO kablam! For more information about this error, try `rustc --explain E0518`. Jul 12 12:18:05.085 INFO kablam! error: Could not compile `chiisai`. Jul 12 12:18:05.085 INFO kablam! Jul 12 12:18:05.085 INFO kablam! To learn more, run the command again with --verbose. Jul 12 12:18:05.087 INFO kablam! su: No module specific data is present Jul 12 12:18:05.602 INFO running `"docker" "rm" "-f" "8845c3a5857f5be64d7616b9279074f572d0017b013a1b8794d8616f6d702f20"` Jul 12 12:18:05.763 INFO blam! 8845c3a5857f5be64d7616b9279074f572d0017b013a1b8794d8616f6d702f20