[INFO] crate coreboot-table 0.1.5 is already in cache [INFO] extracting crate coreboot-table 0.1.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/coreboot-table/0.1.5 [INFO] extracting crate coreboot-table 0.1.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coreboot-table/0.1.5 [INFO] validating manifest of coreboot-table-0.1.5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coreboot-table-0.1.5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coreboot-table-0.1.5 [INFO] finished frobbing coreboot-table-0.1.5 [INFO] frobbed toml for coreboot-table-0.1.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/coreboot-table/0.1.5/Cargo.toml [INFO] started frobbing coreboot-table-0.1.5 [INFO] finished frobbing coreboot-table-0.1.5 [INFO] frobbed toml for coreboot-table-0.1.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coreboot-table/0.1.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing coreboot-table-0.1.5 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/coreboot-table/0.1.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 3215d754bd644944d7b25e6734de831cf8e88b2d4d3087c46787ad9ea5582c23 [INFO] running `"docker" "start" "-a" "3215d754bd644944d7b25e6734de831cf8e88b2d4d3087c46787ad9ea5582c23"` [INFO] [stderr] Compiling coreboot-table v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/cmos.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(safe_packed_borrows)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/cmos.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/cmos.rs:68:10 [INFO] [stderr] | [INFO] [stderr] 68 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/forward.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/framebuffer.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/framebuffer.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/header.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/memory.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/record.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/record.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `"docker" "inspect" "3215d754bd644944d7b25e6734de831cf8e88b2d4d3087c46787ad9ea5582c23"` [INFO] running `"docker" "rm" "-f" "3215d754bd644944d7b25e6734de831cf8e88b2d4d3087c46787ad9ea5582c23"` [INFO] [stdout] 3215d754bd644944d7b25e6734de831cf8e88b2d4d3087c46787ad9ea5582c23 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/coreboot-table/0.1.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 52d065feac92aec6082aa29bcac9ffc115a77ad2f5ab5d34d764a8f4247f58a7 [INFO] running `"docker" "start" "-a" "52d065feac92aec6082aa29bcac9ffc115a77ad2f5ab5d34d764a8f4247f58a7"` [INFO] [stderr] Compiling coreboot-table v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/cmos.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(safe_packed_borrows)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/cmos.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/cmos.rs:68:10 [INFO] [stderr] | [INFO] [stderr] 68 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/forward.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/framebuffer.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/framebuffer.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/header.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/memory.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/record.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) [INFO] [stderr] --> src/record.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `"docker" "inspect" "52d065feac92aec6082aa29bcac9ffc115a77ad2f5ab5d34d764a8f4247f58a7"` [INFO] running `"docker" "rm" "-f" "52d065feac92aec6082aa29bcac9ffc115a77ad2f5ab5d34d764a8f4247f58a7"` [INFO] [stdout] 52d065feac92aec6082aa29bcac9ffc115a77ad2f5ab5d34d764a8f4247f58a7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/coreboot-table/0.1.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 1fe002bf0c06247bfbafa43928bb14ea6ddb7c69d58e095226743d82b84eddc7 [INFO] running `"docker" "start" "-a" "1fe002bf0c06247bfbafa43928bb14ea6ddb7c69d58e095226743d82b84eddc7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/coreboot_table-ffcc9879a5f9e501 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests coreboot-table [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1fe002bf0c06247bfbafa43928bb14ea6ddb7c69d58e095226743d82b84eddc7"` [INFO] running `"docker" "rm" "-f" "1fe002bf0c06247bfbafa43928bb14ea6ddb7c69d58e095226743d82b84eddc7"` [INFO] [stdout] 1fe002bf0c06247bfbafa43928bb14ea6ddb7c69d58e095226743d82b84eddc7