Oct 16 13:50:13.170 INFO testing cucumber_rust-0.5.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:50:13.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:50:13.575 INFO blam! f7003ffb072c14c6644cd2f6b6b9548ab9ddab64cf785defd576936b8cd5f79c Oct 16 13:50:13.578 INFO running `"docker" "start" "-a" "f7003ffb072c14c6644cd2f6b6b9548ab9ddab64cf785defd576936b8cd5f79c"` Oct 16 13:50:15.383 INFO kablam! usermod: no changes Oct 16 13:50:15.763 INFO kablam! Compiling pathdiff v0.1.0 Oct 16 13:50:15.763 INFO kablam! Compiling clap v2.32.0 Oct 16 13:50:15.775 INFO kablam! Compiling gherkin_rust v0.4.1 Oct 16 13:50:15.775 INFO kablam! Compiling globwalk v0.5.0 Oct 16 13:50:43.267 INFO kablam! Compiling cucumber_rust v0.5.0 (/source) Oct 16 13:50:49.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.83s Oct 16 13:50:49.252 INFO kablam! su: No module specific data is present Oct 16 13:50:51.014 INFO running `"docker" "rm" "-f" "f7003ffb072c14c6644cd2f6b6b9548ab9ddab64cf785defd576936b8cd5f79c"` Oct 16 13:50:51.351 INFO blam! f7003ffb072c14c6644cd2f6b6b9548ab9ddab64cf785defd576936b8cd5f79c Oct 16 13:50:51.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:50:51.774 INFO blam! 1195ebd0992f0c3ff40057a12f1f7f2b9002aba30ef9d18cdaeb09e545227fd4 Oct 16 13:50:51.777 INFO running `"docker" "start" "-a" "1195ebd0992f0c3ff40057a12f1f7f2b9002aba30ef9d18cdaeb09e545227fd4"` Oct 16 13:50:54.006 INFO kablam! usermod: no changes Oct 16 13:50:54.181 INFO kablam! Compiling cucumber_rust v0.5.0 (/source) Oct 16 13:51:01.123 INFO kablam! warning: unused variable: `step` Oct 16 13:51:01.123 INFO kablam! --> tests/cucumber.rs:55:17 Oct 16 13:51:01.124 INFO kablam! | Oct 16 13:51:01.124 INFO kablam! 55 | fn before_thing(step: &cucumber_rust::Scenario) { Oct 16 13:51:01.124 INFO kablam! | ^^^^ help: consider using `_step` instead Oct 16 13:51:01.124 INFO kablam! | Oct 16 13:51:01.125 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:51:01.125 INFO kablam! Oct 16 13:51:01.125 INFO kablam! warning: unused variable: `world` Oct 16 13:51:01.125 INFO kablam! --> tests/cucumber.rs:23:44 Oct 16 13:51:01.126 INFO kablam! | Oct 16 13:51:01.126 INFO kablam! 23 | when regex "thing (\\d+)" (usize) |world, sz, step| { Oct 16 13:51:01.126 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 16 13:51:01.127 INFO kablam! Oct 16 13:51:01.127 INFO kablam! warning: unused variable: `sz` Oct 16 13:51:01.128 INFO kablam! --> tests/cucumber.rs:23:51 Oct 16 13:51:01.128 INFO kablam! | Oct 16 13:51:01.129 INFO kablam! 23 | when regex "thing (\\d+)" (usize) |world, sz, step| { Oct 16 13:51:01.130 INFO kablam! | ^^ help: consider using `_sz` instead Oct 16 13:51:01.130 INFO kablam! Oct 16 13:51:01.131 INFO kablam! warning: unused variable: `step` Oct 16 13:51:01.131 INFO kablam! --> tests/cucumber.rs:23:55 Oct 16 13:51:01.132 INFO kablam! | Oct 16 13:51:01.132 INFO kablam! 23 | when regex "thing (\\d+)" (usize) |world, sz, step| { Oct 16 13:51:01.133 INFO kablam! | ^^^^ help: consider using `_step` instead Oct 16 13:51:01.143 INFO kablam! Oct 16 13:51:01.143 INFO kablam! warning: unused variable: `scenario` Oct 16 13:51:01.144 INFO kablam! --> tests/cucumber.rs:59:44 Oct 16 13:51:01.144 INFO kablam! | Oct 16 13:51:01.145 INFO kablam! 59 | before!(some_before: "@tag2 and @tag3" => |scenario| { Oct 16 13:51:01.145 INFO kablam! | ^^^^^^^^ help: consider using `_scenario` instead Oct 16 13:51:01.146 INFO kablam! Oct 16 13:51:01.147 INFO kablam! warning: unused variable: `scenario` Oct 16 13:51:01.147 INFO kablam! --> tests/cucumber.rs:63:29 Oct 16 13:51:01.148 INFO kablam! | Oct 16 13:51:01.148 INFO kablam! 63 | before!(something_great => |scenario| { Oct 16 13:51:01.149 INFO kablam! | ^^^^^^^^ help: consider using `_scenario` instead Oct 16 13:51:01.149 INFO kablam! Oct 16 13:51:01.150 INFO kablam! warning: unused variable: `scenario` Oct 16 13:51:01.150 INFO kablam! --> tests/cucumber.rs:67:24 Oct 16 13:51:01.151 INFO kablam! | Oct 16 13:51:01.152 INFO kablam! 67 | after!(after_thing => |scenario| { Oct 16 13:51:01.152 INFO kablam! | ^^^^^^^^ help: consider using `_scenario` instead Oct 16 13:51:01.153 INFO kablam! Oct 16 13:51:05.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.73s Oct 16 13:51:05.792 INFO kablam! su: No module specific data is present Oct 16 13:51:06.607 INFO running `"docker" "rm" "-f" "1195ebd0992f0c3ff40057a12f1f7f2b9002aba30ef9d18cdaeb09e545227fd4"` Oct 16 13:51:06.960 INFO blam! 1195ebd0992f0c3ff40057a12f1f7f2b9002aba30ef9d18cdaeb09e545227fd4 Oct 16 13:51:06.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:51:07.427 INFO blam! a0969762defc5eafc3613571ad0454707d2717694ada64c0d9f9159f27a16c09 Oct 16 13:51:07.435 INFO running `"docker" "start" "-a" "a0969762defc5eafc3613571ad0454707d2717694ada64c0d9f9159f27a16c09"` Oct 16 13:51:08.928 INFO kablam! usermod: no changes Oct 16 13:51:09.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 16 13:51:09.125 INFO kablam! Running /target/debug/deps/cucumber_rust-b95b49075651a7d8 Oct 16 13:51:09.131 INFO blam! Oct 16 13:51:09.131 INFO blam! running 0 tests Oct 16 13:51:09.131 INFO blam! Oct 16 13:51:09.131 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:51:09.131 INFO blam! Oct 16 13:51:09.132 INFO kablam! Running /target/debug/deps/cucumber-73e54fbf9cd2c036 Oct 16 13:51:09.139 INFO blam! [Cucumber v0.5.0] Oct 16 13:51:09.139 INFO blam! Oct 16 13:51:09.148 INFO blam! Feature: Basic functionality  features/test.feature:1:1 Oct 16 13:51:09.151 INFO blam!  Oct 16 13:51:09.151 INFO blam!  Scenario: foo  features/test.feature:3:13 Oct 16 13:51:09.151 INFO blam!  ✔ Given a thing  features/test.feature:4:5 Oct 16 13:51:09.151 INFO blam!  - When nothing  features/test.feature:5:5 Oct 16 13:51:09.151 INFO blam!  ⚡ Not yet implemented (skipped) Oct 16 13:51:09.151 INFO blam! Oct 16 13:51:09.151 INFO blam!  Scenario: bar  features/test.feature:7:13 Oct 16 13:51:09.151 INFO blam!  ✔ Given a thing  features/test.feature:8:5 Oct 16 13:51:09.151 INFO blam!  ✘ When something goes wrong  features/test.feature:9:5 Oct 16 13:51:09.151 INFO blam! ———— ! Step failed: ——————————————————————————————————— tests/cucumber.rs:46:13 Oct 16 13:51:09.151 INFO blam!  This is my custom panic message Oct 16 13:51:09.151 INFO blam! ———— Captured output: —————————————————————————————————————————————————————————— Oct 16 13:51:09.151 INFO blam!  Something to stdout Oct 16 13:51:09.151 INFO blam! Something to stderr Oct 16 13:51:09.151 INFO blam! ———————————————————————————————————————————————————————————————————————————————— Oct 16 13:51:09.151 INFO blam!  Oct 16 13:51:09.151 INFO blam!  Rule: A rule  features/test.feature:11:9 Oct 16 13:51:09.151 INFO blam!  Scenario: a scenario inside a rule  features/test.feature:13:15 Oct 16 13:51:09.151 INFO blam!  - Given I am in inside a rule  features/test.feature:14:7 Oct 16 13:51:09.151 INFO blam!  ⚡ Not yet implemented (skipped) Oct 16 13:51:09.151 INFO blam!  - Then things are working  features/test.feature:15:7 Oct 16 13:51:09.151 INFO blam!  ⚡ Not yet implemented (skipped) Oct 16 13:51:09.151 INFO blam! Oct 16 13:51:09.151 INFO blam! 1 features, 1 rules Oct 16 13:51:09.151 INFO blam! 3 scenarios (1 failed, 2 skipped, 0 passed) Oct 16 13:51:09.151 INFO blam! 6 steps (1 failed, 3 skipped, 2 passed) Oct 16 13:51:09.151 INFO blam!  Oct 16 13:51:09.151 INFO kablam! error: test failed, to rerun pass '--test cucumber' Oct 16 13:51:09.156 INFO kablam! su: No module specific data is present Oct 16 13:51:10.165 INFO running `"docker" "rm" "-f" "a0969762defc5eafc3613571ad0454707d2717694ada64c0d9f9159f27a16c09"` Oct 16 13:51:10.547 INFO blam! a0969762defc5eafc3613571ad0454707d2717694ada64c0d9f9159f27a16c09