Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[REVIEW] fixing documentation issues in tf example notebook #267
Conversation
Click to view CI ResultsGitHub pull request #267 of commit 36e465bef64e93d5ac80ac8916c6a0f2fc37d5a6, no merge conflicts.
Running as SYSTEM
Setting status of 36e465bef64e93d5ac80ac8916c6a0f2fc37d5a6 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/756/ 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/267/*:refs/remotes/origin/pr/267/* # timeout=10
> git rev-parse 36e465bef64e93d5ac80ac8916c6a0f2fc37d5a6^{commit} # timeout=10
Checking out Revision 36e465bef64e93d5ac80ac8916c6a0f2fc37d5a6 (detached)
> git config core.sparsecheckout # timeout=10
> git checkout -f 36e465bef64e93d5ac80ac8916c6a0f2fc37d5a6 # timeout=10
Commit message: "fixing issues in tf example notebook"
> git rev-list --no-walk 1cc040afe9807c1865356d7baec631ec270ae4bb # timeout=10
First time build. Skipping changelog.
[nvtabular_tests] $ /bin/bash /tmp/jenkins8029572781434215054.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.1.1
Uninstalling nvtabular-0.1.1:
Successfully uninstalled nvtabular-0.1.1
Running setup.py develop for nvtabular
Successfully installed nvtabular
All done! ✨ 🍰 ✨
61 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.0.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, hypothesis-5.28.0, asyncio-0.12.0, timeout-1.4.2, cov-2.10.1, forked-1.3.0, xdist-2.1.0
collected 429 items
|
Addressing #258