Oct 11 07:47:26.256 INFO testing AgustinCB/soccer-data against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:47:26.256 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:47:26.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 07:47:26.492 INFO blam! 105e83f519845ef1c3fdeceb48923c4ad967729808ccd46476f5228d74e97921 Oct 11 07:47:26.494 INFO running `"docker" "start" "-a" "105e83f519845ef1c3fdeceb48923c4ad967729808ccd46476f5228d74e97921"` Oct 11 07:47:27.038 INFO kablam! usermod: no changes Oct 11 07:47:27.180 INFO kablam! Compiling itertools v0.7.1 Oct 11 07:47:29.644 INFO kablam! Compiling afa-scrapper v0.1.0 (/source) Oct 11 07:47:33.372 INFO kablam! warning: unused variable: `matches` Oct 11 07:47:33.372 INFO kablam! --> src/match_manager/mod.rs:34:23 Oct 11 07:47:33.372 INFO kablam! | Oct 11 07:47:33.372 INFO kablam! 34 | pub fn save(self, matches: Vec) -> fmt::Result { Oct 11 07:47:33.372 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 11 07:47:33.372 INFO kablam! | Oct 11 07:47:33.372 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:47:33.372 INFO kablam! Oct 11 07:47:33.428 INFO kablam! warning: struct is never constructed: `AfaApi` Oct 11 07:47:33.428 INFO kablam! --> src/api/mod.rs:17:1 Oct 11 07:47:33.428 INFO kablam! | Oct 11 07:47:33.428 INFO kablam! 17 | struct AfaApi { Oct 11 07:47:33.428 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 07:47:33.428 INFO kablam! | Oct 11 07:47:33.428 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:47:33.428 INFO kablam! Oct 11 07:47:33.428 INFO kablam! warning: variant is never constructed: `AllRemaining` Oct 11 07:47:33.428 INFO kablam! --> src/loader/mod.rs:10:5 Oct 11 07:47:33.428 INFO kablam! | Oct 11 07:47:33.428 INFO kablam! 10 | AllRemaining, Oct 11 07:47:33.428 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.429 INFO kablam! warning: variant is never constructed: `Next` Oct 11 07:47:33.429 INFO kablam! --> src/loader/mod.rs:11:5 Oct 11 07:47:33.429 INFO kablam! | Oct 11 07:47:33.429 INFO kablam! 11 | Next(i64) Oct 11 07:47:33.429 INFO kablam! | ^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.429 INFO kablam! warning: method is never used: `new` Oct 11 07:47:33.429 INFO kablam! --> src/loader/mod.rs:25:5 Oct 11 07:47:33.429 INFO kablam! | Oct 11 07:47:33.429 INFO kablam! 25 | pub fn new(matches: RefCell>, max_tries: Option) -> AfaLoader { Oct 11 07:47:33.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.429 INFO kablam! warning: struct is never constructed: `MatchManager` Oct 11 07:47:33.429 INFO kablam! --> src/match_manager/mod.rs:21:1 Oct 11 07:47:33.429 INFO kablam! | Oct 11 07:47:33.429 INFO kablam! 21 | pub struct MatchManager { Oct 11 07:47:33.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.429 INFO kablam! warning: method is never used: `new` Oct 11 07:47:33.429 INFO kablam! --> src/match_manager/mod.rs:26:5 Oct 11 07:47:33.429 INFO kablam! | Oct 11 07:47:33.429 INFO kablam! 26 | pub fn new(path: &'static str) -> MatchManager { Oct 11 07:47:33.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.429 INFO kablam! warning: method is never used: `history` Oct 11 07:47:33.429 INFO kablam! --> src/match_manager/mod.rs:30:5 Oct 11 07:47:33.429 INFO kablam! | Oct 11 07:47:33.429 INFO kablam! 30 | pub fn history(self) -> Vec { Oct 11 07:47:33.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.429 INFO kablam! warning: method is never used: `save` Oct 11 07:47:33.429 INFO kablam! --> src/match_manager/mod.rs:34:5 Oct 11 07:47:33.429 INFO kablam! | Oct 11 07:47:33.429 INFO kablam! 34 | pub fn save(self, matches: Vec) -> fmt::Result { Oct 11 07:47:33.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:33.429 INFO kablam! Oct 11 07:47:33.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.89s Oct 11 07:47:33.955 INFO kablam! su: No module specific data is present Oct 11 07:47:34.530 INFO running `"docker" "rm" "-f" "105e83f519845ef1c3fdeceb48923c4ad967729808ccd46476f5228d74e97921"` Oct 11 07:47:34.880 INFO blam! 105e83f519845ef1c3fdeceb48923c4ad967729808ccd46476f5228d74e97921 Oct 11 07:47:34.886 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:47:34.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 07:47:35.333 INFO blam! a551727da64a3a3dc4f8f7af10858c1d29cd26f16eac2e975eafa545644596b3 Oct 11 07:47:35.344 INFO running `"docker" "start" "-a" "a551727da64a3a3dc4f8f7af10858c1d29cd26f16eac2e975eafa545644596b3"` Oct 11 07:47:36.391 INFO kablam! usermod: no changes Oct 11 07:47:36.532 INFO kablam! Compiling afa-scrapper v0.1.0 (/source) Oct 11 07:47:39.772 INFO kablam! warning: unused import: `self::serde_json::Value` Oct 11 07:47:39.772 INFO kablam! --> src/match_manager/mod.rs:42:9 Oct 11 07:47:39.772 INFO kablam! | Oct 11 07:47:39.772 INFO kablam! 42 | use self::serde_json::Value; Oct 11 07:47:39.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:39.772 INFO kablam! | Oct 11 07:47:39.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:47:39.772 INFO kablam! Oct 11 07:47:39.772 INFO kablam! warning: unused import: `super::MatchManager` Oct 11 07:47:39.772 INFO kablam! --> src/match_manager/mod.rs:43:9 Oct 11 07:47:39.772 INFO kablam! | Oct 11 07:47:39.772 INFO kablam! 43 | use super::MatchManager; Oct 11 07:47:39.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:39.772 INFO kablam! Oct 11 07:47:40.024 INFO kablam! warning: unused variable: `matches` Oct 11 07:47:40.024 INFO kablam! --> src/match_manager/mod.rs:34:23 Oct 11 07:47:40.024 INFO kablam! | Oct 11 07:47:40.024 INFO kablam! 34 | pub fn save(self, matches: Vec) -> fmt::Result { Oct 11 07:47:40.024 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 11 07:47:40.024 INFO kablam! | Oct 11 07:47:40.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:47:40.024 INFO kablam! Oct 11 07:47:40.096 INFO kablam! warning: struct is never constructed: `MatchManager` Oct 11 07:47:40.096 INFO kablam! --> src/match_manager/mod.rs:21:1 Oct 11 07:47:40.096 INFO kablam! | Oct 11 07:47:40.096 INFO kablam! 21 | pub struct MatchManager { Oct 11 07:47:40.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:40.096 INFO kablam! | Oct 11 07:47:40.096 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:47:40.096 INFO kablam! Oct 11 07:47:40.096 INFO kablam! warning: method is never used: `new` Oct 11 07:47:40.096 INFO kablam! --> src/match_manager/mod.rs:26:5 Oct 11 07:47:40.096 INFO kablam! | Oct 11 07:47:40.096 INFO kablam! 26 | pub fn new(path: &'static str) -> MatchManager { Oct 11 07:47:40.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:40.096 INFO kablam! Oct 11 07:47:40.096 INFO kablam! warning: method is never used: `history` Oct 11 07:47:40.096 INFO kablam! --> src/match_manager/mod.rs:30:5 Oct 11 07:47:40.096 INFO kablam! | Oct 11 07:47:40.096 INFO kablam! 30 | pub fn history(self) -> Vec { Oct 11 07:47:40.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:40.097 INFO kablam! Oct 11 07:47:40.097 INFO kablam! warning: method is never used: `save` Oct 11 07:47:40.097 INFO kablam! --> src/match_manager/mod.rs:34:5 Oct 11 07:47:40.097 INFO kablam! | Oct 11 07:47:40.097 INFO kablam! 34 | pub fn save(self, matches: Vec) -> fmt::Result { Oct 11 07:47:40.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:40.097 INFO kablam! Oct 11 07:47:45.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.86s Oct 11 07:47:45.285 INFO kablam! su: No module specific data is present Oct 11 07:47:45.958 INFO running `"docker" "rm" "-f" "a551727da64a3a3dc4f8f7af10858c1d29cd26f16eac2e975eafa545644596b3"` Oct 11 07:47:46.148 INFO blam! a551727da64a3a3dc4f8f7af10858c1d29cd26f16eac2e975eafa545644596b3 Oct 11 07:47:46.150 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:47:46.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 07:47:46.540 INFO blam! a8e9b85671b9e9474e11f27ec9dac84fb33955e794a4b8d6b11ed278b2d10b85 Oct 11 07:47:46.542 INFO running `"docker" "start" "-a" "a8e9b85671b9e9474e11f27ec9dac84fb33955e794a4b8d6b11ed278b2d10b85"` Oct 11 07:47:47.296 INFO kablam! usermod: no changes Oct 11 07:47:47.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 07:47:47.412 INFO kablam! Running /target/debug/deps/afa_scrapper-846744fdd6d391a4 Oct 11 07:47:47.413 INFO blam! Oct 11 07:47:47.413 INFO blam! running 16 tests Oct 11 07:47:47.423 INFO blam! test loader::tests::in_catchup_it_should_get_new_remaining_and_steps_back_when_there_is_history_and_steps ... ok Oct 11 07:47:47.423 INFO blam! test loader::tests::in_catchup_it_should_get_all_when_empty_history ... ok Oct 11 07:47:47.448 INFO blam! test loader::tests::in_catchup_it_should_get_remaining_and_steps_back_when_there_is_history_and_steps ... ok Oct 11 07:47:47.448 INFO blam! test loader::tests::in_process_it_should_get_all_remaining ... ok Oct 11 07:47:47.448 INFO blam! test loader::tests::in_catchup_it_should_get_remaining_when_there_is_history_and_zero_steps_back ... ok Oct 11 07:47:47.454 INFO blam! test loader::tests::in_catchup_it_should_get_nothing_when_you_are_at_the_end_of_history ... ok Oct 11 07:47:47.460 INFO blam! test loader::tests::in_process_it_should_get_next_when_interval_is_available ... ok Oct 11 07:47:47.460 INFO blam! test loader::tests::in_process_it_should_get_remaining_when_interval_is_too_big ... ok Oct 11 07:47:47.484 INFO blam! test loader::tests::in_process_it_should_get_none_when_start_is_last ... ok Oct 11 07:47:47.484 INFO blam! test match_manager::tests::it_saves_matches_in_path ... ok Oct 11 07:47:47.484 INFO blam! test match_manager::tests::it_gets_no_match_in_empty_path ... ok Oct 11 07:47:47.484 INFO blam! test match_manager::tests::it_gets_matchs_in_the_path ... ok Oct 11 07:47:47.484 INFO blam! test loader::tests::in_process_it_should_get_next_when_interval_is_available_and_there_re_missing ... ok Oct 11 07:47:47.532 INFO blam! test api::tests::it_fails_when_404 ... FAILED Oct 11 07:47:47.533 INFO blam! test api::tests::it_gets_a_match ... FAILED Oct 11 07:47:47.534 INFO blam! test loader::tests::in_process_it_should_fail_when_passing_no_steps ... ok Oct 11 07:47:47.534 INFO blam! Oct 11 07:47:47.535 INFO blam! failures: Oct 11 07:47:47.535 INFO blam! Oct 11 07:47:47.535 INFO blam! ---- api::tests::it_fails_when_404 stdout ---- Oct 11 07:47:47.535 INFO blam! thread 'api::tests::it_fails_when_404' panicked at 'assertion failed: `(left == right)` Oct 11 07:47:47.536 INFO kablam! error: test failed, to rerun pass '--bin afa-scrapper' Oct 11 07:47:47.536 INFO blam! left: `"Error getting match -1: failed to lookup address information: Temporary failure in name resolution"`, Oct 11 07:47:47.536 INFO kablam! su: No module specific data is present Oct 11 07:47:47.537 INFO blam! right: `"Invalid status code: 404 Not Found"`', src/api/mod.rs:79:9 Oct 11 07:47:47.537 INFO blam! stack backtrace: Oct 11 07:47:47.537 INFO blam! 0: 0x55555c689bee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 07:47:47.537 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 07:47:47.537 INFO blam! 1: 0x55555c693316 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 07:47:47.537 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 07:47:47.537 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 07:47:47.537 INFO blam! 2: 0x55555c68de5d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:211 Oct 11 07:47:47.537 INFO blam! 3: 0x55555c68db6b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:221 Oct 11 07:47:47.537 INFO blam! 4: 0x55555c68e50c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:476 Oct 11 07:47:47.537 INFO blam! 5: 0x55555c68e0c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:390 Oct 11 07:47:47.537 INFO blam! 6: 0x55555c68e02d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:345 Oct 11 07:47:47.537 INFO blam! 7: 0x55555c4f5912 - afa_scrapper::api::tests::it_fails_when_404::h74e5abee85923ba5 Oct 11 07:47:47.537 INFO blam! at src/api/mod.rs:79 Oct 11 07:47:47.537 INFO blam! 8: 0x55555c4f5519 - afa_scrapper::api::tests::it_fails_when_404::{{closure}}::h050c368588ec52da Oct 11 07:47:47.537 INFO blam! at src/api/mod.rs:74 Oct 11 07:47:47.537 INFO blam! 9: 0x55555c531cad - core::ops::function::FnOnce::call_once::hdb1bb2fcf2cabf6e Oct 11 07:47:47.537 INFO blam! at libcore/ops/function.rs:238 Oct 11 07:47:47.537 INFO blam! 10: 0x55555c53b9fe - >::call_box::h95b7cb918af67b5d Oct 11 07:47:47.537 INFO blam! at libtest/lib.rs:1468 Oct 11 07:47:47.537 INFO blam! at libcore/ops/function.rs:238 Oct 11 07:47:47.537 INFO blam! at liballoc/boxed.rs:672 Oct 11 07:47:47.537 INFO blam! 11: 0x55555c69e4e9 - __rust_maybe_catch_panic Oct 11 07:47:47.537 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 07:47:47.537 INFO blam! 12: 0x55555c55c54d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:289 Oct 11 07:47:47.537 INFO blam! at libstd/panic.rs:392 Oct 11 07:47:47.537 INFO blam! at libtest/lib.rs:1423 Oct 11 07:47:47.537 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 07:47:47.537 INFO blam! 13: 0x55555c55d154 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 07:47:47.537 INFO blam! at libstd/thread/mod.rs:409 Oct 11 07:47:47.537 INFO blam! at libstd/panic.rs:313 Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:310 Oct 11 07:47:47.537 INFO blam! 14: 0x55555c69e4e9 - __rust_maybe_catch_panic Oct 11 07:47:47.537 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 07:47:47.537 INFO blam! 15: 0x55555c54a716 - >::call_box::h96125cb29a9ba44b Oct 11 07:47:47.537 INFO blam! at libstd/panicking.rs:289 Oct 11 07:47:47.537 INFO blam! at libstd/panic.rs:392 Oct 11 07:47:47.537 INFO blam! at libstd/thread/mod.rs:408 Oct 11 07:47:47.537 INFO blam! at liballoc/boxed.rs:672 Oct 11 07:47:47.537 INFO blam! 16: 0x55555c68c0aa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 07:47:47.537 INFO blam! at liballoc/boxed.rs:682 Oct 11 07:47:47.537 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 07:47:47.537 INFO blam! 17: 0x55555c67f505 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 07:47:47.537 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 07:47:47.537 INFO blam! 18: 0x7f8182cfd6b9 - start_thread Oct 11 07:47:47.537 INFO blam! 19: 0x7f818281d41c - clone Oct 11 07:47:47.537 INFO blam! 20: 0x0 - Oct 11 07:47:47.537 INFO blam! Oct 11 07:47:47.537 INFO blam! ---- api::tests::it_gets_a_match stdout ---- Oct 11 07:47:47.537 INFO blam! thread 'api::tests::it_gets_a_match' panicked at 'Error getting the match: "Error getting match 371133: failed to lookup address information: Temporary failure in name resolution"', libcore/result.rs:1009:5 Oct 11 07:47:47.538 INFO blam! stack backtrace: Oct 11 07:47:47.538 INFO blam! 0: 0x55555c689bee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 07:47:47.538 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 07:47:47.538 INFO blam! 1: 0x55555c693316 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 07:47:47.538 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 07:47:47.538 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 07:47:47.538 INFO blam! 2: 0x55555c68de5d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:211 Oct 11 07:47:47.538 INFO blam! 3: 0x55555c68db6b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:221 Oct 11 07:47:47.538 INFO blam! 4: 0x55555c68e50c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:476 Oct 11 07:47:47.538 INFO blam! 5: 0x55555c68e0c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:390 Oct 11 07:47:47.538 INFO blam! 6: 0x55555c68dfc5 - rust_begin_unwind Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:325 Oct 11 07:47:47.538 INFO blam! 7: 0x55555c6d238b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 07:47:47.538 INFO blam! at libcore/panicking.rs:77 Oct 11 07:47:47.538 INFO blam! 8: 0x55555c4e88c3 - core::result::unwrap_failed::ha72d3d3488ee55a3 Oct 11 07:47:47.538 INFO blam! at libcore/macros.rs:26 Oct 11 07:47:47.538 INFO blam! 9: 0x55555c4e5a15 - >::expect::h833a025642bc1f0c Oct 11 07:47:47.538 INFO blam! at libcore/result.rs:835 Oct 11 07:47:47.538 INFO blam! 10: 0x55555c4f5258 - afa_scrapper::api::tests::it_gets_a_match::h90689f573ea15103 Oct 11 07:47:47.538 INFO blam! at src/api/mod.rs:69 Oct 11 07:47:47.538 INFO blam! 11: 0x55555c4f5009 - afa_scrapper::api::tests::it_gets_a_match::{{closure}}::had2fac8216ffad90 Oct 11 07:47:47.538 INFO blam! at src/api/mod.rs:65 Oct 11 07:47:47.538 INFO blam! 12: 0x55555c53167d - core::ops::function::FnOnce::call_once::h11875f8a13c80cee Oct 11 07:47:47.538 INFO blam! at libcore/ops/function.rs:238 Oct 11 07:47:47.538 INFO blam! 13: 0x55555c53b9fe - >::call_box::h95b7cb918af67b5d Oct 11 07:47:47.538 INFO blam! at libtest/lib.rs:1468 Oct 11 07:47:47.538 INFO blam! at libcore/ops/function.rs:238 Oct 11 07:47:47.538 INFO blam! at liballoc/boxed.rs:672 Oct 11 07:47:47.538 INFO blam! 14: 0x55555c69e4e9 - __rust_maybe_catch_panic Oct 11 07:47:47.538 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 07:47:47.538 INFO blam! 15: 0x55555c55c54d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:289 Oct 11 07:47:47.538 INFO blam! at libstd/panic.rs:392 Oct 11 07:47:47.538 INFO blam! at libtest/lib.rs:1423 Oct 11 07:47:47.538 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 07:47:47.538 INFO blam! 16: 0x55555c55d154 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 07:47:47.538 INFO blam! at libstd/thread/mod.rs:409 Oct 11 07:47:47.538 INFO blam! at libstd/panic.rs:313 Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:310 Oct 11 07:47:47.538 INFO blam! 17: 0x55555c69e4e9 - __rust_maybe_catch_panic Oct 11 07:47:47.538 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 07:47:47.538 INFO blam! 18: 0x55555c54a716 - >::call_box::h96125cb29a9ba44b Oct 11 07:47:47.538 INFO blam! at libstd/panicking.rs:289 Oct 11 07:47:47.538 INFO blam! at libstd/panic.rs:392 Oct 11 07:47:47.538 INFO blam! at libstd/thread/mod.rs:408 Oct 11 07:47:47.538 INFO blam! at liballoc/boxed.rs:672 Oct 11 07:47:47.538 INFO blam! 19: 0x55555c68c0aa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 07:47:47.538 INFO blam! at liballoc/boxed.rs:682 Oct 11 07:47:47.538 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 07:47:47.538 INFO blam! 20: 0x55555c67f505 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 07:47:47.538 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 07:47:47.538 INFO blam! 21: 0x7f8182cfd6b9 - start_thread Oct 11 07:47:47.538 INFO blam! 22: 0x7f818281d41c - clone Oct 11 07:47:47.538 INFO blam! 23: 0x0 - Oct 11 07:47:47.538 INFO blam! Oct 11 07:47:47.538 INFO blam! Oct 11 07:47:47.538 INFO blam! failures: Oct 11 07:47:47.538 INFO blam! api::tests::it_fails_when_404 Oct 11 07:47:47.538 INFO blam! api::tests::it_gets_a_match Oct 11 07:47:47.538 INFO blam! Oct 11 07:47:47.538 INFO blam! test result: FAILED. 14 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:47:47.538 INFO blam! Oct 11 07:47:48.158 INFO running `"docker" "rm" "-f" "a8e9b85671b9e9474e11f27ec9dac84fb33955e794a4b8d6b11ed278b2d10b85"` Oct 11 07:47:48.448 INFO blam! a8e9b85671b9e9474e11f27ec9dac84fb33955e794a4b8d6b11ed278b2d10b85