Oct 15 11:50:04.194 INFO testing Church-/rssToMail against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:50:04.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 11:50:04.640 INFO blam! de5b79b15a62f2f50a4e4d71394ee622518d0199255683467460ae1a961994f3 Oct 15 11:50:04.642 INFO running `"docker" "start" "-a" "de5b79b15a62f2f50a4e4d71394ee622518d0199255683467460ae1a961994f3"` Oct 15 11:50:06.815 INFO kablam! usermod: no changes Oct 15 11:50:07.199 INFO kablam! Compiling num_cpus v1.8.0 Oct 15 11:50:07.202 INFO kablam! Compiling memchr v2.0.1 Oct 15 11:50:07.203 INFO kablam! Compiling openssl-sys v0.9.27 Oct 15 11:50:07.215 INFO kablam! Compiling base64 v0.7.0 Oct 15 11:50:07.227 INFO kablam! Compiling syn v0.9.2 Oct 15 11:50:07.227 INFO kablam! Compiling rand v0.3.22 Oct 15 11:50:07.227 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 15 11:50:09.583 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 11:50:09.583 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 11:50:10.411 INFO kablam! Compiling backtrace v0.3.5 Oct 15 11:50:15.756 INFO kablam! Compiling backtrace v0.2.3 Oct 15 11:50:15.757 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 15 11:50:15.797 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 11:50:15.799 INFO kablam! Compiling string_cache v0.2.29 Oct 15 11:50:15.899 INFO kablam! Compiling hyper v0.10.13 Oct 15 11:50:18.451 INFO kablam! Compiling error-chain v0.11.0 Oct 15 11:50:25.441 INFO kablam! Compiling quick-xml v0.10.1 Oct 15 11:50:27.131 INFO kablam! Compiling openssl v0.9.24 Oct 15 11:50:27.491 INFO kablam! Compiling string_cache v0.3.0 Oct 15 11:50:27.492 INFO kablam! Compiling html5ever-atoms v0.1.3 Oct 15 11:50:43.715 INFO kablam! Compiling html5ever v0.9.0 Oct 15 11:51:01.412 INFO kablam! Compiling native-tls v0.1.5 Oct 15 11:51:03.640 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 15 11:51:03.640 INFO kablam! Compiling lettre v0.7.0 Oct 15 11:51:08.167 INFO kablam! Compiling reqwest v0.6.2 Oct 15 11:51:16.499 INFO kablam! Compiling rss v1.3.0 Oct 15 11:51:20.580 INFO kablam! Compiling html2text v0.1.7 Oct 15 11:51:24.871 INFO kablam! Compiling rssToMail v0.1.0 (/source) Oct 15 11:51:29.419 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 15 11:51:29.419 INFO kablam! --> src/main.rs:8:5 Oct 15 11:51:29.419 INFO kablam! | Oct 15 11:51:29.419 INFO kablam! 8 | use lettre::smtp::SUBMISSION_PORT; Oct 15 11:51:29.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:51:29.419 INFO kablam! | Oct 15 11:51:29.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:51:29.419 INFO kablam! Oct 15 11:51:29.491 INFO kablam! warning: crate `rssToMail` should have a snake case name such as `rss_to_mail` Oct 15 11:51:29.491 INFO kablam! | Oct 15 11:51:29.491 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:51:29.491 INFO kablam! Oct 15 11:51:29.491 INFO kablam! warning: function `genText` should have a snake case name such as `gen_text` Oct 15 11:51:29.491 INFO kablam! --> src/main.rs:15:1 Oct 15 11:51:29.491 INFO kablam! | Oct 15 11:51:29.491 INFO kablam! 15 | / fn genText(url: &str) -> String { Oct 15 11:51:29.491 INFO kablam! 16 | | let channel = Channel::from_url(url).unwrap(); Oct 15 11:51:29.491 INFO kablam! 17 | | let items = channel.items(); Oct 15 11:51:29.491 INFO kablam! 18 | | let mut message = String::new(); Oct 15 11:51:29.491 INFO kablam! ... | Oct 15 11:51:29.491 INFO kablam! 27 | | message.to_string() Oct 15 11:51:29.491 INFO kablam! 28 | | } Oct 15 11:51:29.491 INFO kablam! | |_^ Oct 15 11:51:29.491 INFO kablam! Oct 15 11:51:29.491 INFO kablam! warning: function `sendMail` should have a snake case name such as `send_mail` Oct 15 11:51:29.491 INFO kablam! --> src/main.rs:30:1 Oct 15 11:51:29.491 INFO kablam! | Oct 15 11:51:29.491 INFO kablam! 30 | / fn sendMail(message: String) { Oct 15 11:51:29.491 INFO kablam! 31 | | let email = SimpleSendableEmail::new( Oct 15 11:51:29.491 INFO kablam! 32 | | EmailAddress::new("appleman2412@gmail.com".to_string()), Oct 15 11:51:29.491 INFO kablam! 33 | | vec![EmailAddress::new("turing.thesis@gmail.com".to_string())], Oct 15 11:51:29.491 INFO kablam! ... | Oct 15 11:51:29.491 INFO kablam! 54 | | Oct 15 11:51:29.491 INFO kablam! 55 | | } Oct 15 11:51:29.491 INFO kablam! | |_^ Oct 15 11:51:29.491 INFO kablam! Oct 15 11:51:37.590 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 15 11:51:37.607 INFO kablam! su: No module specific data is present Oct 15 11:51:38.847 INFO running `"docker" "rm" "-f" "de5b79b15a62f2f50a4e4d71394ee622518d0199255683467460ae1a961994f3"` Oct 15 11:51:39.203 INFO blam! de5b79b15a62f2f50a4e4d71394ee622518d0199255683467460ae1a961994f3 Oct 15 11:51:39.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 11:51:39.634 INFO blam! 1b902f29c8209a0adfd364e2aff460242d18c2a6eb87d402d4c16e5bb8d0c009 Oct 15 11:51:39.636 INFO running `"docker" "start" "-a" "1b902f29c8209a0adfd364e2aff460242d18c2a6eb87d402d4c16e5bb8d0c009"` Oct 15 11:51:40.863 INFO kablam! usermod: no changes Oct 15 11:51:41.087 INFO kablam! Compiling rssToMail v0.1.0 (/source) Oct 15 11:51:44.850 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 15 11:51:44.850 INFO kablam! --> src/main.rs:8:5 Oct 15 11:51:44.850 INFO kablam! | Oct 15 11:51:44.850 INFO kablam! 8 | use lettre::smtp::SUBMISSION_PORT; Oct 15 11:51:44.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:51:44.850 INFO kablam! | Oct 15 11:51:44.850 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:51:44.850 INFO kablam! Oct 15 11:51:44.931 INFO kablam! warning: crate `rssToMail` should have a snake case name such as `rss_to_mail` Oct 15 11:51:44.931 INFO kablam! | Oct 15 11:51:44.931 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:51:44.931 INFO kablam! Oct 15 11:51:44.931 INFO kablam! warning: function `genText` should have a snake case name such as `gen_text` Oct 15 11:51:44.931 INFO kablam! --> src/main.rs:15:1 Oct 15 11:51:44.931 INFO kablam! | Oct 15 11:51:44.931 INFO kablam! 15 | / fn genText(url: &str) -> String { Oct 15 11:51:44.931 INFO kablam! 16 | | let channel = Channel::from_url(url).unwrap(); Oct 15 11:51:44.931 INFO kablam! 17 | | let items = channel.items(); Oct 15 11:51:44.931 INFO kablam! 18 | | let mut message = String::new(); Oct 15 11:51:44.931 INFO kablam! ... | Oct 15 11:51:44.931 INFO kablam! 27 | | message.to_string() Oct 15 11:51:44.931 INFO kablam! 28 | | } Oct 15 11:51:44.931 INFO kablam! | |_^ Oct 15 11:51:44.931 INFO kablam! Oct 15 11:51:44.931 INFO kablam! warning: function `sendMail` should have a snake case name such as `send_mail` Oct 15 11:51:44.931 INFO kablam! --> src/main.rs:30:1 Oct 15 11:51:44.931 INFO kablam! | Oct 15 11:51:44.931 INFO kablam! 30 | / fn sendMail(message: String) { Oct 15 11:51:44.931 INFO kablam! 31 | | let email = SimpleSendableEmail::new( Oct 15 11:51:44.931 INFO kablam! 32 | | EmailAddress::new("appleman2412@gmail.com".to_string()), Oct 15 11:51:44.931 INFO kablam! 33 | | vec![EmailAddress::new("turing.thesis@gmail.com".to_string())], Oct 15 11:51:44.931 INFO kablam! ... | Oct 15 11:51:44.931 INFO kablam! 54 | | Oct 15 11:51:44.931 INFO kablam! 55 | | } Oct 15 11:51:44.931 INFO kablam! | |_^ Oct 15 11:51:44.931 INFO kablam! Oct 15 11:51:45.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.56s Oct 15 11:51:45.475 INFO kablam! su: No module specific data is present Oct 15 11:51:46.375 INFO running `"docker" "rm" "-f" "1b902f29c8209a0adfd364e2aff460242d18c2a6eb87d402d4c16e5bb8d0c009"` Oct 15 11:51:46.692 INFO blam! 1b902f29c8209a0adfd364e2aff460242d18c2a6eb87d402d4c16e5bb8d0c009 Oct 15 11:51:46.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 11:51:47.241 INFO blam! 160adff977a183b7c0f7aa4b2a4aa2dfb0b34f73b49bc7c53e542e59ebd37d99 Oct 15 11:51:47.242 INFO running `"docker" "start" "-a" "160adff977a183b7c0f7aa4b2a4aa2dfb0b34f73b49bc7c53e542e59ebd37d99"` Oct 15 11:51:48.270 INFO kablam! usermod: no changes Oct 15 11:51:48.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 11:51:48.507 INFO kablam! Running /target/debug/deps/rssToMail-7770b56d89708908 Oct 15 11:51:48.507 INFO blam! Oct 15 11:51:48.507 INFO blam! running 0 tests Oct 15 11:51:48.507 INFO blam! Oct 15 11:51:48.507 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:51:48.507 INFO blam! Oct 15 11:51:48.511 INFO kablam! su: No module specific data is present Oct 15 11:51:49.107 INFO running `"docker" "rm" "-f" "160adff977a183b7c0f7aa4b2a4aa2dfb0b34f73b49bc7c53e542e59ebd37d99"` Oct 15 11:51:49.347 INFO blam! 160adff977a183b7c0f7aa4b2a4aa2dfb0b34f73b49bc7c53e542e59ebd37d99