Skip to content
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

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

mikemckiernan
Copy link
Member

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

  • I pushed the files from this PR to main in my fork and then opened a nonsense change PR.

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub 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'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/var/jenkins_home/.local/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper
status = run_func(*args)
File "/var/jenkins_home/.local/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py", line 97, in run
uninstall_pathset = req.uninstall(
File "/var/jenkins_home/.local/lib/python3.8/site-packages/pip/_internal/req/req_install.py", line 638, in uninstall
uninstalled_pathset.remove(auto_confirm, verbose)
File "/var/jenkins_home/.local/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py", line 369, in remove
moved.stash(path)
File "/var/jenkins_home/.local/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py", line 267, in stash
renames(path, new_path)
File "/var/jenkins_home/.local/lib/python3.8/site-packages/pip/_internal/utils/misc.py", line 305, in renames
shutil.move(old, new)
File "/usr/lib/python3.8/shutil.py", line 812, in move
os.unlink(src)
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/site-packages/nvtabular.egg-link'
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
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=2 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/Transformers4Rec/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[transformers4rec_tests] $ /bin/bash /tmp/jenkins6903362399883376272.sh

@karlhigley
Copy link
Contributor

@albert17 The Jenkins failure here looks like it might be a CI issue of some kind. Could you take a look? 🙏🏻

@mikemckiernan mikemckiernan merged commit a153d6d into NVIDIA-Merlin:main Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants