[INFO] fetching crate xatlas-rs 0.1.3... [INFO] testing xatlas-rs-0.1.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate xatlas-rs 0.1.3 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate xatlas-rs 0.1.3 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 xatlas-rs 0.1.3 [INFO] finished tweaking crates.io crate xatlas-rs 0.1.3 [INFO] tweaked toml for crates.io crate xatlas-rs 0.1.3 written to /workspace/builds/worker-14/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] c8c0ad581a74a5fcc817e386b3b1f79ff38cf35725d030d6960970d786810438 [INFO] running `Command { std: "docker" "start" "-a" "c8c0ad581a74a5fcc817e386b3b1f79ff38cf35725d030d6960970d786810438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8c0ad581a74a5fcc817e386b3b1f79ff38cf35725d030d6960970d786810438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c0ad581a74a5fcc817e386b3b1f79ff38cf35725d030d6960970d786810438", kill_on_drop: false }` [INFO] [stdout] c8c0ad581a74a5fcc817e386b3b1f79ff38cf35725d030d6960970d786810438 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] dfadaed48b7af073ef3ebef8983c449fb3bf86add6b2c39adf1dba8f192947b1 [INFO] running `Command { std: "docker" "start" "-a" "dfadaed48b7af073ef3ebef8983c449fb3bf86add6b2c39adf1dba8f192947b1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling xatlas-rs v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: vendor/xatlas.cpp: In instantiation of 'void xatlas::internal::swap(T&, T&) [with T = xatlas::internal::BitImage]': [INFO] [stderr] warning: vendor/xatlas.cpp:7639:23: required from here [INFO] [stderr] warning: vendor/xatlas.cpp:305:4: warning: implicitly-declared 'xatlas::internal::BitImage::BitImage(const xatlas::internal::BitImage&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 305 | T temp = a; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1161:18: note: because 'xatlas::internal::BitImage' has user-provided 'const xatlas::internal::BitImage& xatlas::internal::BitImage::operator=(const xatlas::internal::BitImage&)' [INFO] [stderr] warning: 1161 | const BitImage &operator=(const BitImage &other) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1155:7: warning: implicitly-declared 'xatlas::internal::BitArray::BitArray(const xatlas::internal::BitArray&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 1155 | class BitImage [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1064:18: note: because 'xatlas::internal::BitArray' has user-provided 'const xatlas::internal::BitArray& xatlas::internal::BitArray::operator=(const xatlas::internal::BitArray&)' [INFO] [stderr] warning: 1064 | const BitArray &operator=(const BitArray &other) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:305:4: note: synthesized method 'xatlas::internal::BitImage::BitImage(const xatlas::internal::BitImage&)' first required here [INFO] [stderr] warning: 305 | T temp = a; [INFO] [stderr] warning: | ^~~~ [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:169:23 [INFO] [stdout] | [INFO] [stdout] 169 | let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] 169 + let cb: *mut &mut dyn FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 250 - let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] 250 + let mut cb: &mut dyn FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 251 - let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] 251 + let cb = &mut cb as *mut &mut dyn FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.84s [INFO] running `Command { std: "docker" "inspect" "dfadaed48b7af073ef3ebef8983c449fb3bf86add6b2c39adf1dba8f192947b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfadaed48b7af073ef3ebef8983c449fb3bf86add6b2c39adf1dba8f192947b1", kill_on_drop: false }` [INFO] [stdout] dfadaed48b7af073ef3ebef8983c449fb3bf86add6b2c39adf1dba8f192947b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 1f019daf59f7a96f50edeb054d9d9b7eff0d573892721190da65ddb080d08bd8 [INFO] running `Command { std: "docker" "start" "-a" "1f019daf59f7a96f50edeb054d9d9b7eff0d573892721190da65ddb080d08bd8", kill_on_drop: false }` [INFO] [stderr] warning: vendor/xatlas.cpp: In instantiation of 'void xatlas::internal::swap(T&, T&) [with T = xatlas::internal::BitImage]': [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:169:23 [INFO] [stdout] | [INFO] [stdout] 169 | let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] 169 + let cb: *mut &mut dyn FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: vendor/xatlas.cpp:7639:23: required from here [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 250 - let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] 250 + let mut cb: &mut dyn FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: vendor/xatlas.cpp:305:4: warning: implicitly-declared 'xatlas::internal::BitImage::BitImage(const xatlas::internal::BitImage&)' is deprecated [-Wdeprecated-copy] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 251 - let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] 251 + let cb = &mut cb as *mut &mut dyn FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: 305 | T temp = a; [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1161:18: note: because 'xatlas::internal::BitImage' has user-provided 'const xatlas::internal::BitImage& xatlas::internal::BitImage::operator=(const xatlas::internal::BitImage&)' [INFO] [stderr] warning: 1161 | const BitImage &operator=(const BitImage &other) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1155:7: warning: implicitly-declared 'xatlas::internal::BitArray::BitArray(const xatlas::internal::BitArray&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 1155 | class BitImage [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1064:18: note: because 'xatlas::internal::BitArray' has user-provided 'const xatlas::internal::BitArray& xatlas::internal::BitArray::operator=(const xatlas::internal::BitArray&)' [INFO] [stderr] warning: 1064 | const BitArray &operator=(const BitArray &other) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:305:4: note: synthesized method 'xatlas::internal::BitImage::BitImage(const xatlas::internal::BitImage&)' first required here [INFO] [stderr] warning: 305 | T temp = a; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Compiling xatlas-rs v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:169:23 [INFO] [stdout] | [INFO] [stdout] 169 | let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] 169 + let cb: *mut &mut dyn FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 250 - let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] 250 + let mut cb: &mut dyn FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 251 - let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] 251 + let cb = &mut cb as *mut &mut dyn FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "1f019daf59f7a96f50edeb054d9d9b7eff0d573892721190da65ddb080d08bd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f019daf59f7a96f50edeb054d9d9b7eff0d573892721190da65ddb080d08bd8", kill_on_drop: false }` [INFO] [stdout] 1f019daf59f7a96f50edeb054d9d9b7eff0d573892721190da65ddb080d08bd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 3a8020de52683932a375c54c89e0f77c210761b8189336d7c041872d30a626d6 [INFO] running `Command { std: "docker" "start" "-a" "3a8020de52683932a375c54c89e0f77c210761b8189336d7c041872d30a626d6", kill_on_drop: false }` [INFO] [stderr] warning: vendor/xatlas.cpp: In instantiation of 'void xatlas::internal::swap(T&, T&) [with T = xatlas::internal::BitImage]': [INFO] [stderr] warning: vendor/xatlas.cpp:7639:23: required from here [INFO] [stderr] warning: vendor/xatlas.cpp:305:4: warning: implicitly-declared 'xatlas::internal::BitImage::BitImage(const xatlas::internal::BitImage&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 305 | T temp = a; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1161:18: note: because 'xatlas::internal::BitImage' has user-provided 'const xatlas::internal::BitImage& xatlas::internal::BitImage::operator=(const xatlas::internal::BitImage&)' [INFO] [stderr] warning: 1161 | const BitImage &operator=(const BitImage &other) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1155:7: warning: implicitly-declared 'xatlas::internal::BitArray::BitArray(const xatlas::internal::BitArray&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 1155 | class BitImage [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:1064:18: note: because 'xatlas::internal::BitArray' has user-provided 'const xatlas::internal::BitArray& xatlas::internal::BitArray::operator=(const xatlas::internal::BitArray&)' [INFO] [stderr] warning: 1064 | const BitArray &operator=(const BitArray &other) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: vendor/xatlas.cpp:305:4: note: synthesized method 'xatlas::internal::BitImage::BitImage(const xatlas::internal::BitImage&)' first required here [INFO] [stderr] warning: 305 | T temp = a; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:169:23 [INFO] [stderr] | [INFO] [stderr] 169 | let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 169 - let cb: *mut &mut FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stderr] 169 + let cb: *mut &mut dyn FnMut(ProgressCategory, i32) = unsafe { std::mem::transmute(user_data) }; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:250:26 [INFO] [stderr] | [INFO] [stderr] 250 | let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 250 - let mut cb: &mut FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stderr] 250 + let mut cb: &mut dyn FnMut(ProgressCategory, i32) = &mut progress; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:251:39 [INFO] [stderr] | [INFO] [stderr] 251 | let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 251 - let cb = &mut cb as *mut &mut FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stderr] 251 + let cb = &mut cb as *mut &mut dyn FnMut(ProgressCategory, i32) as *mut std::ffi::c_void; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `xatlas-rs` (lib) generated 3 warnings [INFO] [stderr] warning: `xatlas-rs` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xatlas_rs-1a6a17b1dc20a6cf) [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] [stderr] Doc-tests xatlas-rs [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" "3a8020de52683932a375c54c89e0f77c210761b8189336d7c041872d30a626d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a8020de52683932a375c54c89e0f77c210761b8189336d7c041872d30a626d6", kill_on_drop: false }` [INFO] [stdout] 3a8020de52683932a375c54c89e0f77c210761b8189336d7c041872d30a626d6