Sep 03 18:12:09.861 INFO checking jpastuszek/varnishslog against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 18:12:09.861 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 18:12:09.862 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 18:12:10.102 INFO blam! 176cf9be71f26cf12c464d3af35d41192bc48f13ec9543773d7570dfc00912ca Sep 03 18:12:10.104 INFO running `"docker" "start" "-a" "176cf9be71f26cf12c464d3af35d41192bc48f13ec9543773d7570dfc00912ca"` Sep 03 18:12:11.225 INFO kablam! Compiling libc v0.2.14 Sep 03 18:12:11.225 INFO kablam! Checking num-traits v0.1.35 Sep 03 18:12:11.230 INFO kablam! Compiling quote v0.3.3 Sep 03 18:12:11.246 INFO kablam! Checking regex-syntax v0.3.4 Sep 03 18:12:11.258 INFO kablam! Checking linked-hash-map v0.3.0 Sep 03 18:12:11.275 INFO kablam! Checking boolinator v0.1.0 Sep 03 18:12:11.303 INFO kablam! Checking assert_matches v1.2.0 Sep 03 18:12:12.171 INFO kablam! Checking bencher v0.1.1 Sep 03 18:12:12.335 INFO kablam! Compiling syntex_pos v0.44.0 Sep 03 18:12:15.695 INFO kablam! Compiling syn v0.9.0 Sep 03 18:12:17.214 INFO kablam! Checking memchr v0.1.11 Sep 03 18:12:17.217 INFO kablam! Checking thread-id v2.0.0 Sep 03 18:12:17.228 INFO kablam! Checking time v0.1.35 Sep 03 18:12:17.244 INFO kablam! Checking atty v0.2.6 Sep 03 18:12:18.667 INFO kablam! Checking thread_local v0.2.6 Sep 03 18:12:18.739 INFO kablam! Checking clap v2.30.0 Sep 03 18:12:20.089 INFO kablam! Checking aho-corasick v0.5.2 Sep 03 18:12:20.124 INFO kablam! Checking num-integer v0.1.32 Sep 03 18:12:20.183 INFO kablam! Checking serde_json v0.8.6 Sep 03 18:12:21.186 INFO kablam! Compiling syntex_errors v0.44.0 Sep 03 18:12:23.043 INFO kablam! Checking num-iter v0.1.32 Sep 03 18:12:24.620 INFO kablam! Checking num v0.1.35 Sep 03 18:12:25.459 INFO kablam! Checking chrono v0.2.25 Sep 03 18:12:26.521 INFO kablam! Checking regex v0.1.73 Sep 03 18:12:37.883 INFO kablam! Compiling syntex_syntax v0.44.1 Sep 03 18:12:40.657 INFO kablam! Compiling serde_codegen_internals v0.10.0 Sep 03 18:12:41.749 INFO kablam! Checking env_logger v0.3.5 Sep 03 18:12:41.751 INFO kablam! Checking flexi_logger v0.5.0 Sep 03 18:13:40.942 INFO kablam! Compiling syntex v0.44.0 Sep 03 18:13:41.780 INFO kablam! Compiling serde_codegen v0.8.12 Sep 03 18:13:46.999 INFO kablam! Compiling varnishslog v0.5.2-alpha.0 (file:///source) Sep 03 18:13:55.678 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 18:13:55.678 INFO kablam! --> src/main.rs:266:1 Sep 03 18:13:55.678 INFO kablam! | Sep 03 18:13:55.679 INFO kablam! 266 | / arg_enum! { Sep 03 18:13:55.679 INFO kablam! 267 | | #[derive(Debug)] Sep 03 18:13:55.679 INFO kablam! 268 | | enum OutputFormat { Sep 03 18:13:55.679 INFO kablam! 269 | | Log, Sep 03 18:13:55.679 INFO kablam! ... | Sep 03 18:13:55.679 INFO kablam! 276 | | } Sep 03 18:13:55.679 INFO kablam! 277 | | } Sep 03 18:13:55.679 INFO kablam! | |_^ Sep 03 18:13:55.679 INFO kablam! | Sep 03 18:13:55.679 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 18:13:55.679 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 18:13:55.679 INFO kablam! Sep 03 18:13:55.756 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 18:13:55.756 INFO kablam! --> src/main.rs:266:1 Sep 03 18:13:55.756 INFO kablam! | Sep 03 18:13:55.756 INFO kablam! 266 | / arg_enum! { Sep 03 18:13:55.756 INFO kablam! 267 | | #[derive(Debug)] Sep 03 18:13:55.756 INFO kablam! 268 | | enum OutputFormat { Sep 03 18:13:55.756 INFO kablam! 269 | | Log, Sep 03 18:13:55.756 INFO kablam! ... | Sep 03 18:13:55.756 INFO kablam! 276 | | } Sep 03 18:13:55.756 INFO kablam! 277 | | } Sep 03 18:13:55.756 INFO kablam! | |_^ Sep 03 18:13:55.757 INFO kablam! | Sep 03 18:13:55.757 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 18:13:55.757 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 18:13:55.757 INFO kablam! Sep 03 18:14:11.534 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 00s Sep 03 18:14:11.548 INFO kablam! su: No module specific data is present Sep 03 18:14:12.139 INFO running `"docker" "rm" "-f" "176cf9be71f26cf12c464d3af35d41192bc48f13ec9543773d7570dfc00912ca"` Sep 03 18:14:12.291 INFO blam! 176cf9be71f26cf12c464d3af35d41192bc48f13ec9543773d7570dfc00912ca