[INFO] fetching crate obd 0.1.3... [INFO] checking obd-0.1.3 against try#c34df645207dd0b6887b2312cf109109ba3a0ffb for pr-102513-1 [INFO] extracting crate obd 0.1.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate obd 0.1.3 on toolchain c34df645207dd0b6887b2312cf109109ba3a0ffb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate obd 0.1.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate obd 0.1.3 [INFO] tweaked toml for crates.io crate obd 0.1.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate obd 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efe9a6cd8de1a6129ebf9d1f1638d3c9301d255502e8aa071fc889e34b942be7 [INFO] running `Command { std: "docker" "start" "-a" "efe9a6cd8de1a6129ebf9d1f1638d3c9301d255502e8aa071fc889e34b942be7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efe9a6cd8de1a6129ebf9d1f1638d3c9301d255502e8aa071fc889e34b942be7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efe9a6cd8de1a6129ebf9d1f1638d3c9301d255502e8aa071fc889e34b942be7", kill_on_drop: false }` [INFO] [stdout] efe9a6cd8de1a6129ebf9d1f1638d3c9301d255502e8aa071fc889e34b942be7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73687853820d3abe9eb6fd96b2ca2942f1dd7c917714c252059f49c091013b04 [INFO] running `Command { std: "docker" "start" "-a" "73687853820d3abe9eb6fd96b2ca2942f1dd7c917714c252059f49c091013b04", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Checking thiserror v1.0.14 [INFO] [stderr] Checking j2534 v0.3.1 [INFO] [stdout] error[E0791]: reference to packed field is unaligned [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/j2534-0.3.1/src/lib.rs:377:39 [INFO] [stdout] | [INFO] [stdout] 377 | .field("protocol_id", &self.protocol_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0791]: reference to packed field is unaligned [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/j2534-0.3.1/src/lib.rs:378:37 [INFO] [stdout] | [INFO] [stdout] 378 | .field("rx_status", &self.rx_status) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0791]: reference to packed field is unaligned [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/j2534-0.3.1/src/lib.rs:379:36 [INFO] [stdout] | [INFO] [stdout] 379 | .field("tx_flags", &self.tx_flags) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0791]: reference to packed field is unaligned [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/j2534-0.3.1/src/lib.rs:380:37 [INFO] [stdout] | [INFO] [stdout] 380 | .field("timestamp", &self.timestamp) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0791]: reference to packed field is unaligned [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/j2534-0.3.1/src/lib.rs:381:44 [INFO] [stdout] | [INFO] [stdout] 381 | .field("extra_data_index", &self.extra_data_index) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0791`. [INFO] [stdout] [INFO] [stderr] error: could not compile `j2534` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "73687853820d3abe9eb6fd96b2ca2942f1dd7c917714c252059f49c091013b04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73687853820d3abe9eb6fd96b2ca2942f1dd7c917714c252059f49c091013b04", kill_on_drop: false }` [INFO] [stdout] 73687853820d3abe9eb6fd96b2ca2942f1dd7c917714c252059f49c091013b04