Oct 10 19:08:13.088 INFO testing maccoda/made-up against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:08:13.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:08:13.088 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 19:08:13.325 INFO blam! 8b9386995e648bf13c551f74df19bc0f4dcbc3fe77e8b120fe6ea2a61e4245b7 Oct 10 19:08:13.332 INFO running `"docker" "start" "-a" "8b9386995e648bf13c551f74df19bc0f4dcbc3fe77e8b120fe6ea2a61e4245b7"` Oct 10 19:08:14.080 INFO kablam! usermod: no changes Oct 10 19:08:14.308 INFO kablam! Compiling pulldown-cmark v0.0.14 Oct 10 19:08:14.332 INFO kablam! Compiling clap v2.29.1 Oct 10 19:08:14.332 INFO kablam! Compiling handlebars v0.29.1 Oct 10 19:08:14.332 INFO kablam! Compiling error-chain v0.10.0 Oct 10 19:08:37.680 INFO kablam! Compiling made-up v0.1.0 (/source) Oct 10 19:08:48.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.28s Oct 10 19:08:48.393 INFO kablam! su: No module specific data is present Oct 10 19:08:48.793 INFO running `"docker" "rm" "-f" "8b9386995e648bf13c551f74df19bc0f4dcbc3fe77e8b120fe6ea2a61e4245b7"` Oct 10 19:08:48.948 INFO blam! 8b9386995e648bf13c551f74df19bc0f4dcbc3fe77e8b120fe6ea2a61e4245b7 Oct 10 19:08:48.950 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:08:48.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 19:08:49.150 INFO blam! c96e3a22ca1b666b652220f119f043d0236d6a13c73726af4256aba9b8550369 Oct 10 19:08:49.152 INFO running `"docker" "start" "-a" "c96e3a22ca1b666b652220f119f043d0236d6a13c73726af4256aba9b8550369"` Oct 10 19:08:49.521 INFO kablam! usermod: no changes Oct 10 19:08:49.598 INFO kablam! Compiling made-up v0.1.0 (/source) Oct 10 19:08:54.500 INFO kablam! warning: method is never used: `from` Oct 10 19:08:54.500 INFO kablam! --> src/config/config_macro.rs:22:17 Oct 10 19:08:54.500 INFO kablam! | Oct 10 19:08:54.501 INFO kablam! 22 | / fn from>(config_path: P) -> Oct 10 19:08:54.501 INFO kablam! 23 | | Result { Oct 10 19:08:54.501 INFO kablam! 24 | | file_utils::read_from_file(config_path) Oct 10 19:08:54.501 INFO kablam! 25 | | .and_then(|contents| serde_yaml::from_str(&contents) Oct 10 19:08:54.501 INFO kablam! 26 | | .map_err(|err|ErrorKind::Config(err).into())) Oct 10 19:08:54.501 INFO kablam! 27 | | } Oct 10 19:08:54.501 INFO kablam! | |_________________^ Oct 10 19:08:54.501 INFO kablam! ... Oct 10 19:08:54.501 INFO kablam! 79 | / configuration! { Oct 10 19:08:54.501 INFO kablam! 80 | | stylesheet, String, "".to_string(); Oct 10 19:08:54.501 INFO kablam! 81 | | gen_index, bool, false; Oct 10 19:08:54.502 INFO kablam! 82 | | out_dir, String, "out".to_string(); Oct 10 19:08:54.502 INFO kablam! 83 | | copy_resources, bool, true; Oct 10 19:08:54.502 INFO kablam! 84 | | title, String, "title".to_string() Oct 10 19:08:54.502 INFO kablam! 85 | | } Oct 10 19:08:54.502 INFO kablam! | |_____- in this macro invocation Oct 10 19:08:54.502 INFO kablam! | Oct 10 19:08:54.502 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:08:54.502 INFO kablam! Oct 10 19:08:54.502 INFO kablam! warning: method is never used: `from` Oct 10 19:08:54.502 INFO kablam! --> src/config/config_macro.rs:48:17 Oct 10 19:08:54.502 INFO kablam! | Oct 10 19:08:54.502 INFO kablam! 48 | pub fn from>(path: P) -> Result { Oct 10 19:08:54.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:08:54.502 INFO kablam! ... Oct 10 19:08:54.502 INFO kablam! 79 | / configuration! { Oct 10 19:08:54.502 INFO kablam! 80 | | stylesheet, String, "".to_string(); Oct 10 19:08:54.502 INFO kablam! 81 | | gen_index, bool, false; Oct 10 19:08:54.502 INFO kablam! 82 | | out_dir, String, "out".to_string(); Oct 10 19:08:54.502 INFO kablam! 83 | | copy_resources, bool, true; Oct 10 19:08:54.502 INFO kablam! 84 | | title, String, "title".to_string() Oct 10 19:08:54.502 INFO kablam! 85 | | } Oct 10 19:08:54.502 INFO kablam! | |_____- in this macro invocation Oct 10 19:08:54.502 INFO kablam! Oct 10 19:08:57.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.15s Oct 10 19:08:57.696 INFO kablam! su: No module specific data is present Oct 10 19:08:58.458 INFO running `"docker" "rm" "-f" "c96e3a22ca1b666b652220f119f043d0236d6a13c73726af4256aba9b8550369"` Oct 10 19:08:58.655 INFO blam! c96e3a22ca1b666b652220f119f043d0236d6a13c73726af4256aba9b8550369 Oct 10 19:08:58.658 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:08:58.659 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 19:08:59.153 INFO blam! 41355608c67c604410540e38171596eedde516fd4adeef34afe3bce4bdcfc746 Oct 10 19:08:59.160 INFO running `"docker" "start" "-a" "41355608c67c604410540e38171596eedde516fd4adeef34afe3bce4bdcfc746"` Oct 10 19:08:59.957 INFO kablam! usermod: no changes Oct 10 19:09:00.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 19:09:00.080 INFO kablam! Running /target/debug/deps/made_up-8acd48abfc6c779d Oct 10 19:09:00.088 INFO blam! Oct 10 19:09:00.088 INFO blam! running 20 tests Oct 10 19:09:00.095 INFO blam! test config::tests::test_raw_read_all ... ok Oct 10 19:09:00.095 INFO blam! test config::config_macro::tests::test_config_macro_default ... ok Oct 10 19:09:00.095 INFO blam! test config::tests::test_raw_read ... ok Oct 10 19:09:00.096 INFO blam! test file_utils::tests::test_write_and_read_file ... ok Oct 10 19:09:00.096 INFO blam! test file_utils::tests::test_check_file ... ok Oct 10 19:09:00.100 INFO blam! test html::tests::test_ordered_list ... ok Oct 10 19:09:00.109 INFO blam! test html::tests::test_consume ... ok Oct 10 19:09:00.136 INFO blam! test html::tests::test_unordered_list ... ok Oct 10 19:09:00.136 INFO blam! test html::tests::test_name_to_id ... ok Oct 10 19:09:00.136 INFO blam! test config::tests::test_read_all ... ok Oct 10 19:09:00.136 INFO blam! test file_utils::tests::test_check_dir_exists ... ok Oct 10 19:09:00.136 INFO blam! test config::tests::test_read ... ok Oct 10 19:09:00.136 INFO blam! test walker::tests::test_get_file_name ... ok Oct 10 19:09:00.136 INFO blam! test walker::tests::test_find_markdown_files ... ok Oct 10 19:09:00.136 INFO blam! test tests::test_create_html ... ok Oct 10 19:09:00.136 INFO blam! test templates::tests::test_generate_index ... ok Oct 10 19:09:00.140 INFO blam! test templates::tests::test_index_from_template ... ok Oct 10 19:09:00.140 INFO blam! test tests::test_pass_handle_config ... ok Oct 10 19:09:00.224 INFO blam! test tests::test_fail_handle_config_no_index ... ok Oct 10 19:09:00.224 INFO blam! test tests::test_fail_read_config ... ok Oct 10 19:09:00.224 INFO blam! Oct 10 19:09:00.224 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:09:00.224 INFO blam! Oct 10 19:09:00.226 INFO kablam! Running /target/debug/deps/make_up-9f2a0847ed0906bd Oct 10 19:09:00.236 INFO blam! Oct 10 19:09:00.236 INFO blam! running 0 tests Oct 10 19:09:00.236 INFO blam! Oct 10 19:09:00.236 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:09:00.236 INFO blam! Oct 10 19:09:00.236 INFO blam! Oct 10 19:09:00.236 INFO blam! running 1 test Oct 10 19:09:00.238 INFO kablam! Running /target/debug/deps/all_test-aecfebaab07f2d3e Oct 10 19:09:00.305 INFO kablam! error: test failed, to rerun pass '--test all_test' Oct 10 19:09:00.305 INFO blam! test test_it ... FAILED Oct 10 19:09:00.305 INFO blam! Oct 10 19:09:00.305 INFO blam! failures: Oct 10 19:09:00.305 INFO blam! Oct 10 19:09:00.305 INFO blam! ---- test_it stdout ---- Oct 10 19:09:00.305 INFO blam! Temp dir: "/tmp/made_up_out" Oct 10 19:09:00.305 INFO blam! Writing config: stylesheet: Oct 10 19:09:00.305 INFO blam! - "style.css" Oct 10 19:09:00.305 INFO blam! - "second_style.css" Oct 10 19:09:00.305 INFO blam! out_dir: "/tmp/made_up_out" Oct 10 19:09:00.305 INFO blam! Oct 10 19:09:00.305 INFO blam! thread 'test_it' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 10 19:09:00.305 INFO blam! stack backtrace: Oct 10 19:09:00.305 INFO blam! 0: 0x55d4a1f8534e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 19:09:00.305 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 19:09:00.305 INFO blam! 1: 0x55d4a1f8e336 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 19:09:00.305 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 19:09:00.305 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 19:09:00.305 INFO blam! 2: 0x55d4a1f88fbd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:211 Oct 10 19:09:00.305 INFO blam! 3: 0x55d4a1f88ccb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:221 Oct 10 19:09:00.305 INFO blam! 4: 0x55d4a1f8966c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:476 Oct 10 19:09:00.305 INFO blam! 5: 0x55d4a1f89229 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:390 Oct 10 19:09:00.305 INFO blam! 6: 0x55d4a1f89125 - rust_begin_unwind Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:325 Oct 10 19:09:00.305 INFO blam! 7: 0x55d4a1fcf96b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 19:09:00.305 INFO blam! at libcore/panicking.rs:77 Oct 10 19:09:00.305 INFO blam! 8: 0x55d4a1bed833 - core::result::unwrap_failed::h8745af43cfe2e142 Oct 10 19:09:00.305 INFO blam! at libcore/macros.rs:26 Oct 10 19:09:00.305 INFO blam! 9: 0x55d4a1bec10b - >::unwrap::h99ac2bef2ecdbf6f Oct 10 19:09:00.305 INFO blam! at libcore/result.rs:808 Oct 10 19:09:00.305 INFO blam! 10: 0x55d4a1be4214 - all_test::common::write_to_file::hadf938f93442f79a Oct 10 19:09:00.305 INFO blam! at tests/common/mod.rs:14 Oct 10 19:09:00.305 INFO blam! 11: 0x55d4a1bee1e3 - all_test::test_it::h8a495c6bae80a287 Oct 10 19:09:00.305 INFO blam! at tests/all_test.rs:26 Oct 10 19:09:00.305 INFO blam! 12: 0x55d4a1bedd59 - all_test::test_it::{{closure}}::h316efa11f134ba92 Oct 10 19:09:00.305 INFO blam! at tests/all_test.rs:10 Oct 10 19:09:00.305 INFO blam! 13: 0x55d4a1be0f6d - core::ops::function::FnOnce::call_once::hbb7d403c472ad553 Oct 10 19:09:00.305 INFO blam! at libcore/ops/function.rs:238 Oct 10 19:09:00.305 INFO blam! 14: 0x55d4a1bf706e - >::call_box::h95b7cb918af67b5d Oct 10 19:09:00.305 INFO blam! at libtest/lib.rs:1468 Oct 10 19:09:00.305 INFO blam! at libcore/ops/function.rs:238 Oct 10 19:09:00.305 INFO blam! at liballoc/boxed.rs:672 Oct 10 19:09:00.305 INFO blam! 15: 0x55d4a1f99509 - __rust_maybe_catch_panic Oct 10 19:09:00.305 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 19:09:00.305 INFO blam! 16: 0x55d4a1c17bbd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:289 Oct 10 19:09:00.305 INFO blam! at libstd/panic.rs:392 Oct 10 19:09:00.305 INFO blam! at libtest/lib.rs:1423 Oct 10 19:09:00.305 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 19:09:00.305 INFO blam! 17: 0x55d4a1c187c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 19:09:00.305 INFO blam! at libstd/thread/mod.rs:409 Oct 10 19:09:00.305 INFO blam! at libstd/panic.rs:313 Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:310 Oct 10 19:09:00.305 INFO blam! 18: 0x55d4a1f99509 - __rust_maybe_catch_panic Oct 10 19:09:00.305 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 19:09:00.305 INFO blam! 19: 0x55d4a1c05d86 - >::call_box::h96125cb29a9ba44b Oct 10 19:09:00.305 INFO blam! at libstd/panicking.rs:289 Oct 10 19:09:00.305 INFO blam! at libstd/panic.rs:392 Oct 10 19:09:00.305 INFO blam! at libstd/thread/mod.rs:408 Oct 10 19:09:00.305 INFO blam! at liballoc/boxed.rs:672 Oct 10 19:09:00.305 INFO blam! 20: 0x55d4a1f873ea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 19:09:00.305 INFO blam! at liballoc/boxed.rs:682 Oct 10 19:09:00.305 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 19:09:00.305 INFO blam! 21: 0x55d4a1f7b985 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 19:09:00.305 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 19:09:00.305 INFO blam! 22: 0x7f5f99ac36b9 - start_thread Oct 10 19:09:00.305 INFO blam! 23: 0x7f5f995e341c - clone Oct 10 19:09:00.305 INFO blam! 24: 0x0 - Oct 10 19:09:00.306 INFO blam! Oct 10 19:09:00.306 INFO blam! Oct 10 19:09:00.306 INFO blam! failures: Oct 10 19:09:00.306 INFO blam! test_it Oct 10 19:09:00.306 INFO blam! Oct 10 19:09:00.306 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:09:00.306 INFO blam! Oct 10 19:09:00.309 INFO kablam! su: No module specific data is present Oct 10 19:09:00.960 INFO running `"docker" "rm" "-f" "41355608c67c604410540e38171596eedde516fd4adeef34afe3bce4bdcfc746"` Oct 10 19:09:01.181 INFO blam! 41355608c67c604410540e38171596eedde516fd4adeef34afe3bce4bdcfc746