Oct 16 06:38:53.147 INFO testing helianto-0.1.0-beta1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:38:53.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:38:53.526 INFO blam! 9293b5a5fa30057428746fd0e568f28de6cfb0520d960b140eed09362769f5f5 Oct 16 06:38:53.531 INFO running `"docker" "start" "-a" "9293b5a5fa30057428746fd0e568f28de6cfb0520d960b140eed09362769f5f5"` Oct 16 06:38:54.483 INFO kablam! usermod: no changes Oct 16 06:38:54.631 INFO kablam! Compiling quick-error v0.1.4 Oct 16 06:38:54.635 INFO kablam! Compiling hoedown v3.0.5 Oct 16 06:38:54.635 INFO kablam! Compiling term-painter v0.2.4 Oct 16 06:38:55.855 INFO kablam! Compiling handlebars v0.12.1 Oct 16 06:38:56.559 INFO kablam! Compiling stdio_logger v0.1.1 Oct 16 06:39:01.852 INFO kablam! Compiling helianto v0.1.0-beta1 (/source) Oct 16 06:39:04.071 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 06:39:04.072 INFO kablam! --> src/utils.rs:24:5 Oct 16 06:39:04.072 INFO kablam! | Oct 16 06:39:04.072 INFO kablam! 24 | use std::ascii::AsciiExt; Oct 16 06:39:04.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:04.073 INFO kablam! | Oct 16 06:39:04.073 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:39:04.074 INFO kablam! Oct 16 06:39:04.074 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 06:39:04.074 INFO kablam! --> src/document.rs:21:5 Oct 16 06:39:04.075 INFO kablam! | Oct 16 06:39:04.075 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 16 06:39:04.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:04.076 INFO kablam! Oct 16 06:39:04.507 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 06:39:04.507 INFO kablam! --> src/utils.rs:24:5 Oct 16 06:39:04.507 INFO kablam! | Oct 16 06:39:04.507 INFO kablam! 24 | use std::ascii::AsciiExt; Oct 16 06:39:04.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:04.507 INFO kablam! | Oct 16 06:39:04.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:39:04.507 INFO kablam! Oct 16 06:39:04.507 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 06:39:04.507 INFO kablam! --> src/document.rs:21:5 Oct 16 06:39:04.507 INFO kablam! | Oct 16 06:39:04.507 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 16 06:39:04.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:04.507 INFO kablam! Oct 16 06:39:04.507 INFO kablam! warning: unused import: `FromRaw` Oct 16 06:39:04.507 INFO kablam! --> src/document.rs:24:23 Oct 16 06:39:04.507 INFO kablam! | Oct 16 06:39:04.507 INFO kablam! 24 | use utils::{DateTime, FromRaw}; Oct 16 06:39:04.507 INFO kablam! | ^^^^^^^ Oct 16 06:39:04.507 INFO kablam! Oct 16 06:39:10.034 INFO kablam! warning: unreachable expression Oct 16 06:39:10.035 INFO kablam! --> src/main.rs:75:13 Oct 16 06:39:10.036 INFO kablam! | Oct 16 06:39:10.036 INFO kablam! 75 | return process::exit(1); Oct 16 06:39:10.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.038 INFO kablam! | Oct 16 06:39:10.038 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 06:39:10.039 INFO kablam! Oct 16 06:39:10.039 INFO kablam! warning: unreachable expression Oct 16 06:39:10.040 INFO kablam! --> src/main.rs:80:9 Oct 16 06:39:10.040 INFO kablam! | Oct 16 06:39:10.041 INFO kablam! 80 | return print_usage(&program, opts); Oct 16 06:39:10.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.042 INFO kablam! Oct 16 06:39:10.042 INFO kablam! warning: unreachable expression Oct 16 06:39:10.043 INFO kablam! --> src/main.rs:82:9 Oct 16 06:39:10.044 INFO kablam! | Oct 16 06:39:10.044 INFO kablam! 82 | return print_version(); Oct 16 06:39:10.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.045 INFO kablam! Oct 16 06:39:10.046 INFO kablam! warning: unreachable expression Oct 16 06:39:10.046 INFO kablam! --> src/main.rs:98:9 Oct 16 06:39:10.046 INFO kablam! | Oct 16 06:39:10.046 INFO kablam! 98 | return process::exit(1); Oct 16 06:39:10.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.046 INFO kablam! Oct 16 06:39:10.048 INFO kablam! warning: unreachable expression Oct 16 06:39:10.049 INFO kablam! --> src/main.rs:134:13 Oct 16 06:39:10.049 INFO kablam! | Oct 16 06:39:10.050 INFO kablam! 134 | return process::exit(1); Oct 16 06:39:10.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.051 INFO kablam! Oct 16 06:39:10.052 INFO kablam! warning: unreachable expression Oct 16 06:39:10.052 INFO kablam! --> src/main.rs:136:9 Oct 16 06:39:10.053 INFO kablam! | Oct 16 06:39:10.053 INFO kablam! 136 | return init_content(source_dir.as_ref()); Oct 16 06:39:10.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.054 INFO kablam! Oct 16 06:39:10.055 INFO kablam! warning: unreachable expression Oct 16 06:39:10.055 INFO kablam! --> src/main.rs:141:9 Oct 16 06:39:10.056 INFO kablam! | Oct 16 06:39:10.057 INFO kablam! 141 | return process::exit(2); Oct 16 06:39:10.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:10.058 INFO kablam! Oct 16 06:39:12.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.39s Oct 16 06:39:12.911 INFO kablam! su: No module specific data is present Oct 16 06:39:13.529 INFO running `"docker" "rm" "-f" "9293b5a5fa30057428746fd0e568f28de6cfb0520d960b140eed09362769f5f5"` Oct 16 06:39:13.654 INFO blam! 9293b5a5fa30057428746fd0e568f28de6cfb0520d960b140eed09362769f5f5 Oct 16 06:39:13.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:39:13.889 INFO blam! 6415db48e156bd0ad9639dad4d02ad966fdf7a3fc67c2f85cd8101739658f3d7 Oct 16 06:39:13.889 INFO running `"docker" "start" "-a" "6415db48e156bd0ad9639dad4d02ad966fdf7a3fc67c2f85cd8101739658f3d7"` Oct 16 06:39:14.503 INFO kablam! usermod: no changes Oct 16 06:39:14.619 INFO kablam! Compiling helianto v0.1.0-beta1 (/source) Oct 16 06:39:17.002 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 06:39:17.003 INFO kablam! --> src/utils.rs:24:5 Oct 16 06:39:17.004 INFO kablam! | Oct 16 06:39:17.004 INFO kablam! 24 | use std::ascii::AsciiExt; Oct 16 06:39:17.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:17.006 INFO kablam! | Oct 16 06:39:17.006 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:39:17.007 INFO kablam! Oct 16 06:39:17.009 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 06:39:17.009 INFO kablam! --> src/document.rs:21:5 Oct 16 06:39:17.010 INFO kablam! | Oct 16 06:39:17.011 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 16 06:39:17.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:17.012 INFO kablam! Oct 16 06:39:17.535 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 06:39:17.535 INFO kablam! --> src/utils.rs:24:5 Oct 16 06:39:17.535 INFO kablam! | Oct 16 06:39:17.535 INFO kablam! 24 | use std::ascii::AsciiExt; Oct 16 06:39:17.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:17.535 INFO kablam! | Oct 16 06:39:17.535 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:39:17.535 INFO kablam! Oct 16 06:39:17.535 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 06:39:17.535 INFO kablam! --> src/document.rs:21:5 Oct 16 06:39:17.535 INFO kablam! | Oct 16 06:39:17.535 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 16 06:39:17.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:17.535 INFO kablam! Oct 16 06:39:17.535 INFO kablam! warning: unused import: `FromRaw` Oct 16 06:39:17.535 INFO kablam! --> src/document.rs:24:23 Oct 16 06:39:17.535 INFO kablam! | Oct 16 06:39:17.535 INFO kablam! 24 | use utils::{DateTime, FromRaw}; Oct 16 06:39:17.535 INFO kablam! | ^^^^^^^ Oct 16 06:39:17.535 INFO kablam! Oct 16 06:39:18.739 INFO kablam! warning: unreachable expression Oct 16 06:39:18.739 INFO kablam! --> src/main.rs:75:13 Oct 16 06:39:18.739 INFO kablam! | Oct 16 06:39:18.739 INFO kablam! 75 | return process::exit(1); Oct 16 06:39:18.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.739 INFO kablam! | Oct 16 06:39:18.739 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 06:39:18.739 INFO kablam! Oct 16 06:39:18.739 INFO kablam! warning: unreachable expression Oct 16 06:39:18.739 INFO kablam! --> src/main.rs:80:9 Oct 16 06:39:18.739 INFO kablam! | Oct 16 06:39:18.739 INFO kablam! 80 | return print_usage(&program, opts); Oct 16 06:39:18.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.739 INFO kablam! Oct 16 06:39:18.739 INFO kablam! warning: unreachable expression Oct 16 06:39:18.739 INFO kablam! --> src/main.rs:82:9 Oct 16 06:39:18.739 INFO kablam! | Oct 16 06:39:18.739 INFO kablam! 82 | return print_version(); Oct 16 06:39:18.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.739 INFO kablam! Oct 16 06:39:18.751 INFO kablam! warning: unreachable expression Oct 16 06:39:18.751 INFO kablam! --> src/main.rs:98:9 Oct 16 06:39:18.751 INFO kablam! | Oct 16 06:39:18.751 INFO kablam! 98 | return process::exit(1); Oct 16 06:39:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.751 INFO kablam! Oct 16 06:39:18.751 INFO kablam! warning: unreachable expression Oct 16 06:39:18.751 INFO kablam! --> src/main.rs:134:13 Oct 16 06:39:18.751 INFO kablam! | Oct 16 06:39:18.751 INFO kablam! 134 | return process::exit(1); Oct 16 06:39:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.751 INFO kablam! Oct 16 06:39:18.751 INFO kablam! warning: unreachable expression Oct 16 06:39:18.751 INFO kablam! --> src/main.rs:136:9 Oct 16 06:39:18.751 INFO kablam! | Oct 16 06:39:18.751 INFO kablam! 136 | return init_content(source_dir.as_ref()); Oct 16 06:39:18.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.751 INFO kablam! Oct 16 06:39:18.762 INFO kablam! warning: unreachable expression Oct 16 06:39:18.763 INFO kablam! --> src/main.rs:141:9 Oct 16 06:39:18.763 INFO kablam! | Oct 16 06:39:18.763 INFO kablam! 141 | return process::exit(2); Oct 16 06:39:18.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:39:18.763 INFO kablam! Oct 16 06:39:20.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.49s Oct 16 06:39:20.011 INFO kablam! su: No module specific data is present Oct 16 06:39:20.464 INFO running `"docker" "rm" "-f" "6415db48e156bd0ad9639dad4d02ad966fdf7a3fc67c2f85cd8101739658f3d7"` Oct 16 06:39:20.610 INFO blam! 6415db48e156bd0ad9639dad4d02ad966fdf7a3fc67c2f85cd8101739658f3d7 Oct 16 06:39:20.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:39:20.945 INFO blam! 2ed9cf04a03c982bc1b92f8a4c2153cbbc3006b9437600b959ecd632dc5a1e9c Oct 16 06:39:20.949 INFO running `"docker" "start" "-a" "2ed9cf04a03c982bc1b92f8a4c2153cbbc3006b9437600b959ecd632dc5a1e9c"` Oct 16 06:39:21.549 INFO kablam! usermod: no changes Oct 16 06:39:21.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 06:39:21.647 INFO kablam! Running /target/debug/deps/helianto-c0b4d0e867e382af Oct 16 06:39:21.648 INFO blam! Oct 16 06:39:21.648 INFO blam! running 3 tests Oct 16 06:39:21.648 INFO blam! test utils::test_remove_leading_dot ... ok Oct 16 06:39:21.651 INFO kablam! Running /target/debug/deps/helianto-adc42954b7e9fdb7 Oct 16 06:39:21.651 INFO blam! test document::test_from_raw ... ok Oct 16 06:39:21.651 INFO blam! test metadata::test_text_from_raw ... ok Oct 16 06:39:21.651 INFO blam! Oct 16 06:39:21.651 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:39:21.651 INFO blam! Oct 16 06:39:21.653 INFO blam! Oct 16 06:39:21.653 INFO blam! running 0 tests Oct 16 06:39:21.653 INFO blam! Oct 16 06:39:21.653 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:39:21.653 INFO blam! Oct 16 06:39:21.654 INFO kablam! Doc-tests helianto Oct 16 06:39:24.615 INFO blam! Oct 16 06:39:24.615 INFO blam! running 0 tests Oct 16 06:39:24.616 INFO blam! Oct 16 06:39:24.616 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:39:24.616 INFO blam! Oct 16 06:39:24.623 INFO kablam! su: No module specific data is present Oct 16 06:39:24.967 INFO running `"docker" "rm" "-f" "2ed9cf04a03c982bc1b92f8a4c2153cbbc3006b9437600b959ecd632dc5a1e9c"` Oct 16 06:39:25.095 INFO blam! 2ed9cf04a03c982bc1b92f8a4c2153cbbc3006b9437600b959ecd632dc5a1e9c