Oct 13 02:12:30.593 INFO testing rubdos/macro-hierarchy-mwe against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:12:30.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 02:12:30.997 INFO blam! cd15599c2c4168081b4a42e6efce398522f13a45a005dcd67ad5fe637cc150a3 Oct 13 02:12:31.003 INFO running `"docker" "start" "-a" "cd15599c2c4168081b4a42e6efce398522f13a45a005dcd67ad5fe637cc150a3"` Oct 13 02:12:31.887 INFO kablam! usermod: no changes Oct 13 02:12:31.947 INFO kablam! Compiling macro-hierarchy v0.1.0 (/source) Oct 13 02:12:32.246 INFO kablam! warning: unused macro definition Oct 13 02:12:32.246 INFO kablam! --> src/lib.rs:2:5 Oct 13 02:12:32.246 INFO kablam! | Oct 13 02:12:32.246 INFO kablam! 2 | / macro_rules! bar { Oct 13 02:12:32.246 INFO kablam! 3 | | ($i:ident) => {struct Bar;}; Oct 13 02:12:32.246 INFO kablam! 4 | | } Oct 13 02:12:32.246 INFO kablam! | |_____^ Oct 13 02:12:32.246 INFO kablam! | Oct 13 02:12:32.246 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 02:12:32.246 INFO kablam! Oct 13 02:12:32.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.35s Oct 13 02:12:32.271 INFO kablam! su: No module specific data is present Oct 13 02:12:32.903 INFO running `"docker" "rm" "-f" "cd15599c2c4168081b4a42e6efce398522f13a45a005dcd67ad5fe637cc150a3"` Oct 13 02:12:33.223 INFO blam! cd15599c2c4168081b4a42e6efce398522f13a45a005dcd67ad5fe637cc150a3 Oct 13 02:12:33.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 02:12:33.691 INFO blam! 01597a6626d6cc14f7d183aad31aa8d25ec7c50a1290e677e15abf00dac9ee94 Oct 13 02:12:33.707 INFO running `"docker" "start" "-a" "01597a6626d6cc14f7d183aad31aa8d25ec7c50a1290e677e15abf00dac9ee94"` Oct 13 02:12:34.639 INFO kablam! usermod: no changes Oct 13 02:12:34.731 INFO kablam! Compiling macro-hierarchy v0.1.0 (/source) Oct 13 02:12:34.971 INFO kablam! warning: unused macro definition Oct 13 02:12:34.971 INFO kablam! --> src/lib.rs:2:5 Oct 13 02:12:34.971 INFO kablam! | Oct 13 02:12:34.971 INFO kablam! 2 | / macro_rules! bar { Oct 13 02:12:34.971 INFO kablam! 3 | | ($i:ident) => {struct Bar;}; Oct 13 02:12:34.971 INFO kablam! 4 | | } Oct 13 02:12:34.971 INFO kablam! | |_____^ Oct 13 02:12:34.971 INFO kablam! | Oct 13 02:12:34.971 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 02:12:34.971 INFO kablam! Oct 13 02:12:35.007 INFO kablam! error: cannot find macro `bar!` in this scope Oct 13 02:12:35.007 INFO kablam! --> tests/foo.rs:6:1 Oct 13 02:12:35.007 INFO kablam! | Oct 13 02:12:35.007 INFO kablam! 6 | foo!( m ); Oct 13 02:12:35.007 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:35.007 INFO kablam! | Oct 13 02:12:35.007 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) Oct 13 02:12:35.007 INFO kablam! Oct 13 02:12:35.007 INFO kablam! error: aborting due to previous error Oct 13 02:12:35.007 INFO kablam! Oct 13 02:12:35.018 INFO kablam! error: Could not compile `macro-hierarchy`. Oct 13 02:12:35.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 02:12:35.613 INFO kablam! error: build failed Oct 13 02:12:35.615 INFO kablam! su: No module specific data is present Oct 13 02:12:37.181 INFO running `"docker" "rm" "-f" "01597a6626d6cc14f7d183aad31aa8d25ec7c50a1290e677e15abf00dac9ee94"` Oct 13 02:12:37.367 INFO blam! 01597a6626d6cc14f7d183aad31aa8d25ec7c50a1290e677e15abf00dac9ee94