[INFO] cloning repository https://github.com/crystalboxes/xpsimport [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crystalboxes/xpsimport" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrystalboxes%2Fxpsimport", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrystalboxes%2Fxpsimport'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd65ef3df5e89e1bb0bc273c7f4366b9dad98a96 [INFO] checking crystalboxes/xpsimport against master#fd0c901b00ee1e08a250039cdb90258603497e20 for pr-153692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrystalboxes%2Fxpsimport" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/crystalboxes/xpsimport [INFO] finished tweaking git repo https://github.com/crystalboxes/xpsimport [INFO] tweaked toml for git repo https://github.com/crystalboxes/xpsimport written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/crystalboxes/xpsimport on toolchain fd0c901b00ee1e08a250039cdb90258603497e20 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd0c901b00ee1e08a250039cdb90258603497e20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/crystalboxes/xpsimport already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd0c901b00ee1e08a250039cdb90258603497e20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+fd0c901b00ee1e08a250039cdb90258603497e20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ab6bc064658a62da13db904f63d0bc21bbfb25c0b89e2d26a51d974fe24e7e3 [INFO] running `Command { std: "docker" "start" "-a" "9ab6bc064658a62da13db904f63d0bc21bbfb25c0b89e2d26a51d974fe24e7e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ab6bc064658a62da13db904f63d0bc21bbfb25c0b89e2d26a51d974fe24e7e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ab6bc064658a62da13db904f63d0bc21bbfb25c0b89e2d26a51d974fe24e7e3", kill_on_drop: false }` [INFO] [stdout] 9ab6bc064658a62da13db904f63d0bc21bbfb25c0b89e2d26a51d974fe24e7e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+fd0c901b00ee1e08a250039cdb90258603497e20" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5354761ee1cc838ea32c109ade48ebe5907d48f314d45b950be312dcb76881a1 [INFO] running `Command { std: "docker" "start" "-a" "5354761ee1cc838ea32c109ade48ebe5907d48f314d45b950be312dcb76881a1", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking xpsimport v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` fn uses type `BoneNaming`, which is not FFI-safe [INFO] [stdout] --> src/interface.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | bone_naming_format: super::bone_naming::BoneNaming, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/bone_naming.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum BoneNaming { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `XpsError`, which is not FFI-safe [INFO] [stdout] --> src/interface.rs:58:61 [INFO] [stdout] | [INFO] [stdout] 58 | pub extern "C" fn xps_get_error(model: *mut types::Data) -> XpsError { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/error_types.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum XpsError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `BoneNaming`, which is not FFI-safe [INFO] [stdout] --> src/interface.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | bone_naming_format: super::bone_naming::BoneNaming, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/bone_naming.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum BoneNaming { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `XpsError`, which is not FFI-safe [INFO] [stdout] --> src/interface.rs:58:61 [INFO] [stdout] | [INFO] [stdout] 58 | pub extern "C" fn xps_get_error(model: *mut types::Data) -> XpsError { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/error_types.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum XpsError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "5354761ee1cc838ea32c109ade48ebe5907d48f314d45b950be312dcb76881a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5354761ee1cc838ea32c109ade48ebe5907d48f314d45b950be312dcb76881a1", kill_on_drop: false }` [INFO] [stdout] 5354761ee1cc838ea32c109ade48ebe5907d48f314d45b950be312dcb76881a1