Oct 16 14:13:18.038 INFO testing crashtag-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:13:18.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 14:13:18.275 INFO blam! 64e73db126c508abd78768e78ba3c3312a568191a5031cbc3f66c738a688667e Oct 16 14:13:18.275 INFO running `"docker" "start" "-a" "64e73db126c508abd78768e78ba3c3312a568191a5031cbc3f66c738a688667e"` Oct 16 14:13:18.848 INFO kablam! usermod: no changes Oct 16 14:13:18.876 INFO kablam! Compiling crashtag v0.1.1 (/source) Oct 16 14:13:19.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Oct 16 14:13:19.388 INFO kablam! su: No module specific data is present Oct 16 14:13:19.727 INFO running `"docker" "rm" "-f" "64e73db126c508abd78768e78ba3c3312a568191a5031cbc3f66c738a688667e"` Oct 16 14:13:19.800 INFO blam! 64e73db126c508abd78768e78ba3c3312a568191a5031cbc3f66c738a688667e Oct 16 14:13:19.802 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 14:13:19.957 INFO blam! 1b7ec2f5b06b1f482bff83740075f3c1cdeae43a1fc06bb4b5a625c4d09baafc Oct 16 14:13:19.958 INFO running `"docker" "start" "-a" "1b7ec2f5b06b1f482bff83740075f3c1cdeae43a1fc06bb4b5a625c4d09baafc"` Oct 16 14:13:20.367 INFO kablam! usermod: no changes Oct 16 14:13:20.415 INFO kablam! Compiling crashtag v0.1.1 (/source) Oct 16 14:13:21.103 INFO kablam! warning: variable does not need to be mutable Oct 16 14:13:21.103 INFO kablam! --> src/lib.rs:7:13 Oct 16 14:13:21.103 INFO kablam! | Oct 16 14:13:21.103 INFO kablam! 7 | let mut stackmem : &mut[u8; 64] = &mut[0; 64]; Oct 16 14:13:21.103 INFO kablam! | ----^^^^^^^^ Oct 16 14:13:21.103 INFO kablam! | | Oct 16 14:13:21.103 INFO kablam! | help: remove this `mut` Oct 16 14:13:21.103 INFO kablam! ... Oct 16 14:13:21.103 INFO kablam! 24 | crashtag!("TAG1=123"); Oct 16 14:13:21.103 INFO kablam! | ---------------------- in this macro invocation Oct 16 14:13:21.103 INFO kablam! | Oct 16 14:13:21.103 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:13:21.103 INFO kablam! Oct 16 14:13:21.103 INFO kablam! warning: variable does not need to be mutable Oct 16 14:13:21.103 INFO kablam! --> src/lib.rs:7:13 Oct 16 14:13:21.103 INFO kablam! | Oct 16 14:13:21.103 INFO kablam! 7 | let mut stackmem : &mut[u8; 64] = &mut[0; 64]; Oct 16 14:13:21.103 INFO kablam! | ----^^^^^^^^ Oct 16 14:13:21.103 INFO kablam! | | Oct 16 14:13:21.103 INFO kablam! | help: remove this `mut` Oct 16 14:13:21.103 INFO kablam! ... Oct 16 14:13:21.103 INFO kablam! 25 | crashtag!("TAG2=ABC"); Oct 16 14:13:21.103 INFO kablam! | ---------------------- in this macro invocation Oct 16 14:13:21.103 INFO kablam! Oct 16 14:13:21.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 16 14:13:21.668 INFO kablam! su: No module specific data is present Oct 16 14:13:22.415 INFO running `"docker" "rm" "-f" "1b7ec2f5b06b1f482bff83740075f3c1cdeae43a1fc06bb4b5a625c4d09baafc"` Oct 16 14:13:22.735 INFO blam! 1b7ec2f5b06b1f482bff83740075f3c1cdeae43a1fc06bb4b5a625c4d09baafc Oct 16 14:13:22.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --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 16 14:13:23.083 INFO blam! bdeae11203f28952961ebf68cb6df967c877831220242cf9f189fa759d5a5508 Oct 16 14:13:23.091 INFO running `"docker" "start" "-a" "bdeae11203f28952961ebf68cb6df967c877831220242cf9f189fa759d5a5508"` Oct 16 14:13:23.995 INFO kablam! usermod: no changes Oct 16 14:13:24.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 14:13:24.047 INFO kablam! Running /target/debug/deps/crashtag-7ca5ea7738e726bc Oct 16 14:13:24.059 INFO blam! Oct 16 14:13:24.059 INFO kablam! Doc-tests crashtag Oct 16 14:13:24.059 INFO blam! running 1 test Oct 16 14:13:24.059 INFO blam! test tests::valid_macro ... ok Oct 16 14:13:24.059 INFO blam! Oct 16 14:13:24.059 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:13:24.059 INFO blam! Oct 16 14:13:25.031 INFO blam! Oct 16 14:13:25.031 INFO blam! running 0 tests Oct 16 14:13:25.031 INFO blam! Oct 16 14:13:25.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:13:25.031 INFO blam! Oct 16 14:13:25.039 INFO kablam! su: No module specific data is present Oct 16 14:13:25.519 INFO running `"docker" "rm" "-f" "bdeae11203f28952961ebf68cb6df967c877831220242cf9f189fa759d5a5508"` Oct 16 14:13:25.843 INFO blam! bdeae11203f28952961ebf68cb6df967c877831220242cf9f189fa759d5a5508