Sep 05 00:40:02.248 INFO checking adorn-0.2.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:40:02.248 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:40:02.248 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 05 00:40:02.406 INFO blam! e9281e55a6b1352cc65ad8f1e37807cac963b641db786fb8cfbfdc9df8f479af Sep 05 00:40:02.408 INFO running `"docker" "start" "-a" "e9281e55a6b1352cc65ad8f1e37807cac963b641db786fb8cfbfdc9df8f479af"` Sep 05 00:40:03.066 INFO kablam! Checking filetime v0.2.1 Sep 05 00:40:03.067 INFO kablam! Compiling adorn v0.2.1 (file:///source) Sep 05 00:40:04.169 INFO kablam! Checking compiletest_rs v0.3.14 Sep 05 00:40:07.488 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 05 00:40:07.488 INFO kablam! --> src/lib.rs:1:12 Sep 05 00:40:07.488 INFO kablam! | Sep 05 00:40:07.488 INFO kablam! 1 | #![feature(proc_macro)] Sep 05 00:40:07.488 INFO kablam! | ^^^^^^^^^^ Sep 05 00:40:07.488 INFO kablam! | Sep 05 00:40:07.488 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 00:40:07.488 INFO kablam! Sep 05 00:40:08.051 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 05 00:40:08.052 INFO kablam! --> src/lib.rs:1:12 Sep 05 00:40:08.052 INFO kablam! | Sep 05 00:40:08.052 INFO kablam! 1 | #![feature(proc_macro)] Sep 05 00:40:08.052 INFO kablam! | ^^^^^^^^^^ Sep 05 00:40:08.052 INFO kablam! | Sep 05 00:40:08.053 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 00:40:08.053 INFO kablam! Sep 05 00:40:15.523 INFO kablam! error: custom attribute panicked Sep 05 00:40:15.523 INFO kablam! --> tests/fn-dec-sugar.rs:7:1 Sep 05 00:40:15.523 INFO kablam! | Sep 05 00:40:15.523 INFO kablam! 7 | #[adorn(bar)] Sep 05 00:40:15.523 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:40:15.523 INFO kablam! | Sep 05 00:40:15.523 INFO kablam! = help: message: #[adorn()] takes a single identifier input, followed by optional literal parameters in parentheses Sep 05 00:40:15.523 INFO kablam! Sep 05 00:40:15.523 INFO kablam! error: aborting due to previous error Sep 05 00:40:15.523 INFO kablam! Sep 05 00:40:15.535 INFO kablam! error: Could not compile `adorn`. Sep 05 00:40:15.535 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:40:15.643 INFO kablam! error: custom attribute panicked Sep 05 00:40:15.643 INFO kablam! --> tests/fn-dec-args.rs:7:1 Sep 05 00:40:15.643 INFO kablam! | Sep 05 00:40:15.643 INFO kablam! 7 | #[adorn(bar)] Sep 05 00:40:15.643 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:40:15.643 INFO kablam! | Sep 05 00:40:15.643 INFO kablam! = help: message: #[adorn()] takes a single identifier input, followed by optional literal parameters in parentheses Sep 05 00:40:15.643 INFO kablam! Sep 05 00:40:15.644 INFO kablam! error: aborting due to previous error Sep 05 00:40:15.644 INFO kablam! Sep 05 00:40:15.655 INFO kablam! error: Could not compile `adorn`. Sep 05 00:40:15.656 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:40:15.697 INFO kablam! error: custom attribute panicked Sep 05 00:40:15.697 INFO kablam! --> tests/fn-dec.rs:7:1 Sep 05 00:40:15.697 INFO kablam! | Sep 05 00:40:15.697 INFO kablam! 7 | #[adorn(bar)] Sep 05 00:40:15.697 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:40:15.697 INFO kablam! | Sep 05 00:40:15.697 INFO kablam! = help: message: #[adorn()] takes a single identifier input, followed by optional literal parameters in parentheses Sep 05 00:40:15.697 INFO kablam! Sep 05 00:40:15.698 INFO kablam! error: aborting due to previous error Sep 05 00:40:15.698 INFO kablam! Sep 05 00:40:15.716 INFO kablam! error: Could not compile `adorn`. Sep 05 00:40:15.717 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:40:19.905 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 05 00:40:19.905 INFO kablam! --> src/lib.rs:1:12 Sep 05 00:40:19.905 INFO kablam! | Sep 05 00:40:19.905 INFO kablam! 1 | #![feature(proc_macro)] Sep 05 00:40:19.905 INFO kablam! | ^^^^^^^^^^ Sep 05 00:40:19.905 INFO kablam! | Sep 05 00:40:19.905 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 00:40:19.906 INFO kablam! Sep 05 00:40:19.998 INFO kablam! error: build failed Sep 05 00:40:20.002 INFO kablam! su: No module specific data is present Sep 05 00:40:20.531 INFO running `"docker" "rm" "-f" "e9281e55a6b1352cc65ad8f1e37807cac963b641db786fb8cfbfdc9df8f479af"` Sep 05 00:40:20.698 INFO blam! e9281e55a6b1352cc65ad8f1e37807cac963b641db786fb8cfbfdc9df8f479af