Oct 16 06:50:00.283 INFO testing happy-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:50:00.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 06:50:00.537 INFO blam! 84f068bffc467746cb2fb6aee1510f8a6e5b3b96dee1048a6814d22b94c7d9a6 Oct 16 06:50:00.545 INFO running `"docker" "start" "-a" "84f068bffc467746cb2fb6aee1510f8a6e5b3b96dee1048a6814d22b94c7d9a6"` Oct 16 06:50:01.765 INFO kablam! usermod: no changes Oct 16 06:50:02.031 INFO kablam! Compiling combine v2.4.0 Oct 16 06:50:05.704 INFO kablam! Compiling happy v0.1.1 (/source) Oct 16 06:50:12.251 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.251 INFO kablam! --> src/api.rs:5:15 Oct 16 06:50:12.251 INFO kablam! | Oct 16 06:50:12.251 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 16 06:50:12.251 INFO kablam! | ^^^^^^^^^ Oct 16 06:50:12.251 INFO kablam! | Oct 16 06:50:12.251 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:50:12.251 INFO kablam! Oct 16 06:50:12.251 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.251 INFO kablam! --> src/api.rs:31:13 Oct 16 06:50:12.251 INFO kablam! | Oct 16 06:50:12.251 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 16 06:50:12.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:12.251 INFO kablam! Oct 16 06:50:12.251 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 16 06:50:12.251 INFO kablam! --> src/parse_route.rs:62:30 Oct 16 06:50:12.251 INFO kablam! | Oct 16 06:50:12.252 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 16 06:50:12.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:12.252 INFO kablam! Oct 16 06:50:12.252 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 06:50:12.253 INFO kablam! --> src/parse_route.rs:48:9 Oct 16 06:50:12.253 INFO kablam! | Oct 16 06:50:12.253 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 16 06:50:12.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:12.254 INFO kablam! Oct 16 06:50:12.254 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.254 INFO kablam! --> src/api.rs:115:29 Oct 16 06:50:12.254 INFO kablam! | Oct 16 06:50:12.255 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 16 06:50:12.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:12.255 INFO kablam! Oct 16 06:50:12.255 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.256 INFO kablam! --> src/api.rs:174:19 Oct 16 06:50:12.256 INFO kablam! | Oct 16 06:50:12.256 INFO kablam! 174 | type Future = BoxFuture; Oct 16 06:50:12.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:12.257 INFO kablam! Oct 16 06:50:12.496 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.497 INFO kablam! --> src/api.rs:89:65 Oct 16 06:50:12.497 INFO kablam! | Oct 16 06:50:12.497 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 16 06:50:12.498 INFO kablam! | ^^^^^ Oct 16 06:50:12.498 INFO kablam! Oct 16 06:50:12.511 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.511 INFO kablam! --> src/api.rs:108:16 Oct 16 06:50:12.511 INFO kablam! | Oct 16 06:50:12.512 INFO kablam! 108 | }).boxed() Oct 16 06:50:12.512 INFO kablam! | ^^^^^ Oct 16 06:50:12.512 INFO kablam! Oct 16 06:50:12.563 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.563 INFO kablam! --> src/api.rs:191:33 Oct 16 06:50:12.563 INFO kablam! | Oct 16 06:50:12.564 INFO kablam! 191 | return ok(response).boxed() Oct 16 06:50:12.564 INFO kablam! | ^^^^^ Oct 16 06:50:12.564 INFO kablam! Oct 16 06:50:12.575 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.576 INFO kablam! --> src/api.rs:235:20 Oct 16 06:50:12.576 INFO kablam! | Oct 16 06:50:12.576 INFO kablam! 235 | result.boxed() Oct 16 06:50:12.577 INFO kablam! | ^^^^^ Oct 16 06:50:12.577 INFO kablam! Oct 16 06:50:12.585 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:12.585 INFO kablam! --> src/api.rs:243:21 Oct 16 06:50:12.585 INFO kablam! | Oct 16 06:50:12.586 INFO kablam! 243 | ok(res).boxed() Oct 16 06:50:12.586 INFO kablam! | ^^^^^ Oct 16 06:50:12.586 INFO kablam! Oct 16 06:50:17.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.79s Oct 16 06:50:17.595 INFO kablam! su: No module specific data is present Oct 16 06:50:18.867 INFO running `"docker" "rm" "-f" "84f068bffc467746cb2fb6aee1510f8a6e5b3b96dee1048a6814d22b94c7d9a6"` Oct 16 06:50:19.211 INFO blam! 84f068bffc467746cb2fb6aee1510f8a6e5b3b96dee1048a6814d22b94c7d9a6 Oct 16 06:50:19.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 06:50:19.654 INFO blam! bcdbe142ef488158a00cd9043cd319a2e434d1b63f1f132461f64ec49e7d6f6d Oct 16 06:50:19.657 INFO running `"docker" "start" "-a" "bcdbe142ef488158a00cd9043cd319a2e434d1b63f1f132461f64ec49e7d6f6d"` Oct 16 06:50:21.382 INFO kablam! usermod: no changes Oct 16 06:50:21.669 INFO kablam! Compiling happy v0.1.1 (/source) Oct 16 06:50:28.515 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.515 INFO kablam! --> src/api.rs:5:15 Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 16 06:50:28.515 INFO kablam! | ^^^^^^^^^ Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:50:28.515 INFO kablam! Oct 16 06:50:28.515 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.515 INFO kablam! --> src/api.rs:31:13 Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 16 06:50:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:28.515 INFO kablam! Oct 16 06:50:28.515 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 16 06:50:28.515 INFO kablam! --> src/parse_route.rs:62:30 Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 16 06:50:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:28.515 INFO kablam! Oct 16 06:50:28.515 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 06:50:28.515 INFO kablam! --> src/parse_route.rs:48:9 Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 16 06:50:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:28.515 INFO kablam! Oct 16 06:50:28.515 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.515 INFO kablam! --> src/api.rs:115:29 Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 16 06:50:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:28.515 INFO kablam! Oct 16 06:50:28.515 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.515 INFO kablam! --> src/api.rs:174:19 Oct 16 06:50:28.515 INFO kablam! | Oct 16 06:50:28.515 INFO kablam! 174 | type Future = BoxFuture; Oct 16 06:50:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:50:28.515 INFO kablam! Oct 16 06:50:28.751 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.751 INFO kablam! --> src/api.rs:89:65 Oct 16 06:50:28.751 INFO kablam! | Oct 16 06:50:28.751 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 16 06:50:28.751 INFO kablam! | ^^^^^ Oct 16 06:50:28.751 INFO kablam! Oct 16 06:50:28.767 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.767 INFO kablam! --> src/api.rs:108:16 Oct 16 06:50:28.767 INFO kablam! | Oct 16 06:50:28.767 INFO kablam! 108 | }).boxed() Oct 16 06:50:28.767 INFO kablam! | ^^^^^ Oct 16 06:50:28.767 INFO kablam! Oct 16 06:50:28.831 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.831 INFO kablam! --> src/api.rs:191:33 Oct 16 06:50:28.831 INFO kablam! | Oct 16 06:50:28.831 INFO kablam! 191 | return ok(response).boxed() Oct 16 06:50:28.831 INFO kablam! | ^^^^^ Oct 16 06:50:28.831 INFO kablam! Oct 16 06:50:28.859 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.859 INFO kablam! --> src/api.rs:235:20 Oct 16 06:50:28.859 INFO kablam! | Oct 16 06:50:28.859 INFO kablam! 235 | result.boxed() Oct 16 06:50:28.859 INFO kablam! | ^^^^^ Oct 16 06:50:28.859 INFO kablam! Oct 16 06:50:28.859 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:50:28.859 INFO kablam! --> src/api.rs:243:21 Oct 16 06:50:28.859 INFO kablam! | Oct 16 06:50:28.859 INFO kablam! 243 | ok(res).boxed() Oct 16 06:50:28.859 INFO kablam! | ^^^^^ Oct 16 06:50:28.859 INFO kablam! Oct 16 06:50:36.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.34s Oct 16 06:50:36.758 INFO kablam! su: No module specific data is present Oct 16 06:50:37.427 INFO running `"docker" "rm" "-f" "bcdbe142ef488158a00cd9043cd319a2e434d1b63f1f132461f64ec49e7d6f6d"` Oct 16 06:50:37.675 INFO blam! bcdbe142ef488158a00cd9043cd319a2e434d1b63f1f132461f64ec49e7d6f6d Oct 16 06:50:37.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --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 16 06:50:38.092 INFO blam! cbc4741f45002cef3f43d8e0dfd9ca2da875e538d30eb52a36ce7f3e8492e436 Oct 16 06:50:38.094 INFO running `"docker" "start" "-a" "cbc4741f45002cef3f43d8e0dfd9ca2da875e538d30eb52a36ce7f3e8492e436"` Oct 16 06:50:39.714 INFO kablam! usermod: no changes Oct 16 06:50:39.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 06:50:39.931 INFO kablam! Running /target/debug/deps/happy-ee290d80717be0ca Oct 16 06:50:39.931 INFO blam! Oct 16 06:50:39.931 INFO blam! running 5 tests Oct 16 06:50:39.931 INFO blam! test parse_route::test::basic_with_method ... ok Oct 16 06:50:39.932 INFO blam! test parse_route::test::url ... ok Oct 16 06:50:39.932 INFO blam! test parse_route::test::segment_piece ... ok Oct 16 06:50:39.939 INFO blam! test parse_route::test::segment ... ok Oct 16 06:50:39.939 INFO kablam! Doc-tests happy Oct 16 06:50:39.939 INFO blam! test parse_route::test::compile_a_few ... ok Oct 16 06:50:39.939 INFO blam! Oct 16 06:50:39.939 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:50:39.939 INFO blam! Oct 16 06:50:49.727 INFO blam! Oct 16 06:50:49.727 INFO blam! running 0 tests Oct 16 06:50:49.727 INFO blam! Oct 16 06:50:49.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:50:49.727 INFO blam! Oct 16 06:50:49.735 INFO kablam! su: No module specific data is present Oct 16 06:50:50.220 INFO running `"docker" "rm" "-f" "cbc4741f45002cef3f43d8e0dfd9ca2da875e538d30eb52a36ce7f3e8492e436"` Oct 16 06:50:50.503 INFO blam! cbc4741f45002cef3f43d8e0dfd9ca2da875e538d30eb52a36ce7f3e8492e436