[INFO] fetching crate guillotiere_ffi 0.6.0... [INFO] testing guillotiere_ffi-0.6.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate guillotiere_ffi 0.6.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate guillotiere_ffi 0.6.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate guillotiere_ffi 0.6.0 [INFO] finished tweaking crates.io crate guillotiere_ffi 0.6.0 [INFO] tweaked toml for crates.io crate guillotiere_ffi 0.6.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded svg_fmt v0.4.1 [INFO] [stderr] Downloaded guillotiere v0.6.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ea745dcda26e800c56917f268a389bdd00a69b54bc37635720d2d4eb0896b35 [INFO] running `Command { std: "docker" "start" "-a" "8ea745dcda26e800c56917f268a389bdd00a69b54bc37635720d2d4eb0896b35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ea745dcda26e800c56917f268a389bdd00a69b54bc37635720d2d4eb0896b35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea745dcda26e800c56917f268a389bdd00a69b54bc37635720d2d4eb0896b35", kill_on_drop: false }` [INFO] [stdout] 8ea745dcda26e800c56917f268a389bdd00a69b54bc37635720d2d4eb0896b35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a24180481cd2edf42dd0ed4f31af2442c7612c9f4bf6a723d6ad1468b64f3d36 [INFO] running `Command { std: "docker" "start" "-a" "a24180481cd2edf42dd0ed4f31af2442c7612c9f4bf6a723d6ad1468b64f3d36", kill_on_drop: false }` [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling euclid v0.22.6 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling guillotiere_ffi v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 12 | / pub struct guillotiere_size_t { [INFO] [stdout] 13 | | pub width: i32, [INFO] [stdout] 14 | | pub height: i32, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 19 | / pub struct guillotiere_rectangle_t { [INFO] [stdout] 20 | | pub min_x: i32, [INFO] [stdout] 21 | | pub min_y: i32, [INFO] [stdout] 22 | | pub max_x: i32, [INFO] [stdout] 23 | | pub max_y: i32, [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 28 | / pub struct guillotiere_change_t { [INFO] [stdout] 29 | | pub old_alloc: guillotiere_allocation_t, [INFO] [stdout] 30 | | pub new_alloc: guillotiere_allocation_t, [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 35 | / pub struct guillotiere_changes_t { [INFO] [stdout] 36 | | pub changes: *const guillotiere_change_t, [INFO] [stdout] 37 | | pub count: usize, [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 42 | / pub struct guillotiere_failures_t { [INFO] [stdout] 43 | | pub failures: *const guillotiere_allocation_t, [INFO] [stdout] 44 | | pub count: usize, [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 49 | / pub struct guillotiere_alloc_id_t { [INFO] [stdout] 50 | | id: u32, [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 55 | / pub struct guillotiere_allocation_t { [INFO] [stdout] 56 | | pub id: guillotiere_alloc_id_t, [INFO] [stdout] 57 | | pub rectangle: guillotiere_rectangle_t, [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 62 | / pub struct guillotiere_allocator_options_t { [INFO] [stdout] 63 | | pub width_alignment: i32, [INFO] [stdout] 64 | | pub height_alignment: i32, [INFO] [stdout] 65 | | pub small_size_threshold: i32, [INFO] [stdout] 66 | | pub large_size_threshold: i32, [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.26s [INFO] running `Command { std: "docker" "inspect" "a24180481cd2edf42dd0ed4f31af2442c7612c9f4bf6a723d6ad1468b64f3d36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a24180481cd2edf42dd0ed4f31af2442c7612c9f4bf6a723d6ad1468b64f3d36", kill_on_drop: false }` [INFO] [stdout] a24180481cd2edf42dd0ed4f31af2442c7612c9f4bf6a723d6ad1468b64f3d36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8ef356a4da55f9d62e6ff498100103bd655bdde9489892a24b5345d6696c1ee [INFO] running `Command { std: "docker" "start" "-a" "a8ef356a4da55f9d62e6ff498100103bd655bdde9489892a24b5345d6696c1ee", kill_on_drop: false }` [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 12 | / pub struct guillotiere_size_t { [INFO] [stdout] 13 | | pub width: i32, [INFO] [stdout] 14 | | pub height: i32, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 19 | / pub struct guillotiere_rectangle_t { [INFO] [stdout] 20 | | pub min_x: i32, [INFO] [stdout] 21 | | pub min_y: i32, [INFO] [stdout] 22 | | pub max_x: i32, [INFO] [stdout] 23 | | pub max_y: i32, [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 28 | / pub struct guillotiere_change_t { [INFO] [stdout] 29 | | pub old_alloc: guillotiere_allocation_t, [INFO] [stdout] 30 | | pub new_alloc: guillotiere_allocation_t, [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling guillotiere_ffi v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 35 | / pub struct guillotiere_changes_t { [INFO] [stdout] 36 | | pub changes: *const guillotiere_change_t, [INFO] [stdout] 37 | | pub count: usize, [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 42 | / pub struct guillotiere_failures_t { [INFO] [stdout] 43 | | pub failures: *const guillotiere_allocation_t, [INFO] [stdout] 44 | | pub count: usize, [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 49 | / pub struct guillotiere_alloc_id_t { [INFO] [stdout] 50 | | id: u32, [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 55 | / pub struct guillotiere_allocation_t { [INFO] [stdout] 56 | | pub id: guillotiere_alloc_id_t, [INFO] [stdout] 57 | | pub rectangle: guillotiere_rectangle_t, [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 62 | / pub struct guillotiere_allocator_options_t { [INFO] [stdout] 63 | | pub width_alignment: i32, [INFO] [stdout] 64 | | pub height_alignment: i32, [INFO] [stdout] 65 | | pub small_size_threshold: i32, [INFO] [stdout] 66 | | pub large_size_threshold: i32, [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 12 | / pub struct guillotiere_size_t { [INFO] [stdout] 13 | | pub width: i32, [INFO] [stdout] 14 | | pub height: i32, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 19 | / pub struct guillotiere_rectangle_t { [INFO] [stdout] 20 | | pub min_x: i32, [INFO] [stdout] 21 | | pub min_y: i32, [INFO] [stdout] 22 | | pub max_x: i32, [INFO] [stdout] 23 | | pub max_y: i32, [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 28 | / pub struct guillotiere_change_t { [INFO] [stdout] 29 | | pub old_alloc: guillotiere_allocation_t, [INFO] [stdout] 30 | | pub new_alloc: guillotiere_allocation_t, [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 35 | / pub struct guillotiere_changes_t { [INFO] [stdout] 36 | | pub changes: *const guillotiere_change_t, [INFO] [stdout] 37 | | pub count: usize, [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 42 | / pub struct guillotiere_failures_t { [INFO] [stdout] 43 | | pub failures: *const guillotiere_allocation_t, [INFO] [stdout] 44 | | pub count: usize, [INFO] [stdout] 45 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 49 | / pub struct guillotiere_alloc_id_t { [INFO] [stdout] 50 | | id: u32, [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 55 | / pub struct guillotiere_allocation_t { [INFO] [stdout] 56 | | pub id: guillotiere_alloc_id_t, [INFO] [stdout] 57 | | pub rectangle: guillotiere_rectangle_t, [INFO] [stdout] 58 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 62 | / pub struct guillotiere_allocator_options_t { [INFO] [stdout] 63 | | pub width_alignment: i32, [INFO] [stdout] 64 | | pub height_alignment: i32, [INFO] [stdout] 65 | | pub small_size_threshold: i32, [INFO] [stdout] 66 | | pub large_size_threshold: i32, [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `Command { std: "docker" "inspect" "a8ef356a4da55f9d62e6ff498100103bd655bdde9489892a24b5345d6696c1ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8ef356a4da55f9d62e6ff498100103bd655bdde9489892a24b5345d6696c1ee", kill_on_drop: false }` [INFO] [stdout] a8ef356a4da55f9d62e6ff498100103bd655bdde9489892a24b5345d6696c1ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2cbcd8b4ef10049deb0c9a5529a820702df53626aa4a88e8edb1ab596fc067f5 [INFO] running `Command { std: "docker" "start" "-a" "2cbcd8b4ef10049deb0c9a5529a820702df53626aa4a88e8edb1ab596fc067f5", kill_on_drop: false }` [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 12 | / pub struct guillotiere_size_t { [INFO] [stderr] 13 | | pub width: i32, [INFO] [stderr] 14 | | pub height: i32, [INFO] [stderr] 15 | | } [INFO] [stderr] | |_- not a free function, impl method or static [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` 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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 19 | / pub struct guillotiere_rectangle_t { [INFO] [stderr] 20 | | pub min_x: i32, [INFO] [stderr] 21 | | pub min_y: i32, [INFO] [stderr] 22 | | pub max_x: i32, [INFO] [stderr] 23 | | pub max_y: i32, [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 28 | / pub struct guillotiere_change_t { [INFO] [stderr] 29 | | pub old_alloc: guillotiere_allocation_t, [INFO] [stderr] 30 | | pub new_alloc: guillotiere_allocation_t, [INFO] [stderr] 31 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 35 | / pub struct guillotiere_changes_t { [INFO] [stderr] 36 | | pub changes: *const guillotiere_change_t, [INFO] [stderr] 37 | | pub count: usize, [INFO] [stderr] 38 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 42 | / pub struct guillotiere_failures_t { [INFO] [stderr] 43 | | pub failures: *const guillotiere_allocation_t, [INFO] [stderr] 44 | | pub count: usize, [INFO] [stderr] 45 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 49 | / pub struct guillotiere_alloc_id_t { [INFO] [stderr] 50 | | id: u32, [INFO] [stderr] 51 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 55 | / pub struct guillotiere_allocation_t { [INFO] [stderr] 56 | | pub id: guillotiere_alloc_id_t, [INFO] [stderr] 57 | | pub rectangle: guillotiere_rectangle_t, [INFO] [stderr] 58 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 62 | / pub struct guillotiere_allocator_options_t { [INFO] [stderr] 63 | | pub width_alignment: i32, [INFO] [stderr] 64 | | pub height_alignment: i32, [INFO] [stderr] 65 | | pub small_size_threshold: i32, [INFO] [stderr] 66 | | pub large_size_threshold: i32, [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: `guillotiere_ffi` (lib) generated 8 warnings [INFO] [stderr] warning: `guillotiere_ffi` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/guillotiere_ffi-45f78e3c0a7cc14d) [INFO] [stdout] [INFO] [stderr] Doc-tests guillotiere_ffi [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2cbcd8b4ef10049deb0c9a5529a820702df53626aa4a88e8edb1ab596fc067f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cbcd8b4ef10049deb0c9a5529a820702df53626aa4a88e8edb1ab596fc067f5", kill_on_drop: false }` [INFO] [stdout] 2cbcd8b4ef10049deb0c9a5529a820702df53626aa4a88e8edb1ab596fc067f5