Oct 27 18:32:48.484 INFO checking objrs_macros-0.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:32:48.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 18:32:48.871 INFO blam! 1078c8ec716a830f7f4a4f64bc1d852fc2a4526d2bd6fa3065547d061e06b044 Oct 27 18:32:48.871 INFO running `"docker" "start" "-a" "1078c8ec716a830f7f4a4f64bc1d852fc2a4526d2bd6fa3065547d061e06b044"` Oct 27 18:32:50.056 INFO kablam! usermod: no changes Oct 27 18:32:50.151 INFO kablam! Checking syn v0.14.9 Oct 27 18:33:01.431 INFO kablam! Checking objrs_macros v0.0.1 (/source) Oct 27 18:33:07.507 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.507 INFO kablam! --> src/util.rs:70:42 Oct 27 18:33:07.507 INFO kablam! | Oct 27 18:33:07.508 INFO kablam! 70 | let span = span.unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.508 INFO kablam! | Oct 27 18:33:07.508 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.509 INFO kablam! Oct 27 18:33:07.509 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.509 INFO kablam! --> src/util.rs:109:51 Oct 27 18:33:07.510 INFO kablam! | Oct 27 18:33:07.510 INFO kablam! 109 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.510 INFO kablam! | Oct 27 18:33:07.511 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.511 INFO kablam! Oct 27 18:33:07.512 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.512 INFO kablam! --> src/util.rs:125:51 Oct 27 18:33:07.512 INFO kablam! | Oct 27 18:33:07.512 INFO kablam! 125 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.513 INFO kablam! | Oct 27 18:33:07.513 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.513 INFO kablam! Oct 27 18:33:07.514 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.515 INFO kablam! --> src/util.rs:141:51 Oct 27 18:33:07.515 INFO kablam! | Oct 27 18:33:07.515 INFO kablam! 141 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.516 INFO kablam! | Oct 27 18:33:07.516 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.516 INFO kablam! Oct 27 18:33:07.517 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.517 INFO kablam! --> src/util.rs:159:51 Oct 27 18:33:07.518 INFO kablam! | Oct 27 18:33:07.518 INFO kablam! 159 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.518 INFO kablam! | Oct 27 18:33:07.519 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.519 INFO kablam! Oct 27 18:33:07.711 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.711 INFO kablam! --> src/util.rs:70:42 Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! 70 | let span = span.unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.711 INFO kablam! Oct 27 18:33:07.711 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.711 INFO kablam! --> src/util.rs:109:51 Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! 109 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.711 INFO kablam! Oct 27 18:33:07.711 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.711 INFO kablam! --> src/util.rs:125:51 Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! 125 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.711 INFO kablam! Oct 27 18:33:07.711 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.711 INFO kablam! --> src/util.rs:141:51 Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! 141 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.711 INFO kablam! | Oct 27 18:33:07.711 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.711 INFO kablam! Oct 27 18:33:07.715 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_def_site' (see issue #54724) Oct 27 18:33:07.715 INFO kablam! --> src/util.rs:159:51 Oct 27 18:33:07.715 INFO kablam! | Oct 27 18:33:07.715 INFO kablam! 159 | let span = self.span().unstable().resolved_at(proc_macro::Span::def_site()); Oct 27 18:33:07.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:07.715 INFO kablam! | Oct 27 18:33:07.715 INFO kablam! = help: add #![feature(proc_macro_def_site)] to the crate attributes to enable Oct 27 18:33:07.715 INFO kablam! Oct 27 18:33:07.767 INFO kablam! error: aborting due to 5 previous errors Oct 27 18:33:07.767 INFO kablam! Oct 27 18:33:07.767 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 27 18:33:07.782 INFO kablam! error: aborting due to 5 previous errors Oct 27 18:33:07.782 INFO kablam! Oct 27 18:33:07.782 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 27 18:33:07.782 INFO kablam! error: Could not compile `objrs_macros`. Oct 27 18:33:07.782 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:33:07.799 INFO kablam! error: Could not compile `objrs_macros`. Oct 27 18:33:07.799 INFO kablam! Oct 27 18:33:07.799 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:33:07.799 INFO kablam! su: No module specific data is present Oct 27 18:33:08.266 INFO running `"docker" "rm" "-f" "1078c8ec716a830f7f4a4f64bc1d852fc2a4526d2bd6fa3065547d061e06b044"` Oct 27 18:33:08.551 INFO blam! 1078c8ec716a830f7f4a4f64bc1d852fc2a4526d2bd6fa3065547d061e06b044