[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#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrystalboxes%2Fxpsimport" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/crystalboxes/xpsimport on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-10/source/Cargo.toml [INFO] crate git repo https://github.com/crystalboxes/xpsimport already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c238f3d187d8cfd5f13f62eb938c4221ddd9fccbdf52f11791c1c280016868f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1c238f3d187d8cfd5f13f62eb938c4221ddd9fccbdf52f11791c1c280016868f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c238f3d187d8cfd5f13f62eb938c4221ddd9fccbdf52f11791c1c280016868f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c238f3d187d8cfd5f13f62eb938c4221ddd9fccbdf52f11791c1c280016868f", kill_on_drop: false }` [INFO] [stdout] 1c238f3d187d8cfd5f13f62eb938c4221ddd9fccbdf52f11791c1c280016868f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ace3b508ec90468d65f2691eccc4e71e64b02a9c510ec003ea04b195c9623c70 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ace3b508ec90468d65f2691eccc4e71e64b02a9c510ec003ea04b195c9623c70", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] = note: `#[warn(improper_ctypes_definitions)]` on by default [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] 2 | | Default, [INFO] [stdout] 3 | | Mecanim, [INFO] [stdout] 4 | | } [INFO] [stdout] | |_^ [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] 7 | | StreamNotOpened, [INFO] [stdout] 8 | | InvalidHeader, [INFO] [stdout] 9 | | Unknown, [INFO] [stdout] ... | [INFO] [stdout] 15 | | None, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [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] = note: `#[warn(improper_ctypes_definitions)]` on by default [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] 2 | | Default, [INFO] [stdout] 3 | | Mecanim, [INFO] [stdout] 4 | | } [INFO] [stdout] | |_^ [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] 7 | | StreamNotOpened, [INFO] [stdout] 8 | | InvalidHeader, [INFO] [stdout] 9 | | Unknown, [INFO] [stdout] ... | [INFO] [stdout] 15 | | None, [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.48s [INFO] running `Command { std: "docker" "inspect" "ace3b508ec90468d65f2691eccc4e71e64b02a9c510ec003ea04b195c9623c70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ace3b508ec90468d65f2691eccc4e71e64b02a9c510ec003ea04b195c9623c70", kill_on_drop: false }` [INFO] [stdout] ace3b508ec90468d65f2691eccc4e71e64b02a9c510ec003ea04b195c9623c70