-
Notifications
You must be signed in to change notification settings - Fork 148
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
chore: Add docs preview to PRs #382
chore: Add docs preview to PRs #382
Conversation
Click to view CI ResultsGitHub pull request #382 of commit c6e892223f3cc534785c152495266fc7be64552b, no merge conflicts. Running as SYSTEM Setting status of c6e892223f3cc534785c152495266fc7be64552b to PENDING with url http://10.20.13.93:8080/job/transformers4rec_tests/95/ and message: 'Pending' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/transformers4rec_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/Transformers4Rec.git > git init /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.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/Transformers4Rec.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.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/Transformers4Rec.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.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/Transformers4Rec.git +refs/pull/382/*:refs/remotes/origin/pr/382/* # timeout=10 > git rev-parse c6e892223f3cc534785c152495266fc7be64552b^{commit} # timeout=10 Checking out Revision c6e892223f3cc534785c152495266fc7be64552b (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f c6e892223f3cc534785c152495266fc7be64552b # timeout=10 Commit message: "chore: Add docs preview to PRs" > git rev-list --no-walk 9bfb50c4feb06992b97253d8189ef527d263717a # timeout=10 First time build. Skipping changelog. [transformers4rec_tests] $ /bin/bash /tmp/jenkins3969022439572916654.sh Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: pip in /var/jenkins_home/.local/lib/python3.8/site-packages (22.0.4) Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: pyarrow in /usr/local/lib/python3.8/dist-packages (5.0.0) Requirement already satisfied: numpy>=1.16.6 in /var/jenkins_home/.local/lib/python3.8/site-packages (from pyarrow) (1.20.3) Installing models Found existing installation: nvtabular 0.11.0+19.ge1f0d6e Uninstalling nvtabular-0.11.0+19.ge1f0d6e: ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3.8/shutil.py", line 791, in move os.rename(src, real_dst) PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/site-packages/nvtabular.egg-link' -> '/tmp/pip-uninstall-7dsznq2d/nvtabular.egg-link' |
@albert17 The Jenkins failure here looks like it might be a CI issue of some kind. Could you take a look? 🙏🏻 |
I'm not treating warnings as errors in this PR. I think that those revisions belong in a separate PR (no timeframe yet).
PS. The files in this PR appear to work as shown in mikemckiernan#4
main
in my fork and then opened a nonsense change PR.