[INFO] fetching crate polyhorn-yoga 0.3.3... [INFO] checking polyhorn-yoga-0.3.3 against beta for pr-78714 [INFO] extracting crate polyhorn-yoga 0.3.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate polyhorn-yoga 0.3.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate polyhorn-yoga 0.3.3 [INFO] finished tweaking crates.io crate polyhorn-yoga 0.3.3 [INFO] tweaked toml for crates.io crate polyhorn-yoga 0.3.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate polyhorn-yoga 0.3.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] 15d09f892d75cfb3aa3876d5b4469b11e8811a0c478f9817292aa5cd37d429b1 [INFO] running `Command { std: "docker" "start" "-a" "15d09f892d75cfb3aa3876d5b4469b11e8811a0c478f9817292aa5cd37d429b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15d09f892d75cfb3aa3876d5b4469b11e8811a0c478f9817292aa5cd37d429b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15d09f892d75cfb3aa3876d5b4469b11e8811a0c478f9817292aa5cd37d429b1", kill_on_drop: false }` [INFO] [stdout] 15d09f892d75cfb3aa3876d5b4469b11e8811a0c478f9817292aa5cd37d429b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--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] feac218f97b451ce10825db0b97ee6845e84e4e385a9c32a17dcdd4c9d5c5cce [INFO] running `Command { std: "docker" "start" "-a" "feac218f97b451ce10825db0b97ee6845e84e4e385a9c32a17dcdd4c9d5c5cce", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling clang-sys v1.0.0 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling polyhorn-yoga v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/baseline_func_test.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `polyhorn-yoga` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/flex_wrap_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/android_news_feed.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/border_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/computed_margin_test.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/rounding_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/aspect_ratio_test.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/dimension_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/align_self_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/display_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/min_max_dimension_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/style_test.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/padding_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] error[E0463]: can't find crate for `yoga` [INFO] [stdout] --> tests/align_items_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate yoga; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)': [INFO] [stderr] warning: src/yoga/yoga/Yoga.cpp:1854:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1854 | memset(&(node->getLayout()), 0, sizeof(YGLayout)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from src/yoga/yoga/YGNode.h:11, [INFO] [stderr] warning: from src/yoga/yoga/Utils.h:9, [INFO] [stderr] warning: from src/yoga/yoga/Yoga.cpp:13: [INFO] [stderr] warning: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here [INFO] [stderr] warning: 12 | struct YGLayout { [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "feac218f97b451ce10825db0b97ee6845e84e4e385a9c32a17dcdd4c9d5c5cce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feac218f97b451ce10825db0b97ee6845e84e4e385a9c32a17dcdd4c9d5c5cce", kill_on_drop: false }` [INFO] [stdout] feac218f97b451ce10825db0b97ee6845e84e4e385a9c32a17dcdd4c9d5c5cce