[INFO] updating cached repository rsumner31/badtouch2 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rsumner31/badtouch2 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rsumner31/badtouch2" "work/ex/beta-1.37-6/sources/1.36.0/gh/rsumner31/badtouch2"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/rsumner31/badtouch2'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rsumner31/badtouch2" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rsumner31/badtouch2"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rsumner31/badtouch2'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d667f9fd8c2070db3fd8a7c74e720b43903a15b0 [INFO] sha for GitHub repo rsumner31/badtouch2: d667f9fd8c2070db3fd8a7c74e720b43903a15b0 [INFO] validating manifest of rsumner31/badtouch2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsumner31/badtouch2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rsumner31/badtouch2 [INFO] finished frobbing rsumner31/badtouch2 [INFO] frobbed toml for rsumner31/badtouch2 written to work/ex/beta-1.37-6/sources/1.36.0/gh/rsumner31/badtouch2/Cargo.toml [INFO] started frobbing rsumner31/badtouch2 [INFO] finished frobbing rsumner31/badtouch2 [INFO] frobbed toml for rsumner31/badtouch2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rsumner31/badtouch2/Cargo.toml [INFO] crate rsumner31/badtouch2 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsumner31/badtouch2 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rsumner31/badtouch2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 28723872ac6c391b69863310b2473cd7d78fd7d2d051cebb6d0d5090f8cbc4ab [INFO] running `"docker" "start" "-a" "28723872ac6c391b69863310b2473cd7d78fd7d2d051cebb6d0d5090f8cbc4ab"` [INFO] [stderr] Compiling regex v0.2.9 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling lua52-sys v0.1.1 [INFO] [stderr] Compiling twox-hash v1.1.0 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling pbr v1.0.0 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling hlua v0.4.1 [INFO] [stderr] Compiling structopt-derive v0.2.5 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling mysql_common v0.5.0 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling reqwest v0.8.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling structopt v0.2.5 [INFO] [stderr] Compiling mysql v12.2.0 [INFO] [stderr] Compiling badtouch v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Io(std::io::Error); [INFO] [stderr] 38 | | Lua(hlua::LuaError); [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Io(std::io::Error); [INFO] [stderr] 38 | | Lua(hlua::LuaError); [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "28723872ac6c391b69863310b2473cd7d78fd7d2d051cebb6d0d5090f8cbc4ab"` [INFO] running `"docker" "rm" "-f" "28723872ac6c391b69863310b2473cd7d78fd7d2d051cebb6d0d5090f8cbc4ab"` [INFO] [stdout] 28723872ac6c391b69863310b2473cd7d78fd7d2d051cebb6d0d5090f8cbc4ab [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rsumner31/badtouch2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 745e8bd3c221a929b44cf671fb8e1481811984da829526dc867a29da9ee030fe [INFO] running `"docker" "start" "-a" "745e8bd3c221a929b44cf671fb8e1481811984da829526dc867a29da9ee030fe"` [INFO] [stderr] Compiling badtouch v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Io(std::io::Error); [INFO] [stderr] 38 | | Lua(hlua::LuaError); [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Io(std::io::Error); [INFO] [stderr] 38 | | Lua(hlua::LuaError); [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.22s [INFO] running `"docker" "inspect" "745e8bd3c221a929b44cf671fb8e1481811984da829526dc867a29da9ee030fe"` [INFO] running `"docker" "rm" "-f" "745e8bd3c221a929b44cf671fb8e1481811984da829526dc867a29da9ee030fe"` [INFO] [stdout] 745e8bd3c221a929b44cf671fb8e1481811984da829526dc867a29da9ee030fe [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rsumner31/badtouch2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] efa59fee5505e3845a36d1462fbdc2f503ea3a5b80e506085791e1bb80ca468e [INFO] running `"docker" "start" "-a" "efa59fee5505e3845a36d1462fbdc2f503ea3a5b80e506085791e1bb80ca468e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/crater/target/debug/deps/badtouch-6d648f16f0b66ec7 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test ctx::tests::verify_false ... ok [INFO] [stdout] test ctx::tests::verify_true ... ok [INFO] [stdout] test ctx::tests::verify_basic_auth_correct ... FAILED [INFO] [stdout] test ctx::tests::verify_basic_auth_incorrect ... FAILED [INFO] [stdout] test ctx::tests::verify_sleep ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- ctx::tests::verify_basic_auth_correct stdout ---- [INFO] [stdout] thread 'ctx::tests::verify_basic_auth_correct' panicked at 'TODO: http error is fatal: Error { kind: Io(Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" }), url: Some("https://httpbin.org/basic-auth/foo/buzz") }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f09ca8da9b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f09ca8da9b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f09ca8da9b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f09ca8da9b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f09ca8da9b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f09ca8d70a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f09ca8e210 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f09ca8dd92 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55f09ca8dc76 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55f09caa982d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55f09c515c23 - core::result::unwrap_failed::h0e5150bd42da9ba1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55f09c517114 - core::result::Result::expect::h6dd6fd7be75660cd [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x55f09c521311 - badtouch::runtime::http_basic_auth::{{closure}}::h8da051f3e717f195 [INFO] [stdout] at src/runtime.rs:33 [INFO] [stdout] 13: 0x55f09c512778 - as hlua::functions_write::FunctionExt<(A, B, C)>>::call_mut::h58724a3fc3f32ab6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hlua-0.4.1/src/functions_write.rs:258 [INFO] [stdout] 14: 0x55f09c51371b - hlua::functions_write::wrapper::h97b6d701b01d251f [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hlua-0.4.1/src/functions_write.rs:415 [INFO] [stdout] 15: 0x55f09ca6826d - luaD_precall [INFO] [stdout] at lua/src/ldo.c:319 [INFO] [stdout] 16: 0x55f09ca77b7f - luaV_execute [INFO] [stdout] at lua/src/lvm.c:723 [INFO] [stdout] 17: 0x55f09ca686d6 - luaD_call [INFO] [stdout] at lua/src/ldo.c:402 [INFO] [stdout] 18: 0x55f09ca66642 - f_call [INFO] [stdout] at lua/src/lapi.c:923 [INFO] [stdout] 19: 0x55f09ca67892 - luaD_rawrunprotected [INFO] [stdout] at lua/src/ldo.c:131 [INFO] [stdout] 20: 0x55f09ca68773 - luaD_pcall [INFO] [stdout] at lua/src/ldo.c:603 [INFO] [stdout] 21: 0x55f09ca66710 - lua_pcallk [INFO] [stdout] at lua/src/lapi.c:949 [INFO] [stdout] 22: 0x55f09c500491 - lua52_sys::lua_pcall::he0860472a27143e3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua52-sys-0.1.1/src/lib.rs:252 [INFO] [stdout] 23: 0x55f09c500491 - hlua::lua_functions::LuaFunction::call_with_args::h175667ad8d761735 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hlua-0.4.1/src/lua_functions.rs:276 [INFO] [stdout] 24: 0x55f09c505a2a - badtouch::ctx::Script::run_once::hd73a68ee006ec377 [INFO] [stdout] at src/ctx.rs:75 [INFO] [stdout] 25: 0x55f09c50340b - badtouch::ctx::tests::verify_basic_auth_correct::h94c555c50160f6e5 [INFO] [stdout] at src/ctx.rs:143 [INFO] [stdout] 26: 0x55f09c50333a - badtouch::ctx::tests::verify_basic_auth_correct::{{closure}}::h7db2cfbcb1c33153 [INFO] [stdout] at src/ctx.rs:134 [INFO] [stdout] 27: 0x55f09c51b5be - core::ops::function::FnOnce::call_once::hb26e562ed493789d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x55f09c5317ff - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x55f09ca95efa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 30: 0x55f09c54bdf8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 31: 0x55f09c54bdf8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55f09c54bdf8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 33: 0x55f09c526c75 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 34: 0x55f09c52adf5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 35: 0x55f09c52adf5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 36: 0x55f09c52adf5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 37: 0x55f09ca95efa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 38: 0x55f09c52b432 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 39: 0x55f09c52b432 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55f09c52b432 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 41: 0x55f09c52b432 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 42: 0x55f09ca80a4f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 43: 0x55f09ca955a0 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 44: 0x55f09ca955a0 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 45: 0x55f09ca955a0 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 46: 0x7f18d167d4a4 - start_thread [INFO] [stdout] 47: 0x7f18d11a8d0f - __clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ctx::tests::verify_basic_auth_incorrect stdout ---- [INFO] [stdout] thread 'ctx::tests::verify_basic_auth_incorrect' panicked at 'TODO: http error is fatal: Error { kind: Io(Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" }), url: Some("https://httpbin.org/basic-auth/foo/buzz") }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f09ca8da9b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f09ca8da9b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f09ca8da9b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f09ca8da9b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f09ca8da9b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f09ca8d70a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f09ca8e210 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f09ca8dd92 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55f09ca8dc76 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55f09caa982d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55f09c515c23 - core::result::unwrap_failed::h0e5150bd42da9ba1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55f09c517114 - core::result::Result::expect::h6dd6fd7be75660cd [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x55f09c521311 - badtouch::runtime::http_basic_auth::{{closure}}::h8da051f3e717f195 [INFO] [stdout] at src/runtime.rs:33 [INFO] [stdout] 13: 0x55f09c512778 - as hlua::functions_write::FunctionExt<(A, B, C)>>::call_mut::h58724a3fc3f32ab6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hlua-0.4.1/src/functions_write.rs:258 [INFO] [stdout] 14: 0x55f09c51371b - hlua::functions_write::wrapper::h97b6d701b01d251f [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hlua-0.4.1/src/functions_write.rs:415 [INFO] [stdout] 15: 0x55f09ca6826d - luaD_precall [INFO] [stdout] at lua/src/ldo.c:319 [INFO] [stdout] 16: 0x55f09ca77b7f - luaV_execute [INFO] [stdout] at lua/src/lvm.c:723 [INFO] [stdout] 17: 0x55f09ca686d6 - luaD_call [INFO] [stdout] at lua/src/ldo.c:402 [INFO] [stdout] 18: 0x55f09ca66642 - f_call [INFO] [stdout] at lua/src/lapi.c:923 [INFO] [stdout] 19: 0x55f09ca67892 - luaD_rawrunprotected [INFO] [stdout] at lua/src/ldo.c:131 [INFO] [stdout] 20: 0x55f09ca68773 - luaD_pcall [INFO] [stdout] at lua/src/ldo.c:603 [INFO] [stdout] 21: 0x55f09ca66710 - lua_pcallk [INFO] [stdout] at lua/src/lapi.c:949 [INFO] [stdout] 22: 0x55f09c500491 - lua52_sys::lua_pcall::he0860472a27143e3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua52-sys-0.1.1/src/lib.rs:252 [INFO] [stdout] 23: 0x55f09c500491 - hlua::lua_functions::LuaFunction::call_with_args::h175667ad8d761735 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hlua-0.4.1/src/lua_functions.rs:276 [INFO] [stdout] 24: 0x55f09c505a2a - badtouch::ctx::Script::run_once::hd73a68ee006ec377 [INFO] [stdout] at src/ctx.rs:75 [INFO] [stdout] 25: 0x55f09c50356b - badtouch::ctx::tests::verify_basic_auth_incorrect::h21062a8cf42a385a [INFO] [stdout] at src/ctx.rs:157 [INFO] [stdout] 26: 0x55f09c50349a - badtouch::ctx::tests::verify_basic_auth_incorrect::{{closure}}::hfe290dc9e5b525c6 [INFO] [stdout] at src/ctx.rs:148 [INFO] [stdout] 27: 0x55f09c51b5fe - core::ops::function::FnOnce::call_once::hf40404e4264535ef [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x55f09c5317ff - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x55f09ca95efa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 30: 0x55f09c54bdf8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 31: 0x55f09c54bdf8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55f09c54bdf8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 33: 0x55f09c526c75 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 34: 0x55f09c52adf5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 35: 0x55f09c52adf5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 36: 0x55f09c52adf5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 37: 0x55f09ca95efa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 38: 0x55f09c52b432 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 39: 0x55f09c52b432 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55f09c52b432 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 41: 0x55f09c52b432 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 42: 0x55f09ca80a4f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 43: 0x55f09ca955a0 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 44: 0x55f09ca955a0 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 45: 0x55f09ca955a0 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 46: 0x7f18d167d4a4 - start_thread [INFO] [stdout] 47: 0x7f18d11a8d0f - __clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] ctx::tests::verify_basic_auth_correct [INFO] [stdout] ctx::tests::verify_basic_auth_incorrect [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin badtouch' [INFO] running `"docker" "inspect" "efa59fee5505e3845a36d1462fbdc2f503ea3a5b80e506085791e1bb80ca468e"` [INFO] running `"docker" "rm" "-f" "efa59fee5505e3845a36d1462fbdc2f503ea3a5b80e506085791e1bb80ca468e"` [INFO] [stdout] efa59fee5505e3845a36d1462fbdc2f503ea3a5b80e506085791e1bb80ca468e