Sep 03 20:27:39.975 INFO checking rightfold/typefunnel against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 20:27:39.976 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 20:27:39.976 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:27:40.126 INFO blam! 32498382ec628b6db062e32b5490855e676d0102aa8c7cc96bf1a1e7209f28f6 Sep 03 20:27:40.127 INFO running `"docker" "start" "-a" "32498382ec628b6db062e32b5490855e676d0102aa8c7cc96bf1a1e7209f28f6"` Sep 03 20:27:40.771 INFO kablam! Checking libc v0.2.21 Sep 03 20:27:40.771 INFO kablam! Checking md5 v0.3.4 Sep 03 20:27:40.772 INFO kablam! Checking fallible-iterator v0.1.3 Sep 03 20:27:40.772 INFO kablam! Checking hex v0.2.0 Sep 03 20:27:40.772 INFO kablam! Checking bufstream v0.1.2 Sep 03 20:27:40.772 INFO kablam! Checking phf_shared v0.7.21 Sep 03 20:27:41.445 INFO kablam! Checking phf v0.7.21 Sep 03 20:27:42.395 INFO kablam! Checking memchr v1.0.1 Sep 03 20:27:42.593 INFO kablam! Checking postgres-protocol v0.2.1 Sep 03 20:27:43.364 INFO kablam! Checking postgres-shared v0.2.0 Sep 03 20:27:44.801 INFO kablam! Checking postgres v0.14.0 Sep 03 20:27:46.957 INFO kablam! Checking typefunnel v0.0.1 (file:///source) Sep 03 20:27:47.890 INFO kablam! warning: missing documentation for a struct Sep 03 20:27:47.890 INFO kablam! --> src/source/call.rs:28:1 Sep 03 20:27:47.890 INFO kablam! | Sep 03 20:27:47.890 INFO kablam! 28 | pub struct ECMAScriptModule<'a> { Sep 03 20:27:47.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.890 INFO kablam! | Sep 03 20:27:47.890 INFO kablam! note: lint level defined here Sep 03 20:27:47.891 INFO kablam! --> src/lib.rs:1:9 Sep 03 20:27:47.891 INFO kablam! | Sep 03 20:27:47.891 INFO kablam! 1 | #![warn(missing_docs)] Sep 03 20:27:47.891 INFO kablam! | ^^^^^^^^^^^^ Sep 03 20:27:47.891 INFO kablam! Sep 03 20:27:47.891 INFO kablam! warning: missing documentation for a struct field Sep 03 20:27:47.891 INFO kablam! --> src/source/call.rs:29:3 Sep 03 20:27:47.891 INFO kablam! | Sep 03 20:27:47.891 INFO kablam! 29 | pub calls: HashMap, Sep 03 20:27:47.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.891 INFO kablam! Sep 03 20:27:47.891 INFO kablam! warning: missing documentation for a method Sep 03 20:27:47.891 INFO kablam! --> src/source/call.rs:33:3 Sep 03 20:27:47.891 INFO kablam! | Sep 03 20:27:47.891 INFO kablam! 33 | pub fn ecmascript(&self, write: &mut io::Write) -> io::Result<()> { Sep 03 20:27:47.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.891 INFO kablam! Sep 03 20:27:47.892 INFO kablam! warning: missing documentation for a method Sep 03 20:27:47.892 INFO kablam! --> src/source/call.rs:42:3 Sep 03 20:27:47.892 INFO kablam! | Sep 03 20:27:47.892 INFO kablam! 42 | pub fn purescript(&self, write: &mut io::Write) -> io::Result<()> { Sep 03 20:27:47.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.892 INFO kablam! Sep 03 20:27:47.892 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 20:27:47.892 INFO kablam! --> src/source/call.rs:64:9 Sep 03 20:27:47.892 INFO kablam! | Sep 03 20:27:47.892 INFO kablam! 64 | purescript_type(write, element); Sep 03 20:27:47.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.892 INFO kablam! | Sep 03 20:27:47.892 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 03 20:27:47.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 20:27:47.892 INFO kablam! Sep 03 20:27:47.892 INFO kablam! warning: missing documentation for a struct Sep 03 20:27:47.892 INFO kablam! --> src/web_service.rs:10:1 Sep 03 20:27:47.892 INFO kablam! | Sep 03 20:27:47.892 INFO kablam! 10 | pub struct WebService<'a, Source> where Source: 'a { Sep 03 20:27:47.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.892 INFO kablam! Sep 03 20:27:47.892 INFO kablam! warning: missing documentation for a struct field Sep 03 20:27:47.892 INFO kablam! --> src/web_service.rs:11:3 Sep 03 20:27:47.892 INFO kablam! | Sep 03 20:27:47.892 INFO kablam! 11 | pub name: String, Sep 03 20:27:47.892 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 20:27:47.892 INFO kablam! Sep 03 20:27:47.893 INFO kablam! warning: missing documentation for a struct field Sep 03 20:27:47.893 INFO kablam! --> src/web_service.rs:12:3 Sep 03 20:27:47.893 INFO kablam! | Sep 03 20:27:47.893 INFO kablam! 12 | pub source: &'a Source, Sep 03 20:27:47.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.893 INFO kablam! Sep 03 20:27:47.998 INFO kablam! warning: unused `std::result::Result` which must be used Sep 03 20:27:47.998 INFO kablam! --> src/source/call.rs:64:9 Sep 03 20:27:47.998 INFO kablam! | Sep 03 20:27:47.998 INFO kablam! 64 | purescript_type(write, element); Sep 03 20:27:47.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:47.998 INFO kablam! | Sep 03 20:27:47.998 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 03 20:27:47.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 03 20:27:47.998 INFO kablam! Sep 03 20:27:48.589 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.87s Sep 03 20:27:48.594 INFO kablam! su: No module specific data is present Sep 03 20:27:49.135 INFO running `"docker" "rm" "-f" "32498382ec628b6db062e32b5490855e676d0102aa8c7cc96bf1a1e7209f28f6"` Sep 03 20:27:49.278 INFO blam! 32498382ec628b6db062e32b5490855e676d0102aa8c7cc96bf1a1e7209f28f6