Oct 16 02:45:04.483 INFO testing minidump-processor-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:45:04.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 02:45:04.763 INFO blam! 74a15b8779a3278da4d6800a8539c0ae53ed312643c209d95f3e3ccb522be169 Oct 16 02:45:04.767 INFO running `"docker" "start" "-a" "74a15b8779a3278da4d6800a8539c0ae53ed312643c209d95f3e3ccb522be169"` Oct 16 02:45:06.065 INFO kablam! usermod: no changes Oct 16 02:45:06.191 INFO kablam! Compiling minidump-common v0.1.0 Oct 16 02:45:06.195 INFO kablam! Compiling range-map v0.1.5 Oct 16 02:45:08.072 INFO kablam! Compiling minidump v0.1.0 Oct 16 02:45:08.072 INFO kablam! Compiling breakpad-symbols v0.1.1 Oct 16 02:45:12.451 INFO kablam! Compiling minidump-processor v0.1.0 (/source) Oct 16 02:45:17.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.41s Oct 16 02:45:17.502 INFO kablam! su: No module specific data is present Oct 16 02:45:17.781 INFO running `"docker" "rm" "-f" "74a15b8779a3278da4d6800a8539c0ae53ed312643c209d95f3e3ccb522be169"` Oct 16 02:45:17.939 INFO blam! 74a15b8779a3278da4d6800a8539c0ae53ed312643c209d95f3e3ccb522be169 Oct 16 02:45:17.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 02:45:18.275 INFO blam! 14363d08ee5eeed0f7f748ba39041a1b6b423ba54c7edb14eec12ef2e4458030 Oct 16 02:45:18.276 INFO running `"docker" "start" "-a" "14363d08ee5eeed0f7f748ba39041a1b6b423ba54c7edb14eec12ef2e4458030"` Oct 16 02:45:19.123 INFO kablam! usermod: no changes Oct 16 02:45:19.295 INFO kablam! Compiling test-assembler v0.1.5 Oct 16 02:45:20.404 INFO kablam! Compiling minidump-processor v0.1.0 (/source) Oct 16 02:45:22.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 02:45:22.123 INFO kablam! --> tests/test_processor.rs:78:9 Oct 16 02:45:22.123 INFO kablam! | Oct 16 02:45:22.124 INFO kablam! 78 | assert_eq!(raw.eip, 0x0040429e); Oct 16 02:45:22.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:45:22.124 INFO kablam! | Oct 16 02:45:22.124 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 16 02:45:22.124 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:45:22.124 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:45:22.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 16 02:45:22.125 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 16 02:45:22.125 INFO kablam! Oct 16 02:45:22.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 02:45:22.125 INFO kablam! --> tests/test_processor.rs:93:9 Oct 16 02:45:22.125 INFO kablam! | Oct 16 02:45:22.125 INFO kablam! 93 | assert_eq!(raw.eip, 0x7c816fd7); Oct 16 02:45:22.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:45:22.125 INFO kablam! | Oct 16 02:45:22.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 02:45:22.127 INFO kablam! = note: for more information, see issue #46043 Oct 16 02:45:22.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 16 02:45:22.127 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 16 02:45:22.127 INFO kablam! Oct 16 02:45:23.886 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.74s Oct 16 02:45:23.890 INFO kablam! su: No module specific data is present Oct 16 02:45:24.781 INFO running `"docker" "rm" "-f" "14363d08ee5eeed0f7f748ba39041a1b6b423ba54c7edb14eec12ef2e4458030"` Oct 16 02:45:24.891 INFO blam! 14363d08ee5eeed0f7f748ba39041a1b6b423ba54c7edb14eec12ef2e4458030