Oct 11 19:33:16.671 INFO testing happy-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 19:33:16.671 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 19:33:16.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:33:17.140 INFO blam! af59a1e05047c2b41350d87dc2f0d93c12b3656a8b3ea3e54c144006d55ea1f1 Oct 11 19:33:17.142 INFO running `"docker" "start" "-a" "af59a1e05047c2b41350d87dc2f0d93c12b3656a8b3ea3e54c144006d55ea1f1"` Oct 11 19:33:18.516 INFO kablam! usermod: no changes Oct 11 19:33:18.773 INFO kablam! Compiling hyper v0.11.27 Oct 11 19:33:32.860 INFO kablam! Compiling happy v0.1.1 (/source) Oct 11 19:33:40.484 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 11 19:33:40.484 INFO kablam! --> src/api.rs:5:15 Oct 11 19:33:40.484 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 11 19:33:40.485 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:40.485 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 19:33:40.485 INFO kablam! Oct 11 19:33:40.485 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 11 19:33:40.485 INFO kablam! --> src/api.rs:31:13 Oct 11 19:33:40.485 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 11 19:33:40.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:40.485 INFO kablam! Oct 11 19:33:40.485 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 11 19:33:40.485 INFO kablam! --> src/parse_route.rs:62:30 Oct 11 19:33:40.485 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 11 19:33:40.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:40.485 INFO kablam! Oct 11 19:33:40.485 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 19:33:40.485 INFO kablam! --> src/parse_route.rs:48:9 Oct 11 19:33:40.485 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 11 19:33:40.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:40.485 INFO kablam! Oct 11 19:33:40.485 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 11 19:33:40.485 INFO kablam! --> src/api.rs:115:29 Oct 11 19:33:40.485 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 11 19:33:40.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:40.485 INFO kablam! Oct 11 19:33:40.485 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 11 19:33:40.485 INFO kablam! --> src/api.rs:174:19 Oct 11 19:33:40.485 INFO kablam! | Oct 11 19:33:40.485 INFO kablam! 174 | type Future = BoxFuture; Oct 11 19:33:40.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:40.485 INFO kablam! Oct 11 19:33:40.658 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 11 19:33:40.658 INFO kablam! --> src/api.rs:89:65 Oct 11 19:33:40.658 INFO kablam! | Oct 11 19:33:40.659 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 11 19:33:40.659 INFO kablam! | ^^^^^ Oct 11 19:33:40.659 INFO kablam! Oct 11 19:33:40.664 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 11 19:33:40.664 INFO kablam! --> src/api.rs:108:16 Oct 11 19:33:40.664 INFO kablam! | Oct 11 19:33:40.664 INFO kablam! 108 | }).boxed() Oct 11 19:33:40.664 INFO kablam! | ^^^^^ Oct 11 19:33:40.664 INFO kablam! Oct 11 19:33:40.691 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 11 19:33:40.691 INFO kablam! --> src/api.rs:191:33 Oct 11 19:33:40.691 INFO kablam! | Oct 11 19:33:40.691 INFO kablam! 191 | return ok(response).boxed() Oct 11 19:33:40.691 INFO kablam! | ^^^^^ Oct 11 19:33:40.692 INFO kablam! Oct 11 19:33:40.702 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 11 19:33:40.702 INFO kablam! --> src/api.rs:235:20 Oct 11 19:33:40.702 INFO kablam! | Oct 11 19:33:40.702 INFO kablam! 235 | result.boxed() Oct 11 19:33:40.702 INFO kablam! | ^^^^^ Oct 11 19:33:40.703 INFO kablam! Oct 11 19:33:40.705 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 11 19:33:40.706 INFO kablam! --> src/api.rs:243:21 Oct 11 19:33:40.708 INFO kablam! | Oct 11 19:33:40.708 INFO kablam! 243 | ok(res).boxed() Oct 11 19:33:40.708 INFO kablam! | ^^^^^ Oct 11 19:33:40.708 INFO kablam! Oct 11 19:33:43.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.10s Oct 11 19:33:43.665 INFO kablam! su: No module specific data is present Oct 11 19:33:44.318 INFO running `"docker" "rm" "-f" "af59a1e05047c2b41350d87dc2f0d93c12b3656a8b3ea3e54c144006d55ea1f1"` Oct 11 19:33:44.622 INFO blam! af59a1e05047c2b41350d87dc2f0d93c12b3656a8b3ea3e54c144006d55ea1f1 Oct 11 19:33:44.628 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 19:33:44.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:33:44.955 INFO blam! 7e85552af46dab9840edd2023e065ff9f5bac86fce3fbeb3e09528ee14e7c7dd Oct 11 19:33:44.955 INFO running `"docker" "start" "-a" "7e85552af46dab9840edd2023e065ff9f5bac86fce3fbeb3e09528ee14e7c7dd"` Oct 11 19:33:46.044 INFO kablam! usermod: no changes Oct 11 19:33:46.260 INFO kablam! Compiling happy v0.1.1 (/source) Oct 11 19:33:56.536 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 11 19:33:56.536 INFO kablam! --> src/api.rs:5:15 Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 11 19:33:56.536 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 19:33:56.536 INFO kablam! Oct 11 19:33:56.536 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 11 19:33:56.536 INFO kablam! --> src/api.rs:31:13 Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 11 19:33:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:56.536 INFO kablam! Oct 11 19:33:56.536 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 11 19:33:56.536 INFO kablam! --> src/parse_route.rs:62:30 Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 11 19:33:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:56.536 INFO kablam! Oct 11 19:33:56.536 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 19:33:56.536 INFO kablam! --> src/parse_route.rs:48:9 Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 11 19:33:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:56.536 INFO kablam! Oct 11 19:33:56.536 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 11 19:33:56.536 INFO kablam! --> src/api.rs:115:29 Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 11 19:33:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:56.536 INFO kablam! Oct 11 19:33:56.536 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 11 19:33:56.536 INFO kablam! --> src/api.rs:174:19 Oct 11 19:33:56.536 INFO kablam! | Oct 11 19:33:56.536 INFO kablam! 174 | type Future = BoxFuture; Oct 11 19:33:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:56.536 INFO kablam! Oct 11 19:33:56.644 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 11 19:33:56.644 INFO kablam! --> src/api.rs:89:65 Oct 11 19:33:56.644 INFO kablam! | Oct 11 19:33:56.644 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 11 19:33:56.644 INFO kablam! | ^^^^^ Oct 11 19:33:56.644 INFO kablam! Oct 11 19:33:56.667 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 11 19:33:56.667 INFO kablam! --> src/api.rs:108:16 Oct 11 19:33:56.667 INFO kablam! | Oct 11 19:33:56.667 INFO kablam! 108 | }).boxed() Oct 11 19:33:56.667 INFO kablam! | ^^^^^ Oct 11 19:33:56.668 INFO kablam! Oct 11 19:33:56.688 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 11 19:33:56.688 INFO kablam! --> src/api.rs:191:33 Oct 11 19:33:56.688 INFO kablam! | Oct 11 19:33:56.688 INFO kablam! 191 | return ok(response).boxed() Oct 11 19:33:56.688 INFO kablam! | ^^^^^ Oct 11 19:33:56.688 INFO kablam! Oct 11 19:33:56.700 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 11 19:33:56.700 INFO kablam! --> src/api.rs:235:20 Oct 11 19:33:56.700 INFO kablam! | Oct 11 19:33:56.700 INFO kablam! 235 | result.boxed() Oct 11 19:33:56.700 INFO kablam! | ^^^^^ Oct 11 19:33:56.700 INFO kablam! Oct 11 19:33:56.700 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 11 19:33:56.700 INFO kablam! --> src/api.rs:243:21 Oct 11 19:33:56.700 INFO kablam! | Oct 11 19:33:56.700 INFO kablam! 243 | ok(res).boxed() Oct 11 19:33:56.700 INFO kablam! | ^^^^^ Oct 11 19:33:56.700 INFO kablam! Oct 11 19:34:01.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.59s Oct 11 19:34:01.680 INFO kablam! su: No module specific data is present Oct 11 19:34:02.348 INFO running `"docker" "rm" "-f" "7e85552af46dab9840edd2023e065ff9f5bac86fce3fbeb3e09528ee14e7c7dd"` Oct 11 19:34:02.658 INFO blam! 7e85552af46dab9840edd2023e065ff9f5bac86fce3fbeb3e09528ee14e7c7dd Oct 11 19:34:02.662 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 19:34:02.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:34:03.133 INFO blam! c92d9c9d82b77a079017eaa96546bd2e731ad36b4d51a62eeb383c8322654e7a Oct 11 19:34:03.135 INFO running `"docker" "start" "-a" "c92d9c9d82b77a079017eaa96546bd2e731ad36b4d51a62eeb383c8322654e7a"` Oct 11 19:34:04.344 INFO kablam! usermod: no changes Oct 11 19:34:04.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 19:34:04.571 INFO kablam! Running /target/debug/deps/happy-8f2935d81f52d89e Oct 11 19:34:04.578 INFO blam! Oct 11 19:34:04.578 INFO blam! running 5 tests Oct 11 19:34:04.596 INFO blam! test parse_route::test::compile_a_few ... ok Oct 11 19:34:04.596 INFO blam! test parse_route::test::segment_piece ... ok Oct 11 19:34:04.597 INFO blam! test parse_route::test::segment ... ok Oct 11 19:34:04.597 INFO blam! test parse_route::test::basic_with_method ... ok Oct 11 19:34:04.604 INFO blam! test parse_route::test::url ... ok Oct 11 19:34:04.605 INFO blam! Oct 11 19:34:04.605 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:34:04.605 INFO blam! Oct 11 19:34:04.608 INFO kablam! Doc-tests happy Oct 11 19:34:19.924 INFO blam! Oct 11 19:34:19.924 INFO blam! running 0 tests Oct 11 19:34:19.924 INFO blam! Oct 11 19:34:19.924 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:34:19.924 INFO blam! Oct 11 19:34:19.937 INFO kablam! su: No module specific data is present Oct 11 19:34:20.525 INFO running `"docker" "rm" "-f" "c92d9c9d82b77a079017eaa96546bd2e731ad36b4d51a62eeb383c8322654e7a"` Oct 11 19:34:20.828 INFO blam! c92d9c9d82b77a079017eaa96546bd2e731ad36b4d51a62eeb383c8322654e7a