Oct 11 22:35:37.650 INFO testing gherkin_rust-0.4.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:35:37.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 22:35:38.160 INFO blam! 4f278f218dcb3b7a85e6576e3a3ba70e940744cfd11b03ff47de405a6affea8e Oct 11 22:35:38.173 INFO running `"docker" "start" "-a" "4f278f218dcb3b7a85e6576e3a3ba70e940744cfd11b03ff47de405a6affea8e"` Oct 11 22:35:39.391 INFO kablam! usermod: no changes Oct 11 22:35:39.526 INFO kablam! Compiling derive_builder v0.5.1 Oct 11 22:35:39.526 INFO kablam! Compiling pest v1.0.6 Oct 11 22:35:39.536 INFO kablam! Compiling derive_builder_core v0.2.0 Oct 11 22:35:41.632 INFO kablam! Compiling pest_derive v1.0.8 Oct 11 22:35:50.469 INFO kablam! Compiling gherkin_rust v0.4.1 (/source) Oct 11 22:35:55.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.41s Oct 11 22:35:55.829 INFO kablam! su: No module specific data is present Oct 11 22:35:56.485 INFO running `"docker" "rm" "-f" "4f278f218dcb3b7a85e6576e3a3ba70e940744cfd11b03ff47de405a6affea8e"` Oct 11 22:35:56.736 INFO blam! 4f278f218dcb3b7a85e6576e3a3ba70e940744cfd11b03ff47de405a6affea8e Oct 11 22:35:56.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 22:35:57.212 INFO blam! d802ca2864f44f5e7fb4de44b4413533428f84e5627b22e419471772e65f9aed Oct 11 22:35:57.221 INFO running `"docker" "start" "-a" "d802ca2864f44f5e7fb4de44b4413533428f84e5627b22e419471772e65f9aed"` Oct 11 22:35:58.619 INFO kablam! usermod: no changes Oct 11 22:35:58.800 INFO kablam! Compiling pathdiff v0.1.0 Oct 11 22:35:58.800 INFO kablam! Compiling term_size v0.3.1 Oct 11 22:35:58.812 INFO kablam! Compiling memchr v2.1.0 Oct 11 22:35:58.812 INFO kablam! Compiling gherkin_rust v0.3.1 Oct 11 22:35:59.660 INFO kablam! Compiling textwrap v0.10.0 Oct 11 22:36:01.697 INFO kablam! Compiling aho-corasick v0.6.8 Oct 11 22:36:02.561 INFO kablam! Compiling regex v1.0.5 Oct 11 22:36:12.453 INFO kablam! Compiling cucumber_rust v0.3.4 Oct 11 22:36:13.749 INFO kablam! Compiling gherkin_rust v0.4.1 (/source) Oct 11 22:36:13.993 INFO kablam! warning: unused variable: `world` Oct 11 22:36:13.993 INFO kablam! --> tests/cucumber.rs:20:33 Oct 11 22:36:13.993 INFO kablam! | Oct 11 22:36:13.994 INFO kablam! 20 | given "I just started" |world, step| { Oct 11 22:36:13.994 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 11 22:36:13.995 INFO kablam! | Oct 11 22:36:13.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:36:13.995 INFO kablam! Oct 11 22:36:13.995 INFO kablam! warning: unused variable: `step` Oct 11 22:36:13.996 INFO kablam! --> tests/cucumber.rs:20:40 Oct 11 22:36:13.996 INFO kablam! | Oct 11 22:36:13.996 INFO kablam! 20 | given "I just started" |world, step| { Oct 11 22:36:13.997 INFO kablam! | ^^^^ help: consider using `_step` instead Oct 11 22:36:13.997 INFO kablam! Oct 11 22:36:13.997 INFO kablam! warning: unused variable: `world` Oct 11 22:36:13.997 INFO kablam! --> tests/cucumber.rs:24:23 Oct 11 22:36:13.998 INFO kablam! | Oct 11 22:36:13.998 INFO kablam! 24 | when "Hello" |world, step| { Oct 11 22:36:13.998 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 11 22:36:13.999 INFO kablam! Oct 11 22:36:13.999 INFO kablam! warning: unused variable: `step` Oct 11 22:36:13.999 INFO kablam! --> tests/cucumber.rs:24:30 Oct 11 22:36:13.999 INFO kablam! | Oct 11 22:36:14.000 INFO kablam! 24 | when "Hello" |world, step| { Oct 11 22:36:14.000 INFO kablam! | ^^^^ help: consider using `_step` instead Oct 11 22:36:14.000 INFO kablam! Oct 11 22:36:15.024 INFO kablam! warning: unused variable: `out` Oct 11 22:36:15.024 INFO kablam! --> src/parser.rs:248:13 Oct 11 22:36:15.024 INFO kablam! | Oct 11 22:36:15.024 INFO kablam! 248 | let out = out.unwrap(); Oct 11 22:36:15.024 INFO kablam! | ^^^ help: consider using `_out` instead Oct 11 22:36:15.024 INFO kablam! | Oct 11 22:36:15.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:36:15.024 INFO kablam! Oct 11 22:36:15.024 INFO kablam! warning: unused variable: `out` Oct 11 22:36:15.024 INFO kablam! --> src/parser.rs:267:13 Oct 11 22:36:15.024 INFO kablam! | Oct 11 22:36:15.024 INFO kablam! 267 | let out = out.unwrap(); Oct 11 22:36:15.024 INFO kablam! | ^^^ help: consider using `_out` instead Oct 11 22:36:15.024 INFO kablam! Oct 11 22:36:20.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.84s Oct 11 22:36:20.482 INFO kablam! su: No module specific data is present Oct 11 22:36:21.097 INFO running `"docker" "rm" "-f" "d802ca2864f44f5e7fb4de44b4413533428f84e5627b22e419471772e65f9aed"` Oct 11 22:36:21.432 INFO blam! d802ca2864f44f5e7fb4de44b4413533428f84e5627b22e419471772e65f9aed Oct 11 22:36:21.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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" "-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 11 22:36:21.972 INFO blam! 4a799403ac4e8e4e403cf09812955a52739eecb27881b6883bed044549ec0584 Oct 11 22:36:21.972 INFO running `"docker" "start" "-a" "4a799403ac4e8e4e403cf09812955a52739eecb27881b6883bed044549ec0584"` Oct 11 22:36:23.126 INFO kablam! usermod: no changes Oct 11 22:36:23.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 22:36:23.260 INFO kablam! Running /target/debug/deps/gherkin_rust-cae09e4198c7cff4 Oct 11 22:36:23.264 INFO blam! Oct 11 22:36:23.264 INFO blam! running 19 tests Oct 11 22:36:23.264 INFO blam! test parser::tests::parse_scenario_without_nl ... ok Oct 11 22:36:23.264 INFO blam! test parser::tests::parse_step ... ok Oct 11 22:36:23.264 INFO blam! test parser::tests::parse_scenario ... ok Oct 11 22:36:23.264 INFO blam! test parser::tests::parse_pointless_lines_after_feature ... ok Oct 11 22:36:23.264 INFO blam! test parser::tests::parse_feature_with_prepended_newlines ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_docstring ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_datatable ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_bad_line_endings_and_whitespace ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_table_row ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_tag ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_tagged_feature ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_tagged_scenario ... ok Oct 11 22:36:23.266 INFO blam! test parser::tests::parse_tags ... ok Oct 11 22:36:23.276 INFO blam! test parser::tests::test_rule_parsing ... ok Oct 11 22:36:23.280 INFO blam! test tests::test_e2e ... ok Oct 11 22:36:23.280 INFO blam! test parser::tests::test_indented_comments_no_newline ... ok Oct 11 22:36:23.280 INFO blam! test parser::tests::test_tags_on_scenario ... ok Oct 11 22:36:23.280 INFO blam! test parser::tests::test_taglike_in_description ... ok Oct 11 22:36:23.280 INFO blam! test parser::tests::test_scenario_kw_in_desc ... ok Oct 11 22:36:23.280 INFO blam! Oct 11 22:36:23.280 INFO blam! test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:36:23.280 INFO blam! Oct 11 22:36:23.280 INFO kablam! Running /target/debug/deps/cucumber-26a927ffd6705b8b Oct 11 22:36:23.284 INFO kablam! Doc-tests gherkin_rust Oct 11 22:36:23.284 INFO blam! [Cucumber v0.3.4] Oct 11 22:36:23.284 INFO blam! Oct 11 22:36:23.284 INFO blam! Feature: Everything  tests/features/main.feature:1:1 Oct 11 22:36:23.284 INFO blam!  Oct 11 22:36:23.284 INFO blam!  Scenario: Nothing  tests/features/main.feature:3:11 Oct 11 22:36:23.284 INFO blam!  ✔ Given I just started  tests/features/main.feature:4:3 Oct 11 22:36:23.284 INFO blam!  Oct 11 22:36:23.284 INFO blam! 1 features Oct 11 22:36:23.284 INFO blam! 1 scenarios (1 passed) Oct 11 22:36:23.284 INFO blam! 1 steps (1 passed) Oct 11 22:36:23.284 INFO blam!  Oct 11 22:36:23.488 INFO blam! Oct 11 22:36:23.488 INFO blam! running 0 tests Oct 11 22:36:23.488 INFO blam! Oct 11 22:36:23.488 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:36:23.488 INFO blam! Oct 11 22:36:23.499 INFO kablam! su: No module specific data is present Oct 11 22:36:24.197 INFO running `"docker" "rm" "-f" "4a799403ac4e8e4e403cf09812955a52739eecb27881b6883bed044549ec0584"` Oct 11 22:36:24.392 INFO blam! 4a799403ac4e8e4e403cf09812955a52739eecb27881b6883bed044549ec0584