Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved all triton tests into runtime triton folder #260

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jperez999
Copy link
Collaborator

This PR is the first in a series of refactors. It isolates all tests involving triton into one sub folder in the unit tests directory.

@jperez999 jperez999 self-assigned this Dec 20, 2022
@jperez999 jperez999 added clean up chore Maintenance for the repository ci labels Dec 20, 2022
@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #260 of commit 48c19e6666386506514ac4f784f76022f56b7590, no merge conflicts.
Running as SYSTEM
Setting status of 48c19e6666386506514ac4f784f76022f56b7590 to PENDING with url http://merlin-infra1.nvidia.com:8080/job/merlin_systems/633/ and message: 'Pending'
Using context: Jenkins
Building on the built-in node in workspace /var/jenkins_home/jobs/merlin_systems/workspace
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/260/*:refs/remotes/origin/pr/260/* # timeout=10
 > git rev-parse 48c19e6666386506514ac4f784f76022f56b7590^{commit} # timeout=10
Checking out Revision 48c19e6666386506514ac4f784f76022f56b7590 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48c19e6666386506514ac4f784f76022f56b7590 # timeout=10
Commit message: "moved all triton tests into runtime triton folder"
 > git rev-list --no-walk 038a2241814ff9d3c94f67e4ba2662d9e3553138 # timeout=10
[workspace] $ /bin/bash /tmp/jenkins16580150091689409477.sh
PYTHONPATH=:/usr/local/lib/python3.8/dist-packages/:/usr/local/hugectr/lib:/var/jenkins_home/workspace/merlin_systems/systems
using tox.ini: /var/jenkins_home/workspace/merlin_systems/systems/tox.ini (pid 22757)
  removing /var/jenkins_home/workspace/merlin_systems/systems/.tox/log
using tox-3.26.0 from /usr/local/lib/python3.8/dist-packages/tox/__init__.py (pid 22757)
GLOB start: packaging 
GLOB sdist-make: /var/jenkins_home/workspace/merlin_systems/systems/setup.py
  removing /var/jenkins_home/workspace/merlin_systems/systems/.tox/dist
[22765] /var/jenkins_home/workspace/merlin_systems/systems$ /usr/bin/python3 setup.py sdist --formats=zip --dist-dir .tox/dist >.tox/log/GLOB-0.log
running sdist
running egg_info
writing merlin_systems.egg-info/PKG-INFO
writing dependency_links to merlin_systems.egg-info/dependency_links.txt
writing requirements to merlin_systems.egg-info/requires.txt
writing top-level names to merlin_systems.egg-info/top_level.txt
package init file 'merlin/__init__.py' not found (or not a regular file)
package init file 'merlin/legacy/__init__.py' not found (or not a regular file)
package init file 'merlin/legacy/inference/__init__.py' not found (or not a regular file)
package init file 'merlin/legacy/inference/triton/__init__.py' not found (or not a regular file)
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.proto' under directory 'merlin'
warning: no files found matching 'merlin/core/_version.py'
writing manifest file 'merlin_systems.egg-info/SOURCES.txt'
running check
warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too

creating merlin-systems-0.7.0+40.g48c19e6
creating merlin-systems-0.7.0+40.g48c19e6/.github
creating merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
creating merlin-systems-0.7.0+40.g48c19e6/.github/workflows
creating merlin-systems-0.7.0+40.g48c19e6/ci
creating merlin-systems-0.7.0+40.g48c19e6/conda
creating merlin-systems-0.7.0+40.g48c19e6/conda/recipes
creating merlin-systems-0.7.0+40.g48c19e6/docs
creating merlin-systems-0.7.0+40.g48c19e6/docs/source
creating merlin-systems-0.7.0+40.g48c19e6/docs/source/_static
creating merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates
creating merlin-systems-0.7.0+40.g48c19e6/examples
creating merlin-systems-0.7.0+40.g48c19e6/merlin
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
creating merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
creating merlin-systems-0.7.0+40.g48c19e6/requirements
creating merlin-systems-0.7.0+40.g48c19e6/tests
creating merlin-systems-0.7.0+40.g48c19e6/tests/integration
creating merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
creating merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
creating merlin-systems-0.7.0+40.g48c19e6/tests/version
copying files to merlin-systems-0.7.0+40.g48c19e6...
copying .gitignore -> merlin-systems-0.7.0+40.g48c19e6
copying .pre-commit-config.yaml -> merlin-systems-0.7.0+40.g48c19e6
copying .pylintrc -> merlin-systems-0.7.0+40.g48c19e6
copying CLA.md -> merlin-systems-0.7.0+40.g48c19e6
copying CONTRIBUTING.md -> merlin-systems-0.7.0+40.g48c19e6
copying LICENSE -> merlin-systems-0.7.0+40.g48c19e6
copying MANIFEST.in -> merlin-systems-0.7.0+40.g48c19e6
copying README.md -> merlin-systems-0.7.0+40.g48c19e6
copying pyproject.toml -> merlin-systems-0.7.0+40.g48c19e6
copying pytest.ini -> merlin-systems-0.7.0+40.g48c19e6
copying setup.cfg -> merlin-systems-0.7.0+40.g48c19e6
copying setup.py -> merlin-systems-0.7.0+40.g48c19e6
copying tox.ini -> merlin-systems-0.7.0+40.g48c19e6
copying versioneer.py -> merlin-systems-0.7.0+40.g48c19e6
copying .github/release-drafter.yml -> merlin-systems-0.7.0+40.g48c19e6/.github
copying .github/ISSUE_TEMPLATE/bug-report.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/documentation-request.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/feature-request.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/submit-question.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/task.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/workflows/cpu-ci.yml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/docs-preview-pr.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/docs-remove-stale-reviews.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/docs-sched-rebuild.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/lint.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/release-drafter.yml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/require-label.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/triage.yml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying ci/ignore_codespell_words.txt -> merlin-systems-0.7.0+40.g48c19e6/ci
copying ci/pr.gpu.Jenkinsfile -> merlin-systems-0.7.0+40.g48c19e6/ci
copying ci/test_unit.sh -> merlin-systems-0.7.0+40.g48c19e6/ci
copying conda/recipes/meta.yaml -> merlin-systems-0.7.0+40.g48c19e6/conda/recipes
copying docs/Makefile -> merlin-systems-0.7.0+40.g48c19e6/docs
copying docs/README.md -> merlin-systems-0.7.0+40.g48c19e6/docs
copying docs/make.bat -> merlin-systems-0.7.0+40.g48c19e6/docs
copying docs/source/api.rst -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/conf.py -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/index.rst -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/toc.yaml -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/_static/.gitkeep -> merlin-systems-0.7.0+40.g48c19e6/docs/source/_static
copying docs/source/_templates/versions.html -> merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates
copying examples/README.md -> merlin-systems-0.7.0+40.g48c19e6/examples
copying examples/Serving-An-Implicit-Model-With-Merlin-Systems.ipynb -> merlin-systems-0.7.0+40.g48c19e6/examples
copying examples/Serving-An-XGboost-Model-With-Merlin-Systems.ipynb -> merlin-systems-0.7.0+40.g48c19e6/examples
copying examples/Serving-Ranking-Models-With-Merlin-Systems.ipynb -> merlin-systems-0.7.0+40.g48c19e6/examples
copying merlin/systems/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems
copying merlin/systems/_version.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems
copying merlin/systems/model_registry.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems
copying merlin/systems/dag/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/dictarray.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/node.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/op_runner.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/compat.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/faiss.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/feast.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/fil.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/implicit.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/operator.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/pytorch.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/session_filter.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/softmax_sampling.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/tensorflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/unroll_features.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/workflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/runtimes/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes
copying merlin/systems/dag/runtimes/base_runtime.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes
copying merlin/systems/dag/runtimes/triton/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton
copying merlin/systems/dag/runtimes/triton/runtime.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton
copying merlin/systems/dag/runtimes/triton/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/fil.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/operator.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/pytorch.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/tensorflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/workflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/triton/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/conversions.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/export.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/utils.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/models/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/executor_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/oprunner_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/pytorch_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/workflow_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/workflow/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/base.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/hugectr.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/pytorch.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/tensorflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin_systems.egg-info/PKG-INFO -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/SOURCES.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/dependency_links.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/not-zip-safe -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/requires.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/top_level.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying requirements/base.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/dev.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/docs.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/gpu.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/test-cpu.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/test-gpu.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/test.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying tests/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests
copying tests/conftest.py -> merlin-systems-0.7.0+40.g48c19e6/tests
copying tests/integration/examples/test_serving_an_implicit_model_with_merlin_systems.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
copying tests/integration/examples/test_serving_an_xgboost_model_with_merlin_systems.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
copying tests/integration/examples/test_serving_ranking_models_with_merlin_systems.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
copying tests/integration/t4r/test_pytorch_backend.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r
copying tests/unit/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit
copying tests/unit/systems/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems
copying tests/unit/systems/dag/test_column.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_dict_array.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_executors.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_graph.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_model_registry.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_op_runner.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops
copying tests/unit/systems/dag/ops/test_ops.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops
copying tests/unit/systems/dag/runtimes/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes
copying tests/unit/systems/dag/runtimes/local/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local
copying tests/unit/systems/dag/runtimes/local/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops
copying tests/unit/systems/dag/runtimes/local/ops/fil/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/fil/test_lightgbm.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/fil/test_sklearn.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/fil/test_xgboost.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/nvtabular/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular
copying tests/unit/systems/dag/runtimes/local/ops/nvtabular/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular
copying tests/unit/systems/dag/runtimes/local/ops/tensorflow/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow
copying tests/unit/systems/dag/runtimes/local/ops/tensorflow/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow
copying tests/unit/systems/dag/runtimes/local/ops/torch/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch
copying tests/unit/systems/dag/runtimes/local/ops/torch/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch
copying tests/unit/systems/dag/runtimes/triton/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
copying tests/unit/systems/dag/runtimes/triton/test_export.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
copying tests/unit/systems/dag/runtimes/triton/test_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
copying tests/unit/systems/dag/runtimes/triton/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops
copying tests/unit/systems/dag/runtimes/triton/ops/faiss/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss
copying tests/unit/systems/dag/runtimes/triton/ops/faiss/test_executor.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss
copying tests/unit/systems/dag/runtimes/triton/ops/fil/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_lightgbm_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_sklearn_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_xgboost_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/implicit/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
copying tests/unit/systems/dag/runtimes/triton/ops/implicit/test_executor.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
copying tests/unit/systems/dag/runtimes/triton/ops/implicit/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
copying tests/unit/systems/dag/runtimes/triton/ops/tf/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf
copying tests/unit/systems/dag/runtimes/triton/ops/tf/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf
copying tests/unit/systems/dag/runtimes/triton/ops/torch/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch
copying tests/unit/systems/dag/runtimes/triton/ops/torch/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch
copying tests/unit/systems/dag/runtimes/triton/ops/workflow/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
copying tests/unit/systems/dag/runtimes/triton/ops/workflow/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
copying tests/unit/systems/dag/runtimes/triton/ops/workflow/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
copying tests/unit/systems/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops
copying tests/unit/systems/ops/feast/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast
copying tests/unit/systems/ops/feast/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast
copying tests/unit/systems/ops/fil/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
copying tests/unit/systems/ops/fil/test_forest.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
copying tests/unit/systems/ops/fil/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
copying tests/unit/systems/ops/implicit/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit
copying tests/unit/systems/ops/implicit/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit
copying tests/unit/systems/ops/nvtabular/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular
copying tests/unit/systems/ops/tf/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf
copying tests/unit/systems/ops/tf/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf
copying tests/unit/systems/ops/torch/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch
copying tests/unit/systems/utils/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/unit/systems/utils/ops.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/unit/systems/utils/tf.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/unit/systems/utils/torch.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/version/test_version.py -> merlin-systems-0.7.0+40.g48c19e6/tests/version
Writing merlin-systems-0.7.0+40.g48c19e6/setup.cfg
UPDATING merlin-systems-0.7.0+40.g48c19e6/merlin/systems/_version.py
set merlin-systems-0.7.0+40.g48c19e6/merlin/systems/_version.py to '0.7.0+40.g48c19e6'
creating '.tox/dist/merlin-systems-0.7.0+40.g48c19e6.zip' and adding 'merlin-systems-0.7.0+40.g48c19e6' to it
adding 'merlin-systems-0.7.0+40.g48c19e6'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests'
adding 'merlin-systems-0.7.0+40.g48c19e6/conda'
adding 'merlin-systems-0.7.0+40.g48c19e6/CLA.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/LICENSE'
adding 'merlin-systems-0.7.0+40.g48c19e6/setup.cfg'
adding 'merlin-systems-0.7.0+40.g48c19e6/README.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/setup.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/pytest.ini'
adding 'merlin-systems-0.7.0+40.g48c19e6/CONTRIBUTING.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.pylintrc'
adding 'merlin-systems-0.7.0+40.g48c19e6/pyproject.toml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.gitignore'
adding 'merlin-systems-0.7.0+40.g48c19e6/MANIFEST.in'
adding 'merlin-systems-0.7.0+40.g48c19e6/tox.ini'
adding 'merlin-systems-0.7.0+40.g48c19e6/PKG-INFO'
adding 'merlin-systems-0.7.0+40.g48c19e6/versioneer.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/.pre-commit-config.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci/test_unit.sh'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci/pr.gpu.Jenkinsfile'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci/ignore_codespell_words.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/dependency_links.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/top_level.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/SOURCES.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/not-zip-safe'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/requires.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/PKG-INFO'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/README.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/make.bat'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/Makefile'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_static'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/conf.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/api.rst'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/index.rst'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/toc.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates/versions.html'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_static/.gitkeep'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/release-drafter.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/submit-question.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/documentation-request.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/feature-request.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/task.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/bug-report.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/cpu-ci.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/triage.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/release-drafter.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/lint.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/docs-sched-rebuild.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/docs-remove-stale-reviews.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/require-label.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/docs-preview-pr.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/_version.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/model_registry.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/export.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/utils.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/conversions.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/oprunner_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/workflow_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/pytorch_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/executor_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/node.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/op_runner.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/dictarray.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/base_runtime.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/runtime.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/tensorflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/workflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/pytorch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/operator.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/fil.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/implicit.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/tensorflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/workflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/pytorch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/compat.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/faiss.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/operator.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/feast.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/unroll_features.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/fil.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/session_filter.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/softmax_sampling.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/tensorflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/base.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/hugectr.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/pytorch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/test-gpu.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/gpu.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/base.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/dev.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/docs.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/test-cpu.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/test.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/README.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/Serving-An-XGboost-Model-With-Merlin-Systems.ipynb'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/Serving-Ranking-Models-With-Merlin-Systems.ipynb'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/Serving-An-Implicit-Model-With-Merlin-Systems.ipynb'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/version'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/conftest.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r/test_pytorch_backend.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples/test_serving_ranking_models_with_merlin_systems.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples/test_serving_an_implicit_model_with_merlin_systems.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples/test_serving_an_xgboost_model_with_merlin_systems.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_executors.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_op_runner.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_model_registry.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_column.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_dict_array.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_graph.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/test_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/test_export.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss/test_executor.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_lightgbm_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_xgboost_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_sklearn_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit/test_executor.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/test_sklearn.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/test_lightgbm.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/test_xgboost.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops/test_ops.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/tf.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/torch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/ops.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil/test_forest.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/version/test_version.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/conda/recipes'
adding 'merlin-systems-0.7.0+40.g48c19e6/conda/recipes/meta.yaml'
removing 'merlin-systems-0.7.0+40.g48c19e6' (and everything under it)

GLOB finish: packaging after 0.82 seconds
copying new sdistfile to '/var/jenkins_home/workspace/merlin_systems/systems/.tox/distshare/merlin-systems-0.7.0+40.g48c19e6.zip'
package .tmp/package/3/merlin-systems-0.7.0+40.g48c19e6.zip links to dist/merlin-systems-0.7.0+40.g48c19e6.zip (/var/jenkins_home/workspace/merlin_systems/systems/.tox)
/usr/bin/python3 (/usr/bin/python3) is {'executable': '/usr/bin/python3', 'implementation': 'CPython', 'version_info': [3, 8, 10, 'final', 0], 'version': '3.8.10 (default, Jun 22 2022, 20:18:18) \n[GCC 9.4.0]', 'is_64': True, 'sysplatform': 'linux', 'os_sep': '/', 'extra_version_info': None}
test-gpu uses /usr/bin/python3
test-gpu start: getenv /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
test-gpu cannot reuse: -r flag
test-gpu recreate: /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
removing /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[22784] /var/jenkins_home/workspace/merlin_systems/systems/.tox$ /usr/bin/python3 -m virtualenv --system-site-packages --no-download --python /usr/bin/python3 test-gpu
created virtual environment CPython3.8.10.final.0-64 in 208ms
creator CPython3Posix(dest=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu, clear=False, no_vcs_ignore=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/var/jenkins_home/.local/share/virtualenv)
added seed packages: pip==22.3.1, setuptools==65.6.3, wheel==0.38.4
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
test-gpu installdeps: pytest, pytest-cov
WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[22791] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install pytest pytest-cov
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: pytest in /usr/local/lib/python3.8/dist-packages (7.1.3)
Requirement already satisfied: pytest-cov in /usr/local/lib/python3.8/dist-packages (4.0.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from pytest) (21.3)
Requirement already satisfied: iniconfig in /usr/local/lib/python3.8/dist-packages (from pytest) (1.1.1)
Requirement already satisfied: tomli>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from pytest) (2.0.1)
Requirement already satisfied: py>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from pytest) (1.11.0)
Requirement already satisfied: pluggy<2.0,>=0.12 in /usr/local/lib/python3.8/dist-packages (from pytest) (1.0.0)
Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.8/dist-packages (from pytest) (22.1.0)
Requirement already satisfied: coverage[toml]>=5.2.1 in /usr/local/lib/python3.8/dist-packages (from pytest-cov) (7.0.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->pytest) (3.0.9)
test-gpu finish: getenv /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu after 4.33 seconds
test-gpu start: installpkg /var/jenkins_home/workspace/merlin_systems/systems/.tox/.tmp/package/3/merlin-systems-0.7.0+40.g48c19e6.zip
test-gpu inst: /var/jenkins_home/workspace/merlin_systems/systems/.tox/.tmp/package/3/merlin-systems-0.7.0+40.g48c19e6.zip
write config to /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/.tox-config1 as 'c78dac41792167274ef40c7bc3966e82651aa36138450f6e5f8afd783dd38a81 /usr/bin/python3\n3.26.0 1 0 0\n00000000000000000000000000000000 pytest\n00000000000000000000000000000000 pytest-cov'
WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[22836] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --exists-action w .tox/.tmp/package/3/merlin-systems-0.7.0+40.g48c19e6.zip
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Processing ./.tox/.tmp/package/3/merlin-systems-0.7.0+40.g48c19e6.zip
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: requests<3,>=2.10 in /usr/lib/python3/dist-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.22.0)
Requirement already satisfied: nvtabular>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (1.1.1)
Collecting treelite==2.4.0
Downloading treelite-2.4.0-py3-none-manylinux2014_x86_64.whl (852 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 852.7/852.7 kB 8.4 MB/s eta 0:00:00
Requirement already satisfied: merlin-core>=0.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (0.3.0+12.g78ecddd)
Collecting treelite-runtime==2.4.0
Downloading treelite_runtime-2.4.0-py3-none-manylinux2014_x86_64.whl (191 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 191.5/191.5 kB 132.4 MB/s eta 0:00:00
Requirement already satisfied: numpy in /var/jenkins_home/.local/lib/python3.8/site-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.20.3)
Requirement already satisfied: scipy in /usr/local/lib/python3.8/dist-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.8.1)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.10.0)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.5)
Requirement already satisfied: distributed>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (21.3)
Requirement already satisfied: dask>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.55.1)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.3.5)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.19.5)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.64.1)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (7.0.0)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.0)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.4.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.2.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>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.12.0)
Requirement already satisfied: fsspec>=0.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from dask>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.5.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (8.1.3)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.1.2)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.4.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.8.0)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.7.0)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (65.6.3)
Collecting llvmlite<0.39,>=0.38.0rc1
Downloading llvmlite-0.38.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 53.2 MB/s eta 0:00:00
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.52.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.15.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.0.1)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.1.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (6.0.1)
Building wheels for collected packages: merlin-systems
Building wheel for merlin-systems (pyproject.toml): started
Building wheel for merlin-systems (pyproject.toml): finished with status 'done'
Created wheel for merlin-systems: filename=merlin_systems-0.7.0+40.g48c19e6-py3-none-any.whl size=100699 sha256=2739704379a66ef2eb06c8b3d2fbab85da99a91a9b7b2118fcc7b42b9114602e
Stored in directory: /tmp/pip-ephem-wheel-cache-c0y5bkuc/wheels/ee/ae/c5/dd32575495dc06c04ee524443e5efc5ea1ed9c738575761152
Successfully built merlin-systems
Installing collected packages: llvmlite, treelite-runtime, treelite, merlin-systems
Attempting uninstall: llvmlite
Found existing installation: llvmlite 0.39.1
Not uninstalling llvmlite at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'llvmlite'. No files were found to uninstall.
Attempting uninstall: treelite-runtime
Found existing installation: treelite-runtime 2.3.0
Not uninstalling treelite-runtime at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'treelite-runtime'. No files were found to uninstall.
Attempting uninstall: treelite
Found existing installation: treelite 2.3.0
Not uninstalling treelite at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'treelite'. No files were found to uninstall.
Attempting uninstall: merlin-systems
Found existing installation: merlin-systems 0.5.0+4.g15074ad
Not uninstalling merlin-systems at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'merlin-systems'. No files were found to uninstall.
Successfully installed llvmlite-0.38.1 merlin-systems-0.7.0+40.g48c19e6 treelite-2.4.0 treelite-runtime-2.4.0
test-gpu finish: installpkg /var/jenkins_home/workspace/merlin_systems/systems/.tox/.tmp/package/3/merlin-systems-0.7.0+40.g48c19e6.zip after 13.03 seconds
test-gpu start: envreport
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[22946] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip freeze >.tox/test-gpu/log/test-gpu-0.log
test-gpu finish: envreport after 0.72 seconds
test-gpu installed: absl-py==1.2.0,aiohttp==3.8.1,aiosignal==1.2.0,alabaster==0.7.12,alembic==1.9.0,anyio==3.6.1,argon2-cffi==21.3.0,argon2-cffi-bindings==21.2.0,astroid==2.5.6,asttokens==2.0.8,astunparse==1.6.3,asv==0.5.1,asvdb==0.4.2,async-timeout==4.0.2,attrs==22.1.0,autopage==0.5.1,awscli==1.27.33,Babel==2.10.3,backcall==0.2.0,beautifulsoup4==4.11.1,betterproto==1.2.5,black==22.6.0,bleach==5.0.1,boto3==1.24.75,botocore==1.29.33,Brotli==1.0.9,cachetools==5.2.0,certifi==2019.11.28,cffi==1.15.1,chardet==3.0.4,charset-normalizer==2.1.1,clang==5.0,click==8.1.3,cliff==4.1.0,cloudpickle==2.2.0,cmaes==0.9.0,cmake==3.24.1.1,cmd2==2.4.2,colorama==0.4.4,colorlog==6.7.0,contourpy==1.0.5,coverage==7.0.0,cuda-python==11.7.1,cupy-cuda117==10.6.0,cycler==0.11.0,Cython==0.29.32,dask==2022.1.1,dbus-python==1.2.16,debugpy==1.6.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.5.1,distlib==0.3.6,distributed==2022.5.1,distro==1.7.0,dm-tree==0.1.6,docker-pycreds==0.4.0,docutils==0.16,emoji==1.7.0,entrypoints==0.4,execnet==1.9.0,executing==1.0.0,faiss==1.7.2,faiss-gpu==1.7.2,fastai==2.7.9,fastapi==0.85.0,fastavro==1.6.1,fastcore==1.5.27,fastdownload==0.0.7,fastjsonschema==2.16.1,fastprogress==1.0.3,fastrlock==0.8,feast==0.19.4,fiddle==0.2.2,filelock==3.8.0,flatbuffers==1.12,fonttools==4.37.3,frozenlist==1.3.1,fsspec==2022.5.0,gast==0.4.0,gevent==21.12.0,geventhttpclient==2.0.2,gitdb==4.0.9,GitPython==3.1.27,google==3.0.0,google-api-core==2.10.1,google-auth==2.11.1,google-auth-oauthlib==0.4.6,google-pasta==0.2.0,googleapis-common-protos==1.52.0,graphviz==0.20.1,greenlet==1.1.3,grpcio==1.41.0,grpcio-channelz==1.49.0,grpcio-reflection==1.48.1,grpclib==0.4.3,h11==0.13.0,h2==4.1.0,h5py==3.7.0,HeapDict==1.0.1,horovod==0.26.1,hpack==4.0.0,httptools==0.5.0,hugectr2onnx==0.0.0,huggingface-hub==0.9.1,hyperframe==6.0.1,idna==2.8,imagesize==1.4.1,implicit==0.6.1,importlib-metadata==4.12.0,importlib-resources==5.9.0,iniconfig==1.1.1,ipykernel==6.15.3,ipython==8.5.0,ipython-genutils==0.2.0,ipywidgets==7.7.0,jedi==0.18.1,Jinja2==3.1.2,jmespath==1.0.1,joblib==1.2.0,json5==0.9.10,jsonschema==4.16.0,jupyter-cache==0.4.3,jupyter-core==4.11.1,jupyter-server==1.18.1,jupyter-server-mathjax==0.2.5,jupyter-sphinx==0.3.2,jupyter_client==7.3.5,jupyterlab==3.4.7,jupyterlab-pygments==0.2.2,jupyterlab-widgets==1.1.0,jupyterlab_server==2.15.1,keras==2.9.0,Keras-Preprocessing==1.1.2,kiwisolver==1.4.4,lazy-object-proxy==1.8.0,libclang==14.0.6,libcst==0.4.7,lightfm==1.16,lightgbm==3.3.2,linkify-it-py==1.0.3,llvmlite==0.39.1,locket==1.0.0,lxml==4.9.1,Mako==1.2.4,Markdown==3.4.1,markdown-it-py==1.1.0,MarkupSafe==2.1.1,matplotlib==3.6.0,matplotlib-inline==0.1.6,mdit-py-plugins==0.2.8,merlin-core==0.6.0+1.g5926fcf,merlin-models==0.7.0+11.g280956aa4,merlin-systems==0.7.0+40.g48c19e6,mistune==2.0.4,mmh3==3.0.0,mpi4py==3.1.3,msgpack==1.0.4,multidict==6.0.2,mypy-extensions==0.4.3,myst-nb==0.13.2,myst-parser==0.15.2,natsort==8.1.0,nbclassic==0.4.3,nbclient==0.6.8,nbconvert==7.0.0,nbdime==3.1.1,nbformat==5.5.0,nest-asyncio==1.5.5,ninja==1.10.2.3,notebook==6.4.12,notebook-shim==0.1.0,numba==0.56.2,numpy==1.22.4,nvidia-pyindex==1.0.9,# Editable install with no version control (nvtabular==1.4.0+8.g95e12d347),-e /usr/local/lib/python3.8/dist-packages,nvtx==0.2.5,oauthlib==3.2.1,oldest-supported-numpy==2022.8.16,onnx==1.12.0,onnxruntime==1.11.1,opt-einsum==3.3.0,optuna==3.0.5,packaging==21.3,pandas==1.3.5,pandavro==1.5.2,pandocfilters==1.5.0,parso==0.8.3,partd==1.3.0,pathtools==0.1.2,pbr==5.11.0,pexpect==4.8.0,pickleshare==0.7.5,Pillow==9.2.0,pkgutil_resolve_name==1.3.10,platformdirs==2.5.2,plotly==5.11.0,pluggy==1.0.0,prettytable==3.5.0,prometheus-client==0.14.1,promise==2.3,prompt-toolkit==3.0.31,proto-plus==1.19.6,protobuf==3.19.5,psutil==5.9.2,ptyprocess==0.7.0,pure-eval==0.2.2,py==1.11.0,pyarrow==7.0.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pybind11==2.10.0,pycparser==2.21,pydantic==1.10.2,pydot==1.4.2,Pygments==2.13.0,PyGObject==3.36.0,pynvml==11.4.1,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,pytest==7.1.3,pytest-cov==4.0.0,pytest-xdist==3.1.0,python-apt==2.0.0+ubuntu0.20.4.8,python-dateutil==2.8.2,python-dotenv==0.21.0,python-rapidjson==1.8,pytz==2022.2.1,PyYAML==5.4.1,pyzmq==24.0.0,regex==2022.9.13,requests==2.22.0,requests-oauthlib==1.3.1,requests-unixsocket==0.2.0,rsa==4.7.2,s3fs==2022.2.0,s3transfer==0.6.0,sacremoses==0.0.53,scikit-build==0.15.0,scikit-learn==1.1.2,scipy==1.8.1,seedir==0.3.0,Send2Trash==1.8.0,sentry-sdk==1.9.8,setproctitle==1.3.2,setuptools-scm==7.0.5,shortuuid==1.0.9,six==1.15.0,sklearn==0.0,smmap==5.0.0,sniffio==1.3.0,snowballstemmer==2.2.0,sortedcontainers==2.4.0,soupsieve==2.3.2.post1,Sphinx==5.3.0,sphinx-multiversion==0.2.4,sphinx-togglebutton==0.3.1,sphinx_external_toc==0.3.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-copydirs @ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git@bd8c5d79b3f91cf5f1bb0d6995aeca3fe84b670e,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,SQLAlchemy==1.4.45,stack-data==0.5.0,starlette==0.20.4,stevedore==4.1.1,stringcase==1.2.0,supervisor==4.1.0,tabulate==0.8.10,tblib==1.7.0,tdqm==0.0.1,tenacity==8.0.1,tensorboard==2.9.1,tensorboard-data-server==0.6.1,tensorboard-plugin-wit==1.8.1,tensorflow==2.9.2,tensorflow-estimator==2.9.0,tensorflow-gpu==2.9.2,tensorflow-io-gcs-filesystem==0.27.0,tensorflow-metadata==1.10.0,termcolor==2.0.1,terminado==0.15.0,testbook==0.4.2,threadpoolctl==3.1.0,tinycss2==1.1.1,tokenizers==0.10.3,toml==0.10.2,tomli==2.0.1,toolz==0.12.0,torch==1.12.1+cu113,torchmetrics==0.3.2,tornado==6.2,tox==3.26.0,tqdm==4.64.1,traitlets==5.4.0,transformers==4.12.0,transformers4rec==0.1.12+2.gbcc939255,treelite==2.3.0,treelite-runtime==2.3.0,tritonclient==2.25.0,typing-inspect==0.8.0,typing_extensions==4.3.0,uc-micro-py==1.0.1,urllib3==1.26.12,uvicorn==0.18.3,uvloop==0.17.0,versioneer==0.20,virtualenv==20.16.5,wandb==0.13.3,watchfiles==0.17.0,wcwidth==0.2.5,webencodings==0.5.1,websocket-client==1.4.1,websockets==10.3,Werkzeug==2.2.2,widgetsnbextension==3.6.0,wrapt==1.12.1,xgboost==1.6.2,yarl==1.8.1,zict==2.2.0,zipp==3.8.1,zope.event==4.5.0,zope.interface==5.4.0
test-gpu start: run-test-pre
test-gpu run-test-pre: PYTHONHASHSEED='2030581285'
test-gpu finish: run-test-pre after 0.00 seconds
test-gpu start: run-test
test-gpu run-test: commands[0] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/core.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[22974] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/core.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/core.git@main
Cloning https://github.com/NVIDIA-Merlin/core.git (to revision main) to /tmp/pip-req-build-3e24y1bu
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-req-build-3e24y1bu
Resolved https://github.com/NVIDIA-Merlin/core.git to commit 73c2afc277967015e2f334b8c57a9e8789fa19bd
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>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (2022.3.0)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (1.10.0)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (2022.5.0)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (1.2.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (21.3)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (0.55.1)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (1.3.5)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (2022.3.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (4.64.1)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (7.0.0)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core==0.9.0+19.g73c2afc) (1.2.0)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core==0.9.0+19.g73c2afc) (0.4.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (2.2.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==0.9.0+19.g73c2afc) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (0.12.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==0.9.0+19.g73c2afc) (1.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (8.1.3)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (3.1.2)
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==0.9.0+19.g73c2afc) (2.4.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==0.9.0+19.g73c2afc) (5.8.0)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (1.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>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (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>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (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>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (1.7.0)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core==0.9.0+19.g73c2afc) (65.6.3)
Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core==0.9.0+19.g73c2afc) (1.20.3)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core==0.9.0+19.g73c2afc) (2022.2.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==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (1.52.0)
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==0.9.0+19.g73c2afc) (1.2.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==0.9.0+19.g73c2afc) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core==0.9.0+19.g73c2afc) (1.15.0)
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==0.9.0+19.g73c2afc) (1.0.1)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (4.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (2.1.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==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (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.9.0+19.g73c2afc-py3-none-any.whl size=119766 sha256=966155804580aab333baaed9afb883996aabea606153ddf5b2ee0cc639b993ee
Stored in directory: /tmp/pip-ephem-wheel-cache-sub0xq7c/wheels/4a/24/80/615553b06d49b302c4b8810e336b52879003bea0884cdfcba8
Successfully built merlin-core
Installing collected packages: merlin-core
Attempting uninstall: merlin-core
Found existing installation: merlin-core 0.3.0+12.g78ecddd
Not uninstalling merlin-core at /var/jenkins_home/.local/lib/python3.8/site-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'merlin-core'. No files were found to uninstall.
Successfully installed merlin-core-0.9.0+19.g73c2afc
test-gpu run-test: commands[1] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/NVTabular.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[23080] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/NVTabular.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/NVTabular.git@main
Cloning https://github.com/NVIDIA-Merlin/NVTabular.git (to revision main) to /tmp/pip-req-build-w9mxhl0d
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/NVTabular.git /tmp/pip-req-build-w9mxhl0d
Resolved https://github.com/NVIDIA-Merlin/NVTabular.git to commit 985510ef0f529aa54a8ac29414d3ed71542c4c62
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'
Collecting merlin-dataloader>=0.0.2
Downloading merlin-dataloader-0.0.3.tar.gz (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB 1.6 MB/s eta 0:00:00
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: scipy in /usr/local/lib/python3.8/dist-packages (from nvtabular==1.6.0+22.g985510ef) (1.8.1)
Requirement already satisfied: merlin-core>=0.2.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from nvtabular==1.6.0+22.g985510ef) (0.9.0+19.g73c2afc)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.3.0)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.10.0)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.5.0)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (21.3)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.55.1)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.3.5)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.3.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (4.64.1)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (7.0.0)
Requirement already satisfied: numpy<1.25.0,>=1.17.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (from scipy->nvtabular==1.6.0+22.g985510ef) (1.20.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.0)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.4.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.2.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.12.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (8.1.3)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (3.1.2)
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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.4.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (5.8.0)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.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>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.7.0)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (65.6.3)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.2.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.52.0)
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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.15.0)
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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.0.1)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (4.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.1.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (6.0.1)
Building wheels for collected packages: nvtabular, merlin-dataloader
Building wheel for nvtabular (pyproject.toml): started
Building wheel for nvtabular (pyproject.toml): finished with status 'done'
Created wheel for nvtabular: filename=nvtabular-1.6.0+22.g985510ef-cp38-cp38-linux_x86_64.whl size=257120 sha256=80ab80fb12fe9b4f27fb9eb1f6330a7c6793306f5f0669bc03af7ebef18f58fb
Stored in directory: /tmp/pip-ephem-wheel-cache-9xki4qu_/wheels/da/ae/05/3df62c8edf81ff2abc120b4a7e58f2cc3ed90cbacbdcd80ca1
Building wheel for merlin-dataloader (pyproject.toml): started
Building wheel for merlin-dataloader (pyproject.toml): finished with status 'done'
Created wheel for merlin-dataloader: filename=merlin_dataloader-0.0.3-py3-none-any.whl size=37647 sha256=f636c1faedce317dc4c332addc2b3e0e3744a3d8b923ad82dd16a267e2f5add1
Stored in directory: /tmp/pip-ephem-wheel-cache-9xki4qu_/wheels/1c/a3/4a/0feebb30e0c8cb7ba7046544390b43c7017a2195232f5305a1
Successfully built nvtabular merlin-dataloader
Installing collected packages: merlin-dataloader, nvtabular
Attempting uninstall: nvtabular
Found existing installation: nvtabular 1.1.1
Not uninstalling nvtabular at /var/jenkins_home/.local/lib/python3.8/site-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'nvtabular'. No files were found to uninstall.
Successfully installed merlin-dataloader-0.0.3 nvtabular-1.6.0+22.g985510ef
test-gpu run-test: commands[2] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/models.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[23312] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/models.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/models.git@main
Cloning https://github.com/NVIDIA-Merlin/models.git (to revision main) to /tmp/pip-req-build-vkug65o2
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/models.git /tmp/pip-req-build-vkug65o2
Resolved https://github.com/NVIDIA-Merlin/models.git to commit 130c103be37a1817dd044110a5629baf28c841f1
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: merlin-dataloader>=0.0.2 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-models==0.9.0+72.g130c103b) (0.0.3)
Requirement already satisfied: merlin-core>=0.2.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-models==0.9.0+72.g130c103b) (0.9.0+19.g73c2afc)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.3.0)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.10.0)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.5.0)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (21.3)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.55.1)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.3.5)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.3.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (4.64.1)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (7.0.0)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.0)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.4.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.2.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.12.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (8.1.3)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (3.1.2)
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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.4.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (5.8.0)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.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>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.7.0)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (65.6.3)
Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.20.3)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.2.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.52.0)
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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.15.0)
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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.0.1)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (4.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.1.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (6.0.1)
Building wheels for collected packages: merlin-models
Building wheel for merlin-models (pyproject.toml): started
Building wheel for merlin-models (pyproject.toml): finished with status 'done'
Created wheel for merlin-models: filename=merlin_models-0.9.0+72.g130c103b-py3-none-any.whl size=357462 sha256=336fdc8c80455b07023a64ff1f4ee7889f49c85ee6ede45c73c6675bd5598bde
Stored in directory: /tmp/pip-ephem-wheel-cache-8ohc4v88/wheels/55/e2/00/57e02daae651060c6e1ddc0076356164f575c01132a7982c56
Successfully built merlin-models
Installing collected packages: merlin-models
Attempting uninstall: merlin-models
Found existing installation: merlin-models 0.7.0+11.g280956aa4
Not uninstalling merlin-models at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'merlin-models'. No files were found to uninstall.
Successfully installed merlin-models-0.9.0+72.g130c103b
test-gpu run-test: commands[3] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[23425] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/dataloader.git@main
Cloning https://github.com/NVIDIA-Merlin/dataloader.git (to revision main) to /tmp/pip-req-build-yp38ant3
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/dataloader.git /tmp/pip-req-build-yp38ant3
Resolved https://github.com/NVIDIA-Merlin/dataloader.git to commit d4e6c1bd9eaaaaca87b336a5da835cb5e0bc5df3
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: merlin-core>=0.8.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-dataloader==0.0.2+28.gd4e6c1b) (0.9.0+19.g73c2afc)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.3.0)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.10.0)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.5.0)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (21.3)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.55.1)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.3.5)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.3.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (4.64.1)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (7.0.0)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.0)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.4.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.2.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.12.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (8.1.3)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (3.1.2)
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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.4.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (5.8.0)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.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>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.7.0)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (65.6.3)
Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.20.3)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.2.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.52.0)
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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.15.0)
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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.0.1)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (4.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.1.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (6.0.1)
Building wheels for collected packages: merlin-dataloader
Building wheel for merlin-dataloader (pyproject.toml): started
Building wheel for merlin-dataloader (pyproject.toml): finished with status 'done'
Created wheel for merlin-dataloader: filename=merlin_dataloader-0.0.2+28.gd4e6c1b-py3-none-any.whl size=41443 sha256=1b138b4470a9646a401dbba28e182dac213442abc887778adabb7ad7aa85a67b
Stored in directory: /tmp/pip-ephem-wheel-cache-72kr7at1/wheels/3c/65/5a/7e45ca852dd5a9a9a9e941483dc8ae801eb6c824e2152a716c
Successfully built merlin-dataloader
Installing collected packages: merlin-dataloader
Attempting uninstall: merlin-dataloader
Found existing installation: merlin-dataloader 0.0.3
Uninstalling merlin-dataloader-0.0.3:
Successfully uninstalled merlin-dataloader-0.0.3
Successfully installed merlin-dataloader-0.0.2+28.gd4e6c1b
test-gpu run-test: commands[4] | python -m pip install .
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[23541] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install .
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Processing /var/jenkins_home/workspace/merlin_systems/systems
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: requests<3,>=2.10 in /usr/lib/python3/dist-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.22.0)
Requirement already satisfied: nvtabular>=1.0.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (1.6.0+22.g985510ef)
Requirement already satisfied: treelite==2.4.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.4.0)
Requirement already satisfied: merlin-core>=0.2.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (0.9.0+19.g73c2afc)
Requirement already satisfied: treelite-runtime==2.4.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.4.0)
Requirement already satisfied: numpy in /var/jenkins_home/.local/lib/python3.8/site-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.20.3)
Requirement already satisfied: scipy in /usr/local/lib/python3.8/dist-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.8.1)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.10.0)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.5.0)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (21.3)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.55.1)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.3.5)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.64.1)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (7.0.0)
Requirement already satisfied: merlin-dataloader>=0.0.2 in ./.tox/test-gpu/lib/python3.8/site-packages (from nvtabular>=1.0.0->merlin-systems==0.7.0+40.g48c19e6) (0.0.2+28.gd4e6c1b)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.0)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.4.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.12.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (8.1.3)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.1.2)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.4.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.8.0)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.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>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.7.0)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (65.6.3)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.52.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.15.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.0.1)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from jinja2->distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.1.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (6.0.1)
Building wheels for collected packages: merlin-systems
Building wheel for merlin-systems (pyproject.toml): started
Building wheel for merlin-systems (pyproject.toml): finished with status 'done'
Created wheel for merlin-systems: filename=merlin_systems-0.7.0+40.g48c19e6-py3-none-any.whl size=140007 sha256=c2daf064c9da3a9715610ede44c1ccaa41fee0a4451af443aad122d2f5c5e458
Stored in directory: /tmp/pip-ephem-wheel-cache-ml1pvjcm/wheels/20/f3/c7/f7c2f6c257e882a60cdd173901b8757359446cf94a453e0811
Successfully built merlin-systems
Installing collected packages: merlin-systems
Attempting uninstall: merlin-systems
Found existing installation: merlin-systems 0.7.0+40.g48c19e6
Uninstalling merlin-systems-0.7.0+40.g48c19e6:
Successfully uninstalled merlin-systems-0.7.0+40.g48c19e6
Successfully installed merlin-systems-0.7.0+40.g48c19e6
test-gpu run-test: commands[5] | python -m pytest -rxs tests/unit
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[23653] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pytest -rxs tests/unit
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.3, pluggy-1.0.0
cachedir: .tox/test-gpu/.pytest_cache
rootdir: /var/jenkins_home/workspace/merlin_systems/systems, configfile: pytest.ini
plugins: anyio-3.5.0, cov-4.0.0, xdist-3.1.0
collected 107 items / 1 skipped

tests/unit/systems/dag/test_column.py . [ 0%]
tests/unit/systems/dag/test_dict_array.py ... [ 3%]
tests/unit/systems/dag/test_ensemble.py . [ 4%]
tests/unit/systems/dag/test_executors.py ... [ 7%]
tests/unit/systems/dag/test_graph.py .. [ 9%]
tests/unit/systems/dag/test_model_registry.py .. [ 11%]
tests/unit/systems/dag/test_op_runner.py .... [ 14%]
tests/unit/systems/dag/ops/test_ops.py .F [ 16%]
tests/unit/systems/dag/runtimes/local/ops/fil/test_lightgbm.py .. [ 18%]
tests/unit/systems/dag/runtimes/local/ops/fil/test_sklearn.py .. [ 20%]
tests/unit/systems/dag/runtimes/local/ops/fil/test_xgboost.py .. [ 22%]
tests/unit/systems/dag/runtimes/local/ops/nvtabular/test_ensemble.py . [ 23%]
tests/unit/systems/dag/runtimes/local/ops/tensorflow/test_ensemble.py .. [ 25%]
.. [ 27%]
tests/unit/systems/dag/runtimes/local/ops/torch/test_op.py .... [ 30%]
tests/unit/systems/dag/runtimes/triton/test_export.py . [ 31%]
tests/unit/systems/dag/runtimes/triton/test_triton.py FF [ 33%]
tests/unit/systems/dag/runtimes/triton/ops/fil/test_ensemble.py . [ 34%]
tests/unit/systems/dag/runtimes/triton/ops/fil/test_lightgbm_triton.py ERROR: Got SIGTERM, handling it as a KeyboardInterrupt
ERROR: got KeyboardInterrupt signal
Build was aborted
Aborted by �[8mha:////4K4GEn4Qce1FuoxeaQlMDQWh44+blmg3CeEZ3q4W6VxeAAAAmR+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZe/dLi1CL90rzsvPzyPAATbMabwgAAAA==�[0munknown
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[workspace] $ /bin/bash /tmp/jenkins2959870459996227926.sh

@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-260

@karlhigley
Copy link
Contributor

rerun tests

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #260 of commit 48c19e6666386506514ac4f784f76022f56b7590, no merge conflicts.
GitHub pull request #260 of commit 48c19e6666386506514ac4f784f76022f56b7590, no merge conflicts.
Running as SYSTEM
Setting status of 48c19e6666386506514ac4f784f76022f56b7590 to PENDING with url http://merlin-infra1.nvidia.com:8080/job/merlin_systems/634/ and message: 'Pending'
Using context: Jenkins
Building on the built-in node in workspace /var/jenkins_home/jobs/merlin_systems/workspace
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/260/*:refs/remotes/origin/pr/260/* # timeout=10
 > git rev-parse 48c19e6666386506514ac4f784f76022f56b7590^{commit} # timeout=10
Checking out Revision 48c19e6666386506514ac4f784f76022f56b7590 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48c19e6666386506514ac4f784f76022f56b7590 # timeout=10
Commit message: "moved all triton tests into runtime triton folder"
 > git rev-list --no-walk 48c19e6666386506514ac4f784f76022f56b7590 # timeout=10
[workspace] $ /bin/bash /tmp/jenkins1704316914800162764.sh
PYTHONPATH=:/usr/local/lib/python3.8/dist-packages/:/usr/local/hugectr/lib:/var/jenkins_home/workspace/merlin_systems/systems
using tox.ini: /var/jenkins_home/workspace/merlin_systems/systems/tox.ini (pid 29520)
  removing /var/jenkins_home/workspace/merlin_systems/systems/.tox/log
using tox-3.26.0 from /usr/local/lib/python3.8/dist-packages/tox/__init__.py (pid 29520)
GLOB start: packaging 
GLOB sdist-make: /var/jenkins_home/workspace/merlin_systems/systems/setup.py
  removing /var/jenkins_home/workspace/merlin_systems/systems/.tox/dist
[29528] /var/jenkins_home/workspace/merlin_systems/systems$ /usr/bin/python3 setup.py sdist --formats=zip --dist-dir .tox/dist >.tox/log/GLOB-0.log
running sdist
running egg_info
writing merlin_systems.egg-info/PKG-INFO
writing dependency_links to merlin_systems.egg-info/dependency_links.txt
writing requirements to merlin_systems.egg-info/requires.txt
writing top-level names to merlin_systems.egg-info/top_level.txt
package init file 'merlin/__init__.py' not found (or not a regular file)
package init file 'merlin/legacy/__init__.py' not found (or not a regular file)
package init file 'merlin/legacy/inference/__init__.py' not found (or not a regular file)
package init file 'merlin/legacy/inference/triton/__init__.py' not found (or not a regular file)
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.proto' under directory 'merlin'
warning: no files found matching 'merlin/core/_version.py'
writing manifest file 'merlin_systems.egg-info/SOURCES.txt'
running check
warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too

creating merlin-systems-0.7.0+40.g48c19e6
creating merlin-systems-0.7.0+40.g48c19e6/.github
creating merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
creating merlin-systems-0.7.0+40.g48c19e6/.github/workflows
creating merlin-systems-0.7.0+40.g48c19e6/ci
creating merlin-systems-0.7.0+40.g48c19e6/conda
creating merlin-systems-0.7.0+40.g48c19e6/conda/recipes
creating merlin-systems-0.7.0+40.g48c19e6/docs
creating merlin-systems-0.7.0+40.g48c19e6/docs/source
creating merlin-systems-0.7.0+40.g48c19e6/docs/source/_static
creating merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates
creating merlin-systems-0.7.0+40.g48c19e6/examples
creating merlin-systems-0.7.0+40.g48c19e6/merlin
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
creating merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
creating merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
creating merlin-systems-0.7.0+40.g48c19e6/requirements
creating merlin-systems-0.7.0+40.g48c19e6/tests
creating merlin-systems-0.7.0+40.g48c19e6/tests/integration
creating merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
creating merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch
creating merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
creating merlin-systems-0.7.0+40.g48c19e6/tests/version
copying files to merlin-systems-0.7.0+40.g48c19e6...
copying .gitignore -> merlin-systems-0.7.0+40.g48c19e6
copying .pre-commit-config.yaml -> merlin-systems-0.7.0+40.g48c19e6
copying .pylintrc -> merlin-systems-0.7.0+40.g48c19e6
copying CLA.md -> merlin-systems-0.7.0+40.g48c19e6
copying CONTRIBUTING.md -> merlin-systems-0.7.0+40.g48c19e6
copying LICENSE -> merlin-systems-0.7.0+40.g48c19e6
copying MANIFEST.in -> merlin-systems-0.7.0+40.g48c19e6
copying README.md -> merlin-systems-0.7.0+40.g48c19e6
copying pyproject.toml -> merlin-systems-0.7.0+40.g48c19e6
copying pytest.ini -> merlin-systems-0.7.0+40.g48c19e6
copying setup.cfg -> merlin-systems-0.7.0+40.g48c19e6
copying setup.py -> merlin-systems-0.7.0+40.g48c19e6
copying tox.ini -> merlin-systems-0.7.0+40.g48c19e6
copying versioneer.py -> merlin-systems-0.7.0+40.g48c19e6
copying .github/release-drafter.yml -> merlin-systems-0.7.0+40.g48c19e6/.github
copying .github/ISSUE_TEMPLATE/bug-report.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/documentation-request.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/feature-request.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/submit-question.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/ISSUE_TEMPLATE/task.md -> merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE
copying .github/workflows/cpu-ci.yml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/docs-preview-pr.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/docs-remove-stale-reviews.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/docs-sched-rebuild.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/lint.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/release-drafter.yml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/require-label.yaml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying .github/workflows/triage.yml -> merlin-systems-0.7.0+40.g48c19e6/.github/workflows
copying ci/ignore_codespell_words.txt -> merlin-systems-0.7.0+40.g48c19e6/ci
copying ci/pr.gpu.Jenkinsfile -> merlin-systems-0.7.0+40.g48c19e6/ci
copying ci/test_unit.sh -> merlin-systems-0.7.0+40.g48c19e6/ci
copying conda/recipes/meta.yaml -> merlin-systems-0.7.0+40.g48c19e6/conda/recipes
copying docs/Makefile -> merlin-systems-0.7.0+40.g48c19e6/docs
copying docs/README.md -> merlin-systems-0.7.0+40.g48c19e6/docs
copying docs/make.bat -> merlin-systems-0.7.0+40.g48c19e6/docs
copying docs/source/api.rst -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/conf.py -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/index.rst -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/toc.yaml -> merlin-systems-0.7.0+40.g48c19e6/docs/source
copying docs/source/_static/.gitkeep -> merlin-systems-0.7.0+40.g48c19e6/docs/source/_static
copying docs/source/_templates/versions.html -> merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates
copying examples/README.md -> merlin-systems-0.7.0+40.g48c19e6/examples
copying examples/Serving-An-Implicit-Model-With-Merlin-Systems.ipynb -> merlin-systems-0.7.0+40.g48c19e6/examples
copying examples/Serving-An-XGboost-Model-With-Merlin-Systems.ipynb -> merlin-systems-0.7.0+40.g48c19e6/examples
copying examples/Serving-Ranking-Models-With-Merlin-Systems.ipynb -> merlin-systems-0.7.0+40.g48c19e6/examples
copying merlin/systems/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems
copying merlin/systems/_version.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems
copying merlin/systems/model_registry.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems
copying merlin/systems/dag/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/dictarray.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/node.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/op_runner.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag
copying merlin/systems/dag/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/compat.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/faiss.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/feast.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/fil.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/implicit.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/operator.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/pytorch.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/session_filter.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/softmax_sampling.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/tensorflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/unroll_features.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/ops/workflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops
copying merlin/systems/dag/runtimes/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes
copying merlin/systems/dag/runtimes/base_runtime.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes
copying merlin/systems/dag/runtimes/triton/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton
copying merlin/systems/dag/runtimes/triton/runtime.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton
copying merlin/systems/dag/runtimes/triton/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/fil.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/operator.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/pytorch.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/tensorflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/dag/runtimes/triton/ops/workflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops
copying merlin/systems/triton/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/conversions.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/export.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/utils.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton
copying merlin/systems/triton/models/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/executor_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/oprunner_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/pytorch_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/triton/models/workflow_model.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models
copying merlin/systems/workflow/init.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/base.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/hugectr.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/pytorch.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin/systems/workflow/tensorflow.py -> merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow
copying merlin_systems.egg-info/PKG-INFO -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/SOURCES.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/dependency_links.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/not-zip-safe -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/requires.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying merlin_systems.egg-info/top_level.txt -> merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info
copying requirements/base.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/dev.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/docs.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/gpu.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/test-cpu.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/test-gpu.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying requirements/test.txt -> merlin-systems-0.7.0+40.g48c19e6/requirements
copying tests/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests
copying tests/conftest.py -> merlin-systems-0.7.0+40.g48c19e6/tests
copying tests/integration/examples/test_serving_an_implicit_model_with_merlin_systems.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
copying tests/integration/examples/test_serving_an_xgboost_model_with_merlin_systems.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
copying tests/integration/examples/test_serving_ranking_models_with_merlin_systems.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples
copying tests/integration/t4r/test_pytorch_backend.py -> merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r
copying tests/unit/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit
copying tests/unit/systems/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems
copying tests/unit/systems/dag/test_column.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_dict_array.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_executors.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_graph.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_model_registry.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/test_op_runner.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag
copying tests/unit/systems/dag/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops
copying tests/unit/systems/dag/ops/test_ops.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops
copying tests/unit/systems/dag/runtimes/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes
copying tests/unit/systems/dag/runtimes/local/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local
copying tests/unit/systems/dag/runtimes/local/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops
copying tests/unit/systems/dag/runtimes/local/ops/fil/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/fil/test_lightgbm.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/fil/test_sklearn.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/fil/test_xgboost.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil
copying tests/unit/systems/dag/runtimes/local/ops/nvtabular/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular
copying tests/unit/systems/dag/runtimes/local/ops/nvtabular/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular
copying tests/unit/systems/dag/runtimes/local/ops/tensorflow/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow
copying tests/unit/systems/dag/runtimes/local/ops/tensorflow/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow
copying tests/unit/systems/dag/runtimes/local/ops/torch/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch
copying tests/unit/systems/dag/runtimes/local/ops/torch/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch
copying tests/unit/systems/dag/runtimes/triton/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
copying tests/unit/systems/dag/runtimes/triton/test_export.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
copying tests/unit/systems/dag/runtimes/triton/test_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton
copying tests/unit/systems/dag/runtimes/triton/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops
copying tests/unit/systems/dag/runtimes/triton/ops/faiss/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss
copying tests/unit/systems/dag/runtimes/triton/ops/faiss/test_executor.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss
copying tests/unit/systems/dag/runtimes/triton/ops/fil/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_lightgbm_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_sklearn_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/fil/test_xgboost_triton.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil
copying tests/unit/systems/dag/runtimes/triton/ops/implicit/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
copying tests/unit/systems/dag/runtimes/triton/ops/implicit/test_executor.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
copying tests/unit/systems/dag/runtimes/triton/ops/implicit/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit
copying tests/unit/systems/dag/runtimes/triton/ops/tf/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf
copying tests/unit/systems/dag/runtimes/triton/ops/tf/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf
copying tests/unit/systems/dag/runtimes/triton/ops/torch/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch
copying tests/unit/systems/dag/runtimes/triton/ops/torch/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch
copying tests/unit/systems/dag/runtimes/triton/ops/workflow/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
copying tests/unit/systems/dag/runtimes/triton/ops/workflow/test_ensemble.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
copying tests/unit/systems/dag/runtimes/triton/ops/workflow/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow
copying tests/unit/systems/ops/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops
copying tests/unit/systems/ops/feast/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast
copying tests/unit/systems/ops/feast/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast
copying tests/unit/systems/ops/fil/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
copying tests/unit/systems/ops/fil/test_forest.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
copying tests/unit/systems/ops/fil/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil
copying tests/unit/systems/ops/implicit/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit
copying tests/unit/systems/ops/implicit/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit
copying tests/unit/systems/ops/nvtabular/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular
copying tests/unit/systems/ops/tf/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf
copying tests/unit/systems/ops/tf/test_op.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf
copying tests/unit/systems/ops/torch/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch
copying tests/unit/systems/utils/init.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/unit/systems/utils/ops.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/unit/systems/utils/tf.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/unit/systems/utils/torch.py -> merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils
copying tests/version/test_version.py -> merlin-systems-0.7.0+40.g48c19e6/tests/version
Writing merlin-systems-0.7.0+40.g48c19e6/setup.cfg
UPDATING merlin-systems-0.7.0+40.g48c19e6/merlin/systems/_version.py
set merlin-systems-0.7.0+40.g48c19e6/merlin/systems/_version.py to '0.7.0+40.g48c19e6'
creating '.tox/dist/merlin-systems-0.7.0+40.g48c19e6.zip' and adding 'merlin-systems-0.7.0+40.g48c19e6' to it
adding 'merlin-systems-0.7.0+40.g48c19e6'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests'
adding 'merlin-systems-0.7.0+40.g48c19e6/conda'
adding 'merlin-systems-0.7.0+40.g48c19e6/CLA.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/LICENSE'
adding 'merlin-systems-0.7.0+40.g48c19e6/setup.cfg'
adding 'merlin-systems-0.7.0+40.g48c19e6/README.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/setup.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/pytest.ini'
adding 'merlin-systems-0.7.0+40.g48c19e6/CONTRIBUTING.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.pylintrc'
adding 'merlin-systems-0.7.0+40.g48c19e6/pyproject.toml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.gitignore'
adding 'merlin-systems-0.7.0+40.g48c19e6/MANIFEST.in'
adding 'merlin-systems-0.7.0+40.g48c19e6/tox.ini'
adding 'merlin-systems-0.7.0+40.g48c19e6/PKG-INFO'
adding 'merlin-systems-0.7.0+40.g48c19e6/versioneer.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/.pre-commit-config.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci/test_unit.sh'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci/pr.gpu.Jenkinsfile'
adding 'merlin-systems-0.7.0+40.g48c19e6/ci/ignore_codespell_words.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/dependency_links.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/top_level.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/SOURCES.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/not-zip-safe'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/requires.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin_systems.egg-info/PKG-INFO'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/README.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/make.bat'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/Makefile'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_static'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/conf.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/api.rst'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/index.rst'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/toc.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_templates/versions.html'
adding 'merlin-systems-0.7.0+40.g48c19e6/docs/source/_static/.gitkeep'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/release-drafter.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/submit-question.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/documentation-request.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/feature-request.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/task.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/ISSUE_TEMPLATE/bug-report.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/cpu-ci.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/triage.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/release-drafter.yml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/lint.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/docs-sched-rebuild.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/docs-remove-stale-reviews.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/require-label.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/.github/workflows/docs-preview-pr.yaml'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/_version.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/model_registry.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/export.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/utils.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/conversions.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/oprunner_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/workflow_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/pytorch_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/executor_model.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/triton/models/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/node.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/op_runner.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/dictarray.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/base_runtime.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/runtime.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/tensorflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/workflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/pytorch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/operator.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/fil.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/runtimes/triton/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/implicit.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/tensorflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/workflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/pytorch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/compat.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/faiss.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/operator.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/feast.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/unroll_features.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/fil.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/session_filter.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/softmax_sampling.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/dag/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/tensorflow.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/base.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/hugectr.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/pytorch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/merlin/systems/workflow/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/test-gpu.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/gpu.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/base.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/dev.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/docs.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/test-cpu.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/requirements/test.txt'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/README.md'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/Serving-An-XGboost-Model-With-Merlin-Systems.ipynb'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/Serving-Ranking-Models-With-Merlin-Systems.ipynb'
adding 'merlin-systems-0.7.0+40.g48c19e6/examples/Serving-An-Implicit-Model-With-Merlin-Systems.ipynb'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/version'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/conftest.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/t4r/test_pytorch_backend.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples/test_serving_ranking_models_with_merlin_systems.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples/test_serving_an_implicit_model_with_merlin_systems.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/integration/examples/test_serving_an_xgboost_model_with_merlin_systems.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_executors.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_op_runner.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_model_registry.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_column.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_dict_array.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/test_graph.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/test_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/test_export.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss/test_executor.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/faiss/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_lightgbm_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_xgboost_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_sklearn_triton.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/fil/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit/test_executor.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/implicit/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/torch/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/tf/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/triton/ops/workflow/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/tensorflow/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/test_sklearn.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/test_lightgbm.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/test_xgboost.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/fil/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/torch/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular/test_ensemble.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/runtimes/local/ops/nvtabular/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops/test_ops.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/dag/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/tf.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/torch.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/ops.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/utils/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/feast/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil/test_forest.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/fil/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/implicit/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/torch/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/tf/test_op.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/unit/systems/ops/nvtabular/init.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/tests/version/test_version.py'
adding 'merlin-systems-0.7.0+40.g48c19e6/conda/recipes'
adding 'merlin-systems-0.7.0+40.g48c19e6/conda/recipes/meta.yaml'
removing 'merlin-systems-0.7.0+40.g48c19e6' (and everything under it)

GLOB finish: packaging after 0.86 seconds
copying new sdistfile to '/var/jenkins_home/workspace/merlin_systems/systems/.tox/distshare/merlin-systems-0.7.0+40.g48c19e6.zip'
package .tmp/package/4/merlin-systems-0.7.0+40.g48c19e6.zip links to dist/merlin-systems-0.7.0+40.g48c19e6.zip (/var/jenkins_home/workspace/merlin_systems/systems/.tox)
/usr/bin/python3 (/usr/bin/python3) is {'executable': '/usr/bin/python3', 'implementation': 'CPython', 'version_info': [3, 8, 10, 'final', 0], 'version': '3.8.10 (default, Jun 22 2022, 20:18:18) \n[GCC 9.4.0]', 'is_64': True, 'sysplatform': 'linux', 'os_sep': '/', 'extra_version_info': None}
test-gpu uses /usr/bin/python3
test-gpu start: getenv /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
test-gpu cannot reuse: -r flag
test-gpu recreate: /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
removing /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29546] /var/jenkins_home/workspace/merlin_systems/systems/.tox$ /usr/bin/python3 -m virtualenv --system-site-packages --no-download --python /usr/bin/python3 test-gpu
created virtual environment CPython3.8.10.final.0-64 in 204ms
creator CPython3Posix(dest=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu, clear=False, no_vcs_ignore=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/var/jenkins_home/.local/share/virtualenv)
added seed packages: pip==22.3.1, setuptools==65.6.3, wheel==0.38.4
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
test-gpu installdeps: pytest, pytest-cov
WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29553] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install pytest pytest-cov
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: pytest in /usr/local/lib/python3.8/dist-packages (7.1.3)
Requirement already satisfied: pytest-cov in /usr/local/lib/python3.8/dist-packages (4.0.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from pytest) (21.3)
Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.8/dist-packages (from pytest) (22.1.0)
Requirement already satisfied: iniconfig in /usr/local/lib/python3.8/dist-packages (from pytest) (1.1.1)
Requirement already satisfied: tomli>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from pytest) (2.0.1)
Requirement already satisfied: py>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from pytest) (1.11.0)
Requirement already satisfied: pluggy<2.0,>=0.12 in /usr/local/lib/python3.8/dist-packages (from pytest) (1.0.0)
Requirement already satisfied: coverage[toml]>=5.2.1 in /usr/local/lib/python3.8/dist-packages (from pytest-cov) (7.0.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->pytest) (3.0.9)
test-gpu finish: getenv /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu after 4.17 seconds
test-gpu start: installpkg /var/jenkins_home/workspace/merlin_systems/systems/.tox/.tmp/package/4/merlin-systems-0.7.0+40.g48c19e6.zip
test-gpu inst: /var/jenkins_home/workspace/merlin_systems/systems/.tox/.tmp/package/4/merlin-systems-0.7.0+40.g48c19e6.zip
write config to /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/.tox-config1 as 'c78dac41792167274ef40c7bc3966e82651aa36138450f6e5f8afd783dd38a81 /usr/bin/python3\n3.26.0 1 0 0\n00000000000000000000000000000000 pytest\n00000000000000000000000000000000 pytest-cov'
WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29559] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --exists-action w .tox/.tmp/package/4/merlin-systems-0.7.0+40.g48c19e6.zip
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Processing ./.tox/.tmp/package/4/merlin-systems-0.7.0+40.g48c19e6.zip
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'
Collecting treelite-runtime==2.4.0
Downloading treelite_runtime-2.4.0-py3-none-manylinux2014_x86_64.whl (191 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 191.5/191.5 kB 3.2 MB/s eta 0:00:00
Requirement already satisfied: nvtabular>=1.0.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (1.1.1)
Requirement already satisfied: merlin-core>=0.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (0.3.0+12.g78ecddd)
Requirement already satisfied: requests<3,>=2.10 in /usr/lib/python3/dist-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.22.0)
Collecting treelite==2.4.0
Downloading treelite-2.4.0-py3-none-manylinux2014_x86_64.whl (852 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 852.7/852.7 kB 13.4 MB/s eta 0:00:00
Requirement already satisfied: numpy in /var/jenkins_home/.local/lib/python3.8/site-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.20.3)
Requirement already satisfied: scipy in /usr/local/lib/python3.8/dist-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.8.1)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.10.0)
Requirement already satisfied: dask>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.3.5)
Requirement already satisfied: distributed>=2021.11.2 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.64.1)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (21.3)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (7.0.0)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.19.5)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.55.1)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.4.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.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>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.4.1)
Requirement already satisfied: fsspec>=0.6.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from dask>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.5.0)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.12.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (8.1.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (6.1)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.8.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.7.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.0.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.4.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2021.11.2->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.0.4)
Collecting llvmlite<0.39,>=0.38.0rc1
Downloading llvmlite-0.38.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 71.1 MB/s eta 0:00:00
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (65.6.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.52.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.15.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.1.0)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.1.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.0.0)
Building wheels for collected packages: merlin-systems
Building wheel for merlin-systems (pyproject.toml): started
Building wheel for merlin-systems (pyproject.toml): finished with status 'done'
Created wheel for merlin-systems: filename=merlin_systems-0.7.0+40.g48c19e6-py3-none-any.whl size=100699 sha256=b1294ad98b558c9c525fbed275470c316e5dc9a2f37fcc89ef19b7d1a055d34d
Stored in directory: /tmp/pip-ephem-wheel-cache-5v6f1nge/wheels/c6/5f/c2/50266fe74077371952fe8de7615023974eba4fe16bf2b0a3a7
Successfully built merlin-systems
Installing collected packages: llvmlite, treelite-runtime, treelite, merlin-systems
Attempting uninstall: llvmlite
Found existing installation: llvmlite 0.39.1
Not uninstalling llvmlite at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'llvmlite'. No files were found to uninstall.
Attempting uninstall: treelite-runtime
Found existing installation: treelite-runtime 2.3.0
Not uninstalling treelite-runtime at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'treelite-runtime'. No files were found to uninstall.
Attempting uninstall: treelite
Found existing installation: treelite 2.3.0
Not uninstalling treelite at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'treelite'. No files were found to uninstall.
Attempting uninstall: merlin-systems
Found existing installation: merlin-systems 0.5.0+4.g15074ad
Not uninstalling merlin-systems at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'merlin-systems'. No files were found to uninstall.
Successfully installed llvmlite-0.38.1 merlin-systems-0.7.0+40.g48c19e6 treelite-2.4.0 treelite-runtime-2.4.0
test-gpu finish: installpkg /var/jenkins_home/workspace/merlin_systems/systems/.tox/.tmp/package/4/merlin-systems-0.7.0+40.g48c19e6.zip after 13.08 seconds
test-gpu start: envreport
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29580] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip freeze >.tox/test-gpu/log/test-gpu-0.log
test-gpu finish: envreport after 0.72 seconds
test-gpu installed: absl-py==1.2.0,aiohttp==3.8.1,aiosignal==1.2.0,alabaster==0.7.12,alembic==1.9.0,anyio==3.6.1,argon2-cffi==21.3.0,argon2-cffi-bindings==21.2.0,astroid==2.5.6,asttokens==2.0.8,astunparse==1.6.3,asv==0.5.1,asvdb==0.4.2,async-timeout==4.0.2,attrs==22.1.0,autopage==0.5.1,awscli==1.27.33,Babel==2.10.3,backcall==0.2.0,beautifulsoup4==4.11.1,betterproto==1.2.5,black==22.6.0,bleach==5.0.1,boto3==1.24.75,botocore==1.29.33,Brotli==1.0.9,cachetools==5.2.0,certifi==2019.11.28,cffi==1.15.1,chardet==3.0.4,charset-normalizer==2.1.1,clang==5.0,click==8.1.3,cliff==4.1.0,cloudpickle==2.2.0,cmaes==0.9.0,cmake==3.24.1.1,cmd2==2.4.2,colorama==0.4.4,colorlog==6.7.0,contourpy==1.0.5,coverage==7.0.0,cuda-python==11.7.1,cupy-cuda117==10.6.0,cycler==0.11.0,Cython==0.29.32,dask==2022.1.1,dbus-python==1.2.16,debugpy==1.6.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.5.1,distlib==0.3.6,distributed==2022.5.1,distro==1.7.0,dm-tree==0.1.6,docker-pycreds==0.4.0,docutils==0.16,emoji==1.7.0,entrypoints==0.4,execnet==1.9.0,executing==1.0.0,faiss==1.7.2,faiss-gpu==1.7.2,fastai==2.7.9,fastapi==0.85.0,fastavro==1.6.1,fastcore==1.5.27,fastdownload==0.0.7,fastjsonschema==2.16.1,fastprogress==1.0.3,fastrlock==0.8,feast==0.19.4,fiddle==0.2.2,filelock==3.8.0,flatbuffers==1.12,fonttools==4.37.3,frozenlist==1.3.1,fsspec==2022.5.0,gast==0.4.0,gevent==21.12.0,geventhttpclient==2.0.2,gitdb==4.0.9,GitPython==3.1.27,google==3.0.0,google-api-core==2.10.1,google-auth==2.11.1,google-auth-oauthlib==0.4.6,google-pasta==0.2.0,googleapis-common-protos==1.52.0,graphviz==0.20.1,greenlet==1.1.3,grpcio==1.41.0,grpcio-channelz==1.49.0,grpcio-reflection==1.48.1,grpclib==0.4.3,h11==0.13.0,h2==4.1.0,h5py==3.7.0,HeapDict==1.0.1,horovod==0.26.1,hpack==4.0.0,httptools==0.5.0,hugectr2onnx==0.0.0,huggingface-hub==0.9.1,hyperframe==6.0.1,idna==2.8,imagesize==1.4.1,implicit==0.6.1,importlib-metadata==4.12.0,importlib-resources==5.9.0,iniconfig==1.1.1,ipykernel==6.15.3,ipython==8.5.0,ipython-genutils==0.2.0,ipywidgets==7.7.0,jedi==0.18.1,Jinja2==3.1.2,jmespath==1.0.1,joblib==1.2.0,json5==0.9.10,jsonschema==4.16.0,jupyter-cache==0.4.3,jupyter-core==4.11.1,jupyter-server==1.18.1,jupyter-server-mathjax==0.2.5,jupyter-sphinx==0.3.2,jupyter_client==7.3.5,jupyterlab==3.4.7,jupyterlab-pygments==0.2.2,jupyterlab-widgets==1.1.0,jupyterlab_server==2.15.1,keras==2.9.0,Keras-Preprocessing==1.1.2,kiwisolver==1.4.4,lazy-object-proxy==1.8.0,libclang==14.0.6,libcst==0.4.7,lightfm==1.16,lightgbm==3.3.2,linkify-it-py==1.0.3,llvmlite==0.39.1,locket==1.0.0,lxml==4.9.1,Mako==1.2.4,Markdown==3.4.1,markdown-it-py==1.1.0,MarkupSafe==2.1.1,matplotlib==3.6.0,matplotlib-inline==0.1.6,mdit-py-plugins==0.2.8,merlin-core==0.6.0+1.g5926fcf,merlin-models==0.7.0+11.g280956aa4,merlin-systems==0.7.0+40.g48c19e6,mistune==2.0.4,mmh3==3.0.0,mpi4py==3.1.3,msgpack==1.0.4,multidict==6.0.2,mypy-extensions==0.4.3,myst-nb==0.13.2,myst-parser==0.15.2,natsort==8.1.0,nbclassic==0.4.3,nbclient==0.6.8,nbconvert==7.0.0,nbdime==3.1.1,nbformat==5.5.0,nest-asyncio==1.5.5,ninja==1.10.2.3,notebook==6.4.12,notebook-shim==0.1.0,numba==0.56.2,numpy==1.22.4,nvidia-pyindex==1.0.9,# Editable install with no version control (nvtabular==1.4.0+8.g95e12d347),-e /usr/local/lib/python3.8/dist-packages,nvtx==0.2.5,oauthlib==3.2.1,oldest-supported-numpy==2022.8.16,onnx==1.12.0,onnxruntime==1.11.1,opt-einsum==3.3.0,optuna==3.0.5,packaging==21.3,pandas==1.3.5,pandavro==1.5.2,pandocfilters==1.5.0,parso==0.8.3,partd==1.3.0,pathtools==0.1.2,pbr==5.11.0,pexpect==4.8.0,pickleshare==0.7.5,Pillow==9.2.0,pkgutil_resolve_name==1.3.10,platformdirs==2.5.2,plotly==5.11.0,pluggy==1.0.0,prettytable==3.5.0,prometheus-client==0.14.1,promise==2.3,prompt-toolkit==3.0.31,proto-plus==1.19.6,protobuf==3.19.5,psutil==5.9.2,ptyprocess==0.7.0,pure-eval==0.2.2,py==1.11.0,pyarrow==7.0.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pybind11==2.10.0,pycparser==2.21,pydantic==1.10.2,pydot==1.4.2,Pygments==2.13.0,PyGObject==3.36.0,pynvml==11.4.1,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,pytest==7.1.3,pytest-cov==4.0.0,pytest-xdist==3.1.0,python-apt==2.0.0+ubuntu0.20.4.8,python-dateutil==2.8.2,python-dotenv==0.21.0,python-rapidjson==1.8,pytz==2022.2.1,PyYAML==5.4.1,pyzmq==24.0.0,regex==2022.9.13,requests==2.22.0,requests-oauthlib==1.3.1,requests-unixsocket==0.2.0,rsa==4.7.2,s3fs==2022.2.0,s3transfer==0.6.0,sacremoses==0.0.53,scikit-build==0.15.0,scikit-learn==1.1.2,scipy==1.8.1,seedir==0.3.0,Send2Trash==1.8.0,sentry-sdk==1.9.8,setproctitle==1.3.2,setuptools-scm==7.0.5,shortuuid==1.0.9,six==1.15.0,sklearn==0.0,smmap==5.0.0,sniffio==1.3.0,snowballstemmer==2.2.0,sortedcontainers==2.4.0,soupsieve==2.3.2.post1,Sphinx==5.3.0,sphinx-multiversion==0.2.4,sphinx-togglebutton==0.3.1,sphinx_external_toc==0.3.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-copydirs @ git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git@bd8c5d79b3f91cf5f1bb0d6995aeca3fe84b670e,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,SQLAlchemy==1.4.45,stack-data==0.5.0,starlette==0.20.4,stevedore==4.1.1,stringcase==1.2.0,supervisor==4.1.0,tabulate==0.8.10,tblib==1.7.0,tdqm==0.0.1,tenacity==8.0.1,tensorboard==2.9.1,tensorboard-data-server==0.6.1,tensorboard-plugin-wit==1.8.1,tensorflow==2.9.2,tensorflow-estimator==2.9.0,tensorflow-gpu==2.9.2,tensorflow-io-gcs-filesystem==0.27.0,tensorflow-metadata==1.10.0,termcolor==2.0.1,terminado==0.15.0,testbook==0.4.2,threadpoolctl==3.1.0,tinycss2==1.1.1,tokenizers==0.10.3,toml==0.10.2,tomli==2.0.1,toolz==0.12.0,torch==1.12.1+cu113,torchmetrics==0.3.2,tornado==6.2,tox==3.26.0,tqdm==4.64.1,traitlets==5.4.0,transformers==4.12.0,transformers4rec==0.1.12+2.gbcc939255,treelite==2.3.0,treelite-runtime==2.3.0,tritonclient==2.25.0,typing-inspect==0.8.0,typing_extensions==4.3.0,uc-micro-py==1.0.1,urllib3==1.26.12,uvicorn==0.18.3,uvloop==0.17.0,versioneer==0.20,virtualenv==20.16.5,wandb==0.13.3,watchfiles==0.17.0,wcwidth==0.2.5,webencodings==0.5.1,websocket-client==1.4.1,websockets==10.3,Werkzeug==2.2.2,widgetsnbextension==3.6.0,wrapt==1.12.1,xgboost==1.6.2,yarl==1.8.1,zict==2.2.0,zipp==3.8.1,zope.event==4.5.0,zope.interface==5.4.0
test-gpu start: run-test-pre
test-gpu run-test-pre: PYTHONHASHSEED='3571870606'
test-gpu finish: run-test-pre after 0.00 seconds
test-gpu start: run-test
test-gpu run-test: commands[0] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/core.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29584] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/core.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/core.git@main
Cloning https://github.com/NVIDIA-Merlin/core.git (to revision main) to /tmp/pip-req-build-2gyuve0f
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/core.git /tmp/pip-req-build-2gyuve0f
Resolved https://github.com/NVIDIA-Merlin/core.git to commit 73c2afc277967015e2f334b8c57a9e8789fa19bd
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==0.9.0+19.g73c2afc) (1.10.0)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (1.3.5)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (1.2.5)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (2022.5.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (4.64.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (21.3)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (2022.3.0)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (7.0.0)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core==0.9.0+19.g73c2afc) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (2022.3.0)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core==0.9.0+19.g73c2afc) (0.55.1)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core==0.9.0+19.g73c2afc) (0.4.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core==0.9.0+19.g73c2afc) (1.2.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==0.9.0+19.g73c2afc) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (0.12.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==0.9.0+19.g73c2afc) (1.2.0)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (2.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (8.1.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>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (6.1)
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==0.9.0+19.g73c2afc) (5.8.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>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (1.7.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>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (2.0.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==0.9.0+19.g73c2afc) (2.4.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (3.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core==0.9.0+19.g73c2afc) (1.0.4)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core==0.9.0+19.g73c2afc) (0.38.1)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core==0.9.0+19.g73c2afc) (65.6.3)
Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core==0.9.0+19.g73c2afc) (2022.2.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==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (1.52.0)
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==0.9.0+19.g73c2afc) (1.2.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==0.9.0+19.g73c2afc) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core==0.9.0+19.g73c2afc) (1.15.0)
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==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (4.1.0)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (2.1.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==0.9.0+19.g73c2afc) (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==0.9.0+19.g73c2afc) (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.9.0+19.g73c2afc-py3-none-any.whl size=119766 sha256=198b727e653575d919656ac06df8c380fa153ff565fec283443e7058e8664142
Stored in directory: /tmp/pip-ephem-wheel-cache-n3q07w_x/wheels/4a/24/80/615553b06d49b302c4b8810e336b52879003bea0884cdfcba8
Successfully built merlin-core
Installing collected packages: merlin-core
Attempting uninstall: merlin-core
Found existing installation: merlin-core 0.3.0+12.g78ecddd
Not uninstalling merlin-core at /var/jenkins_home/.local/lib/python3.8/site-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'merlin-core'. No files were found to uninstall.
Successfully installed merlin-core-0.9.0+19.g73c2afc
test-gpu run-test: commands[1] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/NVTabular.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29648] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/NVTabular.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/NVTabular.git@main
Cloning https://github.com/NVIDIA-Merlin/NVTabular.git (to revision main) to /tmp/pip-req-build-ex0nche_
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/NVTabular.git /tmp/pip-req-build-ex0nche_
Resolved https://github.com/NVIDIA-Merlin/NVTabular.git to commit 985510ef0f529aa54a8ac29414d3ed71542c4c62
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'
Collecting merlin-dataloader>=0.0.2
Downloading merlin-dataloader-0.0.3.tar.gz (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB 1.6 MB/s eta 0:00:00
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: merlin-core>=0.2.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from nvtabular==1.6.0+22.g985510ef) (0.9.0+19.g73c2afc)
Requirement already satisfied: scipy in /usr/local/lib/python3.8/dist-packages (from nvtabular==1.6.0+22.g985510ef) (1.8.1)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.10.0)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.3.5)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.5)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.5.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (4.64.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (21.3)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.3.0)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (7.0.0)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.3.0)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.55.1)
Requirement already satisfied: numpy<1.25.0,>=1.17.3 in /var/jenkins_home/.local/lib/python3.8/site-packages (from scipy->nvtabular==1.6.0+22.g985510ef) (1.20.3)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.4.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.12.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.0)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (8.1.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>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (6.1)
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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (5.8.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>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.7.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>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.0.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.4.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (3.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.0.4)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.38.1)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (65.6.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2022.2.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.52.0)
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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.2.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (1.15.0)
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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (4.1.0)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (2.1.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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (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>=0.2.0->nvtabular==1.6.0+22.g985510ef) (4.0.0)
Building wheels for collected packages: nvtabular, merlin-dataloader
Building wheel for nvtabular (pyproject.toml): started
Building wheel for nvtabular (pyproject.toml): finished with status 'done'
Created wheel for nvtabular: filename=nvtabular-1.6.0+22.g985510ef-cp38-cp38-linux_x86_64.whl size=257120 sha256=fdcd54bfdc5ed1c21e7f55402d88b04f89fbfe8fb4990459657a1c71fb26201f
Stored in directory: /tmp/pip-ephem-wheel-cache-j6laswep/wheels/da/ae/05/3df62c8edf81ff2abc120b4a7e58f2cc3ed90cbacbdcd80ca1
Building wheel for merlin-dataloader (pyproject.toml): started
Building wheel for merlin-dataloader (pyproject.toml): finished with status 'done'
Created wheel for merlin-dataloader: filename=merlin_dataloader-0.0.3-py3-none-any.whl size=37647 sha256=971343f486d390fb68bd55463c22de6fc145f6abac2ba9003de4c6bcd092b4ea
Stored in directory: /tmp/pip-ephem-wheel-cache-j6laswep/wheels/1c/a3/4a/0feebb30e0c8cb7ba7046544390b43c7017a2195232f5305a1
Successfully built nvtabular merlin-dataloader
Installing collected packages: merlin-dataloader, nvtabular
Attempting uninstall: nvtabular
Found existing installation: nvtabular 1.1.1
Not uninstalling nvtabular at /var/jenkins_home/.local/lib/python3.8/site-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'nvtabular'. No files were found to uninstall.
Successfully installed merlin-dataloader-0.0.3 nvtabular-1.6.0+22.g985510ef
test-gpu run-test: commands[2] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/models.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29763] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/models.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/models.git@main
Cloning https://github.com/NVIDIA-Merlin/models.git (to revision main) to /tmp/pip-req-build-v31s211f
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/models.git /tmp/pip-req-build-v31s211f
Resolved https://github.com/NVIDIA-Merlin/models.git to commit 130c103be37a1817dd044110a5629baf28c841f1
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: merlin-dataloader>=0.0.2 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-models==0.9.0+72.g130c103b) (0.0.3)
Requirement already satisfied: merlin-core>=0.2.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-models==0.9.0+72.g130c103b) (0.9.0+19.g73c2afc)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.10.0)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.3.5)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.5)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.5.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (4.64.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (21.3)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.3.0)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (7.0.0)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.3.0)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.55.1)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.4.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.12.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.0)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (8.1.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>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (6.1)
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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (5.8.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>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.7.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>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.0.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.4.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (3.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.0.4)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.38.1)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (65.6.3)
Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2022.2.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.52.0)
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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.2.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (1.15.0)
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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (4.1.0)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (2.1.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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (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>=0.2.0->merlin-models==0.9.0+72.g130c103b) (4.0.0)
Building wheels for collected packages: merlin-models
Building wheel for merlin-models (pyproject.toml): started
Building wheel for merlin-models (pyproject.toml): finished with status 'done'
Created wheel for merlin-models: filename=merlin_models-0.9.0+72.g130c103b-py3-none-any.whl size=357462 sha256=0a27ce5e2206caac996fd9e0b35ce02e7145e2ff6715ce8bd251e344f7064a99
Stored in directory: /tmp/pip-ephem-wheel-cache-8xx6delj/wheels/55/e2/00/57e02daae651060c6e1ddc0076356164f575c01132a7982c56
Successfully built merlin-models
Installing collected packages: merlin-models
Attempting uninstall: merlin-models
Found existing installation: merlin-models 0.7.0+11.g280956aa4
Not uninstalling merlin-models at /usr/local/lib/python3.8/dist-packages, outside environment /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu
Can't uninstall 'merlin-models'. No files were found to uninstall.
Successfully installed merlin-models-0.9.0+72.g130c103b
test-gpu run-test: commands[3] | python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@main
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29827] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@main
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/NVIDIA-Merlin/dataloader.git@main
Cloning https://github.com/NVIDIA-Merlin/dataloader.git (to revision main) to /tmp/pip-req-build-rnhe0t92
Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA-Merlin/dataloader.git /tmp/pip-req-build-rnhe0t92
Resolved https://github.com/NVIDIA-Merlin/dataloader.git to commit d4e6c1bd9eaaaaca87b336a5da835cb5e0bc5df3
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: merlin-core>=0.8.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-dataloader==0.0.2+28.gd4e6c1b) (0.9.0+19.g73c2afc)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.10.0)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.3.5)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.5)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.5.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (4.64.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (21.3)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.3.0)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (7.0.0)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.3.0)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.55.1)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.4.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.12.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.0)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (8.1.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>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (6.1)
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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (5.8.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>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.7.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>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.0.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.4.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (3.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.0.4)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.38.1)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (65.6.3)
Requirement already satisfied: numpy<1.22,>=1.18 in /var/jenkins_home/.local/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2022.2.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.52.0)
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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.2.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (1.15.0)
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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (4.1.0)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (2.1.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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (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>=0.8.0->merlin-dataloader==0.0.2+28.gd4e6c1b) (4.0.0)
Building wheels for collected packages: merlin-dataloader
Building wheel for merlin-dataloader (pyproject.toml): started
Building wheel for merlin-dataloader (pyproject.toml): finished with status 'done'
Created wheel for merlin-dataloader: filename=merlin_dataloader-0.0.2+28.gd4e6c1b-py3-none-any.whl size=41443 sha256=83017804dc0590486ee1ef56e0acf9647355c049c42f463aec4b23c744a3cdd4
Stored in directory: /tmp/pip-ephem-wheel-cache-krbuikc7/wheels/3c/65/5a/7e45ca852dd5a9a9a9e941483dc8ae801eb6c824e2152a716c
Successfully built merlin-dataloader
Installing collected packages: merlin-dataloader
Attempting uninstall: merlin-dataloader
Found existing installation: merlin-dataloader 0.0.3
Uninstalling merlin-dataloader-0.0.3:
Successfully uninstalled merlin-dataloader-0.0.3
Successfully installed merlin-dataloader-0.0.2+28.gd4e6c1b
test-gpu run-test: commands[4] | python -m pip install .
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29891] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pip install .
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Processing /var/jenkins_home/workspace/merlin_systems/systems
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: treelite-runtime==2.4.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.4.0)
Requirement already satisfied: nvtabular>=1.0.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (1.6.0+22.g985510ef)
Requirement already satisfied: merlin-core>=0.2.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (0.9.0+19.g73c2afc)
Requirement already satisfied: requests<3,>=2.10 in /usr/lib/python3/dist-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.22.0)
Requirement already satisfied: treelite==2.4.0 in ./.tox/test-gpu/lib/python3.8/site-packages (from merlin-systems==0.7.0+40.g48c19e6) (2.4.0)
Requirement already satisfied: numpy in /var/jenkins_home/.local/lib/python3.8/site-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.20.3)
Requirement already satisfied: scipy in /usr/local/lib/python3.8/dist-packages (from treelite==2.4.0->merlin-systems==0.7.0+40.g48c19e6) (1.8.1)
Requirement already satisfied: tensorflow-metadata>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.10.0)
Requirement already satisfied: pandas<1.4.0dev0,>=1.2.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.3.5)
Requirement already satisfied: betterproto<2.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.5)
Requirement already satisfied: fsspec==2022.5.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.5.0)
Requirement already satisfied: tqdm>=4.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.64.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (21.3)
Requirement already satisfied: distributed>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: pyarrow>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (7.0.0)
Requirement already satisfied: protobuf>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.19.5)
Requirement already satisfied: dask>=2022.3.0 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.3.0)
Requirement already satisfied: numba>=0.54 in /var/jenkins_home/.local/lib/python3.8/site-packages (from merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.55.1)
Requirement already satisfied: merlin-dataloader>=0.0.2 in ./.tox/test-gpu/lib/python3.8/site-packages (from nvtabular>=1.0.0->merlin-systems==0.7.0+40.g48c19e6) (0.0.2+28.gd4e6c1b)
Requirement already satisfied: grpclib in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.4.3)
Requirement already satisfied: stringcase in /usr/local/lib/python3.8/dist-packages (from betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.4.1)
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.12.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.0)
Requirement already satisfied: cloudpickle>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from dask>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.2.0)
Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (8.1.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>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (6.1)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (5.8.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>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.7.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>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.0.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.4.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from distributed>=2022.3.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.0.4)
Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.38.1)
Requirement already satisfied: setuptools in ./.tox/test-gpu/lib/python3.8/site-packages (from numba>=0.54->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (65.6.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (3.0.9)
Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2022.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.52.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.2.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (0.2.1)
Requirement already satisfied: six>=1.5 in /var/jenkins_home/.local/lib/python3.8/site-packages (from python-dateutil>=2.7.3->pandas<1.4.0dev0,>=1.2.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (1.15.0)
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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.1.0)
Requirement already satisfied: multidict in /usr/local/lib/python3.8/dist-packages (from grpclib->betterproto<2.0.0->merlin-core>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (2.1.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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (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>=0.2.0->merlin-systems==0.7.0+40.g48c19e6) (4.0.0)
Building wheels for collected packages: merlin-systems
Building wheel for merlin-systems (pyproject.toml): started
Building wheel for merlin-systems (pyproject.toml): finished with status 'done'
Created wheel for merlin-systems: filename=merlin_systems-0.7.0+40.g48c19e6-py3-none-any.whl size=140007 sha256=8f56555abb60a2cd2242683fd27148306a1932254a8c7d9e3bf6544c9130fc61
Stored in directory: /tmp/pip-ephem-wheel-cache-0ibi2zx7/wheels/20/f3/c7/f7c2f6c257e882a60cdd173901b8757359446cf94a453e0811
Successfully built merlin-systems
Installing collected packages: merlin-systems
Attempting uninstall: merlin-systems
Found existing installation: merlin-systems 0.7.0+40.g48c19e6
Uninstalling merlin-systems-0.7.0+40.g48c19e6:
Successfully uninstalled merlin-systems-0.7.0+40.g48c19e6
Successfully installed merlin-systems-0.7.0+40.g48c19e6
test-gpu run-test: commands[5] | python -m pytest -rxs tests/unit
setting PATH=/var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin:/usr/local/cuda/lib64/:/opt/tritonserver/bin:/usr/local/cuda/lib64/:/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ucx/bin:/usr/local/cuda/bin::/usr/local/cuda/bin:/usr/lib/x86_64-linux-gnu/:/opt/hadoop/bin:/opt/hadoop/sbin:/usr/local/hugectr/bin
[29932] /var/jenkins_home/workspace/merlin_systems/systems$ /var/jenkins_home/workspace/merlin_systems/systems/.tox/test-gpu/bin/python -m pytest -rxs tests/unit
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.3, pluggy-1.0.0
cachedir: .tox/test-gpu/.pytest_cache
rootdir: /var/jenkins_home/workspace/merlin_systems/systems, configfile: pytest.ini
plugins: anyio-3.5.0, cov-4.0.0, xdist-3.1.0
collected 107 items / 1 skipped

tests/unit/systems/dag/test_column.py . [ 0%]
tests/unit/systems/dag/test_dict_array.py ... [ 3%]
tests/unit/systems/dag/test_ensemble.py . [ 4%]
tests/unit/systems/dag/test_executors.py ... [ 7%]
tests/unit/systems/dag/test_graph.py .. [ 9%]
tests/unit/systems/dag/test_model_registry.py .. [ 11%]
tests/unit/systems/dag/test_op_runner.py .... [ 14%]
tests/unit/systems/dag/ops/test_ops.py .. [ 16%]
tests/unit/systems/dag/runtimes/local/ops/fil/test_lightgbm.py .. [ 18%]
tests/unit/systems/dag/runtimes/local/ops/fil/test_sklearn.py .. [ 20%]
tests/unit/systems/dag/runtimes/local/ops/fil/test_xgboost.py .. [ 22%]
tests/unit/systems/dag/runtimes/local/ops/nvtabular/test_ensemble.py . [ 23%]
tests/unit/systems/dag/runtimes/local/ops/tensorflow/test_ensemble.py .. [ 25%]
.. [ 27%]
tests/unit/systems/dag/runtimes/local/ops/torch/test_op.py .... [ 30%]
tests/unit/systems/dag/runtimes/triton/test_export.py . [ 31%]
tests/unit/systems/dag/runtimes/triton/test_triton.py .. [ 33%]
tests/unit/systems/dag/runtimes/triton/ops/fil/test_ensemble.py . [ 34%]
tests/unit/systems/dag/runtimes/triton/ops/fil/test_lightgbm_triton.py . [ 35%]
. [ 36%]
tests/unit/systems/dag/runtimes/triton/ops/fil/test_sklearn_triton.py .. [ 38%]
[ 38%]
tests/unit/systems/dag/runtimes/triton/ops/fil/test_xgboost_triton.py .. [ 40%]
[ 40%]
tests/unit/systems/dag/runtimes/triton/ops/implicit/test_executor.py .. [ 42%]
tests/unit/systems/dag/runtimes/triton/ops/implicit/test_op.py ...... [ 47%]
tests/unit/systems/dag/runtimes/triton/ops/tf/test_ensemble.py .... [ 51%]
tests/unit/systems/dag/runtimes/triton/ops/torch/test_op.py ...... [ 57%]
tests/unit/systems/dag/runtimes/triton/ops/workflow/test_ensemble.py . [ 57%]
tests/unit/systems/dag/runtimes/triton/ops/workflow/test_op.py .. [ 59%]
tests/unit/systems/ops/feast/test_op.py ...... [ 65%]
tests/unit/systems/ops/fil/test_forest.py .... [ 69%]
tests/unit/systems/ops/fil/test_op.py ........ERROR: Got SIGTERM, handling it as a KeyboardInterrupt
ERROR: got KeyboardInterrupt signal
Build was aborted
Aborted by �[8mha:////4K4GEn4Qce1FuoxeaQlMDQWh44+blmg3CeEZ3q4W6VxeAAAAmR+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAz2EgZe/dLi1CL90rzsvPzyPAATbMabwgAAAA==�[0munknown
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[workspace] $ /bin/bash /tmp/jenkins4376786822343004239.sh

@karlhigley
Copy link
Contributor

rerun tests

@karlhigley karlhigley added this to the Merlin 23.01 milestone Dec 20, 2022
Copy link
Contributor

@karlhigley karlhigley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with this, but it needs conflict resolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance for the repository ci clean up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants