-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cast warning to string in configure_tensorflow #1587
Conversation
Click to view CI ResultsGitHub pull request #1587 of commit 09726d87606d09b8bec3deb106b582fa1ac5e25a, no merge conflicts. Running as SYSTEM Setting status of 09726d87606d09b8bec3deb106b582fa1ac5e25a to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4518/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1587/*:refs/remotes/origin/pr/1587/* # timeout=10 > git rev-parse 09726d87606d09b8bec3deb106b582fa1ac5e25a^{commit} # timeout=10 Checking out Revision 09726d87606d09b8bec3deb106b582fa1ac5e25a (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 09726d87606d09b8bec3deb106b582fa1ac5e25a # timeout=10 Commit message: "cast to string" > git rev-list --no-walk 2cc7be73fcd26be8a3f7ab94960fcfbe06ad2b9d # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins11970487288330515225.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: pyproject.toml plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1420 items / 1 skipped |
Documentation preview |
Click to view CI ResultsGitHub pull request #1587 of commit 0bd010b25f74a144fe7ecb824b954142b688de3c, no merge conflicts. Running as SYSTEM Setting status of 0bd010b25f74a144fe7ecb824b954142b688de3c to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4532/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1587/*:refs/remotes/origin/pr/1587/* # timeout=10 > git rev-parse 0bd010b25f74a144fe7ecb824b954142b688de3c^{commit} # timeout=10 Checking out Revision 0bd010b25f74a144fe7ecb824b954142b688de3c (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 0bd010b25f74a144fe7ecb824b954142b688de3c # timeout=10 Commit message: "Merge branch 'main' into leewyang_warn" > git rev-list --no-walk 793a2f61723591752073ae837d53163393294247 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins14519021359712173336.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: pyproject.toml plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1420 items / 1 skipped |
Click to view CI ResultsGitHub pull request #1587 of commit 681bbda04a26908d0c88b0a8d39bac6f0b697076, no merge conflicts. Running as SYSTEM Setting status of 681bbda04a26908d0c88b0a8d39bac6f0b697076 to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4536/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1587/*:refs/remotes/origin/pr/1587/* # timeout=10 > git rev-parse 681bbda04a26908d0c88b0a8d39bac6f0b697076^{commit} # timeout=10 Checking out Revision 681bbda04a26908d0c88b0a8d39bac6f0b697076 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 681bbda04a26908d0c88b0a8d39bac6f0b697076 # timeout=10 Commit message: "Merge branch 'main' into leewyang_warn" > git rev-list --no-walk c0bddb0b543a7eb280084f7047f20bc34d240090 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins10110418302229638644.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: pyproject.toml plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1422 items / 1 skipped |
Click to view CI ResultsGitHub pull request #1587 of commit 12c68fbc4445db27bada9b4e7c05a90c4832b366, no merge conflicts. Running as SYSTEM Setting status of 12c68fbc4445db27bada9b4e7c05a90c4832b366 to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4541/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1587/*:refs/remotes/origin/pr/1587/* # timeout=10 > git rev-parse 12c68fbc4445db27bada9b4e7c05a90c4832b366^{commit} # timeout=10 Checking out Revision 12c68fbc4445db27bada9b4e7c05a90c4832b366 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 12c68fbc4445db27bada9b4e7c05a90c4832b366 # timeout=10 Commit message: "Merge branch 'main' into leewyang_warn" > git rev-list --no-walk f19cdddd65fe157bbe473538f4af8f19c845bb2d # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins5585195957000274486.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: pyproject.toml plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1422 items / 1 skipped |
Click to view CI ResultsGitHub pull request #1587 of commit 12c68fbc4445db27bada9b4e7c05a90c4832b366, has merge conflicts. Running as SYSTEM PR has already been merged, builds using the merged sha1 will fail!!! Setting status of 12c68fbc4445db27bada9b4e7c05a90c4832b366 to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4543/ and message: 'Build started for original commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1587/*:refs/remotes/origin/pr/1587/* # timeout=10 > git rev-parse 12c68fbc4445db27bada9b4e7c05a90c4832b366^{commit} # timeout=10 Checking out Revision 12c68fbc4445db27bada9b4e7c05a90c4832b366 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 12c68fbc4445db27bada9b4e7c05a90c4832b366 # timeout=10 Commit message: "Merge branch 'main' into leewyang_warn" > git rev-list --no-walk 3ea8babe9714ac7f9260027253c5cd58d2828682 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins8449968605585071579.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: pyproject.toml plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1422 items / 1 skipped |
fixes #1586