Sep 19 15:57:20.483 INFO checking warp_dsl-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 15:57:20.483 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 15:57:20.483 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:57:20.838 INFO blam! 0b78c63198a8b0bf5343492e006bcfa29bb48ab2cde84c099ece17a7e721a4d9 Sep 19 15:57:20.840 INFO running `"docker" "start" "-a" "0b78c63198a8b0bf5343492e006bcfa29bb48ab2cde84c099ece17a7e721a4d9"` Sep 19 15:57:22.171 INFO kablam! usermod: no changes Sep 19 15:57:22.502 INFO kablam! Checking urlencoding v1.0.0 Sep 19 15:57:22.508 INFO kablam! Checking input_buffer v0.2.0 Sep 19 15:57:22.509 INFO kablam! Compiling warp_dsl_impl v0.0.1 Sep 19 15:57:23.139 INFO kablam! Checking tungstenite v0.6.0 Sep 19 15:57:24.950 INFO kablam! Checking warp v0.1.3 Sep 19 15:57:25.691 INFO kablam! Checking warp_dsl v0.0.1 (/source) Sep 19 15:57:30.523 INFO kablam! warning: use of deprecated item 'warp::get': warp::get2() is meant to replace get() Sep 19 15:57:30.523 INFO kablam! --> tests/posts.rs:56:18 Sep 19 15:57:30.523 INFO kablam! | Sep 19 15:57:30.523 INFO kablam! 56 | let routes = router!( Sep 19 15:57:30.523 INFO kablam! | __________________^ Sep 19 15:57:30.523 INFO kablam! 57 | | Sep 19 15:57:30.523 INFO kablam! 58 | | // GET /resource/$id Sep 19 15:57:30.523 INFO kablam! 59 | | // Use '&' to combine directives Sep 19 15:57:30.523 INFO kablam! ... | Sep 19 15:57:30.523 INFO kablam! 116 | | Sep 19 15:57:30.523 INFO kablam! 117 | | ); Sep 19 15:57:30.523 INFO kablam! | |_____^ Sep 19 15:57:30.523 INFO kablam! | Sep 19 15:57:30.523 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 15:57:30.523 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) Sep 19 15:57:30.523 INFO kablam! Sep 19 15:57:30.523 INFO kablam! warning: use of deprecated item 'warp::delete': warp::delete2() is meant to replace delete() Sep 19 15:57:30.523 INFO kablam! --> tests/posts.rs:56:18 Sep 19 15:57:30.523 INFO kablam! | Sep 19 15:57:30.523 INFO kablam! 56 | let routes = router!( Sep 19 15:57:30.523 INFO kablam! | __________________^ Sep 19 15:57:30.523 INFO kablam! 57 | | Sep 19 15:57:30.523 INFO kablam! 58 | | // GET /resource/$id Sep 19 15:57:30.523 INFO kablam! 59 | | // Use '&' to combine directives Sep 19 15:57:30.523 INFO kablam! ... | Sep 19 15:57:30.523 INFO kablam! 116 | | Sep 19 15:57:30.523 INFO kablam! 117 | | ); Sep 19 15:57:30.523 INFO kablam! | |_____^ Sep 19 15:57:30.523 INFO kablam! | Sep 19 15:57:30.523 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) Sep 19 15:57:30.523 INFO kablam! Sep 19 15:57:30.523 INFO kablam! warning: use of deprecated item 'warp::get': warp::get2() is meant to replace get() Sep 19 15:57:30.523 INFO kablam! --> tests/posts.rs:56:18 Sep 19 15:57:30.523 INFO kablam! | Sep 19 15:57:30.523 INFO kablam! 56 | let routes = router!( Sep 19 15:57:30.523 INFO kablam! | __________________^ Sep 19 15:57:30.523 INFO kablam! 57 | | Sep 19 15:57:30.523 INFO kablam! 58 | | // GET /resource/$id Sep 19 15:57:30.523 INFO kablam! 59 | | // Use '&' to combine directives Sep 19 15:57:30.524 INFO kablam! ... | Sep 19 15:57:30.524 INFO kablam! 116 | | Sep 19 15:57:30.524 INFO kablam! 117 | | ); Sep 19 15:57:30.524 INFO kablam! | |_____^ Sep 19 15:57:30.524 INFO kablam! | Sep 19 15:57:30.524 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) Sep 19 15:57:30.524 INFO kablam! Sep 19 15:57:30.524 INFO kablam! warning: use of deprecated item 'warp::post': warp::post2() is meant to replace post() Sep 19 15:57:30.524 INFO kablam! --> tests/posts.rs:56:18 Sep 19 15:57:30.524 INFO kablam! | Sep 19 15:57:30.524 INFO kablam! 56 | let routes = router!( Sep 19 15:57:30.524 INFO kablam! | __________________^ Sep 19 15:57:30.524 INFO kablam! 57 | | Sep 19 15:57:30.524 INFO kablam! 58 | | // GET /resource/$id Sep 19 15:57:30.524 INFO kablam! 59 | | // Use '&' to combine directives Sep 19 15:57:30.524 INFO kablam! ... | Sep 19 15:57:30.524 INFO kablam! 116 | | Sep 19 15:57:30.524 INFO kablam! 117 | | ); Sep 19 15:57:30.524 INFO kablam! | |_____^ Sep 19 15:57:30.524 INFO kablam! | Sep 19 15:57:30.524 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) Sep 19 15:57:30.524 INFO kablam! Sep 19 15:57:30.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.69s Sep 19 15:57:30.905 INFO kablam! su: No module specific data is present Sep 19 15:57:31.766 INFO running `"docker" "rm" "-f" "0b78c63198a8b0bf5343492e006bcfa29bb48ab2cde84c099ece17a7e721a4d9"` Sep 19 15:57:32.004 INFO blam! 0b78c63198a8b0bf5343492e006bcfa29bb48ab2cde84c099ece17a7e721a4d9