Oct 15 14:20:43.173 INFO testing warp_dsl-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 14:20:43.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 14:20:43.547 INFO blam! 6826f15ca5aa20601a357666c18bddbaa9ee0816006a2c669ca2878e0ebcdf03 Oct 15 14:20:43.547 INFO running `"docker" "start" "-a" "6826f15ca5aa20601a357666c18bddbaa9ee0816006a2c669ca2878e0ebcdf03"` Oct 15 14:20:44.122 INFO kablam! usermod: no changes Oct 15 14:20:44.293 INFO kablam! Compiling warp_dsl_impl v0.0.1 Oct 15 14:20:47.624 INFO kablam! Compiling warp_dsl v0.0.1 (/source) Oct 15 14:20:48.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.02s Oct 15 14:20:48.187 INFO kablam! su: No module specific data is present Oct 15 14:20:49.050 INFO running `"docker" "rm" "-f" "6826f15ca5aa20601a357666c18bddbaa9ee0816006a2c669ca2878e0ebcdf03"` Oct 15 14:20:49.174 INFO blam! 6826f15ca5aa20601a357666c18bddbaa9ee0816006a2c669ca2878e0ebcdf03 Oct 15 14:20:49.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 14:20:49.335 INFO blam! 636e5f13318290446bf08d3c2d94d60dde69113ba959d0d8bbfbb3f8665da27b Oct 15 14:20:49.338 INFO running `"docker" "start" "-a" "636e5f13318290446bf08d3c2d94d60dde69113ba959d0d8bbfbb3f8665da27b"` Oct 15 14:20:49.827 INFO kablam! usermod: no changes Oct 15 14:20:50.064 INFO kablam! Compiling input_buffer v0.2.0 Oct 15 14:20:50.065 INFO kablam! Compiling headers-core v0.0.1 Oct 15 14:20:50.067 INFO kablam! Compiling headers-derive v0.0.1 Oct 15 14:20:50.975 INFO kablam! Compiling tungstenite v0.6.0 Oct 15 14:20:54.399 INFO kablam! Compiling headers-ext v0.0.2 Oct 15 14:20:58.384 INFO kablam! Compiling warp v0.1.6 Oct 15 14:21:07.115 INFO kablam! Compiling warp_dsl v0.0.1 (/source) Oct 15 14:21:12.494 INFO kablam! warning: use of deprecated item 'warp::get': warp::get2() is meant to replace get() Oct 15 14:21:12.494 INFO kablam! --> tests/posts.rs:56:18 Oct 15 14:21:12.494 INFO kablam! | Oct 15 14:21:12.494 INFO kablam! 56 | let routes = router!( Oct 15 14:21:12.494 INFO kablam! | __________________^ Oct 15 14:21:12.494 INFO kablam! 57 | | Oct 15 14:21:12.494 INFO kablam! 58 | | // GET /resource/$id Oct 15 14:21:12.494 INFO kablam! 59 | | // Use '&' to combine directives Oct 15 14:21:12.494 INFO kablam! ... | Oct 15 14:21:12.494 INFO kablam! 116 | | Oct 15 14:21:12.494 INFO kablam! 117 | | ); Oct 15 14:21:12.494 INFO kablam! | |_____^ Oct 15 14:21:12.494 INFO kablam! | Oct 15 14:21:12.494 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 14:21:12.494 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) Oct 15 14:21:12.494 INFO kablam! Oct 15 14:21:12.503 INFO kablam! warning: use of deprecated item 'warp::delete': warp::delete2() is meant to replace delete() Oct 15 14:21:12.503 INFO kablam! --> tests/posts.rs:56:18 Oct 15 14:21:12.503 INFO kablam! | Oct 15 14:21:12.503 INFO kablam! 56 | let routes = router!( Oct 15 14:21:12.503 INFO kablam! | __________________^ Oct 15 14:21:12.503 INFO kablam! 57 | | Oct 15 14:21:12.503 INFO kablam! 58 | | // GET /resource/$id Oct 15 14:21:12.503 INFO kablam! 59 | | // Use '&' to combine directives Oct 15 14:21:12.503 INFO kablam! ... | Oct 15 14:21:12.503 INFO kablam! 116 | | Oct 15 14:21:12.503 INFO kablam! 117 | | ); Oct 15 14:21:12.503 INFO kablam! | |_____^ Oct 15 14:21:12.503 INFO kablam! | Oct 15 14:21:12.503 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) Oct 15 14:21:12.503 INFO kablam! Oct 15 14:21:12.503 INFO kablam! warning: use of deprecated item 'warp::get': warp::get2() is meant to replace get() Oct 15 14:21:12.503 INFO kablam! --> tests/posts.rs:56:18 Oct 15 14:21:12.503 INFO kablam! | Oct 15 14:21:12.503 INFO kablam! 56 | let routes = router!( Oct 15 14:21:12.503 INFO kablam! | __________________^ Oct 15 14:21:12.503 INFO kablam! 57 | | Oct 15 14:21:12.503 INFO kablam! 58 | | // GET /resource/$id Oct 15 14:21:12.503 INFO kablam! 59 | | // Use '&' to combine directives Oct 15 14:21:12.503 INFO kablam! ... | Oct 15 14:21:12.503 INFO kablam! 116 | | Oct 15 14:21:12.503 INFO kablam! 117 | | ); Oct 15 14:21:12.503 INFO kablam! | |_____^ Oct 15 14:21:12.503 INFO kablam! | Oct 15 14:21:12.503 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) Oct 15 14:21:12.503 INFO kablam! Oct 15 14:21:12.503 INFO kablam! warning: use of deprecated item 'warp::post': warp::post2() is meant to replace post() Oct 15 14:21:12.503 INFO kablam! --> tests/posts.rs:56:18 Oct 15 14:21:12.503 INFO kablam! | Oct 15 14:21:12.503 INFO kablam! 56 | let routes = router!( Oct 15 14:21:12.503 INFO kablam! | __________________^ Oct 15 14:21:12.503 INFO kablam! 57 | | Oct 15 14:21:12.503 INFO kablam! 58 | | // GET /resource/$id Oct 15 14:21:12.503 INFO kablam! 59 | | // Use '&' to combine directives Oct 15 14:21:12.503 INFO kablam! ... | Oct 15 14:21:12.503 INFO kablam! 116 | | Oct 15 14:21:12.503 INFO kablam! 117 | | ); Oct 15 14:21:12.503 INFO kablam! | |_____^ Oct 15 14:21:12.503 INFO kablam! | Oct 15 14:21:12.503 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) Oct 15 14:21:12.503 INFO kablam! Oct 15 14:21:18.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.85s Oct 15 14:21:18.735 INFO kablam! su: No module specific data is present Oct 15 14:21:19.412 INFO running `"docker" "rm" "-f" "636e5f13318290446bf08d3c2d94d60dde69113ba959d0d8bbfbb3f8665da27b"` Oct 15 14:21:19.639 INFO blam! 636e5f13318290446bf08d3c2d94d60dde69113ba959d0d8bbfbb3f8665da27b