This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.9.x] mkldnn build and test failures #20643
Labels
Comments
6 tasks
josephevans
changed the title
[v1.9.x] mkldnn test failures
[v1.9.x] mkldnn build and test failures
Oct 7, 2021
josephevans
added a commit
to josephevans/mxnet
that referenced
this issue
Oct 7, 2021
@josephevans Hi, all the problems you are experiencing are caused by bumping version of oneDNN from 2.0 to 2.3.2 in your PR (PR) without all the necessary changes around it. If you want to have v2.3.2 of oneDNN on branch v1.9.x (and presumably 1.9.0 release) let me know and I will create complete PR for you. |
josephevans
added a commit
to josephevans/mxnet
that referenced
this issue
Oct 7, 2021
This reverts commit f45a6e3.
@bartekkuncer Thanks so much for pointing this out! I accidentally updated the submodule and didn't realize it. Reverted in my PR and will close this when it passes CI. :) |
Closing, as this problem is resolved. Thanks again @bartekkuncer! |
josephevans
added a commit
that referenced
this issue
Oct 7, 2021
* Update LICENSE to include symlinks in include/dmlc licensed under non-ASF-2.0 licenses. * Update ca-certificates package on centos7 due to let's encrypt recent issue (see https://blog.devgenius.io/rhel-centos-7-fix-for-lets-encrypt-change-8af2de587fe4) * Update PDL package before installing PDL::CCS to prevent dependency issue. * Install latest ca-certificates package on aarch64 as well. * Change libtiff download URL to http to prevent let's encrypt CA chain issue. * update Dockerfile.build.ubuntu_cpu_jekyll * Use http to download libcurl to avoid let's encrypt intermediate CA cert expiration issue. * Lock down perl PDL version to specific version to prevent test failures. * No need to source rvm.sh in environment now that we are using a different container. * Update license_header.py tool to trigger error when two licenses are found. * Remove expired CA cert from ubuntu14.04 containers. * Revert "Change libtiff download URL to http to prevent let's encrypt CA chain issue." This reverts commit 3ae1192. * Revert "Use http to download libcurl to avoid let's encrypt intermediate CA cert expiration issue." This reverts commit 92432a6. * Back off retry count for windows builds to reduce cost. * Split test_hybrid_static_memory_switching() into 3 tests in order to isolate failures. * Skip mkldnn test, tracking at #20643. * Fix lint * Attempt to fix windows build parameters with MKLDNN builds - do not use debug builds when linking against MKLDNN. * Revert "Update ca-certificates package on centos7 due to let's encrypt recent issue (see https://blog.devgenius.io/rhel-centos-7-fix-for-lets-encrypt-change-8af2de587fe4)" This reverts commit 8b64859. * Add back change after revert. * Revert "Fix lint" This reverts commit 34b430c. * Revert "Skip mkldnn test, tracking at #20643." This reverts commit f45a6e3. * Revert "Split test_hybrid_static_memory_switching() into 3 tests in order to isolate failures." This reverts commit 23db9ba. * Revert changing windows build flags. Co-authored-by: Wei Chu <[email protected]>
josephevans
added a commit
to josephevans/mxnet
that referenced
this issue
Oct 7, 2021
* Update LICENSE to include symlinks in include/dmlc licensed under non-ASF-2.0 licenses. * Update ca-certificates package on centos7 due to let's encrypt recent issue (see https://blog.devgenius.io/rhel-centos-7-fix-for-lets-encrypt-change-8af2de587fe4) * Update PDL package before installing PDL::CCS to prevent dependency issue. * Install latest ca-certificates package on aarch64 as well. * Change libtiff download URL to http to prevent let's encrypt CA chain issue. * update Dockerfile.build.ubuntu_cpu_jekyll * Use http to download libcurl to avoid let's encrypt intermediate CA cert expiration issue. * Lock down perl PDL version to specific version to prevent test failures. * No need to source rvm.sh in environment now that we are using a different container. * Update license_header.py tool to trigger error when two licenses are found. * Remove expired CA cert from ubuntu14.04 containers. * Revert "Change libtiff download URL to http to prevent let's encrypt CA chain issue." This reverts commit 3ae1192. * Revert "Use http to download libcurl to avoid let's encrypt intermediate CA cert expiration issue." This reverts commit 92432a6. * Back off retry count for windows builds to reduce cost. * Split test_hybrid_static_memory_switching() into 3 tests in order to isolate failures. * Skip mkldnn test, tracking at apache#20643. * Fix lint * Attempt to fix windows build parameters with MKLDNN builds - do not use debug builds when linking against MKLDNN. * Revert "Update ca-certificates package on centos7 due to let's encrypt recent issue (see https://blog.devgenius.io/rhel-centos-7-fix-for-lets-encrypt-change-8af2de587fe4)" This reverts commit 8b64859. * Add back change after revert. * Revert "Fix lint" This reverts commit 34b430c. * Revert "Skip mkldnn test, tracking at apache#20643." This reverts commit f45a6e3. * Revert "Split test_hybrid_static_memory_switching() into 3 tests in order to isolate failures." This reverts commit 23db9ba. * Revert changing windows build flags. Co-authored-by: Wei Chu <[email protected]>
josephevans
added a commit
that referenced
this issue
Oct 8, 2021
* [v1.9.x] LICENSE and CI fixes for 1.9 release (#20626) * Update LICENSE to include symlinks in include/dmlc licensed under non-ASF-2.0 licenses. * Update ca-certificates package on centos7 due to let's encrypt recent issue (see https://blog.devgenius.io/rhel-centos-7-fix-for-lets-encrypt-change-8af2de587fe4) * Update PDL package before installing PDL::CCS to prevent dependency issue. * Install latest ca-certificates package on aarch64 as well. * Change libtiff download URL to http to prevent let's encrypt CA chain issue. * update Dockerfile.build.ubuntu_cpu_jekyll * Use http to download libcurl to avoid let's encrypt intermediate CA cert expiration issue. * Lock down perl PDL version to specific version to prevent test failures. * No need to source rvm.sh in environment now that we are using a different container. * Update license_header.py tool to trigger error when two licenses are found. * Remove expired CA cert from ubuntu14.04 containers. * Revert "Change libtiff download URL to http to prevent let's encrypt CA chain issue." This reverts commit 3ae1192. * Revert "Use http to download libcurl to avoid let's encrypt intermediate CA cert expiration issue." This reverts commit 92432a6. * Back off retry count for windows builds to reduce cost. * Split test_hybrid_static_memory_switching() into 3 tests in order to isolate failures. * Skip mkldnn test, tracking at #20643. * Fix lint * Attempt to fix windows build parameters with MKLDNN builds - do not use debug builds when linking against MKLDNN. * Revert "Update ca-certificates package on centos7 due to let's encrypt recent issue (see https://blog.devgenius.io/rhel-centos-7-fix-for-lets-encrypt-change-8af2de587fe4)" This reverts commit 8b64859. * Add back change after revert. * Revert "Fix lint" This reverts commit 34b430c. * Revert "Skip mkldnn test, tracking at #20643." This reverts commit f45a6e3. * Revert "Split test_hybrid_static_memory_switching() into 3 tests in order to isolate failures." This reverts commit 23db9ba. * Revert changing windows build flags. Co-authored-by: Wei Chu <[email protected]> * Update openssl package in ubuntu_core.sh (used in ubuntu 16.04 images) to avoid bug triggered by let's encrypt expired ca cert. Co-authored-by: Wei Chu <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The following tests keep failing consistently in the v1.9.x branch:
Also, the mkldnn windows builds keep failing in the v1.9.x branch. Some example failures:
See the error message below posted below in the Test Failure Log Output section.
Occurrences
Test/Build Failure Log Output
The text was updated successfully, but these errors were encountered: