-
Notifications
You must be signed in to change notification settings - Fork 146
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
various fixes for diff issues #393
Conversation
Click to view CI ResultsGitHub pull request #393 of commit b35d2e726de4cedf291c52a4b6e32dde07eebece, no merge conflicts. Running as SYSTEM Setting status of b35d2e726de4cedf291c52a4b6e32dde07eebece to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1084/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse b35d2e726de4cedf291c52a4b6e32dde07eebece^{commit} # timeout=10 Checking out Revision b35d2e726de4cedf291c52a4b6e32dde07eebece (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f b35d2e726de4cedf291c52a4b6e32dde07eebece # timeout=10 Commit message: "various fixes for diff issues" > git rev-list --no-walk 96f7c9dd110e34d7c9843b314eb8cca1b1103e52 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins2675308116383736041.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/tf_utils.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/torch.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/lambdaop.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/workflow.py Oh no! 💥 💔 💥 4 files would be reformatted, 69 files would be left unchanged. Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins1979842867078301388.sh |
Click to view CI ResultsGitHub pull request #393 of commit e09086045628965a8e22447e8d72d7bbcc6127df, has merge conflicts. Running as SYSTEM Setting status of e09086045628965a8e22447e8d72d7bbcc6127df to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1136/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse e09086045628965a8e22447e8d72d7bbcc6127df^{commit} # timeout=10 Checking out Revision e09086045628965a8e22447e8d72d7bbcc6127df (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f e09086045628965a8e22447e8d72d7bbcc6127df # timeout=10 Commit message: "forward progress!" > git rev-list --no-walk dcd3428ad39e8aec93bec9663889307853e3a4d4 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins3898417691150242608.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/tf_utils.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/torch.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/lambdaop.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/transform_operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/workflow.py Oh no! 💥 💔 💥 6 files would be reformatted, 67 files would be left unchanged. Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins5643162843928145624.sh |
Click to view CI ResultsGitHub pull request #393 of commit 4e5f41e1f7dbf82b7e1eba87d7f8995563ab47ec, has merge conflicts. Running as SYSTEM Setting status of 4e5f41e1f7dbf82b7e1eba87d7f8995563ab47ec to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1143/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 4e5f41e1f7dbf82b7e1eba87d7f8995563ab47ec^{commit} # timeout=10 Checking out Revision 4e5f41e1f7dbf82b7e1eba87d7f8995563ab47ec (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e5f41e1f7dbf82b7e1eba87d7f8995563ab47ec # timeout=10 Commit message: "generating correct phases" > git rev-list --no-walk d9c6fd2c2cd88700b5847a656b608e5278471ac3 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins1766930714392648553.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/tf_utils.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/torch.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/lambdaop.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/transform_operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/workflow.py Oh no! 💥 💔 💥 6 files would be reformatted, 67 files would be left unchanged. Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins7742480476069775538.sh |
Click to view CI ResultsGitHub pull request #393 of commit 5fa294c4cb0fd658eb90db28705f56e087f939ac, has merge conflicts. Running as SYSTEM Setting status of 5fa294c4cb0fd658eb90db28705f56e087f939ac to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1148/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 5fa294c4cb0fd658eb90db28705f56e087f939ac^{commit} # timeout=10 Checking out Revision 5fa294c4cb0fd658eb90db28705f56e087f939ac (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fa294c4cb0fd658eb90db28705f56e087f939ac # timeout=10 Commit message: "working all the way except some dataloader fails..." > git rev-list --no-walk c9f1d3034198ce753cc0d1daea38b61894929075 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins5352699732092640827.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/tf_utils.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/lambdaop.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/torch.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/transform_operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/tests/unit/test_workflow.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/workflow.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/tests/unit/test_ops.py Oh no! 💥 💔 💥 8 files would be reformatted, 65 files would be left unchanged. Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins5224801063729872014.sh |
Click to view CI ResultsGitHub pull request #393 of commit f408d99d3a78b2541c191865cb4b23519eef4e1c, no merge conflicts. Running as SYSTEM Setting status of f408d99d3a78b2541c191865cb4b23519eef4e1c to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1149/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse f408d99d3a78b2541c191865cb4b23519eef4e1c^{commit} # timeout=10 Checking out Revision f408d99d3a78b2541c191865cb4b23519eef4e1c (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f f408d99d3a78b2541c191865cb4b23519eef4e1c # timeout=10 Commit message: "merging in" > git rev-list --no-walk 5fa294c4cb0fd658eb90db28705f56e087f939ac # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins7330622643038130716.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/torch.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/loader/tf_utils.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/lambdaop.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/operator.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/ops/transform_operator.py error: cannot format /var/jenkins_home/workspace/nvtabular_tests/nvtabular/nvtabular/workflow.py: Cannot parse: 826:0: <<<<<<< HEAD would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/tests/unit/test_workflow.py would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/tests/unit/test_ops.py Oh no! 💥 💔 💥 7 files would be reformatted, 68 files would be left unchanged, 1 file would fail to reformat. Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins2721762884375901867.sh |
Click to view CI ResultsGitHub pull request #393 of commit 318679aa15695bc3ca8ff421db0f04bdaa33e217, no merge conflicts. Running as SYSTEM Setting status of 318679aa15695bc3ca8ff421db0f04bdaa33e217 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1150/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 318679aa15695bc3ca8ff421db0f04bdaa33e217^{commit} # timeout=10 Checking out Revision 318679aa15695bc3ca8ff421db0f04bdaa33e217 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 318679aa15695bc3ca8ff421db0f04bdaa33e217 # timeout=10 Commit message: "code reformat" > git rev-list --no-walk f408d99d3a78b2541c191865cb4b23519eef4e1c # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins2750347368199920233.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
Click to view CI ResultsGitHub pull request #393 of commit 986c38d8f5e1f8f981f636438683dd9b1d1599eb, no merge conflicts. Running as SYSTEM Setting status of 986c38d8f5e1f8f981f636438683dd9b1d1599eb to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1155/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 986c38d8f5e1f8f981f636438683dd9b1d1599eb^{commit} # timeout=10 Checking out Revision 986c38d8f5e1f8f981f636438683dd9b1d1599eb (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 986c38d8f5e1f8f981f636438683dd9b1d1599eb # timeout=10 Commit message: "fixes for test fails in dataloader" > git rev-list --no-walk 8184506ba87fbfef7fbee544145236a4360adbae # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins2450794695755062914.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Running setup.py develop for nvtabular Successfully installed nvtabular would reformat /var/jenkins_home/workspace/nvtabular_tests/nvtabular/tests/unit/test_torch_dataloader.py Oh no! 💥 💔 💥 1 file would be reformatted, 75 files would be left unchanged. Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins643749491149907924.sh |
Click to view CI ResultsGitHub pull request #393 of commit 0e89af3472997c90fb06aa9883effa990e0eae16, no merge conflicts. Running as SYSTEM Setting status of 0e89af3472997c90fb06aa9883effa990e0eae16 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1156/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 0e89af3472997c90fb06aa9883effa990e0eae16^{commit} # timeout=10 Checking out Revision 0e89af3472997c90fb06aa9883effa990e0eae16 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e89af3472997c90fb06aa9883effa990e0eae16 # timeout=10 Commit message: "reformat codes" > git rev-list --no-walk 986c38d8f5e1f8f981f636438683dd9b1d1599eb # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins6914325229575234121.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
Click to view CI ResultsGitHub pull request #393 of commit 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502, no merge conflicts. Running as SYSTEM Setting status of 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1158/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502^{commit} # timeout=10 Checking out Revision 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 # timeout=10 Commit message: "udpate to pass tests" > git rev-list --no-walk 5f34242ae04ff2e3b918f9c111975bacd12304ea # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins1047770170142313710.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
rerun tests |
Click to view CI ResultsGitHub pull request #393 of commit 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502, no merge conflicts. Running as SYSTEM Setting status of 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1160/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502^{commit} # timeout=10 Checking out Revision 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 # timeout=10 Commit message: "udpate to pass tests" > git rev-list --no-walk 599afb8d8a160cd55336d830d9ded3f21a4046c0 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins3609457319750059927.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
rerun tests |
Click to view CI ResultsGitHub pull request #393 of commit 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502, no merge conflicts. Running as SYSTEM Setting status of 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1161/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502^{commit} # timeout=10 Checking out Revision 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 # timeout=10 Commit message: "udpate to pass tests" > git rev-list --no-walk 74a9fb0fa52e2580498c7fa5e2b7b70f271f9502 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins1502471784733242026.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.2.0 Uninstalling nvtabular-0.2.0: Successfully uninstalled nvtabular-0.2.0 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
Click to view CI ResultsGitHub pull request #393 of commit 292c97338e01fb6240f9fadb41e159f94156598f, no merge conflicts. Running as SYSTEM Setting status of 292c97338e01fb6240f9fadb41e159f94156598f to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1163/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 292c97338e01fb6240f9fadb41e159f94156598f^{commit} # timeout=10 Checking out Revision 292c97338e01fb6240f9fadb41e159f94156598f (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 292c97338e01fb6240f9fadb41e159f94156598f # timeout=10 Commit message: "Merge branch 'main' into fixes" > git rev-list --no-walk 8f43564392bd047e5ffd38d3acf8e26437a8ae6a # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins7026001201112661322.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
Click to view CI ResultsGitHub pull request #393 of commit a4378fb6811698e943fcfaebdb33d27397052889, no merge conflicts. Running as SYSTEM Setting status of a4378fb6811698e943fcfaebdb33d27397052889 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1165/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse a4378fb6811698e943fcfaebdb33d27397052889^{commit} # timeout=10 Checking out Revision a4378fb6811698e943fcfaebdb33d27397052889 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f a4378fb6811698e943fcfaebdb33d27397052889 # timeout=10 Commit message: "Merge branch 'fixes' of https://github.com/jperez999/NVTabular into fixes" > git rev-list --no-walk fc94cf4e09359f2b357978e59540799efc46d777 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins6137235349559612032.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 76 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 595 items |
Click to view CI ResultsGitHub pull request #393 of commit 605266b87c49f852ee0f63ad642b42a6975c4c90, no merge conflicts. Running as SYSTEM Setting status of 605266b87c49f852ee0f63ad642b42a6975c4c90 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1195/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 605266b87c49f852ee0f63ad642b42a6975c4c90^{commit} # timeout=10 Checking out Revision 605266b87c49f852ee0f63ad642b42a6975c4c90 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 605266b87c49f852ee0f63ad642b42a6975c4c90 # timeout=10 Commit message: "Merge branch 'main' into fixes" > git rev-list --no-walk 001ead29294cb7090fe5c7278142bfc93cd20f7d # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins1418035229950289504.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
Click to view CI ResultsGitHub pull request #393 of commit 6892912d7042a381361fce1b6fe3c1ce3ce3c772, no merge conflicts. Running as SYSTEM Setting status of 6892912d7042a381361fce1b6fe3c1ce3ce3c772 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1200/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 6892912d7042a381361fce1b6fe3c1ce3ce3c772^{commit} # timeout=10 Checking out Revision 6892912d7042a381361fce1b6fe3c1ce3ce3c772 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 6892912d7042a381361fce1b6fe3c1ce3ce3c772 # timeout=10 Commit message: "Merge branch 'fixes' of https://github.com/jperez999/NVTabular into fixes" > git rev-list --no-walk 8cb254ba35024c7baff6b9b7bafc40dcac1c266f # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins7853190238873591743.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
Click to view CI ResultsGitHub pull request #393 of commit fe55514cd2d351f5d6c6fbd5d68dd87aa40ace0e, no merge conflicts. Running as SYSTEM Setting status of fe55514cd2d351f5d6c6fbd5d68dd87aa40ace0e to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1201/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse fe55514cd2d351f5d6c6fbd5d68dd87aa40ace0e^{commit} # timeout=10 Checking out Revision fe55514cd2d351f5d6c6fbd5d68dd87aa40ace0e (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f fe55514cd2d351f5d6c6fbd5d68dd87aa40ace0e # timeout=10 Commit message: "code format changes" > git rev-list --no-walk 6892912d7042a381361fce1b6fe3c1ce3ce3c772 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins3212521516033073898.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. ./nvtabular/workflow.py:125:13: F841 local variable 'found' is assigned to but never used Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins1999713744125321167.sh |
Click to view CI ResultsGitHub pull request #393 of commit d14ebb4a72d0912c632c6488c3d9c9848284e83b, no merge conflicts. Running as SYSTEM Setting status of d14ebb4a72d0912c632c6488c3d9c9848284e83b to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1202/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse d14ebb4a72d0912c632c6488c3d9c9848284e83b^{commit} # timeout=10 Checking out Revision d14ebb4a72d0912c632c6488c3d9c9848284e83b (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f d14ebb4a72d0912c632c6488c3d9c9848284e83b # timeout=10 Commit message: "better exception message with actionable feedback" > git rev-list --no-walk fe55514cd2d351f5d6c6fbd5d68dd87aa40ace0e # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins7370348144888778361.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. ./nvtabular/workflow.py:125:13: F841 local variable 'found' is assigned to but never used Build step 'Execute shell' marked build as failure Performing Post build task... Match found for : : True Logical operation result is TRUE Running script : #!/bin/bash source activate rapids cd /var/jenkins_home/ python test_res_push.py "https://api.github.com/repos/NVIDIA/NVTabular/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log" [nvtabular_tests] $ /bin/bash /tmp/jenkins8635576175260255048.sh |
Click to view CI ResultsGitHub pull request #393 of commit 93f34e4e506030059ea66a262605bb0ad4e5b5f2, no merge conflicts. Running as SYSTEM Setting status of 93f34e4e506030059ea66a262605bb0ad4e5b5f2 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1203/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 93f34e4e506030059ea66a262605bb0ad4e5b5f2^{commit} # timeout=10 Checking out Revision 93f34e4e506030059ea66a262605bb0ad4e5b5f2 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 93f34e4e506030059ea66a262605bb0ad4e5b5f2 # timeout=10 Commit message: "flake error correction" > git rev-list --no-walk d14ebb4a72d0912c632c6488c3d9c9848284e83b # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins2189674226408279097.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
Click to view CI ResultsGitHub pull request #393 of commit 5173f22ae1367b38554473ca612d1af016b88bc0, no merge conflicts. Running as SYSTEM Setting status of 5173f22ae1367b38554473ca612d1af016b88bc0 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1205/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 5173f22ae1367b38554473ca612d1af016b88bc0^{commit} # timeout=10 Checking out Revision 5173f22ae1367b38554473ca612d1af016b88bc0 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 5173f22ae1367b38554473ca612d1af016b88bc0 # timeout=10 Commit message: "code reformat" > git rev-list --no-walk f48281cc74ac4020d221da225b5c6f6ff36845e0 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins1476836800848207370.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
Click to view CI ResultsGitHub pull request #393 of commit 31fc0d53be25f5e5fad5b11426ad9bdcbf1e15a8, no merge conflicts. Running as SYSTEM Setting status of 31fc0d53be25f5e5fad5b11426ad9bdcbf1e15a8 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1206/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 31fc0d53be25f5e5fad5b11426ad9bdcbf1e15a8^{commit} # timeout=10 Checking out Revision 31fc0d53be25f5e5fad5b11426ad9bdcbf1e15a8 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 31fc0d53be25f5e5fad5b11426ad9bdcbf1e15a8 # timeout=10 Commit message: "added more fixes based on comments" > git rev-list --no-walk 5173f22ae1367b38554473ca612d1af016b88bc0 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins2157146446715089014.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
Click to view CI ResultsGitHub pull request #393 of commit cb2c5817a1290f6b2a472c2c10df88503bd22516, no merge conflicts. Running as SYSTEM Setting status of cb2c5817a1290f6b2a472c2c10df88503bd22516 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1207/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse cb2c5817a1290f6b2a472c2c10df88503bd22516^{commit} # timeout=10 Checking out Revision cb2c5817a1290f6b2a472c2c10df88503bd22516 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f cb2c5817a1290f6b2a472c2c10df88503bd22516 # timeout=10 Commit message: "remove copy on list call... redundant" > git rev-list --no-walk 31fc0d53be25f5e5fad5b11426ad9bdcbf1e15a8 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins2808874403306199635.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
Click to view CI ResultsGitHub pull request #393 of commit d0d5590d288eb2453417dd7953695ac63d876992, no merge conflicts. Running as SYSTEM Setting status of d0d5590d288eb2453417dd7953695ac63d876992 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1208/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse d0d5590d288eb2453417dd7953695ac63d876992^{commit} # timeout=10 Checking out Revision d0d5590d288eb2453417dd7953695ac63d876992 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f d0d5590d288eb2453417dd7953695ac63d876992 # timeout=10 Commit message: "Merge branch 'main' into fixes" > git rev-list --no-walk cb2c5817a1290f6b2a472c2c10df88503bd22516 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins215466437062872589.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
nvtabular/workflow.py
Outdated
current = self.create_full_col_ctx_entry(op, target_cols, extra_cols, parent=parent) | ||
self.reduce(self.columns_ctx["full"]) | ||
|
||
def reduce(self, full_dict): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make it clear that these new methods on the workflow object are private - so users don't need to care about them. L
Methods like reduce/transform/analyze_placement/detect_cols_collision etc should also have a '_' by them ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 otherwise
Click to view CI ResultsGitHub pull request #393 of commit 209a58a4ea6f9d18c7ee59b199228d5d079d5798, no merge conflicts. Running as SYSTEM Setting status of 209a58a4ea6f9d18c7ee59b199228d5d079d5798 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/1209/ and message: 'Pending' Using context: Jenkins Unit Test Run Building in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA/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/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --progress -- https://github.com/NVIDIA/NVTabular.git +refs/pull/393/*:refs/remotes/origin/pr/393/* # timeout=10 > git rev-parse 209a58a4ea6f9d18c7ee59b199228d5d079d5798^{commit} # timeout=10 Checking out Revision 209a58a4ea6f9d18c7ee59b199228d5d079d5798 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 209a58a4ea6f9d18c7ee59b199228d5d079d5798 # timeout=10 Commit message: "Merge branch 'fixes' of https://github.com/jperez999/NVTabular into fixes" > git rev-list --no-walk d0d5590d288eb2453417dd7953695ac63d876992 # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins737640288114269815.sh Obtaining file:///var/jenkins_home/workspace/nvtabular_tests/nvtabular Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Installing collected packages: nvtabular Attempting uninstall: nvtabular Found existing installation: nvtabular 0.3.0a1 Uninstalling nvtabular-0.3.0a1: Successfully uninstalled nvtabular-0.3.0a1 Running setup.py develop for nvtabular Successfully installed nvtabular All done! ✨ 🍰 ✨ 77 files would be left unchanged. /var/jenkins_home/.local/lib/python3.7/site-packages/isort/main.py:125: UserWarning: Likely recursive symlink detected to /var/jenkins_home/workspace/nvtabular_tests/nvtabular/images warn(f"Likely recursive symlink detected to {resolved_path}") Skipped 1 files ============================= test session starts ============================== platform linux -- Python 3.7.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /var/jenkins_home/workspace/nvtabular_tests/nvtabular, configfile: setup.cfg plugins: benchmark-3.2.3, asyncio-0.12.0, hypothesis-5.37.4, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0 collected 596 items |
* various fixes for diff issues * forward progress! * generating correct phases * working all the way except some dataloader fails... * code reformat * fixes for test fails in dataloader * reformat codes * udpate to pass tests * add checks for workflow phases * fixes and test case for issue 401 * code reformat * remove extra code that was refactored out * comments fixed * more fices * code format changes * better exception message with actionable feedback * flake error correction * add warning on retry set * code reformat * added more fixes based on comments * remove copy on list call... redundant * privatize new functions Co-authored-by: Ben Frederickson <[email protected]>
This will refactor the workflow process for ingesting operators including simplified api and allowing multiple operators of same kind. Ordering will have priority this will allow chaining to follow a more user friendly convention. Reductions to phases will still be conducted before application phase. This also fixes tensorflow API 2 gpu memory usage util and band aid for torch tensor convergence issue.
#383 #377 #372