Sep 20 23:00:42.861 INFO checking dat2/financial-planner-cli against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:00:42.861 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:00:42.861 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:00:43.073 INFO blam! 0639a24fd723de4b256cac6f3730675b910e9969fd2617f24c56bed6e705a44b Sep 20 23:00:43.075 INFO running `"docker" "start" "-a" "0639a24fd723de4b256cac6f3730675b910e9969fd2617f24c56bed6e705a44b"` Sep 20 23:00:45.529 INFO kablam! usermod: no changes Sep 20 23:00:45.800 INFO kablam! Compiling gmp-mpfr-sys v0.6.0 Sep 20 23:00:45.814 INFO kablam! Checking libc v0.2.21 Sep 20 23:00:45.814 INFO kablam! Compiling backtrace v0.3.0 Sep 20 23:00:45.814 INFO kablam! Checking rustc-demangle v0.1.4 Sep 20 23:00:45.814 INFO kablam! Checking linked-hash-map v0.3.0 Sep 20 23:00:45.815 INFO kablam! Checking serde v0.9.11 Sep 20 23:00:45.815 INFO kablam! Checking ascii v0.7.1 Sep 20 23:00:45.815 INFO kablam! Checking encode_unicode v0.2.0 Sep 20 23:00:47.167 INFO kablam! Checking term v0.4.5 Sep 20 23:00:49.111 INFO kablam! Checking lazy_static v0.2.5 Sep 20 23:00:50.074 INFO kablam! Checking unicode-segmentation v1.1.0 Sep 20 23:00:51.118 INFO kablam! Checking vec_map v0.7.0 Sep 20 23:00:51.129 INFO kablam! Compiling backtrace-sys v0.1.10 Sep 20 23:00:51.161 INFO kablam! Checking csv v0.14.7 Sep 20 23:00:51.190 INFO kablam! Checking yaml-rust v0.3.5 Sep 20 23:00:52.919 INFO kablam! Checking combine v2.3.1 Sep 20 23:00:53.182 INFO kablam! Checking memchr v1.0.1 Sep 20 23:00:53.320 INFO kablam! Checking thread-id v3.0.0 Sep 20 23:00:53.759 INFO kablam! Checking rand v0.3.15 Sep 20 23:00:54.594 INFO kablam! Checking atty v0.2.2 Sep 20 23:00:55.079 INFO kablam! Checking time v0.1.36 Sep 20 23:00:56.099 INFO kablam! Checking term_size v0.2.3 Sep 20 23:00:56.746 INFO kablam! Compiling syn v0.11.9 Sep 20 23:00:58.356 INFO kablam! Checking thread_local v0.3.3 Sep 20 23:00:58.991 INFO kablam! Checking aho-corasick v0.6.3 Sep 20 23:01:01.026 INFO kablam! Checking prettytable-rs v0.6.6 Sep 20 23:01:01.091 INFO kablam! Checking clap v2.22.1 Sep 20 23:01:02.875 INFO kablam! Checking num v0.1.37 Sep 20 23:01:04.447 INFO kablam! Checking regex v0.2.1 Sep 20 23:01:24.563 INFO kablam! Checking env_logger v0.4.2 Sep 20 23:01:25.315 INFO kablam! Compiling serde_codegen_internals v0.14.1 Sep 20 23:01:33.187 INFO kablam! Compiling serde_derive v0.9.11 Sep 20 23:01:38.551 INFO kablam! Checking chrono v0.3.0 Sep 20 23:01:38.551 INFO kablam! Checking serde_yaml v0.6.2 Sep 20 23:01:48.958 INFO kablam! Checking error-chain v0.10.0 Sep 20 23:05:43.175 INFO kablam! Checking rugint v0.2.0 Sep 20 23:05:43.781 INFO kablam! Checking rugrat v0.2.0 Sep 20 23:05:44.260 INFO kablam! Checking rugflo v0.2.0 Sep 20 23:05:45.514 INFO kablam! Checking financial-planner-cli v0.1.0 (/source) Sep 20 23:05:46.474 INFO kablam! warning: the trait bound `I: combine::StreamOnce` is not satisfied Sep 20 23:05:46.474 INFO kablam! --> src/expression.rs:69:25 Sep 20 23:05:46.474 INFO kablam! | Sep 20 23:05:46.474 INFO kablam! 69 | type ExprParser = FnParser ParseResult>; Sep 20 23:05:46.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::StreamOnce` is not implemented for `I` Sep 20 23:05:46.474 INFO kablam! | Sep 20 23:05:46.474 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 20 23:05:46.474 INFO kablam! = help: consider adding a `where I: combine::StreamOnce` bound Sep 20 23:05:46.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 23:05:46.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 23:05:46.474 INFO kablam! Sep 20 23:05:46.792 INFO kablam! warning: the trait bound `I: combine::StreamOnce` is not satisfied Sep 20 23:05:46.792 INFO kablam! --> src/expression.rs:69:25 Sep 20 23:05:46.792 INFO kablam! | Sep 20 23:05:46.792 INFO kablam! 69 | type ExprParser = FnParser ParseResult>; Sep 20 23:05:46.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::StreamOnce` is not implemented for `I` Sep 20 23:05:46.792 INFO kablam! | Sep 20 23:05:46.792 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 20 23:05:46.792 INFO kablam! = help: consider adding a `where I: combine::StreamOnce` bound Sep 20 23:05:46.793 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 20 23:05:46.793 INFO kablam! = help: this is a hard error in Rust 2018 Sep 20 23:05:46.793 INFO kablam! Sep 20 23:05:48.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5m 02s Sep 20 23:05:48.110 INFO kablam! su: No module specific data is present Sep 20 23:05:49.113 INFO running `"docker" "rm" "-f" "0639a24fd723de4b256cac6f3730675b910e9969fd2617f24c56bed6e705a44b"` Sep 20 23:05:49.229 INFO blam! 0639a24fd723de4b256cac6f3730675b910e9969fd2617f24c56bed6e705a44b