[INFO] crate fastwfc-sys 0.1.0 is already in cache [INFO] testing fastwfc-sys-0.1.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate fastwfc-sys 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate fastwfc-sys 0.1.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fastwfc-sys 0.1.0 [INFO] finished tweaking crates.io crate fastwfc-sys 0.1.0 [INFO] tweaked toml for crates.io crate fastwfc-sys 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 30f51b244b17837da620a1953d40b432ed9a2ad55cf48d5f3084b88d9207b788 [INFO] running `Command { std: "docker" "start" "-a" "30f51b244b17837da620a1953d40b432ed9a2ad55cf48d5f3084b88d9207b788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30f51b244b17837da620a1953d40b432ed9a2ad55cf48d5f3084b88d9207b788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30f51b244b17837da620a1953d40b432ed9a2ad55cf48d5f3084b88d9207b788", kill_on_drop: false }` [INFO] [stdout] 30f51b244b17837da620a1953d40b432ed9a2ad55cf48d5f3084b88d9207b788 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f04b5b8a92bf56a5f3335d084bcc2b324481a72ac5f90ba5c3250cb06328830 [INFO] running `Command { std: "docker" "start" "-a" "4f04b5b8a92bf56a5f3335d084bcc2b324481a72ac5f90ba5c3250cb06328830", kill_on_drop: false }` [INFO] [stderr] Compiling fastwfc-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: wrapper.cpp: In constructor 'ArrayColor2D::ArrayColor2D(Array2D)': [INFO] [stderr] warning: wrapper.cpp:40:76: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp: In function 'ArrayColor2D* run_overlapping(ArrayColor2D*, OverlappingWFCOptions, unsigned int)': [INFO] [stderr] warning: wrapper.cpp:63:50: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 63 | if (success) return new ArrayColor2D(*success); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp:40:31: note: initializing argument 1 of 'ArrayColor2D::ArrayColor2D(Array2D)' [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: wrapper.cpp: In function 'ArrayColor2D* run_overlapping_with_seed(ArrayColor2D*, OverlappingWFCOptions, int)': [INFO] [stderr] warning: wrapper.cpp:71:48: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 71 | if (success) return new ArrayColor2D(*success); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp:40:31: note: initializing argument 1 of 'ArrayColor2D::ArrayColor2D(Array2D)' [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: In file included from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp: In instantiation of 'Array2D OverlappingWFC::to_image(const Array2D&) const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:318:14: required from 'std::optional > OverlappingWFC::run() [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:62:53: required from here [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:301:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 301 | return output; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::get_sub_array(unsigned int, unsigned int, unsigned int, unsigned int) const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:178:18: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:95:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 95 | return sub_array_2d; [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::reflected() const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:179:56: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:67:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 67 | return result; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::rotated() const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:180:54: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:80:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 80 | return result; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: In file included from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp: In instantiation of 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, const int&, const std::pair >, std::vector >&, const std::vector, 4> >&) [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:92:59: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, const int&, const std::pair >, std::vector >&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:74: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:76:64: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 76 | options.get_wave_height(), options.get_wave_width()) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/lib/wfc.cpp: In member function 'Array2D WFC::wave_to_output() const': [INFO] [stderr] warning: fast-wfc/src/lib/wfc.cpp:33:10: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 33 | return output_patterns; [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from fast-wfc/src/include/wfc.hpp:7, [INFO] [stderr] warning: from fast-wfc/src/lib/wfc.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = unsigned int]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.00s [INFO] running `Command { std: "docker" "inspect" "4f04b5b8a92bf56a5f3335d084bcc2b324481a72ac5f90ba5c3250cb06328830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f04b5b8a92bf56a5f3335d084bcc2b324481a72ac5f90ba5c3250cb06328830", kill_on_drop: false }` [INFO] [stdout] 4f04b5b8a92bf56a5f3335d084bcc2b324481a72ac5f90ba5c3250cb06328830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cd0ab477ac7eb2859e9dc8356c3f181c4f425402f8ff7fc6c3204315ac7ddd66 [INFO] running `Command { std: "docker" "start" "-a" "cd0ab477ac7eb2859e9dc8356c3f181c4f425402f8ff7fc6c3204315ac7ddd66", kill_on_drop: false }` [INFO] [stderr] warning: wrapper.cpp: In constructor 'ArrayColor2D::ArrayColor2D(Array2D)': [INFO] [stderr] warning: wrapper.cpp:40:76: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp: In function 'ArrayColor2D* run_overlapping(ArrayColor2D*, OverlappingWFCOptions, unsigned int)': [INFO] [stderr] warning: wrapper.cpp:63:50: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 63 | if (success) return new ArrayColor2D(*success); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp:40:31: note: initializing argument 1 of 'ArrayColor2D::ArrayColor2D(Array2D)' [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: wrapper.cpp: In function 'ArrayColor2D* run_overlapping_with_seed(ArrayColor2D*, OverlappingWFCOptions, int)': [INFO] [stderr] warning: wrapper.cpp:71:48: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 71 | if (success) return new ArrayColor2D(*success); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp:40:31: note: initializing argument 1 of 'ArrayColor2D::ArrayColor2D(Array2D)' [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: In file included from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp: In instantiation of 'Array2D OverlappingWFC::to_image(const Array2D&) const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:318:14: required from 'std::optional > OverlappingWFC::run() [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:62:53: required from here [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:301:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 301 | return output; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::get_sub_array(unsigned int, unsigned int, unsigned int, unsigned int) const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:178:18: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:95:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 95 | return sub_array_2d; [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::reflected() const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:179:56: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:67:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 67 | return result; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::rotated() const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:180:54: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:80:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 80 | return result; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: In file included from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp: In instantiation of 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, const int&, const std::pair >, std::vector >&, const std::vector, 4> >&) [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:92:59: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, const int&, const std::pair >, std::vector >&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:74: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:76:64: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 76 | options.get_wave_height(), options.get_wave_width()) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/lib/wfc.cpp: In member function 'Array2D WFC::wave_to_output() const': [INFO] [stderr] warning: fast-wfc/src/lib/wfc.cpp:33:10: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 33 | return output_patterns; [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from fast-wfc/src/include/wfc.hpp:7, [INFO] [stderr] warning: from fast-wfc/src/lib/wfc.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = unsigned int]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] Compiling fastwfc-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "cd0ab477ac7eb2859e9dc8356c3f181c4f425402f8ff7fc6c3204315ac7ddd66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd0ab477ac7eb2859e9dc8356c3f181c4f425402f8ff7fc6c3204315ac7ddd66", kill_on_drop: false }` [INFO] [stdout] cd0ab477ac7eb2859e9dc8356c3f181c4f425402f8ff7fc6c3204315ac7ddd66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 78e253bb6e76b182353aac26bd0313b0ee01ad5ebbd793ae2252b87cbf55c59c [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" "78e253bb6e76b182353aac26bd0313b0ee01ad5ebbd793ae2252b87cbf55c59c", kill_on_drop: false }` [INFO] [stderr] warning: wrapper.cpp: In constructor 'ArrayColor2D::ArrayColor2D(Array2D)': [INFO] [stderr] warning: wrapper.cpp:40:76: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp: In function 'ArrayColor2D* run_overlapping(ArrayColor2D*, OverlappingWFCOptions, unsigned int)': [INFO] [stderr] warning: wrapper.cpp:63:50: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 63 | if (success) return new ArrayColor2D(*success); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp:40:31: note: initializing argument 1 of 'ArrayColor2D::ArrayColor2D(Array2D)' [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: wrapper.cpp: In function 'ArrayColor2D* run_overlapping_with_seed(ArrayColor2D*, OverlappingWFCOptions, int)': [INFO] [stderr] warning: wrapper.cpp:71:48: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 71 | if (success) return new ArrayColor2D(*success); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: wrapper.cpp:40:31: note: initializing argument 1 of 'ArrayColor2D::ArrayColor2D(Array2D)' [INFO] [stderr] warning: 40 | ArrayColor2D(Array2D inner): init(true), inner(inner), ref(nullptr) {} [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: In file included from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp: In instantiation of 'Array2D OverlappingWFC::to_image(const Array2D&) const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:318:14: required from 'std::optional > OverlappingWFC::run() [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:62:53: required from here [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:301:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 301 | return output; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::get_sub_array(unsigned int, unsigned int, unsigned int, unsigned int) const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:178:18: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:95:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 95 | return sub_array_2d; [INFO] [stderr] warning: | ^~~~~~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::reflected() const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:179:56: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:67:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 67 | return result; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp: In instantiation of 'Array2D Array2D::rotated() const [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:180:54: required from 'static std::pair >, std::vector > OverlappingWFC::get_patterns(const Array2D&, const OverlappingWFCOptions&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:58: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:80:12: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 80 | return result; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: In file included from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp: In instantiation of 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, const int&, const std::pair >, std::vector >&, const std::vector, 4> >&) [with T = Color]': [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:92:59: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, const int&, const std::pair >, std::vector >&) [with T = Color]' [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:310:74: required from 'OverlappingWFC::OverlappingWFC(const Array2D&, const OverlappingWFCOptions&, int) [with T = Color]' [INFO] [stderr] warning: wrapper.cpp:61:54: required from here [INFO] [stderr] warning: fast-wfc/src/include/overlapping_wfc.hpp:76:64: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 76 | options.get_wave_height(), options.get_wave_width()) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from fast-wfc/src/include/overlapping_wfc.hpp:7, [INFO] [stderr] warning: from wrapper.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = Color]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: fast-wfc/src/lib/wfc.cpp: In member function 'Array2D WFC::wave_to_output() const': [INFO] [stderr] warning: fast-wfc/src/lib/wfc.cpp:33:10: warning: implicitly-declared 'Array2D::Array2D(const Array2D&)' is deprecated [-Wdeprecated-copy] [INFO] [stderr] warning: 33 | return output_patterns; [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from fast-wfc/src/include/wfc.hpp:7, [INFO] [stderr] warning: from fast-wfc/src/lib/wfc.cpp:1: [INFO] [stderr] warning: fast-wfc/src/include/utils/array2D.hpp:101:15: note: because 'Array2D' has user-provided 'Array2D& Array2D::operator=(const Array2D&) [with T = unsigned int]' [INFO] [stderr] warning: 101 | Array2D &operator=(const Array2D &a) noexcept { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fastwfc_sys-6b9e22ec72cfea90 [INFO] [stdout] running 4 tests [INFO] [stdout] test bindgen_test_layout_Color ... ok [INFO] [stdout] test bindgen_test_layout_OverlappingWFCOptions ... ok [INFO] [stdout] test test_fastwfc ... ok [INFO] [stdout] test bindgen_test_layout_ArrayColor2D ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests fastwfc-sys [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "78e253bb6e76b182353aac26bd0313b0ee01ad5ebbd793ae2252b87cbf55c59c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78e253bb6e76b182353aac26bd0313b0ee01ad5ebbd793ae2252b87cbf55c59c", kill_on_drop: false }` [INFO] [stdout] 78e253bb6e76b182353aac26bd0313b0ee01ad5ebbd793ae2252b87cbf55c59c