-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use shared implementation of triage workflow #1577
Conversation
Use a reusable workflow for triaging issues that will be shared across repos, rather than have a bunch of boilerplate defined here.
Documentation preview |
Click to view CI ResultsGitHub pull request #1577 of commit 0eac2f6d28f4794395c46622dc74d9fad7d33d1e, no merge conflicts. Running as SYSTEM Setting status of 0eac2f6d28f4794395c46622dc74d9fad7d33d1e to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4504/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1577/*:refs/remotes/origin/pr/1577/* # timeout=10 > git rev-parse 0eac2f6d28f4794395c46622dc74d9fad7d33d1e^{commit} # timeout=10 Checking out Revision 0eac2f6d28f4794395c46622dc74d9fad7d33d1e (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 0eac2f6d28f4794395c46622dc74d9fad7d33d1e # timeout=10 Commit message: "Use shared implementation of triage workflow" > git rev-list --no-walk b643c6cf124e0c3c1ada7aa20e81837075843b1d # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins8527916875629665384.sh Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already up-to-date: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (62.3.3) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Installing NVTabular 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.1.2) Requirement already satisfied: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (62.3.3) Requirement already satisfied: wheel in /var/jenkins_home/.local/lib/python3.8/site-packages (0.37.1) Requirement already satisfied: pybind11 in /var/jenkins_home/.local/lib/python3.8/site-packages (2.9.2) Requirement already satisfied: numpy==1.20.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (1.20.3) WARNING: Skipping nvtabular as it is not installed. Found existing installation: merlin-core 0.3.0+9.g136f688 Uninstalling merlin-core-0.3.0+9.g136f688: Successfully uninstalled merlin-core-0.3.0+9.g136f688 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git Cloning https://github.com/NVIDIA-Merlin/core.git to /tmp/pip-install-0uq8sq8a/merlin-core_e7f735b7524e4a1a86df1fc115a42f2e Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-install-0uq8sq8a/merlin-core_e7f735b7524e4a1a86df1fc115a42f2e Resolved https://github.com/NVIDIA-Merlin/core.git to commit 3ea33c674fb3f9c8998a9674bbfbbbee3a387839 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 metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: dask>=2021.11.2 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.2) Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.55.1) Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.5) Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.3.5) Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.19.4) Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.8.0) Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (21.3) Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.64.0) Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.1) Requirement already satisfied: distributed>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.2) Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.4.2) Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.0) Requirement already satisfied: partd>=0.3.10 in /var/jenkins_home/.local/lib/python3.8/site-packages/partd-1.2.0-py3.8.egg (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.0) Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.11.2) Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.1.0) Requirement already satisfied: pyyaml in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.4.1) Requirement already satisfied: fsspec>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.5.0) Requirement already satisfied: tblib>=1.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages/tblib-1.7.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.7.0) Requirement already satisfied: tornado>=6.0.3 in /var/jenkins_home/.local/lib/python3.8/site-packages/tornado-6.1-py3.8-linux-x86_64.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.1) Requirement already satisfied: zict>=0.1.3 in /var/jenkins_home/.local/lib/python3.8/site-packages/zict-2.0.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.0) Requirement already satisfied: psutil>=5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages/psutil-5.8.0-py3.8-linux-x86_64.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.8.0) Requirement already satisfied: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (62.3.3) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (8.0.4) Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.3) Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.3) Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/sortedcontainers-2.4.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.4.0) Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.20.3) Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in /usr/local/lib/python3.8/dist-packages (from numba>=0.54->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.38.1) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.9) Requirement already satisfied: python-dateutil>=2.7.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.8.2) Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.1) Requirement already satisfied: absl-py<2.0.0,>=0.9 in /usr/local/lib/python3.8/dist-packages (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.0) Requirement already satisfied: googleapis-common-protos<2,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.56.1) Requirement already satisfied: six in /var/jenkins_home/.local/lib/python3.8/site-packages (from absl-py<2.0.0,>=0.9->tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.15.0) Requirement already satisfied: locket in /var/jenkins_home/.local/lib/python3.8/site-packages/locket-0.2.1-py3.8.egg (from partd>=0.3.10->dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.2.1) Requirement already satisfied: heapdict in /var/jenkins_home/.local/lib/python3.8/site-packages/HeapDict-1.0.1-py3.8.egg (from zict>=0.1.3->distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.1) Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.2) Requirement already satisfied: h2<5,>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.1.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.1) Requirement already satisfied: hpack<5,>=4.0 in /usr/local/lib/python3.8/dist-packages (from h2<5,>=3.1.0->grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.0.0) Requirement already satisfied: hyperframe<7,>=6.0 in /usr/local/lib/python3.8/dist-packages (from h2<5,>=3.1.0->grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.1) Building wheels for collected packages: merlin-core Building wheel for merlin-core (pyproject.toml): started Building wheel for merlin-core (pyproject.toml): finished with status 'done' Created wheel for merlin-core: filename=merlin_core-0.3.0+11.g3ea33c6-py3-none-any.whl size=109510 sha256=8407ff16f4b50fdda8c82b765aa44c2e3f58a58829726fc699854be85d847d91 Stored in directory: /tmp/pip-ephem-wheel-cache-k1qxtd5d/wheels/c8/38/16/a6968787eafcec5fa772148af8408b089562f71af0752e8e84 Successfully built merlin-core Installing collected packages: merlin-core Attempting uninstall: merlin-core Found existing installation: merlin-core 0.1.1+31.gb6508e5 Uninstalling merlin-core-0.1.1+31.gb6508e5: Successfully uninstalled merlin-core-0.1.1+31.gb6508e5 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. merlin-systems 0.2.0+10.g8393bbc requires nvtabular>=1.0.0, which is not installed. Successfully installed merlin-core-0.3.0+11.g3ea33c6 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: natsort==8.1.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (8.1.0) Requirement already satisfied: myst-nb<0.14 in /var/jenkins_home/.local/lib/python3.8/site-packages (0.13.2) Requirement already satisfied: linkify-it-py<1.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (1.0.3) Requirement already satisfied: sphinx-external-toc<0.4 in /var/jenkins_home/.local/lib/python3.8/site-packages (0.3.0) Requirement already satisfied: jupyter-cache~=0.4.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.4.3) Requirement already satisfied: myst-parser~=0.15.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.15.2) Requirement already satisfied: pyyaml in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from myst-nb<0.14) (5.4.1) Requirement already satisfied: ipython in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (8.4.0) Requirement already satisfied: nbconvert<7,>=5.6 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (6.5.0) Requirement already satisfied: nbformat~=5.0 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (5.4.0) Requirement already satisfied: sphinx<5,>=3.1 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (3.5.4) Requirement already satisfied: ipywidgets<8,>=7.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (7.7.0) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (4.11.4) Requirement already satisfied: docutils<0.18,>=0.15 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (0.16) Requirement already satisfied: sphinx-togglebutton~=0.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.3.1) Requirement already satisfied: jupyter-sphinx~=0.3.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.3.2) Requirement already satisfied: uc-micro-py in /var/jenkins_home/.local/lib/python3.8/site-packages (from linkify-it-py<1.1) (1.0.1) Requirement already satisfied: click<9,>=7.1 in /usr/local/lib/python3.8/dist-packages (from sphinx-external-toc<0.4) (8.0.4) Requirement already satisfied: ipykernel>=4.5.1 in /usr/local/lib/python3.8/dist-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.13.1) Requirement already satisfied: widgetsnbextension~=3.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (3.6.0) Requirement already satisfied: traitlets>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (5.2.2.post1) Requirement already satisfied: ipython-genutils~=0.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (0.2.0) Requirement already satisfied: jupyterlab-widgets>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.1.0) Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.1.3) Requirement already satisfied: backcall in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.2.0) Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (5.1.1) Requirement already satisfied: pygments>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (2.12.0) Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.18.1) Requirement already satisfied: setuptools>=18.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipython->myst-nb<0.14) (62.3.3) Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (4.8.0) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (3.0.29) Requirement already satisfied: stack-data in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.2.0) Requirement already satisfied: pickleshare in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.7.5) Requirement already satisfied: nbdime in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (3.1.1) Requirement already satisfied: attrs in /usr/local/lib/python3.8/dist-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (21.4.0) Requirement already satisfied: nbclient<0.6,>=0.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (0.5.13) Requirement already satisfied: sqlalchemy<1.5,>=1.3.12 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (1.4.36) Requirement already satisfied: markdown-it-py<2.0.0,>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-parser~=0.15.2->myst-nb<0.14) (1.1.0) Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from myst-parser~=0.15.2->myst-nb<0.14) (3.0.3) Requirement already satisfied: mdit-py-plugins~=0.2.8 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-parser~=0.15.2->myst-nb<0.14) (0.2.8) Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (1.5.0) Requirement already satisfied: entrypoints>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.4) Requirement already satisfied: bleach in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (5.0.0) Requirement already satisfied: tinycss2 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (1.1.1) Requirement already satisfied: jupyter-core>=4.7 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (4.10.0) Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (21.3) Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.2.2) Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.8.4) Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.7.1) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (2.0.1) Requirement already satisfied: beautifulsoup4 in /var/jenkins_home/.local/lib/python3.8/site-packages/beautifulsoup4-4.9.3-py3.8.egg (from nbconvert<7,>=5.6->myst-nb<0.14) (4.9.3) Requirement already satisfied: fastjsonschema in /usr/local/lib/python3.8/dist-packages (from nbformat~=5.0->myst-nb<0.14) (2.15.3) Requirement already satisfied: jsonschema>=2.6 in /usr/local/lib/python3.8/dist-packages (from nbformat~=5.0->myst-nb<0.14) (4.6.0) Requirement already satisfied: babel>=1.3 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.10.1) Requirement already satisfied: snowballstemmer>=1.1 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.2.0) Requirement already satisfied: sphinxcontrib-jsmath in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.1) Requirement already satisfied: sphinxcontrib-serializinghtml in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.1.5) Requirement already satisfied: sphinxcontrib-devhelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.2) Requirement already satisfied: sphinxcontrib-applehelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.2) Requirement already satisfied: alabaster<0.8,>=0.7 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (0.7.12) Requirement already satisfied: sphinxcontrib-qthelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.3) Requirement already satisfied: sphinxcontrib-htmlhelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.0.0) Requirement already satisfied: imagesize in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.3.0) Requirement already satisfied: requests>=2.5.0 in /usr/lib/python3/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.22.0) Requirement already satisfied: wheel in /var/jenkins_home/.local/lib/python3.8/site-packages (from sphinx-togglebutton~=0.3.0->myst-nb<0.14) (0.37.1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->myst-nb<0.14) (3.8.0) Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.8/dist-packages (from babel>=1.3->sphinx<5,>=3.1->myst-nb<0.14) (2022.1) Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.5.5) Requirement already satisfied: jupyter-client>=6.1.12 in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (7.3.3) Requirement already satisfied: psutil in /var/jenkins_home/.local/lib/python3.8/site-packages/psutil-5.8.0-py3.8-linux-x86_64.egg (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (5.8.0) Requirement already satisfied: debugpy>=1.0 in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.6.0) Requirement already satisfied: tornado>=6.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/tornado-6.1-py3.8-linux-x86_64.egg (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.1) Requirement already satisfied: parso<0.9.0,>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from jedi>=0.16->ipython->myst-nb<0.14) (0.8.3) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.8/dist-packages (from jsonschema>=2.6->nbformat~=5.0->myst-nb<0.14) (0.18.1) Requirement already satisfied: importlib-resources>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from jsonschema>=2.6->nbformat~=5.0->myst-nb<0.14) (5.7.1) Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.8/dist-packages (from pexpect>4.3->ipython->myst-nb<0.14) (0.7.0) Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->myst-nb<0.14) (0.2.5) Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy<1.5,>=1.3.12->jupyter-cache~=0.4.1->myst-nb<0.14) (1.1.2) Requirement already satisfied: notebook>=4.4.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from widgetsnbextension~=3.6.0->ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.4.11) Requirement already satisfied: soupsieve>1.2 in /var/jenkins_home/.local/lib/python3.8/site-packages/soupsieve-2.2.1-py3.8.egg (from beautifulsoup4->nbconvert<7,>=5.6->myst-nb<0.14) (2.2.1) Requirement already satisfied: webencodings in /usr/local/lib/python3.8/dist-packages (from bleach->nbconvert<7,>=5.6->myst-nb<0.14) (0.5.1) Requirement already satisfied: six>=1.9.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from bleach->nbconvert<7,>=5.6->myst-nb<0.14) (1.15.0) Requirement already satisfied: GitPython!=2.1.4,!=2.1.5,!=2.1.6 in /usr/local/lib/python3.8/dist-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (3.1.27) Requirement already satisfied: jupyter-server in /var/jenkins_home/.local/lib/python3.8/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.17.0) Requirement already satisfied: jupyter-server-mathjax>=0.2.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.2.5) Requirement already satisfied: colorama in /usr/local/lib/python3.8/dist-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.4.4) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->nbconvert<7,>=5.6->myst-nb<0.14) (3.0.9) Requirement already satisfied: asttokens in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (2.0.5) Requirement already satisfied: pure-eval in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (0.2.2) Requirement already satisfied: executing in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (0.8.3) Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (4.0.9) Requirement already satisfied: pyzmq>=23.0 in /usr/local/lib/python3.8/dist-packages (from jupyter-client>=6.1.12->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (23.1.0) Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.8/dist-packages (from jupyter-client>=6.1.12->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (2.8.2) Requirement already satisfied: anyio<4,>=3.1.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (3.5.0) Requirement already satisfied: terminado>=0.8.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.13.3) Requirement already satisfied: prometheus-client in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.14.1) Requirement already satisfied: argon2-cffi in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (21.3.0) Requirement already satisfied: websocket-client in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.3.2) Requirement already satisfied: Send2Trash in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.8.0) Requirement already satisfied: sniffio>=1.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.2.0) Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (2.8) Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from gitdb<5,>=4.0.1->GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (5.0.0) Requirement already satisfied: argon2-cffi-bindings in /var/jenkins_home/.local/lib/python3.8/site-packages (from argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (21.2.0) Requirement already satisfied: cffi>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.15.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (2.21) Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting sphinxcontrib-copydirs@ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git Cloning https://github.com/mikemckiernan/sphinxcontrib-copydirs.git to /tmp/pip-install-cjmlm8az/sphinxcontrib-copydirs_ff99043f05124f3baf1daa70340a1de5 Running command git clone --filter=blob:none --quiet https://github.com/mikemckiernan/sphinxcontrib-copydirs.git /tmp/pip-install-cjmlm8az/sphinxcontrib-copydirs_ff99043f05124f3baf1daa70340a1de5 Resolved https://github.com/mikemckiernan/sphinxcontrib-copydirs.git to commit bd8c5d79b3f91cf5f1bb0d6995aeca3fe84b670e Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (from sphinxcontrib-copydirs@ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git) (5.9.0) running develop running build_py creating build creating build/lib.linux-x86_64-cpython-38 creating build/lib.linux-x86_64-cpython-38/tests copying tests/conftest.py -> build/lib.linux-x86_64-cpython-38/tests copying tests/__init__.py -> build/lib.linux-x86_64-cpython-38/tests creating build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/io.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/_version.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/graph.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/dispatch.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/worker.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular creating build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_triton_inference.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_dask_nvt.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_tf4rec.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_s3.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_tools.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/__init__.py -> build/lib.linux-x86_64-cpython-38/tests/unit creating build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/tensorflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/torch.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/backend.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/tf_utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader creating build/lib.linux-x86_64-cpython-38/nvtabular/inference copying nvtabular/inference/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils copying nvtabular/framework_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils creating build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/inspector_script.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/dataset_inspector.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/data_gen.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools creating build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/data_stats.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/stat_operator.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/clip.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/groupby.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/target_encoding.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/add_metadata.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/logop.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/hashed_cross.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/categorify.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/rename.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/drop_low_cardinality.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/list_slice.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/hash_bucket.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/fill.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/dropna.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/lambdaop.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/value_counts.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/operator.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/normalize.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/filter.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/join_external.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/join_groupby.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/moments.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/reduce_dtype_size.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/difference_lag.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/bucketize.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/column_similarity.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops creating build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/node.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/workflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/benchmarking_tools.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/workflow_model.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/ensemble.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/data_conversions.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/tensorflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/base.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/hugectr.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/pytorch.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model copying nvtabular/inference/triton/model/model_pt.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model copying nvtabular/inference/triton/model/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/feature_column_utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/tfrecords_to_parquet.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/models.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/outer_product.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/embedding.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/interaction.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers copying nvtabular/framework_utils/torch/layers/embeddings.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers copying nvtabular/framework_utils/torch/layers/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers /var/jenkins_home/.local/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /var/jenkins_home/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( package init file 'ci/__init__.py' not found (or not a regular file) package init file 'images/__init__.py' not found (or not a regular file) package init file 'docs/__init__.py' not found (or not a regular file) package init file 'cpp/__init__.py' not found (or not a regular file) package init file 'bench/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench copying bench/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/bench package init file 'merlin/__init__.py' not found (or not a regular file) package init file 'examples/__init__.py' not found (or not a regular file) package init file 'conda/__init__.py' not found (or not a regular file) package init file 'docs/source/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/docs creating build/lib.linux-x86_64-cpython-38/docs/source copying docs/source/conf.py -> build/lib.linux-x86_64-cpython-38/docs/source package init file 'docs/source/_templates/__init__.py' not found (or not a regular file) package init file 'docs/source/images/__init__.py' not found (or not a regular file) package init file 'docs/source/training/__init__.py' not found (or not a regular file) package init file 'docs/source/resources/__init__.py' not found (or not a regular file) package init file 'cpp/nvtabular/__init__.py' not found (or not a regular file) package init file 'cpp/nvtabular/inference/__init__.py' not found (or not a regular file) package init file 'bench/datasets/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/datasets copying bench/datasets/test_dataset.py -> build/lib.linux-x86_64-cpython-38/bench/datasets package init file 'bench/torch/__init__.py' not found (or not a regular file) package init file 'bench/examples/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/examples copying bench/examples/dask-nvtabular-criteo-benchmark.py -> build/lib.linux-x86_64-cpython-38/bench/examples copying bench/examples/dataloader_bench.py -> build/lib.linux-x86_64-cpython-38/bench/examples package init file 'bench/datasets/configs/__init__.py' not found (or not a regular file) package init file 'bench/datasets/tools/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_hugectr.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_pytorch.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/nvt_etl.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_tensorflow.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools package init file 'bench/torch/criteo/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/merlin creating build/lib.linux-x86_64-cpython-38/merlin/transforms copying merlin/transforms/__init__.py -> build/lib.linux-x86_64-cpython-38/merlin/transforms creating build/lib.linux-x86_64-cpython-38/merlin/transforms/ops copying merlin/transforms/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/merlin/transforms/ops package init file 'examples/tensorflow/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/examples creating build/lib.linux-x86_64-cpython-38/examples/tensorflow copying examples/tensorflow/callbacks.py -> build/lib.linux-x86_64-cpython-38/examples/tensorflow package init file 'examples/getting-started-movielens/__init__.py' not found (or not a regular file) package init file 'examples/multi-gpu-toy-example/__init__.py' not found (or not a regular file) package init file 'examples/tabular-data-rossmann/__init__.py' not found (or not a regular file) package init file 'examples/advanced-ops-outbrain/__init__.py' not found (or not a regular file) package init file 'examples/multi-gpu-movielens/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens copying examples/multi-gpu-movielens/tf_trainer.py -> build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens copying examples/multi-gpu-movielens/torch_trainer_dist.py -> build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens package init file 'examples/scaling-criteo/__init__.py' not found (or not a regular file) package init file 'examples/winning-solution-recsys2020-twitter/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/docker/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/imgs/__init__.py' not found (or not a regular file) package init file 'examples/getting-started-movielens/imgs/__init__.py' not found (or not a regular file) package init file 'examples/scaling-criteo/imgs/__init__.py' not found (or not a regular file) package init file 'tests/integration/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_nvt_tf_inference.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_inf_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_nvt_hugectr.py -> build/lib.linux-x86_64-cpython-38/tests/integration package init file 'tests/integration/common/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration/common copying tests/integration/common/utils.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common package init file 'tests/integration/common/parsers/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/benchmark_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/rossmann_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/criteo_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers package init file 'tests/unit/loader/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_dataloader_backend.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_tf_dataloader.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_torch_dataloader.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader package init file 'tests/unit/framework_utils/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_tf_feature_columns.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_tf_layers.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_torch_layers.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils package init file 'tests/unit/ops/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_reduce_dtype_size.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_fill.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_lambda.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_categorify.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_ops_schema.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_drop_low_cardinality.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_target_encode.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_groupyby.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_column_similarity.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_join.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_normalize.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_hash_bucket.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_ops.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops package init file 'tests/unit/workflow/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_ops.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_cpu_workflow.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_schemas.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_node.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_chaining.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow package init file 'conda/environments/__init__.py' not found (or not a regular file) package init file 'conda/recipes/__init__.py' not found (or not a regular file) UPDATING build/lib.linux-x86_64-cpython-38/nvtabular/_version.py set build/lib.linux-x86_64-cpython-38/nvtabular/_version.py to '1.1.1+11.g0eac2f6d2' running egg_info creating nvtabular.egg-info writing nvtabular.egg-info/PKG-INFO writing dependency_links to nvtabular.egg-info/dependency_links.txt writing requirements to nvtabular.egg-info/requires.txt writing top-level names to nvtabular.egg-info/top_level.txt writing manifest file 'nvtabular.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.proto' under directory 'nvtabular' warning: no files found matching '*.h' under directory 'cpp' warning: no files found matching '*.cu' under directory 'cpp' warning: no files found matching '*.cuh' under directory 'cpp' adding license file 'LICENSE' writing manifest file 'nvtabular.egg-info/SOURCES.txt' running build_ext x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.8 -c flagcheck.cpp -o flagcheck.o -std=c++17 building 'nvtabular_cpp' extension creating build/temp.linux-x86_64-cpython-38 creating build/temp.linux-x86_64-cpython-38/cpp creating build/temp.linux-x86_64-cpython-38/cpp/nvtabular creating build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+11.g0eac2f6d2 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/__init__.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/__init__.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+11.g0eac2f6d2 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/__init__.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/__init__.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+11.g0eac2f6d2 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/categorify.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/categorify.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+11.g0eac2f6d2 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/fill.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/fill.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-x86_64-cpython-38/cpp/nvtabular/__init__.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/__init__.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/categorify.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/fill.o -L/usr/lib -o build/lib.linux-x86_64-cpython-38/nvtabular_cpp.cpython-38-x86_64-linux-gnu.so copying build/lib.linux-x86_64-cpython-38/nvtabular_cpp.cpython-38-x86_64-linux-gnu.so -> Creating /var/jenkins_home/.local/lib/python3.8/site-packages/nvtabular.egg-link (link to .) nvtabular 1.1.1+11.g0eac2f6d2 is already the active version in easy-install.pth |
Click to view CI ResultsGitHub pull request #1577 of commit 6d629b23b5efbcd17eceab77303e343447ea09e8, no merge conflicts. Running as SYSTEM Setting status of 6d629b23b5efbcd17eceab77303e343447ea09e8 to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4505/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1577/*:refs/remotes/origin/pr/1577/* # timeout=10 > git rev-parse 6d629b23b5efbcd17eceab77303e343447ea09e8^{commit} # timeout=10 Checking out Revision 6d629b23b5efbcd17eceab77303e343447ea09e8 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d629b23b5efbcd17eceab77303e343447ea09e8 # timeout=10 Commit message: "Merge branch 'main' into triage_common" > git rev-list --no-walk 0eac2f6d28f4794395c46622dc74d9fad7d33d1e # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins4651565622540355267.sh rm: cannot remove '/var/jenkins_home/.local/lib/python3.8/site-packages/nvtabular.egg-link': No such file or directory Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already up-to-date: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (62.3.3) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Installing NVTabular 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.1.2) Requirement already satisfied: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (62.3.3) Requirement already satisfied: wheel in /var/jenkins_home/.local/lib/python3.8/site-packages (0.37.1) Requirement already satisfied: pybind11 in /var/jenkins_home/.local/lib/python3.8/site-packages (2.9.2) Requirement already satisfied: numpy==1.20.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (1.20.3) Found existing installation: nvtabular 1.1.1+12.gc81963140 Uninstalling nvtabular-1.1.1+12.gc81963140: Successfully uninstalled nvtabular-1.1.1+12.gc81963140 Found existing installation: merlin-core 0.3.0+11.g3ea33c6 Uninstalling merlin-core-0.3.0+11.g3ea33c6: Successfully uninstalled merlin-core-0.3.0+11.g3ea33c6 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git Cloning https://github.com/NVIDIA-Merlin/core.git to /tmp/pip-install-6g9z6sll/merlin-core_bda1f7e27eb44decb6e6e0ee6178016d Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-install-6g9z6sll/merlin-core_bda1f7e27eb44decb6e6e0ee6178016d Resolved https://github.com/NVIDIA-Merlin/core.git to commit 3ea33c674fb3f9c8998a9674bbfbbbee3a387839 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 metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: distributed>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.2) Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.5) Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.55.1) Requirement already satisfied: dask>=2021.11.2 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.2) Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.8.0) Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (21.3) Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.64.0) Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.3.5) Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.19.4) Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.1) Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.0) Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.4.2) Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.1.0) Requirement already satisfied: partd>=0.3.10 in /var/jenkins_home/.local/lib/python3.8/site-packages/partd-1.2.0-py3.8.egg (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.0) Requirement already satisfied: fsspec>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.5.0) Requirement already satisfied: pyyaml in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.4.1) Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.11.2) Requirement already satisfied: tornado>=6.0.3 in /var/jenkins_home/.local/lib/python3.8/site-packages/tornado-6.1-py3.8-linux-x86_64.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.1) Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.3) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (8.0.4) Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.3) Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/sortedcontainers-2.4.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.4.0) Requirement already satisfied: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (62.3.3) Requirement already satisfied: psutil>=5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages/psutil-5.8.0-py3.8-linux-x86_64.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.8.0) Requirement already satisfied: zict>=0.1.3 in /var/jenkins_home/.local/lib/python3.8/site-packages/zict-2.0.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.0) Requirement already satisfied: tblib>=1.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages/tblib-1.7.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.7.0) Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.20.3) Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in /usr/local/lib/python3.8/dist-packages (from numba>=0.54->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.38.1) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.9) Requirement already satisfied: python-dateutil>=2.7.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.8.2) Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.1) Requirement already satisfied: googleapis-common-protos<2,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.56.1) Requirement already satisfied: absl-py<2.0.0,>=0.9 in /usr/local/lib/python3.8/dist-packages (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.0) Requirement already satisfied: six in /var/jenkins_home/.local/lib/python3.8/site-packages (from absl-py<2.0.0,>=0.9->tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.15.0) Requirement already satisfied: locket in /var/jenkins_home/.local/lib/python3.8/site-packages/locket-0.2.1-py3.8.egg (from partd>=0.3.10->dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.2.1) Requirement already satisfied: heapdict in /var/jenkins_home/.local/lib/python3.8/site-packages/HeapDict-1.0.1-py3.8.egg (from zict>=0.1.3->distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.1) Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.2) Requirement already satisfied: h2<5,>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.1.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.1) Requirement already satisfied: hpack<5,>=4.0 in /usr/local/lib/python3.8/dist-packages (from h2<5,>=3.1.0->grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.0.0) Requirement already satisfied: hyperframe<7,>=6.0 in /usr/local/lib/python3.8/dist-packages (from h2<5,>=3.1.0->grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.1) Building wheels for collected packages: merlin-core Building wheel for merlin-core (pyproject.toml): started Building wheel for merlin-core (pyproject.toml): finished with status 'done' Created wheel for merlin-core: filename=merlin_core-0.3.0+11.g3ea33c6-py3-none-any.whl size=109510 sha256=896a133370d90aadd33c5a2be8c9a06d3ab70db6f06024655742be39a28ac743 Stored in directory: /tmp/pip-ephem-wheel-cache-qh9x275n/wheels/c8/38/16/a6968787eafcec5fa772148af8408b089562f71af0752e8e84 Successfully built merlin-core WARNING: Error parsing requirements for transformers4rec: [Errno 2] No such file or directory: '/var/jenkins_home/.local/lib/python3.8/site-packages/transformers4rec-0.1.8+5.g9aa25cea.dist-info/METADATA' Installing collected packages: merlin-core Attempting uninstall: merlin-core Found existing installation: merlin-core 0.1.1+30.g3ba6274 Uninstalling merlin-core-0.1.1+30.g3ba6274: Successfully uninstalled merlin-core-0.1.1+30.g3ba6274 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. merlin-systems 0.2.0+10.g8393bbc requires nvtabular>=1.0.0, which is not installed. Successfully installed merlin-core-0.3.0+11.g3ea33c6 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: natsort==8.1.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (8.1.0) Requirement already satisfied: myst-nb<0.14 in /var/jenkins_home/.local/lib/python3.8/site-packages (0.13.2) Requirement already satisfied: linkify-it-py<1.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (1.0.3) Requirement already satisfied: sphinx-external-toc<0.4 in /var/jenkins_home/.local/lib/python3.8/site-packages (0.3.0) Requirement already satisfied: ipython in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (8.4.0) Requirement already satisfied: sphinx<5,>=3.1 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (3.5.4) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (4.11.4) Requirement already satisfied: jupyter-sphinx~=0.3.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.3.2) Requirement already satisfied: myst-parser~=0.15.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.15.2) Requirement already satisfied: docutils<0.18,>=0.15 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (0.16) Requirement already satisfied: jupyter-cache~=0.4.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.4.3) Requirement already satisfied: nbformat~=5.0 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (5.4.0) Requirement already satisfied: pyyaml in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from myst-nb<0.14) (5.4.1) Requirement already satisfied: sphinx-togglebutton~=0.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.3.1) Requirement already satisfied: ipywidgets<8,>=7.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (7.7.0) Requirement already satisfied: nbconvert<7,>=5.6 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (6.5.0) Requirement already satisfied: uc-micro-py in /var/jenkins_home/.local/lib/python3.8/site-packages (from linkify-it-py<1.1) (1.0.1) Requirement already satisfied: click<9,>=7.1 in /usr/local/lib/python3.8/dist-packages (from sphinx-external-toc<0.4) (8.0.4) Requirement already satisfied: widgetsnbextension~=3.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (3.6.0) Requirement already satisfied: ipython-genutils~=0.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (0.2.0) Requirement already satisfied: traitlets>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (5.2.2.post1) Requirement already satisfied: jupyterlab-widgets>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.1.0) Requirement already satisfied: ipykernel>=4.5.1 in /usr/local/lib/python3.8/dist-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.13.1) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (3.0.29) Requirement already satisfied: setuptools>=18.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipython->myst-nb<0.14) (62.3.3) Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.1.3) Requirement already satisfied: pickleshare in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.7.5) Requirement already satisfied: pygments>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (2.12.0) Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (5.1.1) Requirement already satisfied: stack-data in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.2.0) Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.18.1) Requirement already satisfied: backcall in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.2.0) Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (4.8.0) Requirement already satisfied: nbdime in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (3.1.1) Requirement already satisfied: attrs in /usr/local/lib/python3.8/dist-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (21.4.0) Requirement already satisfied: nbclient<0.6,>=0.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (0.5.13) Requirement already satisfied: sqlalchemy<1.5,>=1.3.12 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (1.4.36) Requirement already satisfied: markdown-it-py<2.0.0,>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-parser~=0.15.2->myst-nb<0.14) (1.1.0) Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from myst-parser~=0.15.2->myst-nb<0.14) (3.0.3) Requirement already satisfied: mdit-py-plugins~=0.2.8 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-parser~=0.15.2->myst-nb<0.14) (0.2.8) Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.2.2) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (2.0.1) Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (1.5.0) Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.8.4) Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.7.1) Requirement already satisfied: entrypoints>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.4) Requirement already satisfied: beautifulsoup4 in /var/jenkins_home/.local/lib/python3.8/site-packages/beautifulsoup4-4.9.3-py3.8.egg (from nbconvert<7,>=5.6->myst-nb<0.14) (4.9.3) Requirement already satisfied: tinycss2 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (1.1.1) Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (21.3) Requirement already satisfied: bleach in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (5.0.0) Requirement already satisfied: jupyter-core>=4.7 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (4.10.0) Requirement already satisfied: fastjsonschema in /usr/local/lib/python3.8/dist-packages (from nbformat~=5.0->myst-nb<0.14) (2.15.3) Requirement already satisfied: jsonschema>=2.6 in /usr/local/lib/python3.8/dist-packages (from nbformat~=5.0->myst-nb<0.14) (4.6.0) Requirement already satisfied: sphinxcontrib-qthelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.3) Requirement already satisfied: snowballstemmer>=1.1 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.2.0) Requirement already satisfied: sphinxcontrib-devhelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.2) Requirement already satisfied: imagesize in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.3.0) Requirement already satisfied: babel>=1.3 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.10.1) Requirement already satisfied: requests>=2.5.0 in /usr/lib/python3/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.22.0) Requirement already satisfied: sphinxcontrib-htmlhelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.1.5) Requirement already satisfied: alabaster<0.8,>=0.7 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (0.7.12) Requirement already satisfied: sphinxcontrib-applehelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.2) Requirement already satisfied: sphinxcontrib-jsmath in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.1) Requirement already satisfied: wheel in /var/jenkins_home/.local/lib/python3.8/site-packages (from sphinx-togglebutton~=0.3.0->myst-nb<0.14) (0.37.1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->myst-nb<0.14) (3.8.0) Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.8/dist-packages (from babel>=1.3->sphinx<5,>=3.1->myst-nb<0.14) (2022.1) Requirement already satisfied: jupyter-client>=6.1.12 in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (7.3.3) Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.5.5) Requirement already satisfied: tornado>=6.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/tornado-6.1-py3.8-linux-x86_64.egg (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.1) Requirement already satisfied: psutil in /var/jenkins_home/.local/lib/python3.8/site-packages/psutil-5.8.0-py3.8-linux-x86_64.egg (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (5.8.0) Requirement already satisfied: debugpy>=1.0 in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.6.0) Requirement already satisfied: parso<0.9.0,>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from jedi>=0.16->ipython->myst-nb<0.14) (0.8.3) Requirement already satisfied: importlib-resources>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from jsonschema>=2.6->nbformat~=5.0->myst-nb<0.14) (5.7.1) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.8/dist-packages (from jsonschema>=2.6->nbformat~=5.0->myst-nb<0.14) (0.18.1) Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.8/dist-packages (from pexpect>4.3->ipython->myst-nb<0.14) (0.7.0) Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->myst-nb<0.14) (0.2.5) Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy<1.5,>=1.3.12->jupyter-cache~=0.4.1->myst-nb<0.14) (1.1.2) Requirement already satisfied: notebook>=4.4.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from widgetsnbextension~=3.6.0->ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.4.11) Requirement already satisfied: soupsieve>1.2 in /var/jenkins_home/.local/lib/python3.8/site-packages/soupsieve-2.2.1-py3.8.egg (from beautifulsoup4->nbconvert<7,>=5.6->myst-nb<0.14) (2.2.1) Requirement already satisfied: six>=1.9.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from bleach->nbconvert<7,>=5.6->myst-nb<0.14) (1.15.0) Requirement already satisfied: webencodings in /usr/local/lib/python3.8/dist-packages (from bleach->nbconvert<7,>=5.6->myst-nb<0.14) (0.5.1) Requirement already satisfied: colorama in /usr/local/lib/python3.8/dist-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.4.4) Requirement already satisfied: GitPython!=2.1.4,!=2.1.5,!=2.1.6 in /usr/local/lib/python3.8/dist-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (3.1.27) Requirement already satisfied: jupyter-server in /var/jenkins_home/.local/lib/python3.8/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.17.0) Requirement already satisfied: jupyter-server-mathjax>=0.2.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.2.5) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->nbconvert<7,>=5.6->myst-nb<0.14) (3.0.9) Requirement already satisfied: pure-eval in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (0.2.2) Requirement already satisfied: executing in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (0.8.3) Requirement already satisfied: asttokens in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (2.0.5) Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (4.0.9) Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.8/dist-packages (from jupyter-client>=6.1.12->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (2.8.2) Requirement already satisfied: pyzmq>=23.0 in /usr/local/lib/python3.8/dist-packages (from jupyter-client>=6.1.12->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (23.1.0) Requirement already satisfied: argon2-cffi in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (21.3.0) Requirement already satisfied: Send2Trash in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.8.0) Requirement already satisfied: websocket-client in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.3.2) Requirement already satisfied: prometheus-client in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.14.1) Requirement already satisfied: terminado>=0.8.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.13.3) Requirement already satisfied: anyio<4,>=3.1.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (3.5.0) Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (2.8) Requirement already satisfied: sniffio>=1.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.2.0) Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from gitdb<5,>=4.0.1->GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (5.0.0) Requirement already satisfied: argon2-cffi-bindings in /var/jenkins_home/.local/lib/python3.8/site-packages (from argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (21.2.0) Requirement already satisfied: cffi>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.15.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (2.21) Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting sphinxcontrib-copydirs@ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git Cloning https://github.com/mikemckiernan/sphinxcontrib-copydirs.git to /tmp/pip-install-135zp_1f/sphinxcontrib-copydirs_1e638fc3688a4ea3aed4549ac92fa20f Running command git clone --filter=blob:none --quiet https://github.com/mikemckiernan/sphinxcontrib-copydirs.git /tmp/pip-install-135zp_1f/sphinxcontrib-copydirs_1e638fc3688a4ea3aed4549ac92fa20f Resolved https://github.com/mikemckiernan/sphinxcontrib-copydirs.git to commit bd8c5d79b3f91cf5f1bb0d6995aeca3fe84b670e Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (from sphinxcontrib-copydirs@ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git) (5.9.0) running develop running build_py creating build creating build/lib.linux-x86_64-cpython-38 creating build/lib.linux-x86_64-cpython-38/tests copying tests/conftest.py -> build/lib.linux-x86_64-cpython-38/tests copying tests/__init__.py -> build/lib.linux-x86_64-cpython-38/tests creating build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/io.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/_version.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/graph.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/dispatch.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/worker.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular creating build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_triton_inference.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_dask_nvt.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_tf4rec.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_s3.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_tools.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/__init__.py -> build/lib.linux-x86_64-cpython-38/tests/unit creating build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/tensorflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/torch.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/backend.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/tf_utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader creating build/lib.linux-x86_64-cpython-38/nvtabular/inference copying nvtabular/inference/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils copying nvtabular/framework_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils creating build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/inspector_script.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/dataset_inspector.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/data_gen.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools creating build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/data_stats.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/stat_operator.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/clip.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/groupby.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/target_encoding.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/add_metadata.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/logop.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/hashed_cross.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/categorify.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/rename.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/drop_low_cardinality.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/list_slice.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/hash_bucket.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/fill.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/dropna.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/lambdaop.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/value_counts.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/operator.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/normalize.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/filter.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/join_external.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/join_groupby.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/moments.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/reduce_dtype_size.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/difference_lag.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/bucketize.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/column_similarity.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops creating build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/node.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/workflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/benchmarking_tools.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/workflow_model.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/ensemble.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/data_conversions.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/tensorflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/base.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/hugectr.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/pytorch.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model copying nvtabular/inference/triton/model/model_pt.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model copying nvtabular/inference/triton/model/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/feature_column_utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/tfrecords_to_parquet.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/models.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/outer_product.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/embedding.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/interaction.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers copying nvtabular/framework_utils/torch/layers/embeddings.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers copying nvtabular/framework_utils/torch/layers/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers /var/jenkins_home/.local/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /var/jenkins_home/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( package init file 'ci/__init__.py' not found (or not a regular file) package init file 'images/__init__.py' not found (or not a regular file) package init file 'docs/__init__.py' not found (or not a regular file) package init file 'cpp/__init__.py' not found (or not a regular file) package init file 'bench/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench copying bench/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/bench package init file 'merlin/__init__.py' not found (or not a regular file) package init file 'examples/__init__.py' not found (or not a regular file) package init file 'conda/__init__.py' not found (or not a regular file) package init file 'docs/source/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/docs creating build/lib.linux-x86_64-cpython-38/docs/source copying docs/source/conf.py -> build/lib.linux-x86_64-cpython-38/docs/source package init file 'docs/source/_templates/__init__.py' not found (or not a regular file) package init file 'docs/source/images/__init__.py' not found (or not a regular file) package init file 'docs/source/training/__init__.py' not found (or not a regular file) package init file 'docs/source/resources/__init__.py' not found (or not a regular file) package init file 'cpp/nvtabular/__init__.py' not found (or not a regular file) package init file 'cpp/nvtabular/inference/__init__.py' not found (or not a regular file) package init file 'bench/datasets/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/datasets copying bench/datasets/test_dataset.py -> build/lib.linux-x86_64-cpython-38/bench/datasets package init file 'bench/torch/__init__.py' not found (or not a regular file) package init file 'bench/examples/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/examples copying bench/examples/dask-nvtabular-criteo-benchmark.py -> build/lib.linux-x86_64-cpython-38/bench/examples copying bench/examples/dataloader_bench.py -> build/lib.linux-x86_64-cpython-38/bench/examples package init file 'bench/datasets/configs/__init__.py' not found (or not a regular file) package init file 'bench/datasets/tools/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_hugectr.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_pytorch.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/nvt_etl.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_tensorflow.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools package init file 'bench/torch/criteo/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/merlin creating build/lib.linux-x86_64-cpython-38/merlin/transforms copying merlin/transforms/__init__.py -> build/lib.linux-x86_64-cpython-38/merlin/transforms creating build/lib.linux-x86_64-cpython-38/merlin/transforms/ops copying merlin/transforms/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/merlin/transforms/ops package init file 'examples/tensorflow/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/examples creating build/lib.linux-x86_64-cpython-38/examples/tensorflow copying examples/tensorflow/callbacks.py -> build/lib.linux-x86_64-cpython-38/examples/tensorflow package init file 'examples/getting-started-movielens/__init__.py' not found (or not a regular file) package init file 'examples/multi-gpu-toy-example/__init__.py' not found (or not a regular file) package init file 'examples/tabular-data-rossmann/__init__.py' not found (or not a regular file) package init file 'examples/advanced-ops-outbrain/__init__.py' not found (or not a regular file) package init file 'examples/multi-gpu-movielens/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens copying examples/multi-gpu-movielens/tf_trainer.py -> build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens copying examples/multi-gpu-movielens/torch_trainer_dist.py -> build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens package init file 'examples/scaling-criteo/__init__.py' not found (or not a regular file) package init file 'examples/winning-solution-recsys2020-twitter/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/docker/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/imgs/__init__.py' not found (or not a regular file) package init file 'examples/getting-started-movielens/imgs/__init__.py' not found (or not a regular file) package init file 'examples/scaling-criteo/imgs/__init__.py' not found (or not a regular file) package init file 'tests/integration/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_nvt_tf_inference.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_inf_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_nvt_hugectr.py -> build/lib.linux-x86_64-cpython-38/tests/integration package init file 'tests/integration/common/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration/common copying tests/integration/common/utils.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common package init file 'tests/integration/common/parsers/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/benchmark_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/rossmann_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/criteo_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers package init file 'tests/unit/loader/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_dataloader_backend.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_tf_dataloader.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_torch_dataloader.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader package init file 'tests/unit/framework_utils/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_tf_feature_columns.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_tf_layers.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_torch_layers.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils package init file 'tests/unit/ops/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_reduce_dtype_size.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_fill.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_lambda.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_categorify.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_ops_schema.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_drop_low_cardinality.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_target_encode.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_groupyby.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_column_similarity.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_join.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_normalize.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_hash_bucket.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_ops.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops package init file 'tests/unit/workflow/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_ops.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_cpu_workflow.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_schemas.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_node.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_chaining.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow package init file 'conda/environments/__init__.py' not found (or not a regular file) package init file 'conda/recipes/__init__.py' not found (or not a regular file) UPDATING build/lib.linux-x86_64-cpython-38/nvtabular/_version.py set build/lib.linux-x86_64-cpython-38/nvtabular/_version.py to '1.1.1+14.g6d629b23b' running egg_info creating nvtabular.egg-info writing nvtabular.egg-info/PKG-INFO writing dependency_links to nvtabular.egg-info/dependency_links.txt writing requirements to nvtabular.egg-info/requires.txt writing top-level names to nvtabular.egg-info/top_level.txt writing manifest file 'nvtabular.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.proto' under directory 'nvtabular' warning: no files found matching '*.h' under directory 'cpp' warning: no files found matching '*.cu' under directory 'cpp' warning: no files found matching '*.cuh' under directory 'cpp' adding license file 'LICENSE' writing manifest file 'nvtabular.egg-info/SOURCES.txt' running build_ext x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.8 -c flagcheck.cpp -o flagcheck.o -std=c++17 building 'nvtabular_cpp' extension creating build/temp.linux-x86_64-cpython-38 creating build/temp.linux-x86_64-cpython-38/cpp creating build/temp.linux-x86_64-cpython-38/cpp/nvtabular creating build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+14.g6d629b23b -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/__init__.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/__init__.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+14.g6d629b23b -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/__init__.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/__init__.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+14.g6d629b23b -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/categorify.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/categorify.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+14.g6d629b23b -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/fill.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/fill.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-x86_64-cpython-38/cpp/nvtabular/__init__.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/__init__.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/categorify.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/fill.o -L/usr/lib -o build/lib.linux-x86_64-cpython-38/nvtabular_cpp.cpython-38-x86_64-linux-gnu.so copying build/lib.linux-x86_64-cpython-38/nvtabular_cpp.cpython-38-x86_64-linux-gnu.so -> Creating /var/jenkins_home/.local/lib/python3.8/site-packages/nvtabular.egg-link (link to .) nvtabular 1.1.1+14.g6d629b23b is already the active version in easy-install.pth |
Click to view CI ResultsGitHub pull request #1577 of commit d1d9742e5d854388a0fa12ee9dbb373e2bc0c5f6, no merge conflicts. Running as SYSTEM Setting status of d1d9742e5d854388a0fa12ee9dbb373e2bc0c5f6 to PENDING with url http://10.20.17.181:8080/job/nvtabular_tests/4507/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/nvtabular_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/NVTabular.git > git init /var/jenkins_home/workspace/nvtabular_tests/nvtabular # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/NVTabular.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/NVTabular.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/NVTabular.git +refs/pull/1577/*:refs/remotes/origin/pr/1577/* # timeout=10 > git rev-parse d1d9742e5d854388a0fa12ee9dbb373e2bc0c5f6^{commit} # timeout=10 Checking out Revision d1d9742e5d854388a0fa12ee9dbb373e2bc0c5f6 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f d1d9742e5d854388a0fa12ee9dbb373e2bc0c5f6 # timeout=10 Commit message: "Merge branch 'main' into triage_common" > git rev-list --no-walk e80527787cdf5757d1e8e06d08344294a7a74c2f # timeout=10 [nvtabular_tests] $ /bin/bash /tmp/jenkins10652501517362240312.sh Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already up-to-date: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (62.3.3) /usr/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'pypi.ngc.nvidia.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings Installing NVTabular 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.1.2) Requirement already satisfied: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (62.3.3) Requirement already satisfied: wheel in /var/jenkins_home/.local/lib/python3.8/site-packages (0.37.1) Requirement already satisfied: pybind11 in /var/jenkins_home/.local/lib/python3.8/site-packages (2.9.2) Requirement already satisfied: numpy==1.20.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (1.20.3) WARNING: Skipping nvtabular as it is not installed. Found existing installation: merlin-core 0.3.0+11.g3ea33c6 Uninstalling merlin-core-0.3.0+11.g3ea33c6: Successfully uninstalled merlin-core-0.3.0+11.g3ea33c6 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git Cloning https://github.com/NVIDIA-Merlin/core.git to /tmp/pip-install-lu434hd5/merlin-core_58d52b0df73c49d89a388f9d0a03322a Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-install-lu434hd5/merlin-core_58d52b0df73c49d89a388f9d0a03322a Resolved https://github.com/NVIDIA-Merlin/core.git to commit 3ea33c674fb3f9c8998a9674bbfbbbee3a387839 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 metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.55.1) Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.5) Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.3.5) Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.8.0) Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.1) Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.19.4) Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (21.3) Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.64.0) Requirement already satisfied: distributed>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.2) Requirement already satisfied: dask>=2021.11.2 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.2) Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.4.2) Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.0) Requirement already satisfied: fsspec>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.5.0) Requirement already satisfied: pyyaml in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.4.1) Requirement already satisfied: partd>=0.3.10 in /var/jenkins_home/.local/lib/python3.8/site-packages/partd-1.2.0-py3.8.egg (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.2.0) Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.1.0) Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.11.2) Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.3) Requirement already satisfied: psutil>=5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages/psutil-5.8.0-py3.8-linux-x86_64.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.8.0) Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.3) Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/sortedcontainers-2.4.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.4.0) Requirement already satisfied: tblib>=1.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages/tblib-1.7.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.7.0) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (8.0.4) Requirement already satisfied: zict>=0.1.3 in /var/jenkins_home/.local/lib/python3.8/site-packages/zict-2.0.0-py3.8.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.0) Requirement already satisfied: setuptools in /var/jenkins_home/.local/lib/python3.8/site-packages (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (62.3.3) Requirement already satisfied: tornado>=6.0.3 in /var/jenkins_home/.local/lib/python3.8/site-packages/tornado-6.1-py3.8-linux-x86_64.egg (from distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.1) Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.20.3) Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in /usr/local/lib/python3.8/dist-packages (from numba>=0.54->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.38.1) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.9) Requirement already satisfied: python-dateutil>=2.7.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.8.2) Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.1) Requirement already satisfied: googleapis-common-protos<2,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.56.1) Requirement already satisfied: absl-py<2.0.0,>=0.9 in /usr/local/lib/python3.8/dist-packages (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.0) Requirement already satisfied: six in /var/jenkins_home/.local/lib/python3.8/site-packages (from absl-py<2.0.0,>=0.9->tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.15.0) Requirement already satisfied: locket in /var/jenkins_home/.local/lib/python3.8/site-packages/locket-0.2.1-py3.8.egg (from partd>=0.3.10->dask>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.2.1) Requirement already satisfied: heapdict in /var/jenkins_home/.local/lib/python3.8/site-packages/HeapDict-1.0.1-py3.8.egg (from zict>=0.1.3->distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.1) Requirement already satisfied: h2<5,>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.1.0) Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.2) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.1) Requirement already satisfied: hpack<5,>=4.0 in /usr/local/lib/python3.8/dist-packages (from h2<5,>=3.1.0->grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.0.0) Requirement already satisfied: hyperframe<7,>=6.0 in /usr/local/lib/python3.8/dist-packages (from h2<5,>=3.1.0->grpclib->betterproto<2.0.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.0.1) Building wheels for collected packages: merlin-core Building wheel for merlin-core (pyproject.toml): started Building wheel for merlin-core (pyproject.toml): finished with status 'done' Created wheel for merlin-core: filename=merlin_core-0.3.0+11.g3ea33c6-py3-none-any.whl size=109510 sha256=af33257d9e53ee3ea3bf3ab66cd8fd9a11e72b0e505ea9605ba8d228811197a3 Stored in directory: /tmp/pip-ephem-wheel-cache-pd4wi5y9/wheels/c8/38/16/a6968787eafcec5fa772148af8408b089562f71af0752e8e84 Successfully built merlin-core Installing collected packages: merlin-core Attempting uninstall: merlin-core Found existing installation: merlin-core 0.1.1+23.g8a1a07d Uninstalling merlin-core-0.1.1+23.g8a1a07d: Successfully uninstalled merlin-core-0.1.1+23.g8a1a07d ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. merlin-systems 0.2.0+10.g8393bbc requires nvtabular>=1.0.0, which is not installed. Successfully installed merlin-core-0.3.0+11.g3ea33c6 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: natsort==8.1.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (8.1.0) Requirement already satisfied: myst-nb<0.14 in /var/jenkins_home/.local/lib/python3.8/site-packages (0.13.2) Requirement already satisfied: linkify-it-py<1.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (1.0.3) Requirement already satisfied: sphinx-external-toc<0.4 in /var/jenkins_home/.local/lib/python3.8/site-packages (0.3.0) Requirement already satisfied: jupyter-cache~=0.4.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.4.3) Requirement already satisfied: nbconvert<7,>=5.6 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (6.5.0) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (4.11.4) Requirement already satisfied: nbformat~=5.0 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (5.4.0) Requirement already satisfied: pyyaml in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from myst-nb<0.14) (5.4.1) Requirement already satisfied: sphinx-togglebutton~=0.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.3.1) Requirement already satisfied: myst-parser~=0.15.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.15.2) Requirement already satisfied: ipython in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (8.4.0) Requirement already satisfied: docutils<0.18,>=0.15 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (0.16) Requirement already satisfied: jupyter-sphinx~=0.3.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (0.3.2) Requirement already satisfied: ipywidgets<8,>=7.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-nb<0.14) (7.7.0) Requirement already satisfied: sphinx<5,>=3.1 in /usr/local/lib/python3.8/dist-packages (from myst-nb<0.14) (3.5.4) Requirement already satisfied: uc-micro-py in /var/jenkins_home/.local/lib/python3.8/site-packages (from linkify-it-py<1.1) (1.0.1) Requirement already satisfied: click<9,>=7.1 in /usr/local/lib/python3.8/dist-packages (from sphinx-external-toc<0.4) (8.0.4) Requirement already satisfied: ipykernel>=4.5.1 in /usr/local/lib/python3.8/dist-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.13.1) Requirement already satisfied: ipython-genutils~=0.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (0.2.0) Requirement already satisfied: traitlets>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (5.2.2.post1) Requirement already satisfied: jupyterlab-widgets>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.1.0) Requirement already satisfied: widgetsnbextension~=3.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipywidgets<8,>=7.0.0->myst-nb<0.14) (3.6.0) Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (5.1.1) Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.1.3) Requirement already satisfied: stack-data in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.2.0) Requirement already satisfied: pickleshare in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.7.5) Requirement already satisfied: setuptools>=18.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from ipython->myst-nb<0.14) (62.3.3) Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (4.8.0) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (3.0.29) Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.18.1) Requirement already satisfied: backcall in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (0.2.0) Requirement already satisfied: pygments>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from ipython->myst-nb<0.14) (2.12.0) Requirement already satisfied: sqlalchemy<1.5,>=1.3.12 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (1.4.36) Requirement already satisfied: nbclient<0.6,>=0.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (0.5.13) Requirement already satisfied: attrs in /usr/local/lib/python3.8/dist-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (21.4.0) Requirement already satisfied: nbdime in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-cache~=0.4.1->myst-nb<0.14) (3.1.1) Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from myst-parser~=0.15.2->myst-nb<0.14) (3.0.3) Requirement already satisfied: markdown-it-py<2.0.0,>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-parser~=0.15.2->myst-nb<0.14) (1.1.0) Requirement already satisfied: mdit-py-plugins~=0.2.8 in /var/jenkins_home/.local/lib/python3.8/site-packages (from myst-parser~=0.15.2->myst-nb<0.14) (0.2.8) Requirement already satisfied: tinycss2 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (1.1.1) Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.7.1) Requirement already satisfied: mistune<2,>=0.8.1 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.8.4) Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (1.5.0) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (2.0.1) Requirement already satisfied: jupyter-core>=4.7 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (4.10.0) Requirement already satisfied: entrypoints>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.4) Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (21.3) Requirement already satisfied: bleach in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (5.0.0) Requirement already satisfied: beautifulsoup4 in /var/jenkins_home/.local/lib/python3.8/site-packages/beautifulsoup4-4.9.3-py3.8.egg (from nbconvert<7,>=5.6->myst-nb<0.14) (4.9.3) Requirement already satisfied: jupyterlab-pygments in /usr/local/lib/python3.8/dist-packages (from nbconvert<7,>=5.6->myst-nb<0.14) (0.2.2) Requirement already satisfied: jsonschema>=2.6 in /usr/local/lib/python3.8/dist-packages (from nbformat~=5.0->myst-nb<0.14) (4.6.0) Requirement already satisfied: fastjsonschema in /usr/local/lib/python3.8/dist-packages (from nbformat~=5.0->myst-nb<0.14) (2.15.3) Requirement already satisfied: sphinxcontrib-htmlhelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.0.0) Requirement already satisfied: babel>=1.3 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.10.1) Requirement already satisfied: sphinxcontrib-devhelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.2) Requirement already satisfied: sphinxcontrib-qthelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.3) Requirement already satisfied: alabaster<0.8,>=0.7 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (0.7.12) Requirement already satisfied: sphinxcontrib-serializinghtml in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.1.5) Requirement already satisfied: imagesize in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.3.0) Requirement already satisfied: sphinxcontrib-applehelp in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.2) Requirement already satisfied: sphinxcontrib-jsmath in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (1.0.1) Requirement already satisfied: requests>=2.5.0 in /usr/lib/python3/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.22.0) Requirement already satisfied: snowballstemmer>=1.1 in /usr/local/lib/python3.8/dist-packages (from sphinx<5,>=3.1->myst-nb<0.14) (2.2.0) Requirement already satisfied: wheel in /var/jenkins_home/.local/lib/python3.8/site-packages (from sphinx-togglebutton~=0.3.0->myst-nb<0.14) (0.37.1) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->myst-nb<0.14) (3.8.0) Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.8/dist-packages (from babel>=1.3->sphinx<5,>=3.1->myst-nb<0.14) (2022.1) Requirement already satisfied: jupyter-client>=6.1.12 in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (7.3.3) Requirement already satisfied: psutil in /var/jenkins_home/.local/lib/python3.8/site-packages/psutil-5.8.0-py3.8-linux-x86_64.egg (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (5.8.0) Requirement already satisfied: tornado>=6.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/tornado-6.1-py3.8-linux-x86_64.egg (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.1) Requirement already satisfied: debugpy>=1.0 in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.6.0) Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.8/dist-packages (from ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (1.5.5) Requirement already satisfied: parso<0.9.0,>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from jedi>=0.16->ipython->myst-nb<0.14) (0.8.3) Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.8/dist-packages (from jsonschema>=2.6->nbformat~=5.0->myst-nb<0.14) (0.18.1) Requirement already satisfied: importlib-resources>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from jsonschema>=2.6->nbformat~=5.0->myst-nb<0.14) (5.7.1) Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.8/dist-packages (from pexpect>4.3->ipython->myst-nb<0.14) (0.7.0) Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->myst-nb<0.14) (0.2.5) Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy<1.5,>=1.3.12->jupyter-cache~=0.4.1->myst-nb<0.14) (1.1.2) Requirement already satisfied: notebook>=4.4.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from widgetsnbextension~=3.6.0->ipywidgets<8,>=7.0.0->myst-nb<0.14) (6.4.11) Requirement already satisfied: soupsieve>1.2 in /var/jenkins_home/.local/lib/python3.8/site-packages/soupsieve-2.2.1-py3.8.egg (from beautifulsoup4->nbconvert<7,>=5.6->myst-nb<0.14) (2.2.1) Requirement already satisfied: six>=1.9.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from bleach->nbconvert<7,>=5.6->myst-nb<0.14) (1.15.0) Requirement already satisfied: webencodings in /usr/local/lib/python3.8/dist-packages (from bleach->nbconvert<7,>=5.6->myst-nb<0.14) (0.5.1) Requirement already satisfied: jupyter-server in /var/jenkins_home/.local/lib/python3.8/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.17.0) Requirement already satisfied: GitPython!=2.1.4,!=2.1.5,!=2.1.6 in /usr/local/lib/python3.8/dist-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (3.1.27) Requirement already satisfied: colorama in /usr/local/lib/python3.8/dist-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.4.4) Requirement already satisfied: jupyter-server-mathjax>=0.2.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.2.5) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->nbconvert<7,>=5.6->myst-nb<0.14) (3.0.9) Requirement already satisfied: asttokens in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (2.0.5) Requirement already satisfied: pure-eval in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (0.2.2) Requirement already satisfied: executing in /usr/local/lib/python3.8/dist-packages (from stack-data->ipython->myst-nb<0.14) (0.8.3) Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (4.0.9) Requirement already satisfied: pyzmq>=23.0 in /usr/local/lib/python3.8/dist-packages (from jupyter-client>=6.1.12->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (23.1.0) Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.8/dist-packages (from jupyter-client>=6.1.12->ipykernel>=4.5.1->ipywidgets<8,>=7.0.0->myst-nb<0.14) (2.8.2) Requirement already satisfied: argon2-cffi in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (21.3.0) Requirement already satisfied: prometheus-client in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.14.1) Requirement already satisfied: anyio<4,>=3.1.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (3.5.0) Requirement already satisfied: Send2Trash in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.8.0) Requirement already satisfied: terminado>=0.8.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (0.13.3) Requirement already satisfied: websocket-client in /var/jenkins_home/.local/lib/python3.8/site-packages (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.3.2) Requirement already satisfied: sniffio>=1.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.2.0) Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio<4,>=3.1.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (2.8) Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from gitdb<5,>=4.0.1->GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (5.0.0) Requirement already satisfied: argon2-cffi-bindings in /var/jenkins_home/.local/lib/python3.8/site-packages (from argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (21.2.0) Requirement already satisfied: cffi>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (1.15.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb<0.14) (2.21) Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting sphinxcontrib-copydirs@ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git Cloning https://github.com/mikemckiernan/sphinxcontrib-copydirs.git to /tmp/pip-install-gj4qkkqa/sphinxcontrib-copydirs_c28aae04a1ad40539758b46ddcc87d60 Running command git clone --filter=blob:none --quiet https://github.com/mikemckiernan/sphinxcontrib-copydirs.git /tmp/pip-install-gj4qkkqa/sphinxcontrib-copydirs_c28aae04a1ad40539758b46ddcc87d60 Resolved https://github.com/mikemckiernan/sphinxcontrib-copydirs.git to commit bd8c5d79b3f91cf5f1bb0d6995aeca3fe84b670e Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (from sphinxcontrib-copydirs@ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git) (5.9.0) running develop running build_py creating build creating build/lib.linux-x86_64-cpython-38 creating build/lib.linux-x86_64-cpython-38/tests copying tests/conftest.py -> build/lib.linux-x86_64-cpython-38/tests copying tests/__init__.py -> build/lib.linux-x86_64-cpython-38/tests creating build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/io.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/_version.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/graph.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/dispatch.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/worker.py -> build/lib.linux-x86_64-cpython-38/nvtabular copying nvtabular/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular creating build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_triton_inference.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_dask_nvt.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_tf4rec.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_s3.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/test_tools.py -> build/lib.linux-x86_64-cpython-38/tests/unit copying tests/unit/__init__.py -> build/lib.linux-x86_64-cpython-38/tests/unit creating build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/tensorflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/torch.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/backend.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader copying nvtabular/loader/tf_utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/loader creating build/lib.linux-x86_64-cpython-38/nvtabular/inference copying nvtabular/inference/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils copying nvtabular/framework_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils creating build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/inspector_script.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/dataset_inspector.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/data_gen.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools copying nvtabular/tools/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/tools creating build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/data_stats.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/stat_operator.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/clip.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/groupby.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/target_encoding.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/add_metadata.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/logop.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/hashed_cross.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/categorify.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/rename.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/drop_low_cardinality.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/list_slice.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/hash_bucket.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/fill.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/dropna.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/lambdaop.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/value_counts.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/operator.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/normalize.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/filter.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/join_external.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/join_groupby.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/moments.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/reduce_dtype_size.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/difference_lag.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/bucketize.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops copying nvtabular/ops/column_similarity.py -> build/lib.linux-x86_64-cpython-38/nvtabular/ops creating build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/node.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/workflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow copying nvtabular/workflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/workflow creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/benchmarking_tools.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/workflow_model.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/ensemble.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/data_conversions.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton copying nvtabular/inference/triton/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/tensorflow.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/base.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/hugectr.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/pytorch.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow copying nvtabular/inference/workflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/workflow creating build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model copying nvtabular/inference/triton/model/model_pt.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model copying nvtabular/inference/triton/model/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/inference/triton/model creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/feature_column_utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/tfrecords_to_parquet.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow copying nvtabular/framework_utils/tensorflow/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/utils.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/models.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch copying nvtabular/framework_utils/torch/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/outer_product.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/embedding.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/interaction.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers copying nvtabular/framework_utils/tensorflow/layers/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/tensorflow/layers creating build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers copying nvtabular/framework_utils/torch/layers/embeddings.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers copying nvtabular/framework_utils/torch/layers/__init__.py -> build/lib.linux-x86_64-cpython-38/nvtabular/framework_utils/torch/layers /var/jenkins_home/.local/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /var/jenkins_home/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( package init file 'ci/__init__.py' not found (or not a regular file) package init file 'images/__init__.py' not found (or not a regular file) package init file 'docs/__init__.py' not found (or not a regular file) package init file 'cpp/__init__.py' not found (or not a regular file) package init file 'bench/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench copying bench/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/bench package init file 'merlin/__init__.py' not found (or not a regular file) package init file 'examples/__init__.py' not found (or not a regular file) package init file 'conda/__init__.py' not found (or not a regular file) package init file 'docs/source/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/docs creating build/lib.linux-x86_64-cpython-38/docs/source copying docs/source/conf.py -> build/lib.linux-x86_64-cpython-38/docs/source package init file 'docs/source/_templates/__init__.py' not found (or not a regular file) package init file 'docs/source/images/__init__.py' not found (or not a regular file) package init file 'docs/source/training/__init__.py' not found (or not a regular file) package init file 'docs/source/resources/__init__.py' not found (or not a regular file) package init file 'cpp/nvtabular/__init__.py' not found (or not a regular file) package init file 'cpp/nvtabular/inference/__init__.py' not found (or not a regular file) package init file 'bench/datasets/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/datasets copying bench/datasets/test_dataset.py -> build/lib.linux-x86_64-cpython-38/bench/datasets package init file 'bench/torch/__init__.py' not found (or not a regular file) package init file 'bench/examples/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/examples copying bench/examples/dask-nvtabular-criteo-benchmark.py -> build/lib.linux-x86_64-cpython-38/bench/examples copying bench/examples/dataloader_bench.py -> build/lib.linux-x86_64-cpython-38/bench/examples package init file 'bench/datasets/configs/__init__.py' not found (or not a regular file) package init file 'bench/datasets/tools/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_hugectr.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_pytorch.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/nvt_etl.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools copying bench/datasets/tools/train_tensorflow.py -> build/lib.linux-x86_64-cpython-38/bench/datasets/tools package init file 'bench/torch/criteo/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/merlin creating build/lib.linux-x86_64-cpython-38/merlin/transforms copying merlin/transforms/__init__.py -> build/lib.linux-x86_64-cpython-38/merlin/transforms creating build/lib.linux-x86_64-cpython-38/merlin/transforms/ops copying merlin/transforms/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/merlin/transforms/ops package init file 'examples/tensorflow/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/examples creating build/lib.linux-x86_64-cpython-38/examples/tensorflow copying examples/tensorflow/callbacks.py -> build/lib.linux-x86_64-cpython-38/examples/tensorflow package init file 'examples/getting-started-movielens/__init__.py' not found (or not a regular file) package init file 'examples/multi-gpu-toy-example/__init__.py' not found (or not a regular file) package init file 'examples/tabular-data-rossmann/__init__.py' not found (or not a regular file) package init file 'examples/advanced-ops-outbrain/__init__.py' not found (or not a regular file) package init file 'examples/multi-gpu-movielens/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens copying examples/multi-gpu-movielens/tf_trainer.py -> build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens copying examples/multi-gpu-movielens/torch_trainer_dist.py -> build/lib.linux-x86_64-cpython-38/examples/multi-gpu-movielens package init file 'examples/scaling-criteo/__init__.py' not found (or not a regular file) package init file 'examples/winning-solution-recsys2020-twitter/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/docker/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/imgs/__init__.py' not found (or not a regular file) package init file 'examples/getting-started-movielens/imgs/__init__.py' not found (or not a regular file) package init file 'examples/scaling-criteo/imgs/__init__.py' not found (or not a regular file) package init file 'tests/integration/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_nvt_tf_inference.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_inf_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_notebooks.py -> build/lib.linux-x86_64-cpython-38/tests/integration copying tests/integration/test_nvt_hugectr.py -> build/lib.linux-x86_64-cpython-38/tests/integration package init file 'tests/integration/common/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration/common copying tests/integration/common/utils.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common package init file 'tests/integration/common/parsers/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/benchmark_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/rossmann_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers copying tests/integration/common/parsers/criteo_parsers.py -> build/lib.linux-x86_64-cpython-38/tests/integration/common/parsers package init file 'tests/unit/loader/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_dataloader_backend.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_tf_dataloader.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader copying tests/unit/loader/test_torch_dataloader.py -> build/lib.linux-x86_64-cpython-38/tests/unit/loader package init file 'tests/unit/framework_utils/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_tf_feature_columns.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_tf_layers.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils copying tests/unit/framework_utils/test_torch_layers.py -> build/lib.linux-x86_64-cpython-38/tests/unit/framework_utils package init file 'tests/unit/ops/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_reduce_dtype_size.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_fill.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_lambda.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_categorify.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_ops_schema.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_drop_low_cardinality.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_target_encode.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_groupyby.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_column_similarity.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_join.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_normalize.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_hash_bucket.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops copying tests/unit/ops/test_ops.py -> build/lib.linux-x86_64-cpython-38/tests/unit/ops package init file 'tests/unit/workflow/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_ops.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_cpu_workflow.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_schemas.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_node.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow copying tests/unit/workflow/test_workflow_chaining.py -> build/lib.linux-x86_64-cpython-38/tests/unit/workflow package init file 'conda/environments/__init__.py' not found (or not a regular file) package init file 'conda/recipes/__init__.py' not found (or not a regular file) UPDATING build/lib.linux-x86_64-cpython-38/nvtabular/_version.py set build/lib.linux-x86_64-cpython-38/nvtabular/_version.py to '1.1.1+16.gd1d9742e5' running egg_info creating nvtabular.egg-info writing nvtabular.egg-info/PKG-INFO writing dependency_links to nvtabular.egg-info/dependency_links.txt writing requirements to nvtabular.egg-info/requires.txt writing top-level names to nvtabular.egg-info/top_level.txt writing manifest file 'nvtabular.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.proto' under directory 'nvtabular' warning: no files found matching '*.h' under directory 'cpp' warning: no files found matching '*.cu' under directory 'cpp' warning: no files found matching '*.cuh' under directory 'cpp' adding license file 'LICENSE' writing manifest file 'nvtabular.egg-info/SOURCES.txt' running build_ext x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.8 -c flagcheck.cpp -o flagcheck.o -std=c++17 building 'nvtabular_cpp' extension creating build/temp.linux-x86_64-cpython-38 creating build/temp.linux-x86_64-cpython-38/cpp creating build/temp.linux-x86_64-cpython-38/cpp/nvtabular creating build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+16.gd1d9742e5 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/__init__.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/__init__.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+16.gd1d9742e5 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/__init__.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/__init__.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+16.gd1d9742e5 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/categorify.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/categorify.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DVERSION_INFO=1.1.1+16.gd1d9742e5 -I./cpp/ -I/var/jenkins_home/.local/lib/python3.8/site-packages/pybind11/include -I/usr/include/python3.8 -c cpp/nvtabular/inference/fill.cc -o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/fill.o -std=c++17 -fvisibility=hidden -g0 x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-x86_64-cpython-38/cpp/nvtabular/__init__.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/__init__.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/categorify.o build/temp.linux-x86_64-cpython-38/cpp/nvtabular/inference/fill.o -L/usr/lib -o build/lib.linux-x86_64-cpython-38/nvtabular_cpp.cpython-38-x86_64-linux-gnu.so copying build/lib.linux-x86_64-cpython-38/nvtabular_cpp.cpython-38-x86_64-linux-gnu.so -> Creating /var/jenkins_home/.local/lib/python3.8/site-packages/nvtabular.egg-link (link to .) nvtabular 1.1.1+16.gd1d9742e5 is already the active version in easy-install.pth |
Use a reusable workflow for triaging issues that will be shared across repos,
rather than have a bunch of boilerplate defined here.