Oct 10 15:57:47.037 INFO testing roeste/wsta against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:57:47.037 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:57:47.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 15:57:47.511 INFO blam! 5bd07fd1975c6e6cbb06b24420c4598d8267f5dcd7b3f074756650f330054d84 Oct 10 15:57:47.513 INFO running `"docker" "start" "-a" "5bd07fd1975c6e6cbb06b24420c4598d8267f5dcd7b3f074756650f330054d84"` Oct 10 15:57:49.505 INFO kablam! usermod: no changes Oct 10 15:57:49.696 INFO kablam! Compiling net2 v0.2.26 Oct 10 15:57:49.701 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 10 15:57:49.703 INFO kablam! Compiling openssl v0.7.14 Oct 10 15:57:49.704 INFO kablam! Compiling url v1.2.4 Oct 10 15:57:58.650 INFO kablam! Compiling cookie v0.2.5 Oct 10 15:57:58.650 INFO kablam! Compiling openssl-verify v0.1.0 Oct 10 15:58:02.032 INFO kablam! Compiling hyper v0.9.14 Oct 10 15:58:12.812 INFO kablam! Compiling websocket v0.17.1 Oct 10 15:58:16.476 INFO kablam! Compiling wsta v0.5.0 (/source) Oct 10 15:58:18.992 INFO kablam! warning: static variable `log_level` should have an upper case name such as `LOG_LEVEL` Oct 10 15:58:18.992 INFO kablam! --> src/log.rs:1:1 Oct 10 15:58:18.992 INFO kablam! | Oct 10 15:58:18.992 INFO kablam! 1 | static mut log_level: u8 = 0; Oct 10 15:58:18.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:58:18.992 INFO kablam! | Oct 10 15:58:18.992 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 15:58:18.992 INFO kablam! Oct 10 15:58:23.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.22s Oct 10 15:58:23.773 INFO kablam! su: No module specific data is present Oct 10 15:58:24.354 INFO running `"docker" "rm" "-f" "5bd07fd1975c6e6cbb06b24420c4598d8267f5dcd7b3f074756650f330054d84"` Oct 10 15:58:24.697 INFO blam! 5bd07fd1975c6e6cbb06b24420c4598d8267f5dcd7b3f074756650f330054d84 Oct 10 15:58:24.705 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:58:24.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 15:58:25.436 INFO blam! b1568194a3c2c9d9ff536147a54f7e2c737d825730f790572105a6f7dd5f0cbc Oct 10 15:58:25.437 INFO running `"docker" "start" "-a" "b1568194a3c2c9d9ff536147a54f7e2c737d825730f790572105a6f7dd5f0cbc"` Oct 10 15:58:26.684 INFO kablam! usermod: no changes Oct 10 15:58:26.822 INFO kablam! Compiling wsta v0.5.0 (/source) Oct 10 15:58:29.104 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 15:58:29.104 INFO kablam! --> src/conf.rs:358:13 Oct 10 15:58:29.104 INFO kablam! | Oct 10 15:58:29.104 INFO kablam! 358 | env::home_dir() Oct 10 15:58:29.104 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:58:29.104 INFO kablam! | Oct 10 15:58:29.104 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 15:58:29.104 INFO kablam! Oct 10 15:58:29.104 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 15:58:29.104 INFO kablam! --> src/conf.rs:221:9 Oct 10 15:58:29.104 INFO kablam! | Oct 10 15:58:29.105 INFO kablam! 221 | env::home_dir() Oct 10 15:58:29.105 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:58:29.105 INFO kablam! Oct 10 15:58:29.600 INFO kablam! warning: static variable `log_level` should have an upper case name such as `LOG_LEVEL` Oct 10 15:58:29.600 INFO kablam! --> src/log.rs:1:1 Oct 10 15:58:29.600 INFO kablam! | Oct 10 15:58:29.600 INFO kablam! 1 | static mut log_level: u8 = 0; Oct 10 15:58:29.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:58:29.600 INFO kablam! | Oct 10 15:58:29.600 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 15:58:29.600 INFO kablam! Oct 10 15:58:31.818 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.11s Oct 10 15:58:31.825 INFO kablam! su: No module specific data is present Oct 10 15:58:32.576 INFO running `"docker" "rm" "-f" "b1568194a3c2c9d9ff536147a54f7e2c737d825730f790572105a6f7dd5f0cbc"` Oct 10 15:58:32.888 INFO blam! b1568194a3c2c9d9ff536147a54f7e2c737d825730f790572105a6f7dd5f0cbc Oct 10 15:58:32.904 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:58:32.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 15:58:33.356 INFO blam! ae70db6cfbe7b239e459c2f5dd8a6acfbe1304cf67452e0dd50f60f442b35ee9 Oct 10 15:58:33.368 INFO running `"docker" "start" "-a" "ae70db6cfbe7b239e459c2f5dd8a6acfbe1304cf67452e0dd50f60f442b35ee9"` Oct 10 15:58:34.714 INFO kablam! usermod: no changes Oct 10 15:58:34.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 15:58:34.926 INFO kablam! Running /target/debug/deps/wsta-7d08fb82e78a5ded Oct 10 15:58:34.929 INFO blam! Oct 10 15:58:34.929 INFO blam! running 4 tests Oct 10 15:58:35.033 INFO blam! test conf::config_path_is_read ... FAILED Oct 10 15:58:35.936 INFO blam! test conf::configfile_is_read ... FAILED Oct 10 15:58:36.940 INFO blam! test conf::get_vec_works ... FAILED Oct 10 15:58:37.932 INFO blam! test conf::config_profile_works ... FAILED Oct 10 15:58:37.932 INFO blam! Oct 10 15:58:37.932 INFO blam! failures: Oct 10 15:58:37.932 INFO blam! Oct 10 15:58:37.932 INFO blam! ---- conf::config_path_is_read stdout ---- Oct 10 15:58:37.932 INFO blam! Does config dir /home/crater/.config/wsta exist? false Oct 10 15:58:37.932 INFO blam! Creating directory /home/crater/.config/wsta Oct 10 15:58:37.932 INFO blam! thread 'conf::config_path_is_read' panicked at 'Could not create config directory for testing: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', libcore/result.rs:1009:5 Oct 10 15:58:37.932 INFO blam! stack backtrace: Oct 10 15:58:37.932 INFO blam! 0: 0x555b8e67afce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 15:58:37.932 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 15:58:37.932 INFO blam! 1: 0x555b8e684056 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 15:58:37.932 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 15:58:37.932 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 15:58:37.932 INFO blam! 2: 0x555b8e67ebed - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:211 Oct 10 15:58:37.933 INFO blam! 3: 0x555b8e67e8fb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:221 Oct 10 15:58:37.933 INFO blam! 4: 0x555b8e67f29c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:476 Oct 10 15:58:37.933 INFO blam! 5: 0x555b8e67ee59 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:390 Oct 10 15:58:37.933 INFO blam! 6: 0x555b8e67ed55 - rust_begin_unwind Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:325 Oct 10 15:58:37.933 INFO blam! 7: 0x555b8e6c483b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 15:58:37.933 INFO blam! at libcore/panicking.rs:77 Oct 10 15:58:37.933 INFO blam! 8: 0x555b8e66b713 - core::result::unwrap_failed::h8a2be217ba6ac5ca Oct 10 15:58:37.933 INFO blam! at libcore/macros.rs:26 Oct 10 15:58:37.933 INFO blam! 9: 0x555b8e565177 - >::expect::he9b53c2922d3b9df Oct 10 15:58:37.933 INFO blam! at libcore/result.rs:835 Oct 10 15:58:37.933 INFO blam! 10: 0x555b8e55e75d - wsta::conf::create_dummy_conf::hc2f48f29e6157f48 Oct 10 15:58:37.933 INFO blam! at src/conf.rs:297 Oct 10 15:58:37.933 INFO blam! 11: 0x555b8e55f77f - wsta::conf::config_path_is_read::h282fda5dae7b46e3 Oct 10 15:58:37.933 INFO blam! at src/conf.rs:158 Oct 10 15:58:37.933 INFO blam! 12: 0x555b8e55f739 - wsta::conf::config_path_is_read::{{closure}}::hee576670ef64cf7f Oct 10 15:58:37.933 INFO blam! at src/conf.rs:156 Oct 10 15:58:37.933 INFO blam! 13: 0x555b8e56453d - core::ops::function::FnOnce::call_once::h9514a5858bccb866 Oct 10 15:58:37.933 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.933 INFO blam! 14: 0x555b8e5688de - >::call_box::h95b7cb918af67b5d Oct 10 15:58:37.933 INFO blam! at libtest/lib.rs:1468 Oct 10 15:58:37.933 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.933 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.933 INFO blam! 15: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.933 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.933 INFO blam! 16: 0x555b8e58942d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.933 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.933 INFO blam! at libtest/lib.rs:1423 Oct 10 15:58:37.933 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 15:58:37.933 INFO blam! 17: 0x555b8e58a034 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 15:58:37.933 INFO blam! at libstd/thread/mod.rs:409 Oct 10 15:58:37.933 INFO blam! at libstd/panic.rs:313 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:310 Oct 10 15:58:37.933 INFO blam! 18: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.933 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.933 INFO blam! 19: 0x555b8e5775f6 - >::call_box::h96125cb29a9ba44b Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.933 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.933 INFO blam! at libstd/thread/mod.rs:408 Oct 10 15:58:37.933 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.933 INFO blam! 20: 0x555b8e67d00a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 15:58:37.933 INFO blam! at liballoc/boxed.rs:682 Oct 10 15:58:37.933 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 15:58:37.933 INFO blam! 21: 0x555b8e671cb5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 15:58:37.933 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 15:58:37.933 INFO blam! 22: 0x7f55ba7846b9 - start_thread Oct 10 15:58:37.933 INFO blam! 23: 0x7f55ba2a441c - clone Oct 10 15:58:37.933 INFO blam! 24: 0x0 - Oct 10 15:58:37.933 INFO blam! Oct 10 15:58:37.933 INFO blam! ---- conf::configfile_is_read stdout ---- Oct 10 15:58:37.933 INFO blam! Does config dir /home/crater/.config/wsta exist? false Oct 10 15:58:37.933 INFO blam! Creating directory /home/crater/.config/wsta Oct 10 15:58:37.933 INFO blam! thread 'conf::configfile_is_read' panicked at 'Could not create config directory for testing: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', libcore/result.rs:1009:5 Oct 10 15:58:37.933 INFO blam! stack backtrace: Oct 10 15:58:37.933 INFO blam! 0: 0x555b8e67afce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 15:58:37.933 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 15:58:37.933 INFO blam! 1: 0x555b8e684056 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 15:58:37.933 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 15:58:37.933 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 15:58:37.933 INFO blam! 2: 0x555b8e67ebed - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:211 Oct 10 15:58:37.933 INFO blam! 3: 0x555b8e67e8fb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:221 Oct 10 15:58:37.933 INFO blam! 4: 0x555b8e67f29c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:476 Oct 10 15:58:37.933 INFO blam! 5: 0x555b8e67ee59 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:390 Oct 10 15:58:37.933 INFO blam! 6: 0x555b8e67ed55 - rust_begin_unwind Oct 10 15:58:37.933 INFO blam! at libstd/panicking.rs:325 Oct 10 15:58:37.933 INFO blam! 7: 0x555b8e6c483b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 15:58:37.933 INFO blam! at libcore/panicking.rs:77 Oct 10 15:58:37.933 INFO blam! 8: 0x555b8e66b713 - core::result::unwrap_failed::h8a2be217ba6ac5ca Oct 10 15:58:37.933 INFO blam! at libcore/macros.rs:26 Oct 10 15:58:37.933 INFO blam! 9: 0x555b8e565177 - >::expect::he9b53c2922d3b9df Oct 10 15:58:37.933 INFO blam! at libcore/result.rs:835 Oct 10 15:58:37.933 INFO blam! 10: 0x555b8e55e75d - wsta::conf::create_dummy_conf::hc2f48f29e6157f48 Oct 10 15:58:37.933 INFO blam! at src/conf.rs:297 Oct 10 15:58:37.933 INFO blam! 11: 0x555b8e55fa92 - wsta::conf::configfile_is_read::h3b1c72699b0c88d7 Oct 10 15:58:37.933 INFO blam! at src/conf.rs:178 Oct 10 15:58:37.933 INFO blam! 12: 0x555b8e55fa29 - wsta::conf::configfile_is_read::{{closure}}::h56fefb543d5568ef Oct 10 15:58:37.933 INFO blam! at src/conf.rs:172 Oct 10 15:58:37.933 INFO blam! 13: 0x555b8e5645bd - core::ops::function::FnOnce::call_once::hdd796587288f97b2 Oct 10 15:58:37.933 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.933 INFO blam! 14: 0x555b8e5688de - >::call_box::h95b7cb918af67b5d Oct 10 15:58:37.933 INFO blam! at libtest/lib.rs:1468 Oct 10 15:58:37.933 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.934 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.934 INFO blam! 15: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.934 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.934 INFO blam! 16: 0x555b8e58942d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.934 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.934 INFO blam! at libtest/lib.rs:1423 Oct 10 15:58:37.934 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 15:58:37.934 INFO blam! 17: 0x555b8e58a034 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 15:58:37.934 INFO blam! at libstd/thread/mod.rs:409 Oct 10 15:58:37.934 INFO blam! at libstd/panic.rs:313 Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:310 Oct 10 15:58:37.934 INFO blam! 18: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.934 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.934 INFO blam! 19: 0x555b8e5775f6 - >::call_box::h96125cb29a9ba44b Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.934 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.934 INFO blam! at libstd/thread/mod.rs:408 Oct 10 15:58:37.934 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.934 INFO blam! 20: 0x555b8e67d00a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 15:58:37.934 INFO blam! at liballoc/boxed.rs:682 Oct 10 15:58:37.934 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 15:58:37.934 INFO blam! 21: 0x555b8e671cb5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 15:58:37.934 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 15:58:37.934 INFO blam! 22: 0x7f55ba7846b9 - start_thread Oct 10 15:58:37.934 INFO blam! 23: 0x7f55ba2a441c - clone Oct 10 15:58:37.934 INFO blam! 24: 0x0 - Oct 10 15:58:37.934 INFO blam! Oct 10 15:58:37.934 INFO blam! ---- conf::get_vec_works stdout ---- Oct 10 15:58:37.934 INFO blam! Does config dir /home/crater/.config/wsta exist? false Oct 10 15:58:37.934 INFO blam! Creating directory /home/crater/.config/wsta Oct 10 15:58:37.934 INFO blam! thread 'conf::get_vec_works' panicked at 'Could not create config directory for testing: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', libcore/result.rs:1009:5 Oct 10 15:58:37.934 INFO blam! stack backtrace: Oct 10 15:58:37.934 INFO blam! 0: 0x555b8e67afce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 15:58:37.934 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 15:58:37.934 INFO blam! 1: 0x555b8e684056 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 15:58:37.934 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 15:58:37.934 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 15:58:37.934 INFO blam! 2: 0x555b8e67ebed - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:211 Oct 10 15:58:37.934 INFO blam! 3: 0x555b8e67e8fb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:221 Oct 10 15:58:37.934 INFO blam! 4: 0x555b8e67f29c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:476 Oct 10 15:58:37.934 INFO blam! 5: 0x555b8e67ee59 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:390 Oct 10 15:58:37.934 INFO blam! 6: 0x555b8e67ed55 - rust_begin_unwind Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:325 Oct 10 15:58:37.934 INFO blam! 7: 0x555b8e6c483b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 15:58:37.934 INFO blam! at libcore/panicking.rs:77 Oct 10 15:58:37.934 INFO blam! 8: 0x555b8e66b713 - core::result::unwrap_failed::h8a2be217ba6ac5ca Oct 10 15:58:37.934 INFO blam! at libcore/macros.rs:26 Oct 10 15:58:37.934 INFO blam! 9: 0x555b8e565177 - >::expect::he9b53c2922d3b9df Oct 10 15:58:37.934 INFO blam! at libcore/result.rs:835 Oct 10 15:58:37.934 INFO blam! 10: 0x555b8e55e75d - wsta::conf::create_dummy_conf::hc2f48f29e6157f48 Oct 10 15:58:37.934 INFO blam! at src/conf.rs:297 Oct 10 15:58:37.934 INFO blam! 11: 0x555b8e55fd8e - wsta::conf::get_vec_works::h5b579e1f0ea9c0a0 Oct 10 15:58:37.934 INFO blam! at src/conf.rs:196 Oct 10 15:58:37.934 INFO blam! 12: 0x555b8e55fd19 - wsta::conf::get_vec_works::{{closure}}::h7fbba2970efb87fc Oct 10 15:58:37.934 INFO blam! at src/conf.rs:191 Oct 10 15:58:37.934 INFO blam! 13: 0x555b8e56457d - core::ops::function::FnOnce::call_once::hbc3a2972fc5e2dcb Oct 10 15:58:37.934 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.934 INFO blam! 14: 0x555b8e5688de - >::call_box::h95b7cb918af67b5d Oct 10 15:58:37.934 INFO blam! at libtest/lib.rs:1468 Oct 10 15:58:37.934 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.934 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.934 INFO blam! 15: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.934 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.934 INFO blam! 16: 0x555b8e58942d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.934 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.934 INFO blam! at libtest/lib.rs:1423 Oct 10 15:58:37.934 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 15:58:37.934 INFO blam! 17: 0x555b8e58a034 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 15:58:37.934 INFO blam! at libstd/thread/mod.rs:409 Oct 10 15:58:37.934 INFO blam! at libstd/panic.rs:313 Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:310 Oct 10 15:58:37.934 INFO blam! 18: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.934 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.934 INFO blam! 19: 0x555b8e5775f6 - >::call_box::h96125cb29a9ba44b Oct 10 15:58:37.934 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.934 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.934 INFO blam! at libstd/thread/mod.rs:408 Oct 10 15:58:37.934 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.934 INFO blam! 20: 0x555b8e67d00a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 15:58:37.934 INFO blam! at liballoc/boxed.rs:682 Oct 10 15:58:37.934 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 15:58:37.934 INFO blam! 21: 0x555b8e671cb5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 15:58:37.934 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 15:58:37.935 INFO blam! 22: 0x7f55ba7846b9 - start_thread Oct 10 15:58:37.935 INFO blam! 23: 0x7f55ba2a441c - clone Oct 10 15:58:37.935 INFO blam! 24: 0x0 - Oct 10 15:58:37.935 INFO blam! Oct 10 15:58:37.935 INFO blam! ---- conf::config_profile_works stdout ---- Oct 10 15:58:37.935 INFO blam! Does config dir /home/crater/.config/wsta/wsta_test_profile exist? false Oct 10 15:58:37.935 INFO blam! Creating directory /home/crater/.config/wsta/wsta_test_profile Oct 10 15:58:37.935 INFO blam! thread 'conf::config_profile_works' panicked at 'Could not create config directory for testing: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', libcore/result.rs:1009:5 Oct 10 15:58:37.935 INFO blam! stack backtrace: Oct 10 15:58:37.935 INFO blam! 0: 0x555b8e67afce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 15:58:37.935 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 15:58:37.935 INFO blam! 1: 0x555b8e684056 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 15:58:37.935 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 15:58:37.935 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 15:58:37.935 INFO blam! 2: 0x555b8e67ebed - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:211 Oct 10 15:58:37.935 INFO blam! 3: 0x555b8e67e8fb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:221 Oct 10 15:58:37.935 INFO blam! 4: 0x555b8e67f29c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:476 Oct 10 15:58:37.935 INFO blam! 5: 0x555b8e67ee59 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:390 Oct 10 15:58:37.935 INFO blam! 6: 0x555b8e67ed55 - rust_begin_unwind Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:325 Oct 10 15:58:37.935 INFO blam! 7: 0x555b8e6c483b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 15:58:37.935 INFO blam! at libcore/panicking.rs:77 Oct 10 15:58:37.935 INFO blam! 8: 0x555b8e66b713 - core::result::unwrap_failed::h8a2be217ba6ac5ca Oct 10 15:58:37.935 INFO blam! at libcore/macros.rs:26 Oct 10 15:58:37.935 INFO blam! 9: 0x555b8e565177 - >::expect::he9b53c2922d3b9df Oct 10 15:58:37.935 INFO blam! at libcore/result.rs:835 Oct 10 15:58:37.935 INFO blam! 10: 0x555b8e55e75d - wsta::conf::create_dummy_conf::hc2f48f29e6157f48 Oct 10 15:58:37.935 INFO blam! at src/conf.rs:297 Oct 10 15:58:37.935 INFO blam! 11: 0x555b8e5605bf - wsta::conf::config_profile_works::h7e9bba6285bbf373 Oct 10 15:58:37.935 INFO blam! at src/conf.rs:227 Oct 10 15:58:37.935 INFO blam! 12: 0x555b8e5602c9 - wsta::conf::config_profile_works::{{closure}}::hded8445e9ef9bc9e Oct 10 15:58:37.935 INFO blam! at src/conf.rs:214 Oct 10 15:58:37.935 INFO blam! 13: 0x555b8e5644bd - core::ops::function::FnOnce::call_once::h115054ee89aa8dcf Oct 10 15:58:37.935 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.935 INFO blam! 14: 0x555b8e5688de - >::call_box::h95b7cb918af67b5d Oct 10 15:58:37.935 INFO blam! at libtest/lib.rs:1468 Oct 10 15:58:37.935 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:58:37.935 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.935 INFO blam! 15: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.935 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.935 INFO blam! 16: 0x555b8e58942d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.935 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.935 INFO blam! at libtest/lib.rs:1423 Oct 10 15:58:37.935 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 15:58:37.935 INFO blam! 17: 0x555b8e58a034 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 15:58:37.935 INFO blam! at libstd/thread/mod.rs:409 Oct 10 15:58:37.935 INFO blam! at libstd/panic.rs:313 Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:310 Oct 10 15:58:37.935 INFO blam! 18: 0x555b8e68f229 - __rust_maybe_catch_panic Oct 10 15:58:37.935 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:58:37.935 INFO blam! 19: 0x555b8e5775f6 - >::call_box::h96125cb29a9ba44b Oct 10 15:58:37.935 INFO blam! at libstd/panicking.rs:289 Oct 10 15:58:37.935 INFO blam! at libstd/panic.rs:392 Oct 10 15:58:37.935 INFO blam! at libstd/thread/mod.rs:408 Oct 10 15:58:37.935 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:58:37.935 INFO blam! 20: 0x555b8e67d00a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 15:58:37.935 INFO blam! at liballoc/boxed.rs:682 Oct 10 15:58:37.935 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 15:58:37.935 INFO blam! 21: 0x555b8e671cb5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 15:58:37.935 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 15:58:37.935 INFO blam! 22: 0x7f55ba7846b9 - start_thread Oct 10 15:58:37.935 INFO blam! 23: 0x7f55ba2a441c - clone Oct 10 15:58:37.935 INFO blam! 24: 0x0 - Oct 10 15:58:37.935 INFO blam! Oct 10 15:58:37.935 INFO blam! Oct 10 15:58:37.935 INFO blam! failures: Oct 10 15:58:37.935 INFO blam! conf::config_path_is_read Oct 10 15:58:37.935 INFO blam! conf::config_profile_works Oct 10 15:58:37.935 INFO blam! conf::configfile_is_read Oct 10 15:58:37.935 INFO blam! conf::get_vec_works Oct 10 15:58:37.935 INFO blam! Oct 10 15:58:37.935 INFO blam! test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:58:37.935 INFO blam! Oct 10 15:58:37.936 INFO kablam! error: test failed, to rerun pass '--bin wsta' Oct 10 15:58:37.936 INFO kablam! su: No module specific data is present Oct 10 15:58:38.672 INFO running `"docker" "rm" "-f" "ae70db6cfbe7b239e459c2f5dd8a6acfbe1304cf67452e0dd50f60f442b35ee9"` Oct 10 15:58:38.869 INFO blam! ae70db6cfbe7b239e459c2f5dd8a6acfbe1304cf67452e0dd50f60f442b35ee9