-
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
Fix getting started 03-Training-with-HugeCTR.ipynb nb's training without printing out auc and loss metrics issue #1532
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Click to view CI ResultsGitHub pull request #1532 of commit dd073b3514eee6ddcca71b9d7ab6015c2c24d761, no merge conflicts. Running as SYSTEM Setting status of dd073b3514eee6ddcca71b9d7ab6015c2c24d761 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/4450/ and message: 'Pending' 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/1532/*:refs/remotes/origin/pr/1532/* # timeout=10 > git rev-parse dd073b3514eee6ddcca71b9d7ab6015c2c24d761^{commit} # timeout=10 Checking out Revision dd073b3514eee6ddcca71b9d7ab6015c2c24d761 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f dd073b3514eee6ddcca71b9d7ab6015c2c24d761 # timeout=10 Commit message: "fix hugectr training without printing metrics" > git rev-list --no-walk e16fe0ddb2382a10a6c8beee2403212a157db68e # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins976742887684364281.sh Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (62.1.0) 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.0.4) Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (62.1.0) 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 0.11.0+44.g50eb7ef1 Can't uninstall 'nvtabular'. No files were found to uninstall. Found existing installation: merlin-core 0.1.1+21.g32e4695 Can't uninstall 'merlin-core'. No files were found to uninstall. 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-xjhr04l1/merlin-core_9f86918149aa47d49b60d975e90c47ed Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-install-xjhr04l1/merlin-core_9f86918149aa47d49b60d975e90c47ed Resolved https://github.com/NVIDIA-Merlin/core.git to commit dcc198f2d673b4a2e51c106842796456f52875c1 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==2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.3.0) Requirement already satisfied: pyarrow>=1.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.0.0) Requirement already satisfied: numba>=0.53.1 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: 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: 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.7.0) Requirement already satisfied: distributed==2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2022.3.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: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (4.63.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: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.20.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==2022.3.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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2021.11.0) Requirement already satisfied: pyyaml>=5.3.1 in /var/jenkins_home/.local/lib/python3.8/site-packages/PyYAML-5.4.1-py3.8-linux-x86_64.egg (from dask==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.4.1) Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.0) Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.11.2) 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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.7.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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.8.0) 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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.4.0) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed==2022.3.0->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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (3.0.3) Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.0.3) 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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (2.0.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==2022.3.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (6.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: llvmlite<0.39,>=0.38.0rc1 in /usr/local/lib/python3.8/dist-packages (from numba>=0.53.1->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.38.0) Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from numba>=0.53.1->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (62.1.0) Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.53.1->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.20.3) 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.7) 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 /var/jenkins_home/.local/lib/python3.8/site-packages/absl_py-0.12.0-py3.8.egg (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.12.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.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==2022.3.0->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==2022.3.0->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==2022.3.0->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.2.0+7.gdcc198f-py3-none-any.whl size=133428 sha256=61beefedf3ea710330056be3dbf09d142e45334990268a0d860922c3a13eb5b9 Stored in directory: /tmp/pip-ephem-wheel-cache-eu5nsjmf/wheels/c8/38/16/a6968787eafcec5fa772148af8408b089562f71af0752e8e84 Successfully built merlin-core Installing collected packages: merlin-core 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. nvtabular 0.11.0+44.g50eb7ef1 requires dask==2021.11.2, but you have dask 2022.3.0 which is incompatible. nvtabular 0.11.0+44.g50eb7ef1 requires distributed==2021.11.2, but you have distributed 2022.3.0 which is incompatible. merlin-systems 0+untagged.28.gf4069d6 requires dask==2021.11.2, but you have dask 2022.3.0 which is incompatible. merlin-systems 0+untagged.28.gf4069d6 requires distributed==2021.11.2, but you have distributed 2022.3.0 which is incompatible. merlin-systems 0+untagged.28.gf4069d6 requires merlin-core==0.1.1, but you have merlin-core 0.2.0+7.gdcc198f which is incompatible. Successfully installed merlin-core-0.2.0+7.gdcc198f 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) running develop 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' /usr/local/lib/python3.8/dist-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/local/lib/python3.8/dist-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) 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) 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/api/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/__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 'docs/source/api/ops/__init__.py' not found (or not a regular file) package init file 'docs/source/api/workflow/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/getting-started-movielens/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/tabular-data-rossmann/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/advanced-ops-outbrain/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/scaling-criteo/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/winning-solution-recsys2020-twitter/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/scaling-criteo/imgs/__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) 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) 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) package init file 'bench/torch/criteo/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/__init__.py' not found (or not a regular file) 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) 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) package init file 'tests/integration/common/__init__.py' not found (or not a regular file) package init file 'tests/integration/common/parsers/__init__.py' not found (or not a regular file) package init file 'tests/unit/loader/__init__.py' not found (or not a regular file) package init file 'tests/unit/framework_utils/__init__.py' not found (or not a regular file) package init file 'tests/unit/ops/__init__.py' not found (or not a regular file) package init file 'tests/unit/workflow/__init__.py' not found (or not a regular file) 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) reading manifest template 'MANIFEST.in' 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 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.0.0+11.gdd073b35 -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.0.0+11.gdd073b35 -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.0.0+11.gdd073b35 -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.0.0+11.gdd073b35 -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 creating build/lib.linux-x86_64-cpython-38 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 -> Generating nvtabular/inference/triton/model_config_pb2.py from nvtabular/inference/triton/model_config.proto Creating /var/jenkins_home/.local/lib/python3.8/site-packages/nvtabular.egg-link (link to .) nvtabular 1.0.0+11.gdd073b35 is already the active version in easy-install.pth |
Documentation preview |
rerun tests |
Click to view CI ResultsGitHub pull request #1532 of commit dd073b3514eee6ddcca71b9d7ab6015c2c24d761, no merge conflicts. Running as SYSTEM Setting status of dd073b3514eee6ddcca71b9d7ab6015c2c24d761 to PENDING with url http://10.20.13.93:8080/job/nvtabular_tests/4453/ and message: 'Pending' 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/1532/*:refs/remotes/origin/pr/1532/* # timeout=10 > git rev-parse dd073b3514eee6ddcca71b9d7ab6015c2c24d761^{commit} # timeout=10 Checking out Revision dd073b3514eee6ddcca71b9d7ab6015c2c24d761 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f dd073b3514eee6ddcca71b9d7ab6015c2c24d761 # timeout=10 Commit message: "fix hugectr training without printing metrics" > git rev-list --no-walk 6dd275c6390b429a481bb518c64d5a803eb22893 # timeout=10 First time build. Skipping changelog. [nvtabular_tests] $ /bin/bash /tmp/jenkins6314179674379566731.sh Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (62.1.0) 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.0.4) Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (62.1.0) 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.0.0+10.g4df99eb4 Uninstalling nvtabular-1.0.0+10.g4df99eb4: Successfully uninstalled nvtabular-1.0.0+10.g4df99eb4 Found existing installation: merlin-core 0+untagged.78.gc43c798 Uninstalling merlin-core-0+untagged.78.gc43c798: Successfully uninstalled merlin-core-0+untagged.78.gc43c798 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-20kw6tfx/merlin-core_a5e5244a00324bd9bfa927d80b3a4039 Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-install-20kw6tfx/merlin-core_a5e5244a00324bd9bfa927d80b3a4039 Resolved https://github.com/NVIDIA-Merlin/core.git to commit 39ca5536e33dc1acccbb0f06d35618162845758a 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: 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.7.0) 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.20.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: pyarrow>=1.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (5.0.0) 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.53.1 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.55.1) Collecting distributed==2021.11.2 Downloading distributed-2021.11.2-py3-none-any.whl (802 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 802.2/802.2 KB 12.0 MB/s eta 0:00:00 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: 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.0.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: 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) (2021.11.0) 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: 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: setuptools in /usr/local/lib/python3.8/dist-packages (from distributed==2021.11.2->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (62.1.0) 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: 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: 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: 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: 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: llvmlite<0.39,>=0.38.0rc1 in /usr/local/lib/python3.8/dist-packages (from numba>=0.53.1->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.38.0) Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.53.1->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (1.20.3) 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.8) 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: 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: 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.0) Requirement already satisfied: absl-py<2.0.0,>=0.9 in /var/jenkins_home/.local/lib/python3.8/site-packages/absl_py-0.12.0-py3.8.egg (from tensorflow-metadata>=1.2.0->merlin-core@ git+https://github.com/NVIDIA-Merlin/core.git) (0.12.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: 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) 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) 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.2.0+9.g39ca553-py3-none-any.whl size=133315 sha256=6e6dd251c896f6c3d813e11b2596b99d326d0473aad920a9bc250777d1e05b09 Stored in directory: /tmp/pip-ephem-wheel-cache-vssuqkz8/wheels/c8/38/16/a6968787eafcec5fa772148af8408b089562f71af0752e8e84 Successfully built merlin-core Installing collected packages: distributed, merlin-core Attempting uninstall: distributed Found existing installation: distributed 2022.3.0 Uninstalling distributed-2022.3.0: Successfully uninstalled distributed-2022.3.0 WARNING: The scripts dask-scheduler, dask-ssh and dask-worker are installed in '/var/jenkins_home/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 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. dask-cudf 21.12.2 requires cupy-cuda116, which is not installed. Successfully installed distributed-2021.11.2 merlin-core-0.2.0+9.g39ca553 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) running develop 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' /usr/local/lib/python3.8/dist-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/local/lib/python3.8/dist-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) 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) 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/api/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/__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 'docs/source/api/ops/__init__.py' not found (or not a regular file) package init file 'docs/source/api/workflow/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/getting-started-movielens/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/tabular-data-rossmann/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/advanced-ops-outbrain/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/scaling-criteo/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/winning-solution-recsys2020-twitter/__init__.py' not found (or not a regular file) package init file 'docs/source/examples/scaling-criteo/imgs/__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) 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) 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) package init file 'bench/torch/criteo/__init__.py' not found (or not a regular file) package init file 'examples/tensorflow/__init__.py' not found (or not a regular file) 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) 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) package init file 'tests/integration/common/__init__.py' not found (or not a regular file) package init file 'tests/integration/common/parsers/__init__.py' not found (or not a regular file) package init file 'tests/unit/loader/__init__.py' not found (or not a regular file) package init file 'tests/unit/framework_utils/__init__.py' not found (or not a regular file) package init file 'tests/unit/ops/__init__.py' not found (or not a regular file) package init file 'tests/unit/workflow/__init__.py' not found (or not a regular file) 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) reading manifest template 'MANIFEST.in' 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 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.0.0+11.gdd073b35 -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.0.0+11.gdd073b35 -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.0.0+11.gdd073b35 -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.0.0+11.gdd073b35 -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 creating build/lib.linux-x86_64-cpython-38 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 -> Generating nvtabular/inference/triton/model_config_pb2.py from nvtabular/inference/triton/model_config.proto Creating /var/jenkins_home/.local/lib/python3.8/site-packages/nvtabular.egg-link (link to .) nvtabular 1.0.0+11.gdd073b35 is already the active version in easy-install.pth |
This is fixing #1521